~/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.GsU4Q5n8NX + 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.GsU4Q5n8NX/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.GsU4Q5n8NX/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.GsU4Q5n8NX + J2_VARS_FILE=/tmp/tmp.GsU4Q5n8NX/tmp.ZYVN0zYbUI.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.GsU4Q5n8NX/tmp.ZYVN0zYbUI.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.GsU4Q5n8NX/tmp.ZYVN0zYbUI.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.GsU4Q5n8NX/tmp.ZYVN0zYbUI.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.GsU4Q5n8NX/tmp.ZYVN0zYbUI.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.GsU4Q5n8NX/tmp.ZYVN0zYbUI.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.GsU4Q5n8NX/tmp.ZYVN0zYbUI.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.GsU4Q5n8NX/tmp.ZYVN0zYbUI.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.GsU4Q5n8NX/tmp.ZYVN0zYbUI.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.GsU4Q5n8NX/tmp.ZYVN0zYbUI.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.GsU4Q5n8NX/tmp.ZYVN0zYbUI.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.GsU4Q5n8NX/tmp.ZYVN0zYbUI.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.GsU4Q5n8NX/tmp.ZYVN0zYbUI.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.GsU4Q5n8NX/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.GsU4Q5n8NX/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.GsU4Q5n8NX/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.GsU4Q5n8NX/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.GsU4Q5n8NX/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 4.2 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost 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-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-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-eus-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): device-mapper-persistent-data-0.9.0-13 3.8 MB/s | 786 kB 00:00 (2/399): bash-completion-2.11-4.el9.noarch.rpm 2.0 MB/s | 459 kB 00:00 (3/399): libaio-0.3.111-13.el9.x86_64.rpm 115 kB/s | 26 kB 00:00 (4/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 487 kB/s | 62 kB 00:00 (5/399): glibc-langpack-en-2.34-60.el9.x86_64.r 4.0 MB/s | 675 kB 00:00 (6/399): krb5-workstation-1.20.1-8.el9.x86_64.r 2.4 MB/s | 542 kB 00:00 (7/399): libkadm5-1.20.1-8.el9.x86_64.rpm 689 kB/s | 81 kB 00:00 (8/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 273 kB/s | 37 kB 00:00 (9/399): pkgconf-1.7.3-10.el9.x86_64.rpm 438 kB/s | 45 kB 00:00 (10/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 104 kB/s | 16 kB 00:00 (11/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 72 kB/s | 12 kB 00:00 (12/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 318 kB/s | 36 kB 00:00 (13/399): python3-dns-2.2.1-2.el9.noarch.rpm 1.8 MB/s | 418 kB 00:00 (14/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 173 kB/s | 30 kB 00:00 (15/399): device-mapper-event-1.02.187-7.el9_2. 309 kB/s | 32 kB 00:00 (16/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 119 kB/s | 19 kB 00:00 (17/399): device-mapper-event-libs-1.02.187-7.e 332 kB/s | 31 kB 00:00 (18/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 11 MB/s | 1.5 MB 00:00 (19/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 7.6 MB/s | 1.0 MB 00:00 (20/399): python3-openvswitch3.3-3.3.4-110.el9f 3.7 MB/s | 369 kB 00:00 (21/399): ansible-collection-community-general- 14 MB/s | 1.3 MB 00:00 (22/399): ansible-collection-ansible-posix-1.2. 857 kB/s | 124 kB 00:00 (23/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 340 kB/s | 68 kB 00:00 (24/399): cephadm-18.2.1-361.el9cp.noarch.rpm 2.8 MB/s | 354 kB 00:00 (25/399): ansible-collection-ansible-netcommon- 1.5 MB/s | 181 kB 00:00 (26/399): golang-github-vbatts-tar-split-0.11.1 10 MB/s | 1.0 MB 00:00 (27/399): ansible-collection-ansible-utils-2.3. 777 kB/s | 91 kB 00:00 (28/399): heat-cfntools-1.4.2-6.1.el9ost.noarch 805 kB/s | 77 kB 00:00 (29/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.5 MB/s | 162 kB 00:00 (30/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.6 MB/s | 178 kB 00:00 (31/399): puppet-fdio-18.2-1.20220727113954.6fd 285 kB/s | 25 kB 00:00 (32/399): python3-ansible-runner-2.0.0a1-3.el9o 1.3 MB/s | 122 kB 00:00 (33/399): python3-beautifulsoup4-4.9.3-2.el9ost 2.1 MB/s | 204 kB 00:00 (34/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 283 kB/s | 44 kB 00:00 (35/399): python3-croniter-0.3.35-2.el9ost.noar 490 kB/s | 49 kB 00:00 (36/399): python3-daemon-2.3.0-1.el9ost.noarch. 430 kB/s | 39 kB 00:00 (37/399): python3-docutils-0.16-6.el9ost.noarch 13 MB/s | 1.5 MB 00:00 (38/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 488 kB/s | 44 kB 00:00 (39/399): python3-gevent-21.1.2-2.el9ost.x86_64 14 MB/s | 1.6 MB 00:00 (40/399): python3-jeepney-0.6.0-2.el9ost.noarch 3.0 MB/s | 284 kB 00:00 (41/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 881 kB/s | 107 kB 00:00 (42/399): python3-jmespath-0.10.0-1.el9ost.noar 511 kB/s | 46 kB 00:00 (43/399): python3-lockfile-0.12.2-2.el9ost.noar 351 kB/s | 31 kB 00:00 (44/399): python3-logutils-0.3.5-15.el9ost.noar 507 kB/s | 47 kB 00:00 (45/399): python3-memcached-1.59-3.el9ost.noarc 410 kB/s | 40 kB 00:00 (46/399): python3-migrate-0.13.0-1.el9ost.noarc 2.4 MB/s | 224 kB 00:00 (47/399): python3-mimeparse-1.6.0-16.el9ost.noa 173 kB/s | 16 kB 00:00 (48/399): python3-natsort-7.1.1-2.el9ost.noarch 633 kB/s | 59 kB 00:00 (49/399): python3-passlib-1.7.4-3.el9ost.noarch 6.7 MB/s | 712 kB 00:00 (50/399): python3-pecan-1.4.0-2.el9ost.noarch.r 2.4 MB/s | 273 kB 00:00 (51/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 859 kB/s | 90 kB 00:00 (52/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 1.2 MB/s | 111 kB 00:00 (53/399): python3-pyperclip-1.8.0-3.el9ost.noar 275 kB/s | 25 kB 00:00 (54/399): python3-setproctitle-1.2.2-1.el9ost.x 247 kB/s | 23 kB 00:00 (55/399): python3-smmap-3.0.1-4.el9ost.noarch.r 380 kB/s | 47 kB 00:00 (56/399): python3-soupsieve-2.2-1.el9ost.noarch 704 kB/s | 67 kB 00:00 (57/399): python3-webtest-2.0.35-6.el9ost.noarc 882 kB/s | 82 kB 00:00 (58/399): python3-tenacity-6.3.1-1.el9ost.noarc 475 kB/s | 51 kB 00:00 (59/399): python3-sqlalchemy13-1.3.24-3.el9ost. 8.3 MB/s | 1.7 MB 00:00 (60/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 4.1 MB/s | 396 kB 00:00 (61/399): python3-zope-event-4.2.0-20.el9ost.no 1.9 MB/s | 205 kB 00:00 (62/399): python3-zope-interface-5.4.0-1.el9ost 1.9 MB/s | 202 kB 00:00 (63/399): rubygem-concurrent-ruby-1.1.5-2.el9os 2.6 MB/s | 243 kB 00:00 (64/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 131 kB/s | 14 kB 00:00 (65/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 351 kB/s | 34 kB 00:00 (66/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 845 kB/s | 90 kB 00:00 (67/399): rubygem-multi_json-1.15.0-2.el9ost.no 232 kB/s | 22 kB 00:00 (68/399): rubygem-puppet-resource_api-1.8.13-1. 401 kB/s | 34 kB 00:00 (69/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 154 kB/s | 16 kB 00:00 (70/399): rubygem-semantic_puppet-1.0.4-2.el9os 244 kB/s | 21 kB 00:00 (71/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 3.8 MB/s | 433 kB 00:00 (72/399): ansible-config_template-2.0.1-17.1.20 331 kB/s | 29 kB 00:00 (73/399): ansible-role-atos-hsm-1.0.1-17.1.2023 165 kB/s | 17 kB 00:00 (74/399): ansible-role-chrony-1.3.1-17.1.202306 254 kB/s | 22 kB 00:00 (75/399): ansible-role-collectd-config-0.0.3-17 609 kB/s | 53 kB 00:00 (76/399): ansible-role-container-registry-1.4.1 249 kB/s | 24 kB 00:00 (77/399): ansible-role-openstack-operations-0.0 345 kB/s | 30 kB 00:00 (78/399): ansible-role-qdr-config-0.0.2-17.1.20 254 kB/s | 21 kB 00:00 (79/399): ansible-role-redhat-subscription-1.3. 303 kB/s | 28 kB 00:00 (80/399): ansible-role-thales-hsm-3.0.1-17.1.20 187 kB/s | 21 kB 00:00 (81/399): ansible-role-tripleo-modify-image-1.5 294 kB/s | 27 kB 00:00 (82/399): ansible-tripleo-ipa-0.3.1-17.1.202306 400 kB/s | 36 kB 00:00 (83/399): ansible-tripleo-ipsec-11.0.1-17.1.202 343 kB/s | 38 kB 00:00 (84/399): openstack-heat-agents-2.2.1-17.1.2023 114 kB/s | 9.6 kB 00:00 (85/399): os-apply-config-13.1.1-17.1.202310200 539 kB/s | 54 kB 00:00 (86/399): dib-utils-0.0.11-17.1.20230620173328. 66 kB/s | 12 kB 00:00 (87/399): os-collect-config-13.1.1-17.1.2023102 555 kB/s | 50 kB 00:00 (88/399): os-refresh-config-13.1.1-17.1.2023102 198 kB/s | 21 kB 00:00 (89/399): puppet-aodh-18.4.2-17.1.2023062015121 504 kB/s | 62 kB 00:00 (90/399): puppet-archive-4.6.1-17.1.20230620181 493 kB/s | 44 kB 00:00 (91/399): puppet-auditd-2.2.1-17.1.202306201924 252 kB/s | 28 kB 00:00 (92/399): puppet-ceilometer-18.4.3-17.1.2023092 661 kB/s | 70 kB 00:00 (93/399): puppet-apache-6.5.2-17.1.202306210011 909 kB/s | 259 kB 00:00 (94/399): puppet-certmonger-2.7.1-17.1.20230620 244 kB/s | 26 kB 00:00 (95/399): puppet-collectd-13.0.1-17.1.202306201 1.4 MB/s | 135 kB 00:00 (96/399): puppet-cinder-18.5.2-17.1.20230621054 1.1 MB/s | 120 kB 00:00 (97/399): puppet-concat-6.2.1-17.1.202306201815 412 kB/s | 41 kB 00:00 (98/399): puppet-designate-18.6.1-17.1.20230621 556 kB/s | 69 kB 00:00 (99/399): puppet-corosync-8.0.1-17.1.2023062110 451 kB/s | 68 kB 00:00 (100/399): puppet-dns-8.2.1-17.1.20230621002045 298 kB/s | 36 kB 00:00 (101/399): puppet-etcd-1.12.3-17.1.202306201932 206 kB/s | 25 kB 00:00 (102/399): puppet-firewall-3.4.1-17.1.202306210 538 kB/s | 77 kB 00:00 (103/399): puppet-git-0.5.0-17.1.20230620193928 152 kB/s | 23 kB 00:00 (104/399): puppet-gnocchi-18.4.3-17.1.202306210 494 kB/s | 58 kB 00:00 (105/399): puppet-haproxy-4.2.2-17.1.2023062019 394 kB/s | 52 kB 00:00 (106/399): puppet-heat-18.4.1-17.1.202306211116 597 kB/s | 70 kB 00:00 (107/399): puppet-horizon-18.6.1-17.1.202306210 367 kB/s | 63 kB 00:00 (108/399): puppet-ipaclient-2.5.2-17.1.20230620 149 kB/s | 17 kB 00:00 (109/399): puppet-inifile-4.2.1-17.1.2023062018 278 kB/s | 42 kB 00:00 (110/399): puppet-keepalived-0.0.2-17.1.2023062 115 kB/s | 14 kB 00:00 (111/399): puppet-kmod-2.5.0-17.1.2023062019064 183 kB/s | 21 kB 00:00 (112/399): puppet-manila-18.5.2-17.1.2023110219 690 kB/s | 81 kB 00:00 (113/399): puppet-memcached-6.0.0-17.1.20230620 227 kB/s | 23 kB 00:00 (114/399): puppet-module-data-0.5.1-17.1.202306 79 kB/s | 13 kB 00:00 (115/399): puppet-mysql-10.6.1-17.1.20230621022 724 kB/s | 99 kB 00:00 (116/399): puppet-neutron-18.6.1-17.1.202306210 1.3 MB/s | 196 kB 00:00 (117/399): puppet-nssdb-1.0.2-17.1.202306201856 87 kB/s | 12 kB 00:00 (118/399): puppet-nova-18.6.1-17.1.202306210904 1.1 MB/s | 200 kB 00:00 (119/399): puppet-octavia-18.5.1-17.1.202306210 474 kB/s | 76 kB 00:00 (120/399): puppet-openstack_extras-18.5.1-17.1. 462 kB/s | 48 kB 00:00 (121/399): puppet-openstacklib-18.5.2-17.1.2023 423 kB/s | 62 kB 00:00 (122/399): puppet-oslo-18.5.1-17.1.202306210523 284 kB/s | 48 kB 00:00 (123/399): puppet-placement-5.4.3-17.1.20230621 237 kB/s | 41 kB 00:00 (124/399): puppet-qdr-7.4.1-17.1.20230620195605 229 kB/s | 31 kB 00:00 (125/399): puppet-remote-10.0.0-17.1.2023062019 128 kB/s | 16 kB 00:00 (126/399): puppet-redis-6.1.1-17.1.202306201917 224 kB/s | 51 kB 00:00 (127/399): puppet-rabbitmq-11.0.1-17.1.20230620 1.0 MB/s | 266 kB 00:00 (128/399): puppet-rsync-1.1.4-17.1.202306210028 223 kB/s | 28 kB 00:00 (129/399): puppet-rsyslog-4.0.1-17.1.2023062020 282 kB/s | 58 kB 00:00 (130/399): puppet-snmp-3.9.1-17.1.2023062020041 182 kB/s | 34 kB 00:00 (131/399): puppet-ssh-6.2.1-17.1.20230620190251 161 kB/s | 29 kB 00:00 (132/399): puppet-sysctl-0.0.13-17.1.2023062018 44 kB/s | 16 kB 00:00 (133/399): puppet-swift-18.6.1-17.1.20230621052 295 kB/s | 115 kB 00:00 (134/399): puppet-stdlib-6.3.1-17.1.20230621000 406 kB/s | 160 kB 00:00 (135/399): puppet-systemd-2.12.1-17.1.202306201 326 kB/s | 42 kB 00:00 (136/399): puppet-vcsrepo-3.1.1-17.1.2023062018 394 kB/s | 50 kB 00:00 (137/399): puppet-vswitch-14.4.3-17.1.202306210 330 kB/s | 41 kB 00:00 (138/399): python-oslo-cache-lang-2.7.1-17.1.20 192 kB/s | 19 kB 00:00 (139/399): puppet-xinetd-3.3.1-17.1.20230620185 225 kB/s | 26 kB 00:00 (140/399): python-oslo-log-lang-4.4.0-17.1.2023 111 kB/s | 14 kB 00:00 (141/399): python-oslo-middleware-lang-4.2.1-17 130 kB/s | 13 kB 00:00 (142/399): python-oslo-versionedobjects-lang-2. 111 kB/s | 14 kB 00:00 (143/399): python-pycadf-common-3.1.1-17.1.2023 118 kB/s | 15 kB 00:00 (144/399): python-oslo-policy-lang-3.7.1-17.1.2 60 kB/s | 14 kB 00:00 (145/399): python3-GitPython-3.1.14-2.el9ost.no 2.0 MB/s | 238 kB 00:00 (146/399): python3-aodhclient-2.2.0-17.1.202306 473 kB/s | 56 kB 00:00 (147/399): python3-cinderclient-7.4.1-17.1.2023 1.7 MB/s | 218 kB 00:00 (148/399): python3-barbicanclient-5.3.0-17.1.20 692 kB/s | 127 kB 00:00 (149/399): python3-cliff-3.7.0-17.1.20230620172 789 kB/s | 95 kB 00:00 (150/399): python3-designateclient-4.2.1-17.1.2 872 kB/s | 92 kB 00:00 (151/399): python3-futurist-2.3.0-17.1.20230621 402 kB/s | 64 kB 00:00 (152/399): python3-heat-agent-2.2.1-17.1.202306 158 kB/s | 19 kB 00:00 (153/399): python3-heat-agent-ansible-2.2.1-17. 107 kB/s | 11 kB 00:00 (154/399): python3-heat-agent-hiera-2.2.1-17.1. 116 kB/s | 10 kB 00:00 (155/399): python3-heat-agent-docker-cmd-2.2.1- 124 kB/s | 12 kB 00:00 (156/399): python3-heat-agent-apply-config-2.2. 85 kB/s | 9.9 kB 00:00 (157/399): python3-heat-agent-puppet-2.2.1-17.1 122 kB/s | 11 kB 00:00 (158/399): python3-heat-agent-json-file-2.2.1-1 100 kB/s | 9.8 kB 00:00 (159/399): python3-heatclient-2.3.1-17.1.202306 1.6 MB/s | 158 kB 00:00 (160/399): python3-ironic-inspector-client-4.5. 751 kB/s | 67 kB 00:00 (161/399): python3-ironicclient-4.6.4-17.1.2023 3.5 MB/s | 342 kB 00:00 (162/399): python3-keystoneclient-4.3.0-17.1.20 2.3 MB/s | 239 kB 00:00 (163/399): python3-keystonemiddleware-9.2.0-17. 1.0 MB/s | 92 kB 00:00 (164/399): python3-magnumclient-3.4.1-17.1.2023 1.3 MB/s | 121 kB 00:00 (165/399): python3-mistralclient-4.2.0-17.1.202 1.5 MB/s | 166 kB 00:00 (166/399): python3-neutronclient-7.3.1-17.1.202 2.6 MB/s | 298 kB 00:00 (167/399): python3-novaclient-17.4.1-17.1.20230 1.8 MB/s | 201 kB 00:00 (168/399): python3-os-client-config-2.1.0-17.1. 510 kB/s | 55 kB 00:00 (169/399): python3-os-service-types-1.7.0-17.1. 386 kB/s | 38 kB 00:00 (170/399): python3-os-traits-2.5.0-17.1.2023062 438 kB/s | 45 kB 00:00 (171/399): python3-oslo-cache-2.7.1-17.1.202306 625 kB/s | 56 kB 00:00 (172/399): python3-oslo-context-3.2.1-17.1.2023 295 kB/s | 27 kB 00:00 (173/399): python3-osc-lib-2.3.1-17.1.202306202 438 kB/s | 78 kB 00:00 (174/399): python3-oslo-log-4.4.0-17.1.20230620 719 kB/s | 64 kB 00:00 (175/399): python3-oslo-middleware-4.2.1-17.1.2 612 kB/s | 55 kB 00:00 (176/399): python3-oslo-reports-2.2.0-17.1.2023 676 kB/s | 59 kB 00:00 (177/399): python3-oslo-rootwrap-6.3.1-17.1.202 527 kB/s | 46 kB 00:00 (178/399): python3-oslo-policy-3.7.1-17.1.20230 310 kB/s | 76 kB 00:00 (179/399): python3-oslo-serialization-4.1.1-17. 383 kB/s | 34 kB 00:00 (180/399): python3-oslo-upgradecheck-1.3.1-17.1 334 kB/s | 29 kB 00:00 (181/399): python3-oslo-versionedobjects-2.4.1- 880 kB/s | 79 kB 00:00 (182/399): python3-osprofiler-3.4.0-17.1.202306 1.4 MB/s | 130 kB 00:00 (183/399): python3-pycadf-3.1.1-17.1.2023062021 567 kB/s | 53 kB 00:00 (184/399): python3-saharaclient-3.3.0-17.1.2023 1.9 MB/s | 188 kB 00:00 (185/399): python3-shade-1.33.0-17.1.2023062022 5.0 MB/s | 523 kB 00:00 (186/399): python3-requestsexceptions-1.4.0-17. 130 kB/s | 17 kB 00:00 (187/399): python3-statsd-3.2.1-20.1.el9ost.noa 372 kB/s | 35 kB 00:00 (188/399): python3-swiftclient-3.11.1-17.1.2023 1.4 MB/s | 136 kB 00:00 (189/399): python3-troveclient-7.0.0-17.1.20230 3.6 MB/s | 344 kB 00:00 (190/399): python3-validations-libs-1.9.1-17.1. 1.5 MB/s | 137 kB 00:00 (191/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 285 kB/s | 50 kB 00:00 (192/399): python3-zaqarclient-2.4.0-17.1.20230 1.3 MB/s | 129 kB 00:00 (193/399): validations-common-1.9.1-17.1.202310 1.1 MB/s | 111 kB 00:00 (194/399): python3-paramiko-2.11.0-2.el9ost.noa 1.7 MB/s | 299 kB 00:00 (195/399): ansible-pacemaker-1.0.4-17.1.2023121 212 kB/s | 21 kB 00:00 (196/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.8 MB/s | 427 kB 00:00 (197/399): python3-sqlparse-0.4.1-2.el9ost.noar 944 kB/s | 83 kB 00:00 (198/399): python3-manilaclient-2.6.4-17.1.2024 4.1 MB/s | 528 kB 00:00 (199/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.1 MB/s | 230 kB 00:00 (200/399): ansible-role-metalsmith-deployment-1 227 kB/s | 21 kB 00:00 (201/399): puppet-ironic-18.7.1-17.1.2024030521 1.1 MB/s | 121 kB 00:00 (202/399): python-oslo-db-lang-8.5.2-17.1.20240 128 kB/s | 14 kB 00:00 (203/399): openstack-selinux-0.8.37-17.1.202311 1.0 MB/s | 221 kB 00:00 (204/399): python3-glanceclient-3.3.0-17.1.2024 1.0 MB/s | 143 kB 00:00 (205/399): python3-keystoneauth1-4.4.0-17.1.202 3.8 MB/s | 409 kB 00:00 (206/399): python3-neutron-lib-2.10.3-17.1.2023 2.1 MB/s | 375 kB 00:00 (207/399): python3-octaviaclient-2.3.1-17.1.202 567 kB/s | 91 kB 00:00 (208/399): python3-metalsmith-1.4.4-17.1.202405 223 kB/s | 65 kB 00:00 (209/399): python3-oslo-db-8.5.2-17.1.202408201 1.5 MB/s | 144 kB 00:00 (210/399): python3-oslo-messaging-12.7.3-17.1.2 2.3 MB/s | 216 kB 00:00 (211/399): python3-rhosp-openvswitch-3.3-1.el9o 81 kB/s | 8.3 kB 00:00 (212/399): python3-oslo-service-2.5.1-17.1.2024 512 kB/s | 71 kB 00:00 (213/399): python3-waitress-2.0.0-4.el9ost.noar 863 kB/s | 109 kB 00:00 (214/399): openstack-tripleo-validations-14.3.2 1.2 MB/s | 204 kB 00:00 (215/399): openstack-ansible-core-2.14.2-4.7.el 12 MB/s | 2.3 MB 00:00 (216/399): puppet-glance-18.6.1-17.1.2025022015 538 kB/s | 87 kB 00:00 (217/399): puppet-pacemaker-1.5.1-17.1.20250214 1.5 MB/s | 158 kB 00:00 (218/399): puppet-ovn-18.6.1-17.1.2024092509490 174 kB/s | 29 kB 00:00 (219/399): python3-os-ken-1.4.1-17.1.2024120509 11 MB/s | 2.1 MB 00:00 (220/399): puppet-tripleo-14.2.3-17.1.202503201 2.0 MB/s | 239 kB 00:00 (221/399): ansible-collection-containers-podman 1.6 MB/s | 243 kB 00:00 (222/399): ansible-collections-openstack-1.9.1- 1.4 MB/s | 146 kB 00:00 (223/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.6 MB/s | 351 kB 00:00 (224/399): hiera-3.6.0-6.el9ost.noarch.rpm 375 kB/s | 33 kB 00:00 (225/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.2 MB/s | 405 kB 00:00 (226/399): facter-3.14.19-3.el9ost.x86_64.rpm 3.9 MB/s | 518 kB 00:00 (227/399): openstack-tripleo-common-15.4.1-17.1 556 kB/s | 52 kB 00:00 (228/399): openstack-tripleo-common-containers- 878 kB/s | 78 kB 00:00 (229/399): puppet-7.10.0-4.el9ost.noarch.rpm 101 kB/s | 11 kB 00:00 (230/399): puppet-keystone-18.6.1-17.1.20250425 1.4 MB/s | 127 kB 00:00 (231/399): puppet-headless-7.10.0-4.el9ost.noar 12 MB/s | 1.4 MB 00:00 (232/399): python3-amqp-5.0.6-5.el9ost.noarch.r 805 kB/s | 92 kB 00:00 (233/399): python3-boto-2.45.0-8.1.el9ost.noarc 13 MB/s | 1.3 MB 00:00 (234/399): python3-cachetools-4.2.2-3.el9ost.no 367 kB/s | 33 kB 00:00 (235/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 2.0 MB/s | 284 kB 00:00 (236/399): python3-colorama-0.4.4-4.el9ost.noar 381 kB/s | 35 kB 00:00 (237/399): python3-dogpile-cache-1.1.5-5.el9ost 977 kB/s | 89 kB 00:00 (238/399): python3-fixtures-3.0.0-24.el9ost.noa 1.0 MB/s | 93 kB 00:00 (239/399): python3-extras-1.0.0-17.el9ost.noarc 203 kB/s | 21 kB 00:00 (240/399): python3-keyring-21.8.0-4.el9ost.noar 799 kB/s | 77 kB 00:00 (241/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.3 MB/s | 313 kB 00:00 (242/399): python3-msgpack-1.0.2-4.el9ost.x86_6 905 kB/s | 87 kB 00:00 (243/399): python3-munch-2.5.0-6.el9ost.noarch. 241 kB/s | 25 kB 00:00 (244/399): python3-openstacksdk-0.55.1-17.1.202 6.8 MB/s | 735 kB 00:00 (245/399): python3-paste-deploy-2.1.1-4.el9ost. 431 kB/s | 41 kB 00:00 (246/399): python3-paste-3.5.0-5.el9ost.noarch. 6.7 MB/s | 776 kB 00:00 (247/399): python3-repoze-lru-0.7-12.el9ost.noa 357 kB/s | 32 kB 00:00 (248/399): python3-pystache-0.5.4-15.el9ost.noa 1.3 MB/s | 132 kB 00:00 (249/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 624 kB/s | 57 kB 00:00 (250/399): python3-routes-2.4.1-14.el9ost.noarc 1.0 MB/s | 188 kB 00:00 (251/399): python3-secretstorage-3.3.1-3.el9ost 374 kB/s | 36 kB 00:00 (252/399): python3-simplejson-3.17.5-3.el9ost.x 2.4 MB/s | 266 kB 00:00 (253/399): python3-tempita-0.5.1-27.el9ost.noar 338 kB/s | 36 kB 00:00 (254/399): python3-testtools-2.4.0-10.el9ost.no 2.9 MB/s | 333 kB 00:00 (255/399): python3-tripleoclient-16.5.1-17.1.20 5.6 MB/s | 553 kB 00:00 (256/399): python3-vine-5.0.0-5.el9ost.noarch.r 203 kB/s | 26 kB 00:00 (257/399): python3-tripleo-common-15.4.1-17.1.2 1.3 MB/s | 202 kB 00:00 (258/399): python3-warlock-1.3.3-7.el9ost.noarc 237 kB/s | 21 kB 00:00 (259/399): python3-yappi-1.3.1-5.el9ost.x86_64. 614 kB/s | 56 kB 00:00 (260/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.9 MB/s | 180 kB 00:00 (261/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 239 kB/s | 29 kB 00:00 (262/399): ruby-facter-3.14.19-3.el9ost.x86_64. 96 kB/s | 9.5 kB 00:00 (263/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.0 MB/s | 123 kB 00:00 (264/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 202 kB/s | 19 kB 00:00 (265/399): openstack-heat-api-16.1.1-17.1.20250 114 kB/s | 16 kB 00:00 (266/399): openstack-heat-engine-16.1.1-17.1.20 105 kB/s | 15 kB 00:00 (267/399): openstack-heat-common-16.1.1-17.1.20 7.4 MB/s | 1.6 MB 00:00 (268/399): openstack-heat-monolith-16.1.1-17.1. 104 kB/s | 16 kB 00:00 (269/399): openstack-tripleo-heat-templates-14. 4.0 MB/s | 617 kB 00:00 (270/399): puppet-barbican-18.4.2-17.1.20250625 434 kB/s | 57 kB 00:00 (271/399): python-openstackclient-lang-5.5.2-17 417 kB/s | 58 kB 00:00 (272/399): python3-openstackclient-5.5.2-17.1.2 9.3 MB/s | 1.1 MB 00:00 (273/399): tripleo-ansible-3.3.1-17.1.202507021 4.4 MB/s | 570 kB 00:00 (274/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 2.1 MB/s | 223 kB 00:00 (275/399): boost-system-1.75.0-8.el9.x86_64.rpm 96 kB/s | 15 kB 00:00 (276/399): perl-Getopt-Long-2.52-4.el9.noarch.r 428 kB/s | 64 kB 00:00 (277/399): perl-Storable-3.21-460.el9.x86_64.rp 838 kB/s | 98 kB 00:00 (278/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 176 kB/s | 17 kB 00:00 (279/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.0 MB/s | 216 kB 00:00 (280/399): python3-urllib-gssapi-1.0.2-4.el9.no 221 kB/s | 24 kB 00:00 (281/399): boost-thread-1.75.0-8.el9.x86_64.rpm 629 kB/s | 57 kB 00:00 (282/399): perl-Data-Dumper-2.174-462.el9.x86_6 659 kB/s | 59 kB 00:00 (283/399): perl-Exporter-5.74-461.el9.noarch.rp 375 kB/s | 34 kB 00:00 (284/399): perl-File-Temp-0.231.100-4.el9.noarc 710 kB/s | 63 kB 00:00 (285/399): perl-Text-Tabs+Wrap-2013.0523-460.el 282 kB/s | 25 kB 00:00 (286/399): perl-parent-0.238-460.el9.noarch.rpm 127 kB/s | 16 kB 00:00 (287/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.2 MB/s | 321 kB 00:00 (288/399): python3-pyasn1-modules-0.4.8-6.el9.n 2.6 MB/s | 283 kB 00:00 (289/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.2 MB/s | 224 kB 00:00 (290/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 520 kB/s | 45 kB 00:00 (291/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 4.2 MB/s | 392 kB 00:00 (292/399): perl-PathTools-3.78-461.el9.x86_64.r 958 kB/s | 92 kB 00:00 (293/399): perl-Term-ANSIColor-5.01-461.el9.noa 502 kB/s | 51 kB 00:00 (294/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 1.9 MB/s | 229 kB 00:00 (295/399): perl-Text-ParseWords-3.30-460.el9.no 196 kB/s | 18 kB 00:00 (296/399): perl-URI-5.09-3.el9.noarch.rpm 1.3 MB/s | 125 kB 00:00 (297/399): perl-libnet-3.13-4.el9.noarch.rpm 1.4 MB/s | 134 kB 00:00 (298/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 8.2 MB/s | 1.2 MB 00:00 (299/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 275 kB/s | 26 kB 00:00 (300/399): iptables-nft-services-1.8.8-6.el9_1. 302 kB/s | 28 kB 00:00 (301/399): perl-Carp-1.50-460.el9.noarch.rpm 290 kB/s | 31 kB 00:00 (302/399): perl-Mozilla-CA-20200520-6.el9.noarc 144 kB/s | 14 kB 00:00 (303/399): perl-Encode-3.08-462.el9.x86_64.rpm 12 MB/s | 1.7 MB 00:00 (304/399): perl-Time-Local-1.300-7.el9.noarch.r 415 kB/s | 37 kB 00:00 (305/399): perl-Term-Cap-1.17-460.el9.noarch.rp 219 kB/s | 24 kB 00:00 (306/399): python3-psutil-5.8.0-12.el9.x86_64.r 2.2 MB/s | 218 kB 00:00 (307/399): python3-yubico-1.3.3-7.el9.noarch.rp 753 kB/s | 73 kB 00:00 (308/399): perl-Pod-Escapes-1.07-460.el9.noarch 209 kB/s | 22 kB 00:00 (309/399): python3-jwcrypto-0.8-4.el9.noarch.rp 693 kB/s | 76 kB 00:00 (310/399): sshpass-1.09-4.el9.x86_64.rpm 315 kB/s | 30 kB 00:00 (311/399): boost-filesystem-1.75.0-8.el9.x86_64 539 kB/s | 59 kB 00:00 (312/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.2 MB/s | 410 kB 00:00 (313/399): boost-program-options-1.75.0-8.el9.x 1.1 MB/s | 108 kB 00:00 (314/399): libburn-1.5.4-4.el9.x86_64.rpm 1.7 MB/s | 175 kB 00:00 (315/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 403 kB/s | 39 kB 00:00 (316/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 352 kB/s | 34 kB 00:00 (317/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 213 kB/s | 19 kB 00:00 (318/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.2 MB/s | 419 kB 00:00 (319/399): perl-Digest-1.19-4.el9.noarch.rpm 270 kB/s | 29 kB 00:00 (320/399): perl-File-Path-2.18-4.el9.noarch.rpm 414 kB/s | 38 kB 00:00 (321/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 968 kB/s | 92 kB 00:00 (322/399): perl-Scalar-List-Utils-1.56-461.el9. 813 kB/s | 77 kB 00:00 (323/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 360 kB/s | 43 kB 00:00 (324/399): perl-Socket-2.031-4.el9.x86_64.rpm 550 kB/s | 58 kB 00:00 (325/399): perl-constant-1.33-461.el9.noarch.rp 289 kB/s | 25 kB 00:00 (326/399): perl-podlators-4.14-460.el9.noarch.r 1.3 MB/s | 118 kB 00:00 (327/399): python3-PyMySQL-0.10.1-6.el9.noarch. 1.2 MB/s | 112 kB 00:00 (328/399): python3-appdirs-1.4.4-4.el9.noarch.r 223 kB/s | 27 kB 00:00 (329/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 1.4 MB/s | 163 kB 00:00 (330/399): python3-pyusb-1.0.2-13.el9.noarch.rp 607 kB/s | 96 kB 00:00 (331/399): python3-qrcode-core-6.1-12.el9.noarc 611 kB/s | 61 kB 00:00 (332/399): python3-wcwidth-0.2.5-8.el9.noarch.r 371 kB/s | 48 kB 00:00 (333/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.9 MB/s | 279 kB 00:00 (334/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.2 MB/s | 221 kB 00:00 (335/399): python3-alembic-1.7.5-3.el9.noarch.r 8.7 MB/s | 900 kB 00:00 (336/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 4.9 MB/s | 489 kB 00:00 (337/399): python3-augeas-0.5.0-25.el9.noarch.r 255 kB/s | 31 kB 00:00 (338/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.5 MB/s | 459 kB 00:00 (339/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 660 kB/s | 59 kB 00:00 (340/399): jq-1.6-14.el9.x86_64.rpm 1.8 MB/s | 190 kB 00:00 (341/399): perl-AutoLoader-5.74-480.el9.noarch. 258 kB/s | 23 kB 00:00 (342/399): perl-B-1.80-480.el9.x86_64.rpm 1.6 MB/s | 185 kB 00:00 (343/399): perl-Class-Struct-0.66-480.el9.noarc 180 kB/s | 24 kB 00:00 (344/399): perl-Errno-1.30-480.el9.x86_64.rpm 141 kB/s | 17 kB 00:00 (345/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 256 kB/s | 23 kB 00:00 (346/399): perl-File-stat-1.09-480.el9.noarch.r 190 kB/s | 19 kB 00:00 (347/399): perl-File-Basename-2.85-480.el9.noar 156 kB/s | 19 kB 00:00 (348/399): perl-FileHandle-2.03-480.el9.noarch. 192 kB/s | 17 kB 00:00 (349/399): perl-Getopt-Std-1.12-480.el9.noarch. 192 kB/s | 17 kB 00:00 (350/399): perl-IPC-Open3-1.21-480.el9.noarch.r 198 kB/s | 25 kB 00:00 (351/399): perl-POSIX-1.94-480.el9.x86_64.rpm 885 kB/s | 99 kB 00:00 (352/399): perl-SelectSaver-1.02-480.el9.noarch 138 kB/s | 13 kB 00:00 (353/399): perl-Symbol-1.08-480.el9.noarch.rpm 184 kB/s | 16 kB 00:00 (354/399): perl-interpreter-5.32.1-480.el9.x86_ 725 kB/s | 75 kB 00:00 (355/399): perl-libs-5.32.1-480.el9.x86_64.rpm 17 MB/s | 2.2 MB 00:00 (356/399): perl-overload-1.31-480.el9.noarch.rp 476 kB/s | 47 kB 00:00 (357/399): perl-overloading-0.02-480.el9.noarch 151 kB/s | 15 kB 00:00 (358/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.6 MB/s | 259 kB 00:00 (359/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 384 kB/s | 40 kB 00:00 (360/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 473 kB/s | 42 kB 00:00 (361/399): perl-IO-1.43-480.el9.x86_64.rpm 1.0 MB/s | 94 kB 00:00 (362/399): perl-NDBM_File-1.15-480.el9.x86_64.r 264 kB/s | 25 kB 00:00 (363/399): perl-base-2.27-480.el9.noarch.rpm 199 kB/s | 18 kB 00:00 (364/399): perl-if-0.60.800-480.el9.noarch.rpm 170 kB/s | 16 kB 00:00 (365/399): perl-mro-1.23-480.el9.x86_64.rpm 346 kB/s | 31 kB 00:00 (366/399): perl-subs-1.03-480.el9.noarch.rpm 137 kB/s | 13 kB 00:00 (367/399): perl-vars-1.05-480.el9.noarch.rpm 160 kB/s | 15 kB 00:00 (368/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.9 MB/s | 176 kB 00:00 (369/399): ipa-client-common-4.10.1-12.el9_2.2. 464 kB/s | 44 kB 00:00 (370/399): rhel-system-roles-1.21.2-1.el9_2.noa 19 MB/s | 2.4 MB 00:00 (371/399): ansible-freeipa-1.9.2-3.el9_2.noarch 2.1 MB/s | 452 kB 00:00 (372/399): ipa-common-4.10.1-12.el9_2.2.noarch. 5.6 MB/s | 656 kB 00:00 (373/399): python3-ipaclient-4.10.1-12.el9_2.2. 5.6 MB/s | 648 kB 00:00 (374/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.5 MB/s | 663 kB 00:00 (375/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 577 kB/s | 57 kB 00:00 (376/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 415 kB/s | 41 kB 00:00 (377/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 39 MB/s | 7.9 MB 00:00 (378/399): ruby-default-gems-3.0.4-161.el9_2.2. 365 kB/s | 46 kB 00:00 (379/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 472 kB/s | 55 kB 00:00 (380/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.5 MB/s | 456 kB 00:00 (381/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 14 MB/s | 3.3 MB 00:00 (382/399): rubygem-io-console-0.5.7-161.el9_2.2 251 kB/s | 26 kB 00:00 (383/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 625 kB/s | 59 kB 00:00 (384/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 669 kB/s | 60 kB 00:00 (385/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.3 MB/s | 441 kB 00:00 (386/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.2 MB/s | 306 kB 00:00 (387/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 943 kB/s | 110 kB 00:00 (388/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 17 MB/s | 2.2 MB 00:00 (389/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.7 MB/s | 245 kB 00:00 (390/399): buildah-1.29.5-1.el9_2.x86_64.rpm 45 MB/s | 8.6 MB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 662 kB/s | 109 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.0 MB/s | 136 kB 00:00 (393/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 751 kB/s | 156 kB 00:00 (394/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 326 kB/s | 30 kB 00:00 (395/399): libsmartcols-2.37.4-11.el9_2.x86_64. 525 kB/s | 65 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 18 MB/s | 2.3 MB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.2 MB/s | 464 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 984 kB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.6 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 6.0 MB/s | 97 MB 00:16 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-gssapi-1.6.9-5.el9.x86_64 89/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 90/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 91/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 92/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 93/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 94/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 95/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 96/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 97/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 98/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 99/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 100/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 101/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 102/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 103/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 104/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 105/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 106/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 107/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 108/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 109/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 110/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 111/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 112/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 113/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 114/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 115/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 116/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 117/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 118/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 122/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 123/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 124/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 125/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 126/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 127/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 128/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 129/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 130/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 131/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 132/408 Installing : python3-yubico-1.3.3-7.el9.noarch 133/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.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 : libunwind-1.6.2-1.el9cp.x86_64 363/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 364/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 365/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 366/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 367/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : 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 : libipa_hbac-2.8.2-5.el9_2.5.x86_64 13/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 16/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 17/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 18/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 20/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 21/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 22/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 23/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 24/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 25/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 26/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 27/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 28/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 29/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 30/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 31/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 32/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 33/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 34/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 35/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 36/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 37/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 38/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 39/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 40/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 41/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 42/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 43/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 44/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 45/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 46/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 47/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 48/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 49/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 50/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 51/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 52/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 53/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 54/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 55/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 56/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 57/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 58/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 59/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 60/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 61/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 62/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 63/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 64/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 65/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 66/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 67/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 68/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 69/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 70/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 71/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 72/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 73/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 74/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 75/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 76/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 77/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 78/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 79/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 80/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 81/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 82/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 83/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 84/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 85/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 86/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 87/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 88/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 89/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 90/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 91/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 92/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 93/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 94/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 95/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 96/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 97/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 98/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 99/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 100/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 101/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 102/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 103/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 104/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 105/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 106/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 107/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 108/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 109/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 110/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 111/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 112/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 113/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 114/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 115/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 116/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 117/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 118/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 119/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 120/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 121/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 122/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 123/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 124/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 125/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 126/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 127/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 128/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 129/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 130/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 131/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 132/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 133/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 134/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 135/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 136/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 137/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 138/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 139/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 140/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 141/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 142/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 143/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 144/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 145/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 146/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 147/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 148/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 149/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 150/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 151/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 152/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 153/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 154/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 155/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 156/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 157/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 158/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 159/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 160/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 161/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 162/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 163/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 164/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 165/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 166/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 167/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 168/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 169/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 170/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 171/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 172/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 173/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 174/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 175/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 176/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 177/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 178/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 179/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 180/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 181/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 182/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 183/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 184/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 185/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 186/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 187/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 188/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 189/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 190/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 191/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 192/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 193/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 194/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 195/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 196/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 197/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 198/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 199/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 200/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 201/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 202/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 203/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 204/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 205/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 206/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 207/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 208/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 209/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 210/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 212/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 213/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 214/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 215/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 216/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 217/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 218/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 219/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 220/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 221/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 222/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 223/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 224/408 Verifying : hiera-3.6.0-6.el9ost.noarch 225/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 226/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 227/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 228/408 Verifying : puppet-7.10.0-4.el9ost.noarch 229/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 230/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 231/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 232/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 233/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 234/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 235/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 236/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 237/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 238/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 239/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 240/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 241/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 242/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 243/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 244/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 245/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 246/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 247/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 248/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 249/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 250/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 251/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 252/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 253/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 254/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 255/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 256/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 257/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 258/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 259/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 260/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 261/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 262/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 263/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 264/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 265/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 266/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 267/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 268/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 269/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 270/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 271/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 272/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 273/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 274/408 Verifying : boost-system-1.75.0-8.el9.x86_64 275/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 276/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 277/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 278/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 279/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 280/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 281/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 282/408 Verifying : perl-Exporter-5.74-461.el9.noarch 283/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 284/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 285/408 Verifying : perl-parent-1:0.238-460.el9.noarch 286/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 287/408 Verifying : xorriso-1.5.4-4.el9.x86_64 288/408 Verifying : libisofs-1.5.4-4.el9.x86_64 289/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 290/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 291/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 292/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 293/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 294/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 295/408 Verifying : perl-URI-5.09-3.el9.noarch 296/408 Verifying : perl-libnet-3.13-4.el9.noarch 297/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 298/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 299/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 300/408 Verifying : perl-Carp-1.50-460.el9.noarch 301/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 302/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 303/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 304/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 305/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 306/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 307/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 308/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 309/408 Verifying : sshpass-1.09-4.el9.x86_64 310/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 311/408 Verifying : boost-log-1.75.0-8.el9.x86_64 312/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 313/408 Verifying : libburn-1.5.4-4.el9.x86_64 314/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 315/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 316/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 317/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 318/408 Verifying : perl-Digest-1.19-4.el9.noarch 319/408 Verifying : perl-File-Path-2.18-4.el9.noarch 320/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 321/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 322/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 323/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 324/408 Verifying : perl-constant-1.33-461.el9.noarch 325/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 326/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 327/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 328/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 329/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 330/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 331/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 332/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 333/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 334/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 335/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 336/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 337/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 338/408 Verifying : jq-1.6-14.el9.x86_64 339/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 340/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 341/408 Verifying : perl-B-1.80-480.el9.x86_64 342/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 343/408 Verifying : perl-Errno-1.30-480.el9.x86_64 344/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 345/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 346/408 Verifying : perl-File-stat-1.09-480.el9.noarch 347/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 348/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 349/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 350/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 351/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 352/408 Verifying : perl-Symbol-1.08-480.el9.noarch 353/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 354/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 355/408 Verifying : perl-overload-1.31-480.el9.noarch 356/408 Verifying : perl-overloading-0.02-480.el9.noarch 357/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 358/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 359/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 360/408 Verifying : perl-IO-1.43-480.el9.x86_64 361/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 362/408 Verifying : perl-base-2.27-480.el9.noarch 363/408 Verifying : perl-if-0.60.800-480.el9.noarch 364/408 Verifying : perl-mro-1.23-480.el9.x86_64 365/408 Verifying : perl-subs-1.03-480.el9.noarch 366/408 Verifying : perl-vars-1.05-480.el9.noarch 367/408 Verifying : python3-mako-1.1.4-6.el9.noarch 368/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 369/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 370/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 371/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 372/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 374/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 375/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 376/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 377/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 378/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 379/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 380/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 381/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 382/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 383/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 384/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 385/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 386/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 387/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 388/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 389/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.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-10-03T13:21:39.752999 # # 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, 6.4002e-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-10-03 13:21:43.900713 | fa163ec6-d492-ca1c-9070-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-03 13:21:43.942399 | fa163ec6-d492-ca1c-9070-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-03 13:21:43.944348 | fa163ec6-d492-ca1c-9070-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.076609 | 0.04s 2025-10-03 13:21:43.950160 | fa163ec6-d492-ca1c-9070-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-03 13:21:43.988513 | fa163ec6-d492-ca1c-9070-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-03 13:21:43.989535 | fa163ec6-d492-ca1c-9070-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.121805 | 0.04s 2025-10-03 13:21:43.993968 | fa163ec6-d492-ca1c-9070-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-03 13:21:44.085528 | fa163ec6-d492-ca1c-9070-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-03 13:21:44.086827 | fa163ec6-d492-ca1c-9070-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.219090 | 0.09s 2025-10-03 13:21:44.093747 | fa163ec6-d492-ca1c-9070-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-03 13:21:44.428518 | fa163ec6-d492-ca1c-9070-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-03 13:21:44.430451 | fa163ec6-d492-ca1c-9070-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.562710 | 0.34s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-03 13:21:44.458543 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:21:44.459132 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:21:44.459747 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.592020 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:21:44.460220 | UUID | Info | Host | Task Name | Run Time 2025-10-03 13:21:44.460845 | fa163ec6-d492-ca1c-9070-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.34s 2025-10-03 13:21:44.461436 | fa163ec6-d492-ca1c-9070-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-10-03 13:21:44.462062 | fa163ec6-d492-ca1c-9070-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-10-03 13:21:44.462606 | fa163ec6-d492-ca1c-9070-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-10-03 13:21:44.463112 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-10-03 13:21:47.057904 | fa163ec6-d492-1fa2-a420-000000000005 | TASK | set ssh key path facts 2025-10-03 13:21:47.084026 | fa163ec6-d492-1fa2-a420-000000000005 | OK | set ssh key path facts | undercloud 2025-10-03 13:21:47.084559 | fa163ec6-d492-1fa2-a420-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.040432 | 0.03s 2025-10-03 13:21:47.087653 | fa163ec6-d492-1fa2-a420-000000000006 | TASK | stat private key 2025-10-03 13:21:47.448054 | fa163ec6-d492-1fa2-a420-000000000006 | OK | stat private key | undercloud 2025-10-03 13:21:47.449362 | fa163ec6-d492-1fa2-a420-000000000006 | TIMING | stat private key | undercloud | 0:00:00.405223 | 0.36s 2025-10-03 13:21:47.456198 | fa163ec6-d492-1fa2-a420-000000000007 | TASK | stat public key 2025-10-03 13:21:47.635330 | fa163ec6-d492-1fa2-a420-000000000007 | OK | stat public key | undercloud 2025-10-03 13:21:47.636735 | fa163ec6-d492-1fa2-a420-000000000007 | TIMING | stat public key | undercloud | 0:00:00.592597 | 0.18s 2025-10-03 13:21:47.644090 | fa163ec6-d492-1fa2-a420-000000000008 | TASK | create private key if it does not exist 2025-10-03 13:21:48.450349 | fa163ec6-d492-1fa2-a420-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-03 13:21:48.451494 | fa163ec6-d492-1fa2-a420-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.407358 | 0.81s 2025-10-03 13:21:48.456334 | fa163ec6-d492-1fa2-a420-000000000009 | TASK | create public key if it does not exist 2025-10-03 13:21:48.667462 | fa163ec6-d492-1fa2-a420-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-03 13:21:48.668878 | fa163ec6-d492-1fa2-a420-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.624739 | 0.21s PLAY [allovercloud] ************************************************************ 2025-10-03 13:21:48.723520 | fa163ec6-d492-1fa2-a420-000000000023 | TASK | Get local private key 2025-10-03 13:21:49.081931 | fa163ec6-d492-1fa2-a420-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ec6-d492-1fa2-a420-000000000023') missing from stats 2025-10-03 13:21:49.097158 | fa163ec6-d492-1fa2-a420-000000000024 | TASK | Get local public key 2025-10-03 13:21:49.277557 | fa163ec6-d492-1fa2-a420-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ec6-d492-1fa2-a420-000000000024') missing from stats 2025-10-03 13:21:49.301056 | fa163ec6-d492-1fa2-a420-000000000012 | TASK | create user ceph-admin 2025-10-03 13:21:49.809378 | fa163ec6-d492-1fa2-a420-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-03 13:21:49.810624 | fa163ec6-d492-1fa2-a420-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.766483 | 0.51s 2025-10-03 13:21:49.820690 | fa163ec6-d492-1fa2-a420-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-03 13:21:50.390662 | fa163ec6-d492-1fa2-a420-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-03 13:21:50.391822 | fa163ec6-d492-1fa2-a420-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.347683 | 0.57s 2025-10-03 13:21:50.400420 | fa163ec6-d492-1fa2-a420-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-03 13:21:50.722973 | fa163ec6-d492-1fa2-a420-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-03 13:21:50.724410 | fa163ec6-d492-1fa2-a420-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.680278 | 0.32s 2025-10-03 13:21:50.730680 | fa163ec6-d492-1fa2-a420-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-03 13:21:50.930828 | fa163ec6-d492-1fa2-a420-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-03 13:21:50.931875 | fa163ec6-d492-1fa2-a420-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.887742 | 0.20s 2025-10-03 13:21:50.938087 | fa163ec6-d492-1fa2-a420-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-03 13:21:51.152264 | fa163ec6-d492-1fa2-a420-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-03 13:21:51.153244 | fa163ec6-d492-1fa2-a420-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.109112 | 0.21s 2025-10-03 13:21:51.159248 | fa163ec6-d492-1fa2-a420-000000000017 | TASK | get remote ceph-admin public key 2025-10-03 13:21:51.195235 | fa163ec6-d492-1fa2-a420-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-03 13:21:51.196245 | fa163ec6-d492-1fa2-a420-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.152110 | 0.04s 2025-10-03 13:21:51.202461 | fa163ec6-d492-1fa2-a420-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-03 13:21:51.259128 | fa163ec6-d492-1fa2-a420-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-03 13:21:51.260131 | fa163ec6-d492-1fa2-a420-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.216001 | 0.06s 2025-10-03 13:21:51.265108 | fa163ec6-d492-1fa2-a420-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-03 13:21:51.607792 | fa163ec6-d492-1fa2-a420-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-03 13:21:51.609554 | fa163ec6-d492-1fa2-a420-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.565408 | 0.34s 2025-10-03 13:21:51.620097 | fa163ec6-d492-1fa2-a420-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-03 13:21:52.075950 | fa163ec6-d492-1fa2-a420-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-03 13:21:52.076910 | fa163ec6-d492-1fa2-a420-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.032774 | 0.46s 2025-10-03 13:21:52.083713 | fa163ec6-d492-1fa2-a420-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-03 13:21:52.568542 | fa163ec6-d492-1fa2-a420-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-03 13:21:52.569867 | fa163ec6-d492-1fa2-a420-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.525728 | 0.49s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-03 13:21:52.597802 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:21:52.598273 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:21:52.598756 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.554630 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:21:52.599171 | UUID | Info | Host | Task Name | Run Time 2025-10-03 13:21:52.599565 | fa163ec6-d492-1fa2-a420-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.81s 2025-10-03 13:21:52.600012 | fa163ec6-d492-1fa2-a420-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.57s 2025-10-03 13:21:52.600485 | fa163ec6-d492-1fa2-a420-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.51s 2025-10-03 13:21:52.600836 | fa163ec6-d492-1fa2-a420-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.49s 2025-10-03 13:21:52.601217 | fa163ec6-d492-1fa2-a420-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.46s 2025-10-03 13:21:52.601629 | fa163ec6-d492-1fa2-a420-000000000006 | SUMMARY | undercloud | stat private key | 0.36s 2025-10-03 13:21:52.602126 | fa163ec6-d492-1fa2-a420-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.34s 2025-10-03 13:21:52.602533 | fa163ec6-d492-1fa2-a420-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.32s 2025-10-03 13:21:52.602945 | fa163ec6-d492-1fa2-a420-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.21s 2025-10-03 13:21:52.603395 | fa163ec6-d492-1fa2-a420-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.21s 2025-10-03 13:21:52.603847 | fa163ec6-d492-1fa2-a420-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.20s 2025-10-03 13:21:52.604269 | fa163ec6-d492-1fa2-a420-000000000007 | SUMMARY | undercloud | stat public key | 0.18s 2025-10-03 13:21:52.604764 | fa163ec6-d492-1fa2-a420-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-10-03 13:21:52.605225 | fa163ec6-d492-1fa2-a420-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.04s 2025-10-03 13:21:52.605762 | fa163ec6-d492-1fa2-a420-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-10-03 13:21:52.606167 | fa163ec6-d492-1fa2-a420-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-03 13:21:52.606589 | fa163ec6-d492-1fa2-a420-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-03 13:21:52.607012 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-10-03 13:21:55.196989 | fa163ec6-d492-bb35-1cc2-000000000039 | TASK | Gathering Facts 2025-10-03 13:21:55.746845 | fa163ec6-d492-bb35-1cc2-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-03 13:21:55.747967 | fa163ec6-d492-bb35-1cc2-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.564944 | 0.55s 2025-10-03 13:21:55.760894 | fa163ec6-d492-bb35-1cc2-000000000039 | OK | Gathering Facts | undercloud 2025-10-03 13:21:55.762159 | fa163ec6-d492-bb35-1cc2-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.579138 | 0.56s 2025-10-03 13:21:55.792794 | fa163ec6-d492-bb35-1cc2-00000000000a | TASK | Load distro-specific variables 2025-10-03 13:21:55.852108 | fa163ec6-d492-bb35-1cc2-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.669060 | 0.06s 2025-10-03 13:21:55.852755 | fa163ec6-d492-bb35-1cc2-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.669745 | 0.05s 2025-10-03 13:21:55.862949 | d74ac7ec-b06d-4594-a5b0-3f9bf602cca0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 13:21:55.863421 | d74ac7ec-b06d-4594-a5b0-3f9bf602cca0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 13:21:55.877969 | fa163ec6-d492-bb35-1cc2-000000000052 | TASK | Load distro-specific variables 2025-10-03 13:21:55.965997 | fa163ec6-d492-bb35-1cc2-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:21:55.967103 | fa163ec6-d492-bb35-1cc2-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.784073 | 0.09s 2025-10-03 13:21:55.971531 | fa163ec6-d492-bb35-1cc2-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.788511 | 0.09s 2025-10-03 13:21:55.993029 | fa163ec6-d492-bb35-1cc2-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:21:55.993770 | fa163ec6-d492-bb35-1cc2-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.810755 | 0.11s 2025-10-03 13:21:56.003628 | fa163ec6-d492-bb35-1cc2-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.820615 | 0.12s 2025-10-03 13:21:56.008355 | fa163ec6-d492-bb35-1cc2-00000000000b | TASK | Install chronyd 2025-10-03 13:21:56.083270 | fa163ec6-d492-bb35-1cc2-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.900233 | 0.07s 2025-10-03 13:21:56.105127 | fa163ec6-d492-bb35-1cc2-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.922100 | 0.09s 2025-10-03 13:21:56.117499 | 3b81d1c2-3bc2-4913-bb13-b91c13999683 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-03 13:21:56.117946 | 3b81d1c2-3bc2-4913-bb13-b91c13999683 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-03 13:21:56.132977 | fa163ec6-d492-bb35-1cc2-0000000000a2 | TASK | Load distro-specific variables 2025-10-03 13:21:56.207345 | fa163ec6-d492-bb35-1cc2-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.024307 | 0.07s 2025-10-03 13:21:56.218694 | fa163ec6-d492-bb35-1cc2-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.035672 | 0.08s 2025-10-03 13:21:56.228825 | 7f9accb2-a3da-491f-87c7-254b0c7054f9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 13:21:56.229422 | 7f9accb2-a3da-491f-87c7-254b0c7054f9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 13:21:56.243324 | fa163ec6-d492-bb35-1cc2-000000000102 | TASK | Load distro-specific variables 2025-10-03 13:21:56.344214 | fa163ec6-d492-bb35-1cc2-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:21:56.345585 | fa163ec6-d492-bb35-1cc2-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.162556 | 0.10s 2025-10-03 13:21:56.354445 | fa163ec6-d492-bb35-1cc2-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:21:56.356181 | fa163ec6-d492-bb35-1cc2-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.173162 | 0.10s 2025-10-03 13:21:56.361278 | fa163ec6-d492-bb35-1cc2-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.178252 | 0.12s 2025-10-03 13:21:56.362174 | fa163ec6-d492-bb35-1cc2-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.179163 | 0.11s 2025-10-03 13:21:56.367985 | fa163ec6-d492-bb35-1cc2-0000000000a3 | TASK | Check for NTP service 2025-10-03 13:21:56.741503 | fa163ec6-d492-bb35-1cc2-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-03 13:21:56.742885 | fa163ec6-d492-bb35-1cc2-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.559856 | 0.37s 2025-10-03 13:21:56.767984 | fa163ec6-d492-bb35-1cc2-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-03 13:21:56.768784 | fa163ec6-d492-bb35-1cc2-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.585765 | 0.39s 2025-10-03 13:21:56.775188 | fa163ec6-d492-bb35-1cc2-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-03 13:21:56.850322 | fa163ec6-d492-bb35-1cc2-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-03 13:21:56.851906 | fa163ec6-d492-bb35-1cc2-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.668865 | 0.08s 2025-10-03 13:21:56.873297 | fa163ec6-d492-bb35-1cc2-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-03 13:21:56.874205 | fa163ec6-d492-bb35-1cc2-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.691184 | 0.09s 2025-10-03 13:21:56.886294 | fa163ec6-d492-bb35-1cc2-0000000000a5 | TASK | Install chronyd package 2025-10-03 13:21:59.896726 | fa163ec6-d492-bb35-1cc2-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-03 13:21:59.897935 | fa163ec6-d492-bb35-1cc2-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.714908 | 3.00s 2025-10-03 13:22:01.412541 | fa163ec6-d492-bb35-1cc2-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-03 13:22:01.413581 | fa163ec6-d492-bb35-1cc2-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.230561 | 4.53s 2025-10-03 13:22:01.422969 | fa163ec6-d492-bb35-1cc2-00000000000c | TASK | Upgrade chronyd 2025-10-03 13:22:01.505459 | fa163ec6-d492-bb35-1cc2-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-03 13:22:01.507624 | fa163ec6-d492-bb35-1cc2-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.324593 | 0.08s 2025-10-03 13:22:01.519726 | fa163ec6-d492-bb35-1cc2-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-03 13:22:01.520515 | fa163ec6-d492-bb35-1cc2-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.337496 | 0.08s 2025-10-03 13:22:01.529283 | fa163ec6-d492-bb35-1cc2-00000000000d | TASK | Configure chronyd 2025-10-03 13:22:01.604941 | fa163ec6-d492-bb35-1cc2-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.421889 | 0.07s 2025-10-03 13:22:01.626911 | fa163ec6-d492-bb35-1cc2-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.443884 | 0.08s 2025-10-03 13:22:01.645953 | cb8b9d82-3dc8-48a3-ae7c-5a5fc9790399 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-03 13:22:01.646826 | cb8b9d82-3dc8-48a3-ae7c-5a5fc9790399 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-03 13:22:01.681666 | fa163ec6-d492-bb35-1cc2-000000000162 | TASK | Load distro-specific variables 2025-10-03 13:22:01.760293 | fa163ec6-d492-bb35-1cc2-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.577242 | 0.08s 2025-10-03 13:22:01.775081 | fa163ec6-d492-bb35-1cc2-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.592055 | 0.08s 2025-10-03 13:22:01.787150 | 3482fcb4-5f6e-4ba7-9d9a-a6b2e117cbf3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 13:22:01.787833 | 3482fcb4-5f6e-4ba7-9d9a-a6b2e117cbf3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 13:22:01.799560 | fa163ec6-d492-bb35-1cc2-0000000001fa | TASK | Load distro-specific variables 2025-10-03 13:22:01.912964 | fa163ec6-d492-bb35-1cc2-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:22:01.913918 | fa163ec6-d492-bb35-1cc2-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.730899 | 0.11s 2025-10-03 13:22:01.918257 | fa163ec6-d492-bb35-1cc2-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:22:01.919118 | fa163ec6-d492-bb35-1cc2-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.736105 | 0.11s 2025-10-03 13:22:01.921660 | fa163ec6-d492-bb35-1cc2-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.738619 | 0.12s 2025-10-03 13:22:01.922700 | fa163ec6-d492-bb35-1cc2-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.739688 | 0.11s 2025-10-03 13:22:01.929016 | fa163ec6-d492-bb35-1cc2-000000000163 | TASK | Install chrony configuration file 2025-10-03 13:22:02.723216 | fa163ec6-d492-bb35-1cc2-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-03 13:22:02.724611 | fa163ec6-d492-bb35-1cc2-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.541582 | 0.79s 2025-10-03 13:22:03.578008 | fa163ec6-d492-bb35-1cc2-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-03 13:22:03.579169 | fa163ec6-d492-bb35-1cc2-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.396143 | 1.65s 2025-10-03 13:22:03.588246 | fa163ec6-d492-bb35-1cc2-00000000000e | TASK | Run chronyd 2025-10-03 13:22:03.679045 | fa163ec6-d492-bb35-1cc2-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.496005 | 0.08s 2025-10-03 13:22:03.692058 | fa163ec6-d492-bb35-1cc2-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.509038 | 0.10s 2025-10-03 13:22:03.726409 | 5834e012-433a-443b-8ee5-b2590638d91e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-03 13:22:03.726914 | 5834e012-433a-443b-8ee5-b2590638d91e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-03 13:22:03.746705 | fa163ec6-d492-bb35-1cc2-000000000233 | TASK | Load distro-specific variables 2025-10-03 13:22:03.808170 | fa163ec6-d492-bb35-1cc2-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.625139 | 0.06s 2025-10-03 13:22:03.839582 | fa163ec6-d492-bb35-1cc2-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.656558 | 0.09s 2025-10-03 13:22:03.849901 | 4e39c1f5-0fe5-40b9-ab38-c864174f1ecd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 13:22:03.850530 | 4e39c1f5-0fe5-40b9-ab38-c864174f1ecd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 13:22:03.863059 | fa163ec6-d492-bb35-1cc2-0000000002ee | TASK | Load distro-specific variables 2025-10-03 13:22:03.956313 | fa163ec6-d492-bb35-1cc2-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:22:03.957442 | fa163ec6-d492-bb35-1cc2-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.774420 | 0.09s 2025-10-03 13:22:03.968461 | fa163ec6-d492-bb35-1cc2-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:22:03.969264 | fa163ec6-d492-bb35-1cc2-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.786250 | 0.10s 2025-10-03 13:22:03.972862 | fa163ec6-d492-bb35-1cc2-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.789846 | 0.11s 2025-10-03 13:22:03.973584 | fa163ec6-d492-bb35-1cc2-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.790572 | 0.10s 2025-10-03 13:22:03.978875 | fa163ec6-d492-bb35-1cc2-000000000234 | TASK | Ensure chronyd is running 2025-10-03 13:22:04.631911 | fa163ec6-d492-bb35-1cc2-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-03 13:22:04.633225 | fa163ec6-d492-bb35-1cc2-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.450200 | 0.64s 2025-10-03 13:22:04.646608 | fa163ec6-d492-bb35-1cc2-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-03 13:22:04.647551 | fa163ec6-d492-bb35-1cc2-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.464536 | 0.67s 2025-10-03 13:22:04.653821 | fa163ec6-d492-bb35-1cc2-000000000235 | TASK | Force chronyd restart 2025-10-03 13:22:04.768046 | fa163ec6-d492-bb35-1cc2-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-03 13:22:04.769133 | fa163ec6-d492-bb35-1cc2-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.586110 | 0.11s 2025-10-03 13:22:05.120272 | fa163ec6-d492-bb35-1cc2-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-03 13:22:05.121794 | fa163ec6-d492-bb35-1cc2-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.938774 | 0.46s 2025-10-03 13:22:05.131341 | fa163ec6-d492-bb35-1cc2-00000000000f | TASK | Enable online service 2025-10-03 13:22:05.200306 | fa163ec6-d492-bb35-1cc2-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.017260 | 0.07s 2025-10-03 13:22:05.212118 | fa163ec6-d492-bb35-1cc2-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.029096 | 0.07s 2025-10-03 13:22:05.224283 | e1ecb7c8-1bd6-480e-bce2-039a23f59dc2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-03 13:22:05.224890 | e1ecb7c8-1bd6-480e-bce2-039a23f59dc2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-03 13:22:05.258979 | fa163ec6-d492-bb35-1cc2-000000000338 | TASK | Create chrony-online.service unit file 2025-10-03 13:22:05.711857 | fa163ec6-d492-bb35-1cc2-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-10-03 13:22:05.713483 | fa163ec6-d492-bb35-1cc2-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.530447 | 0.45s 2025-10-03 13:22:05.767094 | fa163ec6-d492-bb35-1cc2-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-10-03 13:22:05.768208 | fa163ec6-d492-bb35-1cc2-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.585188 | 0.50s 2025-10-03 13:22:05.777304 | fa163ec6-d492-bb35-1cc2-000000000339 | TASK | Enable chrony-online.service 2025-10-03 13:22:07.048704 | fa163ec6-d492-bb35-1cc2-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-03 13:22:07.050233 | fa163ec6-d492-bb35-1cc2-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.867203 | 1.27s 2025-10-03 13:22:07.062161 | fa163ec6-d492-bb35-1cc2-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-03 13:22:07.063018 | fa163ec6-d492-bb35-1cc2-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.880005 | 1.27s 2025-10-03 13:22:07.067853 | fa163ec6-d492-bb35-1cc2-000000000010 | TASK | Sync chronyc 2025-10-03 13:22:07.148282 | fa163ec6-d492-bb35-1cc2-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.965249 | 0.08s 2025-10-03 13:22:07.153081 | fa163ec6-d492-bb35-1cc2-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.970059 | 0.08s 2025-10-03 13:22:07.171744 | fbba0f94-39be-494c-8f07-2a0e6c4071c1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-03 13:22:07.172619 | fbba0f94-39be-494c-8f07-2a0e6c4071c1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-03 13:22:07.219517 | fa163ec6-d492-bb35-1cc2-00000000042a | TASK | Force NTP sync 2025-10-03 13:22:07.427160 | fa163ec6-d492-bb35-1cc2-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-03 13:22:07.429025 | fa163ec6-d492-bb35-1cc2-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.245978 | 0.21s 2025-10-03 13:22:07.450727 | fa163ec6-d492-bb35-1cc2-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-03 13:22:07.451588 | fa163ec6-d492-bb35-1cc2-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.268568 | 0.22s 2025-10-03 13:22:07.460275 | fa163ec6-d492-bb35-1cc2-00000000042b | TASK | Ensure system is NTP time synced 2025-10-03 13:22:17.748714 | fa163ec6-d492-bb35-1cc2-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-03 13:22:17.750704 | fa163ec6-d492-bb35-1cc2-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.567662 | 10.29s 2025-10-03 13:22:17.782369 | fa163ec6-d492-bb35-1cc2-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-03 13:22:17.783287 | fa163ec6-d492-bb35-1cc2-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.600265 | 10.31s 2025-10-03 13:22:17.807637 | fa163ec6-d492-bb35-1cc2-00000000002c | TASK | Set timezone 2025-10-03 13:22:18.305264 | fa163ec6-d492-bb35-1cc2-00000000002c | OK | Set timezone | undercloud 2025-10-03 13:22:18.306488 | fa163ec6-d492-bb35-1cc2-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.123461 | 0.48s 2025-10-03 13:22:18.317625 | fa163ec6-d492-bb35-1cc2-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-03 13:22:18.318791 | fa163ec6-d492-bb35-1cc2-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.135767 | 0.51s 2025-10-03 13:22:18.327613 | fa163ec6-d492-bb35-1cc2-00000000002d | TASK | Restart time services 2025-10-03 13:22:18.362075 | fa163ec6-d492-bb35-1cc2-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-03 13:22:18.368137 | fa163ec6-d492-bb35-1cc2-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-03 13:22:18.374948 | fa163ec6-d492-bb35-1cc2-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.191889 | 0.05s 2025-10-03 13:22:18.383751 | fa163ec6-d492-bb35-1cc2-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-03 13:22:18.388550 | fa163ec6-d492-bb35-1cc2-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-03 13:22:18.399849 | fa163ec6-d492-bb35-1cc2-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.216806 | 0.06s 2025-10-03 13:22:18.426312 | fa163ec6-d492-bb35-1cc2-000000000012 | HANDLER | Restart chronyd 2025-10-03 13:22:18.878476 | fa163ec6-d492-bb35-1cc2-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-03 13:22:18.880851 | fa163ec6-d492-bb35-1cc2-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.697817 | 0.45s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-10-03 13:22:18.900986 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:22:18.901612 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:22:18.902182 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.719164 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:22:18.902743 | UUID | Info | Host | Task Name | Run Time 2025-10-03 13:22:18.903256 | fa163ec6-d492-bb35-1cc2-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.31s 2025-10-03 13:22:18.903880 | fa163ec6-d492-bb35-1cc2-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.29s 2025-10-03 13:22:18.904385 | fa163ec6-d492-bb35-1cc2-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.53s 2025-10-03 13:22:18.904924 | fa163ec6-d492-bb35-1cc2-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.00s 2025-10-03 13:22:18.905490 | fa163ec6-d492-bb35-1cc2-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 1.65s 2025-10-03 13:22:18.906018 | fa163ec6-d492-bb35-1cc2-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.27s 2025-10-03 13:22:18.906614 | fa163ec6-d492-bb35-1cc2-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.27s 2025-10-03 13:22:18.907325 | fa163ec6-d492-bb35-1cc2-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.79s 2025-10-03 13:22:18.907957 | fa163ec6-d492-bb35-1cc2-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.67s 2025-10-03 13:22:18.908437 | fa163ec6-d492-bb35-1cc2-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.64s 2025-10-03 13:22:18.909015 | fa163ec6-d492-bb35-1cc2-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.56s 2025-10-03 13:22:18.909567 | fa163ec6-d492-bb35-1cc2-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.55s 2025-10-03 13:22:18.910115 | fa163ec6-d492-bb35-1cc2-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.51s 2025-10-03 13:22:18.910635 | fa163ec6-d492-bb35-1cc2-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.50s 2025-10-03 13:22:18.911223 | fa163ec6-d492-bb35-1cc2-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.48s 2025-10-03 13:22:18.911795 | fa163ec6-d492-bb35-1cc2-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.46s 2025-10-03 13:22:18.912306 | fa163ec6-d492-bb35-1cc2-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.45s 2025-10-03 13:22:18.912847 | fa163ec6-d492-bb35-1cc2-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.45s 2025-10-03 13:22:18.913450 | fa163ec6-d492-bb35-1cc2-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.39s 2025-10-03 13:22:18.914085 | fa163ec6-d492-bb35-1cc2-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.37s 2025-10-03 13:22:18.914689 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-10-03 13:22:19.962867 | fa163ec6-d492-b3ff-a606-000000000005 | SKIPPED | fail | undercloud 2025-10-03 13:22:19.963983 | fa163ec6-d492-b3ff-a606-000000000005 | TIMING | fail | undercloud | 0:00:00.078654 | 0.07s 2025-10-03 13:22:20.029081 | fa163ec6-d492-b3ff-a606-000000000006 | SKIPPED | fail | undercloud 2025-10-03 13:22:20.030243 | fa163ec6-d492-b3ff-a606-000000000006 | TIMING | fail | undercloud | 0:00:00.144917 | 0.06s 2025-10-03 13:22:20.036126 | fa163ec6-d492-b3ff-a606-000000000008 | TASK | Ensure working_dir is provided 2025-10-03 13:22:20.081814 | fa163ec6-d492-b3ff-a606-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-03 13:22:20.082926 | fa163ec6-d492-b3ff-a606-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.197596 | 0.05s 2025-10-03 13:22:20.096790 | fa163ec6-d492-b3ff-a606-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-03 13:22:20.134995 | fa163ec6-d492-b3ff-a606-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-03 13:22:20.136060 | fa163ec6-d492-b3ff-a606-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.250733 | 0.04s 2025-10-03 13:22:20.141385 | fa163ec6-d492-b3ff-a606-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-03 13:22:20.178552 | fa163ec6-d492-b3ff-a606-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-03 13:22:20.179658 | fa163ec6-d492-b3ff-a606-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.294311 | 0.04s 2025-10-03 13:22:20.185106 | fa163ec6-d492-b3ff-a606-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-03 13:22:20.224098 | fa163ec6-d492-b3ff-a606-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-03 13:22:20.225408 | fa163ec6-d492-b3ff-a606-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.340076 | 0.04s 2025-10-03 13:22:20.233987 | fa163ec6-d492-b3ff-a606-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-03 13:22:20.292363 | fa163ec6-d492-b3ff-a606-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-03 13:22:20.293706 | fa163ec6-d492-b3ff-a606-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.408373 | 0.06s 2025-10-03 13:22:20.302109 | fa163ec6-d492-b3ff-a606-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-03 13:22:20.407769 | fa163ec6-d492-b3ff-a606-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'mon', '_admin', 'osd'], 'service_type': 'host'} 2025-10-03 13:22:20.409691 | fa163ec6-d492-b3ff-a606-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.524317 | 0.11s 2025-10-03 13:22:20.423288 | fa163ec6-d492-b3ff-a606-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-10-03 13:22:20.439557 | fa163ec6-d492-b3ff-a606-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-10-03 13:22:20.455790 | fa163ec6-d492-b3ff-a606-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-10-03 13:22:20.467457 | fa163ec6-d492-b3ff-a606-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.582133 | 0.16s 2025-10-03 13:22:20.475670 | fa163ec6-d492-b3ff-a606-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-03 13:22:20.603526 | fa163ec6-d492-b3ff-a606-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': ['mgr', 'mon', '_admin', 'osd'], 'service_type': 'host'} 2025-10-03 13:22:20.616342 | fa163ec6-d492-b3ff-a606-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-10-03 13:22:20.632870 | fa163ec6-d492-b3ff-a606-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-10-03 13:22:20.646956 | fa163ec6-d492-b3ff-a606-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-10-03 13:22:20.658714 | fa163ec6-d492-b3ff-a606-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.773366 | 0.18s 2025-10-03 13:22:20.667577 | fa163ec6-d492-b3ff-a606-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-03 13:22:20.726402 | fa163ec6-d492-b3ff-a606-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-03 13:22:20.727998 | fa163ec6-d492-b3ff-a606-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.842661 | 0.06s 2025-10-03 13:22:20.736363 | fa163ec6-d492-b3ff-a606-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-03 13:22:20.767920 | fa163ec6-d492-b3ff-a606-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-03 13:22:20.769395 | fa163ec6-d492-b3ff-a606-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.884058 | 0.03s 2025-10-03 13:22:20.770222 | fa163ec6-d492-b3ff-a606-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.884901 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-03 13:22:20.842819 | fa163ec6-d492-b3ff-a606-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-03 13:22:20.882624 | fa163ec6-d492-b3ff-a606-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-03 13:22:20.884028 | fa163ec6-d492-b3ff-a606-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.998697 | 0.04s 2025-10-03 13:22:20.890349 | fa163ec6-d492-b3ff-a606-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-03 13:22:21.055673 | fa163ec6-d492-b3ff-a606-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-03 13:22:21.057084 | fa163ec6-d492-b3ff-a606-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.171752 | 0.17s 2025-10-03 13:22:21.063591 | fa163ec6-d492-b3ff-a606-000000000019 | TASK | Set IP address of first monitor 2025-10-03 13:22:21.091364 | fa163ec6-d492-b3ff-a606-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-03 13:22:21.092819 | fa163ec6-d492-b3ff-a606-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.207488 | 0.03s 2025-10-03 13:22:21.108436 | fa163ec6-d492-b3ff-a606-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-03 13:22:21.157223 | fa163ec6-d492-b3ff-a606-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-03 13:22:21.158525 | fa163ec6-d492-b3ff-a606-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.273196 | 0.05s 2025-10-03 13:22:21.167195 | fa163ec6-d492-b3ff-a606-000000000021 | TASK | Install cephadm package 2025-10-03 13:22:24.180115 | fa163ec6-d492-b3ff-a606-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-03 13:22:24.182419 | fa163ec6-d492-b3ff-a606-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.297080 | 3.01s 2025-10-03 13:22:24.192606 | fa163ec6-d492-b3ff-a606-000000000022 | TASK | Stat cephadm file 2025-10-03 13:22:24.557702 | fa163ec6-d492-b3ff-a606-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-03 13:22:24.559175 | fa163ec6-d492-b3ff-a606-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.673841 | 0.37s 2025-10-03 13:22:24.569232 | fa163ec6-d492-b3ff-a606-000000000023 | TASK | Fail if cephadm is not available 2025-10-03 13:22:24.596872 | fa163ec6-d492-b3ff-a606-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-03 13:22:24.598194 | fa163ec6-d492-b3ff-a606-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.712860 | 0.03s 2025-10-03 13:22:24.608516 | fa163ec6-d492-b3ff-a606-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-03 13:22:25.396110 | fa163ec6-d492-b3ff-a606-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-03 13:22:25.397304 | fa163ec6-d492-b3ff-a606-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.511973 | 0.79s 2025-10-03 13:22:25.406414 | fa163ec6-d492-b3ff-a606-000000000026 | TASK | Set list of found FSIDs 2025-10-03 13:22:25.496173 | fa163ec6-d492-b3ff-a606-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-03 13:22:25.497019 | fa163ec6-d492-b3ff-a606-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.611698 | 0.09s 2025-10-03 13:22:25.501340 | fa163ec6-d492-b3ff-a606-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-03 13:22:25.575493 | fa163ec6-d492-b3ff-a606-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-03 13:22:25.576568 | fa163ec6-d492-b3ff-a606-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.691239 | 0.07s 2025-10-03 13:22:25.586201 | fa163ec6-d492-b3ff-a606-000000000028 | TASK | Set FSID to the discovered value 2025-10-03 13:22:25.662962 | fa163ec6-d492-b3ff-a606-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-03 13:22:25.664183 | fa163ec6-d492-b3ff-a606-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.778852 | 0.08s 2025-10-03 13:22:25.673778 | fa163ec6-d492-b3ff-a606-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-03 13:22:25.780296 | fa163ec6-d492-b3ff-a606-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-03 13:22:25.780938 | fa163ec6-d492-b3ff-a606-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.895618 | 0.11s 2025-10-03 13:22:25.785308 | fa163ec6-d492-b3ff-a606-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-03 13:22:25.879839 | fa163ec6-d492-b3ff-a606-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-03 13:22:25.881476 | fa163ec6-d492-b3ff-a606-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.996144 | 0.10s 2025-10-03 13:22:25.890343 | fa163ec6-d492-b3ff-a606-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-03 13:22:26.243279 | fa163ec6-d492-b3ff-a606-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-03 13:22:26.244057 | fa163ec6-d492-b3ff-a606-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.358731 | 0.35s 2025-10-03 13:22:26.249076 | fa163ec6-d492-b3ff-a606-00000000002d | TASK | Ensure specs directory exists 2025-10-03 13:22:26.469549 | fa163ec6-d492-b3ff-a606-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-03 13:22:26.470580 | fa163ec6-d492-b3ff-a606-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.585253 | 0.22s 2025-10-03 13:22:26.480343 | fa163ec6-d492-b3ff-a606-00000000002e | TASK | Stat spec file on ansible host 2025-10-03 13:22:26.721672 | fa163ec6-d492-b3ff-a606-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ec6-d492-b3ff-a606-00000000002e') missing from stats 2025-10-03 13:22:26.733775 | fa163ec6-d492-b3ff-a606-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-03 13:22:27.345199 | fa163ec6-d492-b3ff-a606-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-03 13:22:27.346570 | fa163ec6-d492-b3ff-a606-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.461237 | 0.61s 2025-10-03 13:22:27.361392 | fa163ec6-d492-b3ff-a606-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-03 13:22:27.646771 | fa163ec6-d492-b3ff-a606-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ec6-d492-b3ff-a606-000000000031') missing from stats 2025-10-03 13:22:27.657832 | fa163ec6-d492-b3ff-a606-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-03 13:22:28.144584 | fa163ec6-d492-b3ff-a606-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-03 13:22:28.145441 | fa163ec6-d492-b3ff-a606-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.260118 | 0.49s 2025-10-03 13:22:28.157318 | fa163ec6-d492-b3ff-a606-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-03 13:22:28.243474 | fa163ec6-d492-b3ff-a606-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-03 13:22:28.244299 | fa163ec6-d492-b3ff-a606-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.358976 | 0.09s 2025-10-03 13:22:28.254099 | fa163ec6-d492-b3ff-a606-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-03 13:22:28.311136 | fa163ec6-d492-b3ff-a606-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-03 13:22:28.312237 | fa163ec6-d492-b3ff-a606-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.426911 | 0.06s 2025-10-03 13:22:28.319050 | fa163ec6-d492-b3ff-a606-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-03 13:22:28.542573 | fa163ec6-d492-b3ff-a606-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-03 13:22:28.544564 | fa163ec6-d492-b3ff-a606-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.659223 | 0.22s 2025-10-03 13:22:28.707518 | fa163ec6-d492-b3ff-a606-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-03 13:22:28.708964 | fa163ec6-d492-b3ff-a606-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.823630 | 0.39s 2025-10-03 13:22:28.721004 | fa163ec6-d492-b3ff-a606-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.835659 | 0.40s 2025-10-03 13:22:28.774910 | fa163ec6-d492-b3ff-a606-000000000065 | TASK | Fail if necessary files are missing 2025-10-03 13:22:28.864584 | fa163ec6-d492-b3ff-a606-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': 134220156, 'dev': 64516, 'nlink': 1, 'atime': 1759497712.0384436, 'mtime': 1759497711.8764384, 'ctime': 1759497712.0414436, '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': '16477e9fccdac5d725e37ebd4a646e8100e2c241', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '4092965516', '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-10-03 13:22:28.872030 | fa163ec6-d492-b3ff-a606-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': 159387967, 'dev': 64516, 'nlink': 1, 'atime': 1759497712.5274587, 'mtime': 1759497712.3524532, 'ctime': 1759497712.5314589, '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': 'bbc1fe68a118c5065fff615a8160e22646ca8746', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1425199135', '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-10-03 13:22:28.880151 | fa163ec6-d492-b3ff-a606-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.994758 | 0.10s 2025-10-03 13:22:28.893171 | fa163ec6-d492-b3ff-a606-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-03 13:22:29.137106 | fa163ec6-d492-b3ff-a606-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-03 13:22:29.138765 | fa163ec6-d492-b3ff-a606-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.253427 | 0.24s 2025-10-03 13:22:29.149011 | fa163ec6-d492-b3ff-a606-000000000068 | TASK | Run cephadm bootstrap 2025-10-03 13:23:33.487516 | fa163ec6-d492-b3ff-a606-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-03 13:23:33.488856 | fa163ec6-d492-b3ff-a606-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:13.603530 | 64.34s 2025-10-03 13:23:33.496959 | fa163ec6-d492-b3ff-a606-000000000069 | TASK | Show results of bootstrap 2025-10-03 13:23:33.555095 | fa163ec6-d492-b3ff-a606-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-03 13:23:33.556210 | fa163ec6-d492-b3ff-a606-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:13.670876 | 0.06s 2025-10-03 13:23:33.565041 | fa163ec6-d492-b3ff-a606-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-03 13:23:33.607612 | fa163ec6-d492-b3ff-a606-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:13.722273 | 0.04s 2025-10-03 13:23:33.617366 | fdfa2a43-1b8a-44bf-a4a7-9e776f8e1e40 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-03 13:23:33.631518 | fa163ec6-d492-b3ff-a606-00000000020b | TASK | Set ceph CLI 2025-10-03 13:23:33.791887 | fa163ec6-d492-b3ff-a606-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-03 13:23:33.793587 | fa163ec6-d492-b3ff-a606-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:13.908246 | 0.16s 2025-10-03 13:23:33.807138 | fa163ec6-d492-b3ff-a606-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-03 13:23:34.650255 | fa163ec6-d492-b3ff-a606-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-03 13:23:34.651613 | fa163ec6-d492-b3ff-a606-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:14.766281 | 0.84s 2025-10-03 13:23:34.662094 | fa163ec6-d492-b3ff-a606-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-03 13:23:35.590988 | fa163ec6-d492-b3ff-a606-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-03 13:23:35.591717 | fa163ec6-d492-b3ff-a606-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.706396 | 0.93s 2025-10-03 13:23:35.596410 | fa163ec6-d492-b3ff-a606-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-03 13:23:35.619986 | fa163ec6-d492-b3ff-a606-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-03 13:23:35.620665 | fa163ec6-d492-b3ff-a606-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:15.735340 | 0.02s 2025-10-03 13:23:35.629105 | fa163ec6-d492-b3ff-a606-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-03 13:23:35.652807 | fa163ec6-d492-b3ff-a606-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-03 13:23:35.653442 | fa163ec6-d492-b3ff-a606-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.768122 | 0.02s 2025-10-03 13:23:35.658934 | fa163ec6-d492-b3ff-a606-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-03 13:23:35.674135 | fa163ec6-d492-b3ff-a606-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-03 13:23:35.674751 | fa163ec6-d492-b3ff-a606-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:15.789431 | 0.02s 2025-10-03 13:23:35.679212 | fa163ec6-d492-b3ff-a606-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-03 13:23:35.751453 | fa163ec6-d492-b3ff-a606-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-03 13:23:35.752226 | fa163ec6-d492-b3ff-a606-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.866902 | 0.07s 2025-10-03 13:23:35.759117 | fa163ec6-d492-b3ff-a606-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-03 13:23:35.759429 | fa163ec6-d492-b3ff-a606-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.874115 | 0.08s 2025-10-03 13:23:35.769593 | fa163ec6-d492-b3ff-a606-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-03 13:23:35.769939 | fa163ec6-d492-b3ff-a606-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.884625 | 0.09s 2025-10-03 13:23:35.776101 | fa163ec6-d492-b3ff-a606-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-03 13:23:35.776542 | fa163ec6-d492-b3ff-a606-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.891225 | 0.10s 2025-10-03 13:23:35.783877 | fa163ec6-d492-b3ff-a606-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.898562 | 0.10s 2025-10-03 13:23:35.792714 | fa163ec6-d492-b3ff-a606-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-03 13:23:35.927303 | fa163ec6-d492-b3ff-a606-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-03 13:23:35.988849 | fa163ec6-d492-b3ff-a606-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-03 13:23:36.056987 | fa163ec6-d492-b3ff-a606-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-03 13:23:36.122405 | fa163ec6-d492-b3ff-a606-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-03 13:23:36.182262 | fa163ec6-d492-b3ff-a606-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-03 13:23:36.243530 | fa163ec6-d492-b3ff-a606-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-03 13:23:36.305007 | fa163ec6-d492-b3ff-a606-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-03 13:23:36.360539 | fa163ec6-d492-b3ff-a606-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-03 13:23:36.371439 | fa163ec6-d492-b3ff-a606-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:16.486117 | 0.58s 2025-10-03 13:23:36.376080 | fa163ec6-d492-b3ff-a606-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-03 13:23:37.303409 | fa163ec6-d492-b3ff-a606-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-10-03 13:23:37.304839 | fa163ec6-d492-b3ff-a606-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.419503 | 0.93s 2025-10-03 13:23:38.163316 | fa163ec6-d492-b3ff-a606-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-10-03 13:23:38.164486 | fa163ec6-d492-b3ff-a606-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.279161 | 1.79s 2025-10-03 13:23:39.045836 | fa163ec6-d492-b3ff-a606-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-10-03 13:23:39.047161 | fa163ec6-d492-b3ff-a606-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.161835 | 2.67s 2025-10-03 13:23:39.982290 | fa163ec6-d492-b3ff-a606-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-10-03 13:23:39.983322 | fa163ec6-d492-b3ff-a606-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.098002 | 3.61s 2025-10-03 13:23:39.994252 | fa163ec6-d492-b3ff-a606-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.108924 | 3.62s 2025-10-03 13:23:40.007382 | fa163ec6-d492-b3ff-a606-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-03 13:23:40.204706 | fa163ec6-d492-b3ff-a606-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-03 13:23:40.205483 | fa163ec6-d492-b3ff-a606-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.320162 | 0.20s 2025-10-03 13:23:40.208215 | fa163ec6-d492-b3ff-a606-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.322892 | 0.20s 2025-10-03 13:23:40.213276 | fa163ec6-d492-b3ff-a606-0000000000a7 | TASK | Fail if spec file is missing 2025-10-03 13:23:40.257171 | fa163ec6-d492-b3ff-a606-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': 771752168, 'dev': 64516, 'nlink': 1, 'atime': 1759497747.3075929, 'mtime': 1759497746.9835827, 'ctime': 1759497747.310593, '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': '6ff552aaff9f807d630cbf2c3e4abc4bf2c16a1a', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1240718003', '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-10-03 13:23:40.268560 | fa163ec6-d492-b3ff-a606-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:20.383225 | 0.05s 2025-10-03 13:23:40.280054 | fa163ec6-d492-b3ff-a606-0000000000a8 | TASK | Get ceph_cli 2025-10-03 13:23:40.296956 | fa163ec6-d492-b3ff-a606-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:20.411617 | 0.02s 2025-10-03 13:23:40.309164 | 95fe901f-6291-4043-a3e4-a6b224e3a37b | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-03 13:23:40.328602 | fa163ec6-d492-b3ff-a606-000000000270 | TASK | Set ceph CLI 2025-10-03 13:23:40.550996 | fa163ec6-d492-b3ff-a606-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-03 13:23:40.551844 | fa163ec6-d492-b3ff-a606-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:20.666522 | 0.22s 2025-10-03 13:23:40.556191 | fa163ec6-d492-b3ff-a606-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-03 13:23:41.348837 | fa163ec6-d492-b3ff-a606-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-03 13:23:41.350055 | fa163ec6-d492-b3ff-a606-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:21.464727 | 0.79s 2025-10-03 13:23:41.357081 | fa163ec6-d492-b3ff-a606-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-03 13:23:41.413109 | fa163ec6-d492-b3ff-a606-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-03 13:23:41.414195 | fa163ec6-d492-b3ff-a606-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:21.528868 | 0.06s 2025-10-03 13:23:41.422951 | fa163ec6-d492-b3ff-a606-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-03 13:23:41.449565 | fa163ec6-d492-b3ff-a606-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:21.564230 | 0.03s 2025-10-03 13:23:41.470415 | b19f98eb-5451-4f96-9ee7-471aa775ae6f | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-03 13:23:41.489313 | fa163ec6-d492-b3ff-a606-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-03 13:23:41.525010 | fa163ec6-d492-b3ff-a606-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-03 13:23:41.526073 | fa163ec6-d492-b3ff-a606-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:21.640744 | 0.04s 2025-10-03 13:23:41.533580 | fa163ec6-d492-b3ff-a606-0000000002a8 | TASK | set cephadm debug level 2025-10-03 13:23:41.601608 | fa163ec6-d492-b3ff-a606-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-03 13:23:41.603208 | fa163ec6-d492-b3ff-a606-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:21.717878 | 0.07s 2025-10-03 13:23:41.610236 | fa163ec6-d492-b3ff-a606-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-03 13:23:41.677261 | fa163ec6-d492-b3ff-a606-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-03 13:23:41.678356 | fa163ec6-d492-b3ff-a606-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:21.793025 | 0.07s 2025-10-03 13:23:41.685295 | fa163ec6-d492-b3ff-a606-0000000002aa | TASK | set container image base in ceph configuration 2025-10-03 13:23:42.644402 | fa163ec6-d492-b3ff-a606-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-03 13:23:42.645449 | fa163ec6-d492-b3ff-a606-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:22.760123 | 0.96s 2025-10-03 13:23:42.652791 | fa163ec6-d492-b3ff-a606-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-03 13:23:42.712598 | fa163ec6-d492-b3ff-a606-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-03 13:23:42.714061 | fa163ec6-d492-b3ff-a606-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:22.828726 | 0.06s 2025-10-03 13:23:42.721622 | fa163ec6-d492-b3ff-a606-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-03 13:23:42.769470 | fa163ec6-d492-b3ff-a606-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-03 13:23:42.770898 | fa163ec6-d492-b3ff-a606-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:22.885566 | 0.05s 2025-10-03 13:23:42.779086 | fa163ec6-d492-b3ff-a606-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-03 13:23:42.826409 | fa163ec6-d492-b3ff-a606-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-03 13:23:42.827429 | fa163ec6-d492-b3ff-a606-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:22.942096 | 0.05s 2025-10-03 13:23:42.834173 | fa163ec6-d492-b3ff-a606-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-03 13:23:42.880713 | fa163ec6-d492-b3ff-a606-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-03 13:23:42.881773 | fa163ec6-d492-b3ff-a606-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:22.996446 | 0.05s 2025-10-03 13:23:42.887760 | fa163ec6-d492-b3ff-a606-0000000000ac | TASK | Apply spec 2025-10-03 13:23:44.347450 | fa163ec6-d492-b3ff-a606-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-03 13:23:44.348895 | fa163ec6-d492-b3ff-a606-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:24.463562 | 1.46s 2025-10-03 13:23:44.359359 | fa163ec6-d492-b3ff-a606-0000000000ad | TASK | Show results of spec apply 2025-10-03 13:23:44.409795 | fa163ec6-d492-b3ff-a606-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-03 13:23:44.411033 | fa163ec6-d492-b3ff-a606-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:24.525699 | 0.05s 2025-10-03 13:23:44.425002 | fa163ec6-d492-b3ff-a606-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-03 13:23:44.466242 | fa163ec6-d492-b3ff-a606-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:24.580892 | 0.04s 2025-10-03 13:23:44.482322 | 6a61d9c4-311d-42c7-b453-09e8ce41e319 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-03 13:23:44.511214 | fa163ec6-d492-b3ff-a606-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-03 13:23:45.434339 | fa163ec6-d492-b3ff-a606-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-03 13:24:16.319869 | fa163ec6-d492-b3ff-a606-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-03 13:24:16.321485 | fa163ec6-d492-b3ff-a606-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:56.436148 | 31.81s 2025-10-03 13:24:16.340052 | fa163ec6-d492-b3ff-a606-0000000000c9 | TASK | Get ceph_cli 2025-10-03 13:24:16.393536 | fa163ec6-d492-b3ff-a606-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-03 13:24:16.395253 | fa163ec6-d492-b3ff-a606-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.509908 | 0.05s 2025-10-03 13:24:16.405478 | fa163ec6-d492-b3ff-a606-0000000000ca | TASK | Collect ceph config dump 2025-10-03 13:24:16.443177 | fa163ec6-d492-b3ff-a606-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-03 13:24:16.444893 | fa163ec6-d492-b3ff-a606-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:56.559555 | 0.04s 2025-10-03 13:24:16.454496 | fa163ec6-d492-b3ff-a606-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-03 13:24:16.523307 | fa163ec6-d492-b3ff-a606-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-03 13:24:16.525104 | fa163ec6-d492-b3ff-a606-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:56.639763 | 0.07s 2025-10-03 13:24:16.536246 | fa163ec6-d492-b3ff-a606-0000000000cc | TASK | Create pool 2025-10-03 13:24:16.585696 | fa163ec6-d492-b3ff-a606-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:56.700301 | 0.05s 2025-10-03 13:24:16.597063 | fa163ec6-d492-b3ff-a606-0000000000cd | TASK | Enable application on Ceph pools 2025-10-03 13:24:16.656945 | fa163ec6-d492-b3ff-a606-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:56.771586 | 0.06s 2025-10-03 13:24:16.668877 | fa163ec6-d492-b3ff-a606-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-03 13:24:16.707578 | fa163ec6-d492-b3ff-a606-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-03 13:24:16.708597 | fa163ec6-d492-b3ff-a606-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:56.823272 | 0.04s 2025-10-03 13:24:16.713792 | fa163ec6-d492-b3ff-a606-0000000000d0 | TASK | Set trash interval 2025-10-03 13:24:16.794864 | fa163ec6-d492-b3ff-a606-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-03 13:24:16.801091 | fa163ec6-d492-b3ff-a606-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:56.915748 | 0.09s 2025-10-03 13:24:16.811716 | fa163ec6-d492-b3ff-a606-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-03 13:24:16.867070 | fa163ec6-d492-b3ff-a606-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:56.981735 | 0.05s 2025-10-03 13:24:16.876537 | fa163ec6-d492-b3ff-a606-0000000000e9 | TASK | Get ceph_cli 2025-10-03 13:24:16.917528 | fa163ec6-d492-b3ff-a606-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-03 13:24:16.918584 | fa163ec6-d492-b3ff-a606-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.033258 | 0.04s 2025-10-03 13:24:16.925382 | fa163ec6-d492-b3ff-a606-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-03 13:24:16.974923 | fa163ec6-d492-b3ff-a606-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:57.089585 | 0.05s 2025-10-03 13:24:16.987684 | fa163ec6-d492-b3ff-a606-0000000000f9 | TASK | Get ceph_cli 2025-10-03 13:24:17.016808 | fa163ec6-d492-b3ff-a606-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-03 13:24:17.017779 | fa163ec6-d492-b3ff-a606-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.132454 | 0.03s 2025-10-03 13:24:17.024929 | fa163ec6-d492-b3ff-a606-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-03 13:24:17.055208 | fa163ec6-d492-b3ff-a606-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-03 13:24:17.056225 | fa163ec6-d492-b3ff-a606-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:57.170899 | 0.03s 2025-10-03 13:24:17.063059 | fa163ec6-d492-b3ff-a606-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-03 13:24:17.091495 | fa163ec6-d492-b3ff-a606-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-03 13:24:17.092470 | fa163ec6-d492-b3ff-a606-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:57.207144 | 0.03s 2025-10-03 13:24:17.098914 | fa163ec6-d492-b3ff-a606-0000000000fc | TASK | Extract mons_json 2025-10-03 13:24:17.134407 | fa163ec6-d492-b3ff-a606-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-03 13:24:17.135725 | fa163ec6-d492-b3ff-a606-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:57.250390 | 0.04s 2025-10-03 13:24:17.145318 | fa163ec6-d492-b3ff-a606-0000000000fd | TASK | Build mons_list 2025-10-03 13:24:17.182123 | fa163ec6-d492-b3ff-a606-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-03 13:24:17.183499 | fa163ec6-d492-b3ff-a606-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:57.298123 | 0.04s 2025-10-03 13:24:17.193039 | fa163ec6-d492-b3ff-a606-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-03 13:24:17.223410 | fa163ec6-d492-b3ff-a606-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-03 13:24:17.224531 | fa163ec6-d492-b3ff-a606-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:57.339207 | 0.03s 2025-10-03 13:24:17.230923 | fa163ec6-d492-b3ff-a606-0000000000ff | TASK | Verify the keyring 2025-10-03 13:24:17.297332 | fa163ec6-d492-b3ff-a606-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:57.411989 | 0.07s 2025-10-03 13:24:17.312766 | fa163ec6-d492-b3ff-a606-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-03 13:24:17.343752 | fa163ec6-d492-b3ff-a606-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-03 13:24:17.345047 | fa163ec6-d492-b3ff-a606-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:57.459710 | 0.03s 2025-10-03 13:24:17.360382 | fa163ec6-d492-b3ff-a606-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-03 13:24:17.401107 | fa163ec6-d492-b3ff-a606-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-03 13:24:17.402318 | fa163ec6-d492-b3ff-a606-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:57.516984 | 0.04s 2025-10-03 13:24:17.421021 | fa163ec6-d492-b3ff-a606-00000000011c | TASK | Get ceph_cli 2025-10-03 13:24:17.447563 | fa163ec6-d492-b3ff-a606-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.562222 | 0.02s 2025-10-03 13:24:17.458424 | c144207b-01b0-4cbd-9774-2dca1a91561f | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-03 13:24:17.472204 | fa163ec6-d492-b3ff-a606-0000000003c0 | TASK | Set ceph CLI 2025-10-03 13:24:17.653146 | fa163ec6-d492-b3ff-a606-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-03 13:24:17.654372 | fa163ec6-d492-b3ff-a606-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:57.769040 | 0.18s 2025-10-03 13:24:17.663942 | fa163ec6-d492-b3ff-a606-00000000011d | TASK | Get the ceph orchestrator status 2025-10-03 13:24:18.403404 | fa163ec6-d492-b3ff-a606-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-03 13:24:18.404223 | fa163ec6-d492-b3ff-a606-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:58.518901 | 0.74s 2025-10-03 13:24:18.408793 | fa163ec6-d492-b3ff-a606-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-03 13:24:18.453212 | fa163ec6-d492-b3ff-a606-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-03 13:24:18.453908 | fa163ec6-d492-b3ff-a606-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:58.568587 | 0.04s 2025-10-03 13:24:18.458195 | fa163ec6-d492-b3ff-a606-000000000120 | TASK | Show the deployed daemons 2025-10-03 13:24:19.274954 | fa163ec6-d492-b3ff-a606-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-03 13:24:19.275903 | fa163ec6-d492-b3ff-a606-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:01:59.390581 | 0.82s 2025-10-03 13:24:19.281099 | fa163ec6-d492-b3ff-a606-000000000121 | TASK | Deployed daemons 2025-10-03 13:24:19.315454 | fa163ec6-d492-b3ff-a606-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-03 13:24:19.316260 | fa163ec6-d492-b3ff-a606-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:01:59.430938 | 0.03s 2025-10-03 13:24:19.321423 | fa163ec6-d492-b3ff-a606-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-03 13:24:20.184631 | fa163ec6-d492-b3ff-a606-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-03 13:24:20.185605 | fa163ec6-d492-b3ff-a606-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:00.300280 | 0.86s 2025-10-03 13:24:20.193350 | fa163ec6-d492-b3ff-a606-000000000123 | TASK | Ceph cluster status 2025-10-03 13:24:20.229694 | fa163ec6-d492-b3ff-a606-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 388e5552-c9e0-56ff-be23-b79fa82c5f65", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 80s)", " mgr: standalone.xfjcfb(active, since 64s)", " 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-10-03 13:24:20.230997 | fa163ec6-d492-b3ff-a606-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:00.345662 | 0.04s 2025-10-03 13:24:20.253187 | fa163ec6-d492-b3ff-a606-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-03 13:24:20.776012 | fa163ec6-d492-b3ff-a606-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ec6-d492-b3ff-a606-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-10-03 13:24:20.810629 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:24:20.810984 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:24:20.811291 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:00.925972 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 13:24:20.811620 | UUID | Info | Host | Task Name | Run Time 2025-10-03 13:24:20.811960 | fa163ec6-d492-b3ff-a606-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 64.34s 2025-10-03 13:24:20.812290 | fa163ec6-d492-b3ff-a606-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.81s 2025-10-03 13:24:20.812659 | fa163ec6-d492-b3ff-a606-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.62s 2025-10-03 13:24:20.813016 | fa163ec6-d492-b3ff-a606-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.01s 2025-10-03 13:24:20.813352 | fa163ec6-d492-b3ff-a606-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.46s 2025-10-03 13:24:20.813765 | fa163ec6-d492-b3ff-a606-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.96s 2025-10-03 13:24:20.814137 | fa163ec6-d492-b3ff-a606-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 0.93s 2025-10-03 13:24:20.814522 | fa163ec6-d492-b3ff-a606-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.86s 2025-10-03 13:24:20.814904 | fa163ec6-d492-b3ff-a606-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.84s 2025-10-03 13:24:20.815235 | fa163ec6-d492-b3ff-a606-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.82s 2025-10-03 13:24:20.815582 | fa163ec6-d492-b3ff-a606-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.79s 2025-10-03 13:24:20.815929 | fa163ec6-d492-b3ff-a606-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.79s 2025-10-03 13:24:20.816270 | fa163ec6-d492-b3ff-a606-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.74s 2025-10-03 13:24:20.816595 | fa163ec6-d492-b3ff-a606-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.61s 2025-10-03 13:24:20.816941 | fa163ec6-d492-b3ff-a606-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.58s 2025-10-03 13:24:20.817257 | fa163ec6-d492-b3ff-a606-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.49s 2025-10-03 13:24:20.817612 | fa163ec6-d492-b3ff-a606-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.40s 2025-10-03 13:24:20.817982 | fa163ec6-d492-b3ff-a606-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.37s 2025-10-03 13:24:20.818313 | fa163ec6-d492-b3ff-a606-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.35s 2025-10-03 13:24:20.818627 | fa163ec6-d492-b3ff-a606-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.24s 2025-10-03 13:24:20.818964 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-10-03 13:24:24.135 40827 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-03 13:24:24.160 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.160 40827 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-03 13:24:24.162 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.162 40827 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-03 13:24:24.164 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.164 40827 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-03 13:24:24.166 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.166 40827 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-03 13:24:24.168 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.168 40827 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-03 13:24:24.170 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.170 40827 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-03 13:24:24.196 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.196 40827 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-03 13:24:24.217 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.217 40827 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-03 13:24:24.219 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.219 40827 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-03 13:24:24.221 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.221 40827 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-03 13:24:24.223 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.223 40827 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-03 13:24:24.225 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.225 40827 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-03 13:24:24.227 40827 INFO migrate.versioning.api [-] done 2025-10-03 13:24:24.227 40827 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-03 13:24:24.252 40827 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-10-03 13:24:32Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:33Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:33Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:33Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:33Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 13:24:33Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:24:34Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:34Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-03 13:24:34Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:34Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:34Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-03 13:24:34Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:24:35Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:35Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:35Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-03 13:24:35Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:35Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-03 13:24:35Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:35Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:35Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 13:24:35Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:24:36Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:36Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-03 13:24:36Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-03 13:24:36Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 13:24:37Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:37Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:37Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:37Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-03 13:24:37Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:37Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:37Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:37Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-03 13:24:38Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:38Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 13:24:38Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:38Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-03 13:24:38Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:38Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-03 13:24:38Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:38Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 13:24:38Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:24:39Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:39Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-03 13:24:39Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:39Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:39Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-03 13:24:39Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:39Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 13:24:39Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:24:40Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:40Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-03 13:24:40Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:24:40Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-03 13:24:40Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:40Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-03 13:24:41Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-03 13:24:41Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:41Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:41Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:41Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:41Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:41Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:41Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-03 13:24:41Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-03 13:24:41Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-03 13:24:41Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:42Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 13:24:42Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 13:24:42Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 13:24:42Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 13:24:42Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:43Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:43Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:43Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 13:24:43Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:24:44Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-03 13:24:44Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:44Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-03 13:24:44Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:45Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-03 13:24:45Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:45Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-03 13:24:45Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:45Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:46Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:47Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:48Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:49Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:49Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:49Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:49Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:49Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 13:24:49Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:24:50Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:50Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:24:51Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:51Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:24:51Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:24:52Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:53Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:53Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:24:54Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 13:24:54Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:24:55Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-03 13:24:55Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:55Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:24:55Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:56Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:56Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:24:57Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:57Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:24:57Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 13:24:58Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:24:59Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:24:59Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:00Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-03 13:25:01Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:01Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:01Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:01Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:25:02Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:03Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:03Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:25:04Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:04Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 13:25:05Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:25:05Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:06Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-03 13:25:06Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:07Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:07Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:08Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:08Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:25:08Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 13:25:09Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:10Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:10Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:25:11Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:25:11Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:12Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-03 13:25:12Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:12Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:12Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:12Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:25:12Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:13Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-03 13:25:14Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:14Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:14Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:15Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:15Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:25:15Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:15Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:15Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 13:25:15Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:16Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:16Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:16Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:25:16Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:16Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:25:16Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:17Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:17Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:25:17Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-03 13:25:18Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:19Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:19Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-03 13:25:20Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:25:20Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:21Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-03 13:25:21Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:22Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-03 13:25:23Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:24Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-03 13:25:24Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:24Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:24Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:25Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:25Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:25:26Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:25:26Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:28Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:25:28Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:28Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-03 13:25:29Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:29Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:29Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:30Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:30Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:25:31Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:31Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:25:31Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:25:31Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:32Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-03 13:25:32Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:33Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 13:25:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 13:25:34Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:34Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 13:25:34Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-03 13:25:35Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:36Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-03 13:25:36Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:37Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-03 13:25:38Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:38Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:38Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:38Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-03 13:25:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 13:25:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 13:25:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 13:25:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:41Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-03 13:25:41Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:42Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-03 13:25:42Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:42Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 13:25:43Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:43Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 13:25:43Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:43Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 13:25:43Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:44Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-03 13:25:44Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:45Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-03 13:25:46Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:46Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:46Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:46Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:46Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:46Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 13:25:46Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:46Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 13:25:47Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:47Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 13:25:47Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:48Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-03 13:25:48Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:49Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-03 13:25:49Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:49Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:49Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:49Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:49Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:49Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 13:25:49Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:50Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:51Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:25:51Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:51Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:51Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:52Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:52Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 13:25:52Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:52Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 13:25:53Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:25:53Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:53Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:53Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:25:53Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:25:54Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 13:25:54Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:55Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:25:56Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:25:56Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-03 13:25:57Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:57Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:25:57Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:57Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:25:58Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:59Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:25:59Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:00Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:26:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:01Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:01Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:01Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:01Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 13:26:01Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:02Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:02Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:02Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:02Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 13:26:03Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:03Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:03Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:03Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:26:04Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:06Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 13:26:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:09Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-03 13:26:09Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:10Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-03 13:26:11Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:11Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:11Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:12Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:12Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:12Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:12Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:13Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:13Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:14Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 13:26:14Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:14Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 13:26:15Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:15Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:15Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:15Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:15Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:26:15Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:15Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:16Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-03 13:26:17Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:17Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:17Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:17Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:18Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:19Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:19Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:20Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:20Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:26:20Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:20Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:21Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:21Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:21Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:21Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:21Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 13:26:22Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:22Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:22Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 13:26:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:24Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:26:24Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:26Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 13:26:28Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:28Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:29Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:29Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:29Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 13:26:29Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:30Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-03 13:26:31Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:31Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:31Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:31Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:32Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:32Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:32Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:33Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:33Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:33Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:34Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:34Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:34Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-03 13:26:34Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:34Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:34Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-03 13:26:35Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:35Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-03 13:26:36Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:36Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:36Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:37Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:37Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:37Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:38Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:39Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:26:39Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:40Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-03 13:26:40Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:42Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-03 13:26:42Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:42Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:42Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:42Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:43Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:44Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:44Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:45Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-03 13:26:45Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:47Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-03 13:26:47Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:47Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:47Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:48Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:48Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:49Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:49Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 13:26:50Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:50Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:50Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:26:50Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:50Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:50Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:51Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:51Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 13:26:51Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 13:26:52Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:52Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:52Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:53Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-03 13:26:54Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:54Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:54Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:54Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:54Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:54Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:54Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:26:55Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:55Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:55Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 13:26:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:57Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:57Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:58Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:26:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:26:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 13:26:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:26:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:26:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:26:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:00Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:00Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 13:27:00Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 13:27:01Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:27:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-03 13:27:03Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:04Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-03 13:27:04Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:05Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:05Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:06Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:06Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:06Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:27:07Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:27:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 13:27:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:09Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:09Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:27:10Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:27:10Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:11Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-03 13:27:11Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:11Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:11Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:12Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:12Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:12Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:27:14Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:14Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:15Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:27:15Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:27:16Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:16Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-03 13:27:17Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:17Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:17Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:18Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:18Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:27:19Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:19Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:19Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:27:20Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:21Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:27:21Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:22Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-03 13:27:22Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:23Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:23Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:23Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-03 13:27:24Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:24Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:25Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:25Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:25Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:25Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-03 13:27:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:27Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:27Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-03 13:27:27Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:28Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:27:28Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:28Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-03 13:27:29Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:29Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-03 13:27:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:27:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:31Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-03 13:27:31Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:32Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-03 13:27:32Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:33Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 13:27:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:34Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:34Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:34Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:27:35Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:36Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:36Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-03 13:27:37Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:37Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 13:27:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:27:38Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:39Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-03 13:27:39Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:39Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:39Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:39Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 13:27:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:40Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:40Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:27:41Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:42Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:42Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-03 13:27:43Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:44Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:27:45Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 13:27:45Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:45Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-03 13:27:46Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:46Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:46Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:47Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:47Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:27:48Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:48Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:27:49Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:49Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:49Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 13:27:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:51Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-03 13:27:51Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:52Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-03 13:27:53Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:53Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:53Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:54Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:54Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:54Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:27:54Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:55Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-03 13:27:55Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:55Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:55Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:55Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:56Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:57Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:27:57Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:27:58Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-03 13:27:59Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:59Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:27:59Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:27:59Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:27:59Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:00Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-03 13:28:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:00Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:00Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:00Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:00Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:00Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:01Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:01Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-03 13:28:02Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:02Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:02Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:03Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:03Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 13:28:03Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:03Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:03Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:03Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:04Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:05Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:28:06Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:06Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-03 13:28:07Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:07Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:07Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:07Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:07Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:07Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 13:28:07Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:08Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:08Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:08Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:09Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:10Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:10Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:28:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:13Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:13Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:13Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-03 13:28:14Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:15Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-03 13:28:15Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:15Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:15Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:15Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:16Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:17Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:18Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:28:18Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:19Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:19Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:20Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:20Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-03 13:28:21Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:21Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:23Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:24Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:28:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:28:25Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:25Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:26Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:26Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:27Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:27Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:27Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:27Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:27Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:28Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:28Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:29Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-03 13:28:30Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:30Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:30Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:30Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:31Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:32Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:32Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:33Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-03 13:28:33Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:33Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:34Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:35Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:35Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:35Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:36Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:37Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:37Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:37Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-03 13:28:38Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:39Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-03 13:28:39Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:40Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:40Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:41Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:42Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:42Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 13:28:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:44Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:44Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:45Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:45Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:45Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:28:45Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:46Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-03 13:28:46Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:46Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:46Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:46Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:47Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:47Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:47Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-03 13:28:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:50Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:51Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-03 13:28:52Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:52Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:52Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:52Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:53Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:54Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:54Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 13:28:55Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:55Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:28:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 13:28:56Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:28:57Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-03 13:28:57Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:58Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:28:58Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:59Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:28:59Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:28:59Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 13:29:00Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:01Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:01Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 13:29:02Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:29:02Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:03Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-03 13:29:03Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:03Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:03Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:03Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:04Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:04Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 13:29:04Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:04Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:04Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:29:05Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:05Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:06Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:06Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:07Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:07Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:07Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-03 13:29:09Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:09Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:09Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:09Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:09Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 13:29:10Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:10Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:10Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:29:10Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:11Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-03 13:29:12Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:12Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:12Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:12Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:13Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:13Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:13Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 13:29:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:14Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:14Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 13:29:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:15Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:29:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 13:29:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:18Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:19Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-03 13:29:20Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:20Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-03 13:29:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:22Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 13:29:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:23Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:29:24Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:24Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:25Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:25Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:25Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:25Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:25Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:25Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:26Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:26Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 13:29:27Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:27Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:27Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:29:27Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:28Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-03 13:29:29Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:29Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:29Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:29Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 13:29:30Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:31Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:31Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:31Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 13:29:32Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:32Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:29:33Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:33Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:33Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:33Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:33Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:33Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:34Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:34Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 13:29:35Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:35Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:36Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-03 13:29:37Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:37Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:38Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:38Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-03 13:29:39Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:39Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:39Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:29:39Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:39Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:39Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:39Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 13:29:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:41Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:41Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 13:29:41Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 13:29:42Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 13:29:42Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:43Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-03 13:29:44Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:44Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:45Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:45Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:45Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 13:29:46Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:47Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:47Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-03 13:29:48Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:48Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:48Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:29:48Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:48Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:48Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:49Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-03 13:29:49Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:50Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-03 13:29:50Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:50Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:50Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:51Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:52Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:29:52Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:52Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:53Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-03 13:29:53Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:53Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-03 13:29:54Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:54Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:54Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:54Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:29:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:29:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 13:29:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:29:56Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:56Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 13:29:56Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 13:29:57Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:57Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:58Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:29:58Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:29:59Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 13:29:59Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:00Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-03 13:30:01Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:01Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:01Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:01Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:02Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:02Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:03Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:04Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:04Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:05Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-03 13:30:05Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:05Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:05Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:05Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:06Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:08Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:08Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:08Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-03 13:30:09Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:09Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:09Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:10Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:10Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 13:30:10Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:11Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:12Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:12Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 13:30:13Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:13Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:14Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-03 13:30:15Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:15Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:15Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:16Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:16Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-03 13:30:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:18Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:18Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:18Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:19Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:19Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:19Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:30:20Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:20Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:30:20Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:20Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:21Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 13:30:21Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 13:30:21Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:22Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-03 13:30:22Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:23Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-03 13:30:24Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:24Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:24Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:24Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-03 13:30:24Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:25Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-03 13:30:25Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:25Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:25Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:26Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:26Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:30:27Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:27Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:28Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:28Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:28Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 13:30:28Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:29Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-03 13:30:30Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:30Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:30Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:31Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:31Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:32Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:32Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:32Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 13:30:33Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:34Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:30:34Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:35Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-03 13:30:35Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:35Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:35Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:36Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:37Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:37Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:38Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:30:38Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:38Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:39Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 13:30:39Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:39Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-03 13:30:40Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:41Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-03 13:30:41Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:41Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:42Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:43Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:43Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:43Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-03 13:30:44Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:44Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:46Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:47Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:30:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:48Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-03 13:30:48Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:49Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-03 13:30:50Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:51Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-03 13:30:51Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:51Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:51Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:51Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:51Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:51Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 13:30:51Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:52Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:52Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 13:30:52Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:52Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:52Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:52Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:53Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:53Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-03 13:30:54Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:54Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:30:54Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 13:30:55Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:56Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:30:56Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:30:57Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-03 13:30:58Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:59Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-03 13:30:59Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:59Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:30:59Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:30:59Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:31:00Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:02Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:31:02Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:02Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:31:03Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:04Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:04Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:31:05Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-03 13:31:05Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:06Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-03 13:31:06Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:07Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-03 13:31:07Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:08Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-03 13:31:08Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:10Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-03 13:31:10Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:11Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-03 13:31:11Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:11Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:12Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:13Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:13Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:31:13Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-03 13:31:14Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:15Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:15Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 13:31:15Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:31:15Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:16Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-03 13:31:16Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:16Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:16Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:16Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:31:16Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:17Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-03 13:31:18Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:18Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:18Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:19Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:19Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 13:31:20Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:20Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:31:20Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-03 13:31:20Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:21Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-03 13:31:21Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:22Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-03 13:31:22Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:24Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-03 13:31:24Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:25Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-03 13:31:25Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:25Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:25Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:25Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:31:25Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:26Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-03 13:31:27Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:27Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:27Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:27Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:31:28Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:29Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-03 13:31:29Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:30Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-03 13:31:30Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:30Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:30Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:30Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 13:31:30Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:31Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-03 13:31:31Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:32Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-03 13:31:33Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:34Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:34Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:34Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:34Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:35Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-03 13:31:35Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:35Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:35Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:35Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 13:31:35Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:36Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:36Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:36Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:36Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:36Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-03 13:31:36Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:37Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:37Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:37Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:37Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:37Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:38Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:38Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-03 13:31:38Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:38Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-03 13:31:38Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:39Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-03 13:31:39Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:39Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-03 13:31:39Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:39Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-03 13:31:40Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:40Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:40Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:40Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-03 13:31:41Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:41Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:41Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:41Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:42Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:42Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 13:31:42Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:42Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:42Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:42Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:43Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:43Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:43Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:43Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:43Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:43Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-03 13:31:44Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:44Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:44Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:44Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:44Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-03 13:31:44Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:44Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:44Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:44Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:45Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-03 13:31:45Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-03 13:31:45Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-03 13:31:45Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:45Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-03 13:31:46Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:46Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-03 13:31:47Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:47Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:47Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:47Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-03 13:31:47Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-03 13:31:47Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-03 13:31:47Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:47Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:47Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:47Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 13:31:47Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-03 13:31:47Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:48Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:48Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:48Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-03 13:31:49Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-03 13:31:49Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:49Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:49Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:49Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-03 13:31:50Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:50Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:50Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:50Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-03 13:31:51Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:52Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-03 13:31:52Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:53Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-03 13:31:53Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:53Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:53Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:53Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:53Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:54Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:54Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:54Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:54Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:54Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:54Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:54Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:54Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:54Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 13:31:54Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:55Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-03 13:31:55Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-03 13:31:55Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-03 13:31:55Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-03 13:31:55Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-03 13:31:55Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-03 13:31:55Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:55Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:55Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:55Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:55Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 13:31:55Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:56Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 13:31:56Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-03 13:31:56Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:31:57Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-03 13:31:57Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-03 13:31:58Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-03 13:31:58Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:58Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:58Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:58Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:58Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-03 13:31:58Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-03 13:31:58Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:58Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:58Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-03 13:31:58Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-03 13:31:58Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-03 13:31:58Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-03 13:31:59Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:59Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:59Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-03 13:31:59Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 13:31:59Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:59Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:59Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:59Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 13:31:59Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:31:59Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 13:31:59Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-03 13:32:00Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-03 13:32:00Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-03 13:32:00Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:32:00Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:32:00Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-03 13:32:00Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-03 13:32:00Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 13:32:00Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-03 13:32:01Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-03 13:32:01Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:32:01Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 13:32:02Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:32:02Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 13:32:03Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-03 13:32:03Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-03 13:32:04Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:32:04Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 13:32:05Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:32:05Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 13:32:06Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 13:32:06Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-03 13:32:06Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 13:32:07Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-03 13:32:07Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/564cfb72-8b21-4310-9271-8f97047d7eb8 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-10-03 13:32:32.445675 | fa163ec6-d492-82e0-62f1-000000000006 | TASK | External deployment step 0 2025-10-03 13:32:32.460055 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-000000000006') missing from stats 2025-10-03 13:32:32.501987 | fa163ec6-d492-82e0-62f1-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.111756 | 0.03s 2025-10-03 13:32:32.508538 | e80b5b23-9685-486b-ac37-3ff9f9b6f60f | INCLUDED | /root/standalone-ansible-ns0w0h08/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-03 13:32:32.524057 | fa163ec6-d492-82e0-62f1-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-03 13:32:33.412803 | fa163ec6-d492-82e0-62f1-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-03 13:32:33.413623 | fa163ec6-d492-82e0-62f1-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.023399 | 0.89s 2025-10-03 13:32:33.428008 | fa163ec6-d492-82e0-62f1-000000000129 | TASK | create redis virtual ip 2025-10-03 13:32:34.318767 | fa163ec6-d492-82e0-62f1-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-03 13:32:34.320094 | fa163ec6-d492-82e0-62f1-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.929862 | 0.89s PLAY [Check if required variables are defined] ********************************* 2025-10-03 13:32:34.401280 | fa163ec6-d492-82e0-62f1-000000000138 | TASK | Gathering Facts 2025-10-03 13:32:34.959498 | fa163ec6-d492-82e0-62f1-000000000138 | OK | Gathering Facts | localhost 2025-10-03 13:32:34.960349 | fa163ec6-d492-82e0-62f1-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.570124 | 0.56s 2025-10-03 13:32:35.012248 | fa163ec6-d492-82e0-62f1-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-03 13:32:35.013049 | fa163ec6-d492-82e0-62f1-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.622824 | 0.04s 2025-10-03 13:32:35.060839 | fa163ec6-d492-82e0-62f1-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-03 13:32:35.061477 | fa163ec6-d492-82e0-62f1-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.671252 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-03 13:32:35.139253 | fa163ec6-d492-82e0-62f1-000000000160 | TASK | Gathering Facts 2025-10-03 13:32:35.149068 | fa163ec6-d492-82e0-62f1-000000000160 | TASK | Gathering Facts 2025-10-03 13:32:35.456461 | fa163ec6-d492-82e0-62f1-000000000160 | OK | Gathering Facts | standalone 2025-10-03 13:32:35.458073 | fa163ec6-d492-82e0-62f1-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.067837 | 0.31s 2025-10-03 13:32:35.521545 | fa163ec6-d492-82e0-62f1-000000000012 | TASK | Set legacy facts 2025-10-03 13:32:35.529123 | fa163ec6-d492-82e0-62f1-000000000160 | OK | Gathering Facts | undercloud 2025-10-03 13:32:35.530923 | fa163ec6-d492-82e0-62f1-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.140681 | 0.39s 2025-10-03 13:32:35.560338 | fa163ec6-d492-82e0-62f1-000000000012 | OK | Set legacy facts | standalone 2025-10-03 13:32:35.561247 | fa163ec6-d492-82e0-62f1-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.171017 | 0.04s 2025-10-03 13:32:35.577259 | fa163ec6-d492-82e0-62f1-000000000012 | TASK | Set legacy facts 2025-10-03 13:32:35.631158 | fa163ec6-d492-82e0-62f1-000000000012 | OK | Set legacy facts | undercloud 2025-10-03 13:32:35.631983 | fa163ec6-d492-82e0-62f1-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.241756 | 0.05s PLAY [Load global variables] *************************************************** 2025-10-03 13:32:35.771536 | fa163ec6-d492-82e0-62f1-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-03 13:32:35.772398 | fa163ec6-d492-82e0-62f1-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.382169 | 0.04s 2025-10-03 13:32:35.792987 | fa163ec6-d492-82e0-62f1-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-03 13:32:35.793447 | fa163ec6-d492-82e0-62f1-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.403223 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-03 13:32:35.854632 | fa163ec6-d492-82e0-62f1-000000000018 | TASK | Include Service VIP vars 2025-10-03 13:32:35.877497 | fa163ec6-d492-82e0-62f1-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-03 13:32:35.878285 | fa163ec6-d492-82e0-62f1-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.488058 | 0.02s 2025-10-03 13:32:35.888779 | fa163ec6-d492-82e0-62f1-000000000018 | OK | Include Service VIP vars | standalone 2025-10-03 13:32:35.889094 | fa163ec6-d492-82e0-62f1-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.498875 | 0.02s 2025-10-03 13:32:35.892143 | fa163ec6-d492-82e0-62f1-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-03 13:32:35.923432 | fa163ec6-d492-82e0-62f1-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-03 13:32:35.924112 | fa163ec6-d492-82e0-62f1-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.533888 | 0.03s 2025-10-03 13:32:35.924443 | fa163ec6-d492-82e0-62f1-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-03 13:32:35.924821 | fa163ec6-d492-82e0-62f1-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.534601 | 0.02s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-03 13:32:36.007692 | fa163ec6-d492-82e0-62f1-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-03 13:32:36.723849 | fa163ec6-d492-82e0-62f1-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec6-d492-82e0-62f1-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-03 13:32:36.812661 | fa163ec6-d492-82e0-62f1-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-03 13:32:36.847583 | fa163ec6-d492-82e0-62f1-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-03 13:32:36.848348 | fa163ec6-d492-82e0-62f1-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.458122 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-10-03 13:32:36.914020 | fa163ec6-d492-82e0-62f1-000000000023 | TASK | Set selinux state 2025-10-03 13:32:37.490299 | fa163ec6-d492-82e0-62f1-000000000023 | OK | Set selinux state | standalone 2025-10-03 13:32:37.491840 | fa163ec6-d492-82e0-62f1-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.101604 | 0.58s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-03 13:32:37.652815 | fa163ec6-d492-82e0-62f1-000000000026 | TASK | Configure Hosts Entries 2025-10-03 13:32:37.682058 | fa163ec6-d492-82e0-62f1-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.291812 | 0.03s 2025-10-03 13:32:37.696994 | fa163ec6-d492-82e0-62f1-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.306765 | 0.02s 2025-10-03 13:32:37.743237 | fa163ec6-d492-82e0-62f1-0000000001f1 | TASK | Create temporary file for hosts 2025-10-03 13:32:38.117674 | fa163ec6-d492-82e0-62f1-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-03 13:32:38.119234 | fa163ec6-d492-82e0-62f1-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.728995 | 0.36s 2025-10-03 13:32:38.130467 | fa163ec6-d492-82e0-62f1-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-03 13:32:38.131169 | fa163ec6-d492-82e0-62f1-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.740942 | 0.39s 2025-10-03 13:32:38.149675 | fa163ec6-d492-82e0-62f1-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-03 13:32:38.612928 | fa163ec6-d492-82e0-62f1-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-03 13:32:38.614470 | fa163ec6-d492-82e0-62f1-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.224235 | 0.46s 2025-10-03 13:32:38.615763 | fa163ec6-d492-82e0-62f1-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-03 13:32:38.616598 | fa163ec6-d492-82e0-62f1-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.226364 | 0.45s 2025-10-03 13:32:38.633285 | fa163ec6-d492-82e0-62f1-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-03 13:32:38.985709 | fa163ec6-d492-82e0-62f1-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-03 13:32:38.986970 | fa163ec6-d492-82e0-62f1-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.596741 | 0.34s 2025-10-03 13:32:39.008799 | fa163ec6-d492-82e0-62f1-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-03 13:32:39.010142 | fa163ec6-d492-82e0-62f1-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.619912 | 0.37s 2025-10-03 13:32:39.026299 | fa163ec6-d492-82e0-62f1-0000000001f4 | TASK | Render out the hosts entries 2025-10-03 13:32:39.129073 | fa163ec6-d492-82e0-62f1-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-03 13:32:39.130822 | fa163ec6-d492-82e0-62f1-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.740582 | 0.10s 2025-10-03 13:32:39.151018 | fa163ec6-d492-82e0-62f1-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-03 13:32:39.394953 | fa163ec6-d492-82e0-62f1-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-03 13:32:39.395911 | fa163ec6-d492-82e0-62f1-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.005683 | 0.24s 2025-10-03 13:32:39.437477 | fa163ec6-d492-82e0-62f1-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-03 13:32:39.438242 | fa163ec6-d492-82e0-62f1-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.048019 | 0.27s 2025-10-03 13:32:39.452741 | fa163ec6-d492-82e0-62f1-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-03 13:32:39.737002 | fa163ec6-d492-82e0-62f1-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-03 13:32:39.738430 | fa163ec6-d492-82e0-62f1-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.348193 | 0.28s 2025-10-03 13:32:39.790738 | fa163ec6-d492-82e0-62f1-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-03 13:32:39.791507 | fa163ec6-d492-82e0-62f1-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.401281 | 0.33s 2025-10-03 13:32:39.807258 | fa163ec6-d492-82e0-62f1-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-03 13:32:40.157584 | fa163ec6-d492-82e0-62f1-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-03 13:32:40.158922 | fa163ec6-d492-82e0-62f1-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.768688 | 0.35s 2025-10-03 13:32:40.160191 | fa163ec6-d492-82e0-62f1-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-03 13:32:40.160933 | fa163ec6-d492-82e0-62f1-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.770705 | 0.34s PLAY [Common roles for TripleO servers] **************************************** 2025-10-03 13:32:40.288937 | fa163ec6-d492-82e0-62f1-00000000002a | TASK | Common roles for TripleO servers 2025-10-03 13:32:40.315293 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-00000000002a') missing from stats 2025-10-03 13:32:40.393286 | fa163ec6-d492-82e0-62f1-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.003041 | 0.02s 2025-10-03 13:32:40.473874 | fa163ec6-d492-82e0-62f1-000000000254 | TASK | Gather variables for each operating system 2025-10-03 13:32:40.573773 | fa163ec6-d492-82e0-62f1-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 13:32:40.575367 | fa163ec6-d492-82e0-62f1-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.185131 | 0.10s 2025-10-03 13:32:40.585074 | fa163ec6-d492-82e0-62f1-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.194834 | 0.11s 2025-10-03 13:32:40.609994 | fa163ec6-d492-82e0-62f1-000000000256 | TASK | Check release version package is installed 2025-10-03 13:32:40.965949 | fa163ec6-d492-82e0-62f1-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-03 13:32:40.967690 | fa163ec6-d492-82e0-62f1-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.577420 | 0.36s 2025-10-03 13:32:40.990540 | fa163ec6-d492-82e0-62f1-000000000257 | TASK | Deploy release version package 2025-10-03 13:32:45.463105 | fa163ec6-d492-82e0-62f1-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-03 13:32:45.464808 | fa163ec6-d492-82e0-62f1-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.074567 | 4.47s 2025-10-03 13:32:45.495579 | fa163ec6-d492-82e0-62f1-000000000259 | TASK | Include packages tasks 2025-10-03 13:32:45.512183 | fa163ec6-d492-82e0-62f1-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.121948 | 0.01s 2025-10-03 13:32:45.525282 | 8b0eef6d-be76-4673-8b1e-d67bf152cb44 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-03 13:32:45.545933 | fa163ec6-d492-82e0-62f1-0000000002ad | TASK | Gather facts if they don't exist 2025-10-03 13:32:45.570235 | fa163ec6-d492-82e0-62f1-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-03 13:32:45.571056 | fa163ec6-d492-82e0-62f1-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.180831 | 0.02s 2025-10-03 13:32:45.588341 | fa163ec6-d492-82e0-62f1-0000000002ae | TASK | Gather variables for each operating system 2025-10-03 13:32:45.702444 | fa163ec6-d492-82e0-62f1-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 13:32:45.708992 | fa163ec6-d492-82e0-62f1-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.318742 | 0.12s 2025-10-03 13:32:45.730951 | fa163ec6-d492-82e0-62f1-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-03 13:32:45.962359 | fa163ec6-d492-82e0-62f1-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-03 13:32:45.963228 | fa163ec6-d492-82e0-62f1-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.573003 | 0.23s 2025-10-03 13:32:45.981157 | fa163ec6-d492-82e0-62f1-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-03 13:32:51.597101 | fa163ec6-d492-82e0-62f1-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-03 13:32:51.597972 | fa163ec6-d492-82e0-62f1-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.207747 | 5.62s 2025-10-03 13:32:51.615858 | fa163ec6-d492-82e0-62f1-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-03 13:32:52.645915 | fa163ec6-d492-82e0-62f1-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-03 13:32:52.647307 | fa163ec6-d492-82e0-62f1-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.257074 | 1.03s 2025-10-03 13:32:52.674961 | fa163ec6-d492-82e0-62f1-00000000025a | TASK | Enable openvswitch service if installed 2025-10-03 13:32:53.574119 | fa163ec6-d492-82e0-62f1-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-03 13:32:53.575520 | fa163ec6-d492-82e0-62f1-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.185290 | 0.90s 2025-10-03 13:32:53.597169 | fa163ec6-d492-82e0-62f1-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-03 13:32:53.831608 | fa163ec6-d492-82e0-62f1-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-03 13:32:53.833090 | fa163ec6-d492-82e0-62f1-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.442851 | 0.23s 2025-10-03 13:32:53.853547 | fa163ec6-d492-82e0-62f1-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-03 13:32:54.113348 | fa163ec6-d492-82e0-62f1-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-03 13:32:54.114178 | fa163ec6-d492-82e0-62f1-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.723953 | 0.26s 2025-10-03 13:32:54.132199 | fa163ec6-d492-82e0-62f1-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-03 13:32:54.197804 | fa163ec6-d492-82e0-62f1-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-03 13:32:54.198698 | fa163ec6-d492-82e0-62f1-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.808467 | 0.07s 2025-10-03 13:32:54.218190 | fa163ec6-d492-82e0-62f1-00000000025f | TASK | Ensure network service is enabled 2025-10-03 13:32:54.561141 | fa163ec6-d492-82e0-62f1-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-03 13:32:54.562617 | fa163ec6-d492-82e0-62f1-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.172388 | 0.34s 2025-10-03 13:32:54.588515 | fa163ec6-d492-82e0-62f1-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 13:32:54.904374 | fa163ec6-d492-82e0-62f1-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 13:32:54.906054 | fa163ec6-d492-82e0-62f1-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.515816 | 0.32s 2025-10-03 13:32:54.932906 | fa163ec6-d492-82e0-62f1-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 13:32:55.185847 | fa163ec6-d492-82e0-62f1-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 13:32:55.186766 | fa163ec6-d492-82e0-62f1-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.796542 | 0.25s 2025-10-03 13:32:55.204299 | fa163ec6-d492-82e0-62f1-000000000263 | TASK | Reload NetworkManager 2025-10-03 13:32:55.630560 | fa163ec6-d492-82e0-62f1-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-03 13:32:55.632564 | fa163ec6-d492-82e0-62f1-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.242328 | 0.43s 2025-10-03 13:32:55.660842 | fa163ec6-d492-82e0-62f1-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-03 13:32:55.856168 | fa163ec6-d492-82e0-62f1-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-03 13:32:55.857016 | fa163ec6-d492-82e0-62f1-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.466788 | 0.19s 2025-10-03 13:32:55.877823 | fa163ec6-d492-82e0-62f1-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-03 13:32:56.183607 | fa163ec6-d492-82e0-62f1-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-03 13:32:56.184614 | fa163ec6-d492-82e0-62f1-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.794386 | 0.31s 2025-10-03 13:32:56.203003 | fa163ec6-d492-82e0-62f1-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-03 13:32:56.432411 | fa163ec6-d492-82e0-62f1-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-03 13:32:56.433498 | fa163ec6-d492-82e0-62f1-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.043270 | 0.23s 2025-10-03 13:32:56.451241 | fa163ec6-d492-82e0-62f1-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-03 13:32:56.652024 | fa163ec6-d492-82e0-62f1-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-03 13:32:56.652985 | fa163ec6-d492-82e0-62f1-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.262759 | 0.20s 2025-10-03 13:32:56.736351 | fa163ec6-d492-82e0-62f1-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.346107 | 0.03s 2025-10-03 13:32:56.807604 | fa163ec6-d492-82e0-62f1-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-03 13:32:57.009495 | fa163ec6-d492-82e0-62f1-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-03 13:32:57.010709 | fa163ec6-d492-82e0-62f1-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.620480 | 0.20s 2025-10-03 13:32:57.036766 | fa163ec6-d492-82e0-62f1-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-03 13:32:57.228463 | fa163ec6-d492-82e0-62f1-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-03 13:32:57.230470 | fa163ec6-d492-82e0-62f1-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.840230 | 0.19s 2025-10-03 13:32:57.257997 | fa163ec6-d492-82e0-62f1-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-03 13:32:57.290104 | fa163ec6-d492-82e0-62f1-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-03 13:32:57.291535 | fa163ec6-d492-82e0-62f1-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.901299 | 0.03s 2025-10-03 13:32:57.316989 | fa163ec6-d492-82e0-62f1-000000000364 | TASK | Write temporary file 2025-10-03 13:32:57.347366 | fa163ec6-d492-82e0-62f1-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-03 13:32:57.348902 | fa163ec6-d492-82e0-62f1-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.958665 | 0.03s 2025-10-03 13:32:57.383851 | fa163ec6-d492-82e0-62f1-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-03 13:32:57.470488 | fa163ec6-d492-82e0-62f1-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-03 13:32:57.471852 | fa163ec6-d492-82e0-62f1-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.081622 | 0.09s 2025-10-03 13:32:57.500160 | fa163ec6-d492-82e0-62f1-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-03 13:32:57.714116 | fa163ec6-d492-82e0-62f1-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-03 13:32:57.715014 | fa163ec6-d492-82e0-62f1-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.324788 | 0.21s 2025-10-03 13:32:57.732497 | fa163ec6-d492-82e0-62f1-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-03 13:32:57.973738 | fa163ec6-d492-82e0-62f1-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-03 13:32:57.974584 | fa163ec6-d492-82e0-62f1-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.584358 | 0.24s 2025-10-03 13:32:57.999476 | fa163ec6-d492-82e0-62f1-000000000368 | TASK | Remove temp file 2025-10-03 13:32:58.181837 | fa163ec6-d492-82e0-62f1-000000000368 | CHANGED | Remove temp file | standalone 2025-10-03 13:32:58.182827 | fa163ec6-d492-82e0-62f1-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.792598 | 0.18s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-03 13:32:58.333874 | fa163ec6-d492-82e0-62f1-000000000034 | TASK | Deploy step tasks for step 0 2025-10-03 13:32:58.380258 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-000000000034') missing from stats 2025-10-03 13:32:58.400193 | fa163ec6-d492-82e0-62f1-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-03 13:32:58.616909 | fa163ec6-d492-82e0-62f1-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-03 13:32:58.618325 | fa163ec6-d492-82e0-62f1-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.228094 | 0.22s 2025-10-03 13:32:58.643375 | fa163ec6-d492-82e0-62f1-000000000036 | TASK | Check cloud-init status 2025-10-03 13:32:58.835587 | fa163ec6-d492-82e0-62f1-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-03 13:32:58.836471 | fa163ec6-d492-82e0-62f1-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.446244 | 0.19s 2025-10-03 13:32:58.855139 | fa163ec6-d492-82e0-62f1-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-03 13:32:59.027052 | fa163ec6-d492-82e0-62f1-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-03 13:32:59.027795 | fa163ec6-d492-82e0-62f1-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.637571 | 0.17s 2025-10-03 13:32:59.045940 | fa163ec6-d492-82e0-62f1-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-03 13:32:59.379319 | fa163ec6-d492-82e0-62f1-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-03 13:32:59.380441 | fa163ec6-d492-82e0-62f1-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:26.990213 | 0.33s 2025-10-03 13:32:59.398800 | fa163ec6-d492-82e0-62f1-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-03 13:32:59.582832 | fa163ec6-d492-82e0-62f1-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-03 13:32:59.583628 | fa163ec6-d492-82e0-62f1-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.193403 | 0.18s 2025-10-03 13:32:59.601545 | fa163ec6-d492-82e0-62f1-00000000003a | TASK | Write container-puppet.sh 2025-10-03 13:32:59.992395 | fa163ec6-d492-82e0-62f1-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-03 13:32:59.993789 | fa163ec6-d492-82e0-62f1-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.603551 | 0.39s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 13:33:00.058081 | fa163ec6-d492-82e0-62f1-00000000003b | TIMING | include_tasks | standalone | 0:00:27.667847 | 0.05s 2025-10-03 13:33:00.068411 | 2cabd8ac-8e2b-4b85-ab96-e8edd10d2bb0 | INCLUDED | /root/standalone-ansible-ns0w0h08/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-03 13:33:00.090850 | fa163ec6-d492-82e0-62f1-000000000416 | TASK | Configure tuned before reboot 2025-10-03 13:33:00.138364 | fa163ec6-d492-82e0-62f1-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:27.748120 | 0.05s 2025-10-03 13:33:00.198340 | fa163ec6-d492-82e0-62f1-000000000455 | TASK | Gather variables for each operating system 2025-10-03 13:33:00.320142 | fa163ec6-d492-82e0-62f1-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-03 13:33:00.321460 | fa163ec6-d492-82e0-62f1-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.931225 | 0.12s 2025-10-03 13:33:00.334082 | fa163ec6-d492-82e0-62f1-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.943842 | 0.13s 2025-10-03 13:33:00.397957 | fa163ec6-d492-82e0-62f1-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.007722 | 0.04s 2025-10-03 13:33:00.412213 | 7fccdfee-6ca1-4f5e-a0ab-1b80c249687f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-03 13:33:00.436422 | fa163ec6-d492-82e0-62f1-00000000047f | TASK | Check tuned package is installed 2025-10-03 13:33:00.640363 | fa163ec6-d492-82e0-62f1-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-03 13:33:00.641248 | fa163ec6-d492-82e0-62f1-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.251023 | 0.20s 2025-10-03 13:33:00.661170 | fa163ec6-d492-82e0-62f1-000000000480 | TASK | Install tuned 2025-10-03 13:33:06.993512 | fa163ec6-d492-82e0-62f1-000000000480 | CHANGED | Install tuned | standalone 2025-10-03 13:33:06.996207 | fa163ec6-d492-82e0-62f1-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:34.605969 | 6.33s 2025-10-03 13:33:07.018086 | fa163ec6-d492-82e0-62f1-000000000481 | TASK | Restart tuned 2025-10-03 13:33:08.772586 | fa163ec6-d492-82e0-62f1-000000000481 | CHANGED | Restart tuned | standalone 2025-10-03 13:33:08.774784 | fa163ec6-d492-82e0-62f1-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:36.384551 | 1.76s 2025-10-03 13:33:08.803511 | fa163ec6-d492-82e0-62f1-000000000457 | TASK | Check for tuned-adm 2025-10-03 13:33:09.006108 | fa163ec6-d492-82e0-62f1-000000000457 | OK | Check for tuned-adm | standalone 2025-10-03 13:33:09.006956 | fa163ec6-d492-82e0-62f1-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:36.616730 | 0.20s 2025-10-03 13:33:09.061168 | fa163ec6-d492-82e0-62f1-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:36.670931 | 0.03s 2025-10-03 13:33:09.081457 | fefa7763-bad6-4aeb-8e78-8d27f84ef389 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-03 13:33:09.117928 | fa163ec6-d492-82e0-62f1-0000000004b6 | TASK | Ensure profile directory exists 2025-10-03 13:33:09.155469 | fa163ec6-d492-82e0-62f1-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-03 13:33:09.156417 | fa163ec6-d492-82e0-62f1-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:36.766188 | 0.04s 2025-10-03 13:33:09.177809 | fa163ec6-d492-82e0-62f1-0000000004b7 | TASK | Create custom tuned profile 2025-10-03 13:33:09.236274 | fa163ec6-d492-82e0-62f1-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-03 13:33:09.237557 | fa163ec6-d492-82e0-62f1-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:36.847324 | 0.06s 2025-10-03 13:33:09.264417 | fa163ec6-d492-82e0-62f1-0000000004b8 | TASK | Check tuned active profile 2025-10-03 13:33:09.629810 | fa163ec6-d492-82e0-62f1-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-03 13:33:09.630802 | fa163ec6-d492-82e0-62f1-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.240575 | 0.36s 2025-10-03 13:33:09.661248 | fa163ec6-d492-82e0-62f1-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-03 13:33:09.887244 | fa163ec6-d492-82e0-62f1-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-03 13:33:09.888550 | fa163ec6-d492-82e0-62f1-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:37.498317 | 0.23s 2025-10-03 13:33:09.916357 | fa163ec6-d492-82e0-62f1-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-03 13:33:09.979798 | fa163ec6-d492-82e0-62f1-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-03 13:33:09.981447 | fa163ec6-d492-82e0-62f1-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:37.591208 | 0.06s 2025-10-03 13:33:10.014238 | fa163ec6-d492-82e0-62f1-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-03 13:33:10.077014 | fa163ec6-d492-82e0-62f1-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-03 13:33:10.078628 | fa163ec6-d492-82e0-62f1-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:37.688388 | 0.06s 2025-10-03 13:33:10.100935 | fa163ec6-d492-82e0-62f1-0000000004bc | TASK | Enable tuned profile 2025-10-03 13:33:11.511563 | fa163ec6-d492-82e0-62f1-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-03 13:33:11.512966 | fa163ec6-d492-82e0-62f1-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.122734 | 1.41s 2025-10-03 13:33:11.565824 | fa163ec6-d492-82e0-62f1-000000000417 | TASK | Configure kernel args and reboot 2025-10-03 13:33:11.596683 | fa163ec6-d492-82e0-62f1-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.206421 | 0.03s 2025-10-03 13:33:11.757823 | fa163ec6-d492-82e0-62f1-000000000569 | TASK | Get the command line args of the node 2025-10-03 13:33:11.953053 | fa163ec6-d492-82e0-62f1-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-03 13:33:11.954053 | fa163ec6-d492-82e0-62f1-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:39.563825 | 0.20s 2025-10-03 13:33:11.975565 | fa163ec6-d492-82e0-62f1-00000000056b | TASK | Check if node has a nova.conf 2025-10-03 13:33:12.184169 | fa163ec6-d492-82e0-62f1-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-03 13:33:12.184989 | fa163ec6-d492-82e0-62f1-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:39.794764 | 0.21s 2025-10-03 13:33:12.205271 | fa163ec6-d492-82e0-62f1-00000000056d | TASK | Warn operator about workload protection 2025-10-03 13:33:12.233423 | fa163ec6-d492-82e0-62f1-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-03 13:33:12.234354 | fa163ec6-d492-82e0-62f1-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:39.844129 | 0.03s 2025-10-03 13:33:12.252911 | fa163ec6-d492-82e0-62f1-00000000056e | TASK | Setting defer reboot fact 2025-10-03 13:33:12.293586 | fa163ec6-d492-82e0-62f1-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-03 13:33:12.295077 | fa163ec6-d492-82e0-62f1-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:39.904786 | 0.04s 2025-10-03 13:33:12.323042 | fa163ec6-d492-82e0-62f1-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-03 13:33:12.355091 | fa163ec6-d492-82e0-62f1-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:39.964850 | 0.03s 2025-10-03 13:33:12.378600 | fa163ec6-d492-82e0-62f1-000000000575 | TASK | Find hugepages in cmdline 2025-10-03 13:33:12.417529 | fa163ec6-d492-82e0-62f1-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-03 13:33:12.418869 | fa163ec6-d492-82e0-62f1-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.028636 | 0.04s 2025-10-03 13:33:12.441655 | fa163ec6-d492-82e0-62f1-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-03 13:33:12.480925 | fa163ec6-d492-82e0-62f1-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-03 13:33:12.481980 | fa163ec6-d492-82e0-62f1-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.091751 | 0.04s 2025-10-03 13:33:12.503880 | fa163ec6-d492-82e0-62f1-00000000057a | TASK | Find desired default hugepage size 2025-10-03 13:33:12.553945 | fa163ec6-d492-82e0-62f1-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-03 13:33:12.554927 | fa163ec6-d492-82e0-62f1-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.164698 | 0.05s 2025-10-03 13:33:12.576365 | fa163ec6-d492-82e0-62f1-00000000057c | TASK | Storing non-configured hugepages 2025-10-03 13:33:12.607802 | fa163ec6-d492-82e0-62f1-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.217564 | 0.03s 2025-10-03 13:33:12.629787 | fa163ec6-d492-82e0-62f1-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-03 13:33:12.657953 | fa163ec6-d492-82e0-62f1-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-03 13:33:12.658895 | fa163ec6-d492-82e0-62f1-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:40.268667 | 0.03s 2025-10-03 13:33:12.680822 | fa163ec6-d492-82e0-62f1-00000000057f | TASK | Determining the default hugepagesz 2025-10-03 13:33:12.709328 | fa163ec6-d492-82e0-62f1-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-03 13:33:12.710068 | fa163ec6-d492-82e0-62f1-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:40.319843 | 0.03s 2025-10-03 13:33:12.728857 | fa163ec6-d492-82e0-62f1-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-03 13:33:12.776403 | fa163ec6-d492-82e0-62f1-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-03 13:33:12.777245 | fa163ec6-d492-82e0-62f1-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:40.387019 | 0.05s 2025-10-03 13:33:12.796060 | fa163ec6-d492-82e0-62f1-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-03 13:33:12.843350 | fa163ec6-d492-82e0-62f1-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-03 13:33:12.844825 | fa163ec6-d492-82e0-62f1-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:40.454595 | 0.05s 2025-10-03 13:33:12.869663 | fa163ec6-d492-82e0-62f1-000000000583 | TASK | Warn about possible modifications 2025-10-03 13:33:12.908778 | fa163ec6-d492-82e0-62f1-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-03 13:33:12.909737 | fa163ec6-d492-82e0-62f1-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:40.519508 | 0.04s 2025-10-03 13:33:12.931953 | fa163ec6-d492-82e0-62f1-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-03 13:33:12.971262 | fa163ec6-d492-82e0-62f1-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-03 13:33:12.972219 | fa163ec6-d492-82e0-62f1-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:40.581991 | 0.04s 2025-10-03 13:33:12.994460 | fa163ec6-d492-82e0-62f1-000000000585 | TASK | Cleaning up whitespaces 2025-10-03 13:33:13.032835 | fa163ec6-d492-82e0-62f1-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-03 13:33:13.033627 | fa163ec6-d492-82e0-62f1-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:40.643401 | 0.04s 2025-10-03 13:33:13.052426 | fa163ec6-d492-82e0-62f1-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-03 13:33:13.367761 | fa163ec6-d492-82e0-62f1-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-03 13:33:13.368616 | fa163ec6-d492-82e0-62f1-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:40.978391 | 0.31s 2025-10-03 13:33:13.388032 | fa163ec6-d492-82e0-62f1-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-03 13:33:13.424706 | fa163ec6-d492-82e0-62f1-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-03 13:33:13.425722 | fa163ec6-d492-82e0-62f1-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.035493 | 0.04s 2025-10-03 13:33:13.444987 | fa163ec6-d492-82e0-62f1-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-03 13:33:13.502781 | fa163ec6-d492-82e0-62f1-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-03 13:33:13.503509 | fa163ec6-d492-82e0-62f1-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.113284 | 0.06s 2025-10-03 13:33:13.521772 | fa163ec6-d492-82e0-62f1-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-03 13:33:13.581188 | fa163ec6-d492-82e0-62f1-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-03 13:33:13.582290 | fa163ec6-d492-82e0-62f1-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:41.192061 | 0.06s 2025-10-03 13:33:13.604867 | fa163ec6-d492-82e0-62f1-00000000058c | TASK | Generate grub config 2025-10-03 13:33:13.663308 | fa163ec6-d492-82e0-62f1-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-03 13:33:13.664487 | fa163ec6-d492-82e0-62f1-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:41.274254 | 0.06s 2025-10-03 13:33:13.689245 | fa163ec6-d492-82e0-62f1-000000000590 | TASK | Get the block device that /boot is on 2025-10-03 13:33:13.732524 | fa163ec6-d492-82e0-62f1-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-03 13:33:13.733775 | fa163ec6-d492-82e0-62f1-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:41.343543 | 0.04s 2025-10-03 13:33:13.756720 | fa163ec6-d492-82e0-62f1-000000000591 | TASK | Get the mount point that /boot is in 2025-10-03 13:33:13.806135 | fa163ec6-d492-82e0-62f1-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-03 13:33:13.807121 | fa163ec6-d492-82e0-62f1-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:41.416893 | 0.05s 2025-10-03 13:33:13.830533 | fa163ec6-d492-82e0-62f1-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-03 13:33:13.880288 | fa163ec6-d492-82e0-62f1-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-03 13:33:13.881399 | fa163ec6-d492-82e0-62f1-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:41.491164 | 0.05s 2025-10-03 13:33:13.904856 | fa163ec6-d492-82e0-62f1-000000000593 | TASK | Executed script to fix grub-menu 2025-10-03 13:33:13.946461 | fa163ec6-d492-82e0-62f1-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-03 13:33:13.947826 | fa163ec6-d492-82e0-62f1-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:41.557593 | 0.04s 2025-10-03 13:33:13.976396 | fa163ec6-d492-82e0-62f1-000000000594 | TASK | Check grub config paths 2025-10-03 13:33:14.028077 | fa163ec6-d492-82e0-62f1-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-03 13:33:14.037555 | fa163ec6-d492-82e0-62f1-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-03 13:33:14.040780 | fa163ec6-d492-82e0-62f1-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:41.650542 | 0.06s 2025-10-03 13:33:14.062798 | fa163ec6-d492-82e0-62f1-000000000595 | TASK | Write EFI grub.cfg 2025-10-03 13:33:14.115146 | fa163ec6-d492-82e0-62f1-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-03 13:33:14.128782 | fa163ec6-d492-82e0-62f1-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-03 13:33:14.133035 | fa163ec6-d492-82e0-62f1-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:41.742803 | 0.07s 2025-10-03 13:33:14.154986 | fa163ec6-d492-82e0-62f1-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-03 13:33:14.202702 | fa163ec6-d492-82e0-62f1-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-03 13:33:14.203536 | fa163ec6-d492-82e0-62f1-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:41.813310 | 0.05s 2025-10-03 13:33:14.225225 | fa163ec6-d492-82e0-62f1-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-03 13:33:14.263458 | fa163ec6-d492-82e0-62f1-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-03 13:33:14.264354 | fa163ec6-d492-82e0-62f1-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:41.874127 | 0.04s 2025-10-03 13:33:14.285110 | fa163ec6-d492-82e0-62f1-000000000598 | TASK | Execute grub2-mkconfig 2025-10-03 13:33:14.353629 | fa163ec6-d492-82e0-62f1-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-03 13:33:14.354563 | fa163ec6-d492-82e0-62f1-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:41.964336 | 0.07s 2025-10-03 13:33:14.375358 | fa163ec6-d492-82e0-62f1-000000000599 | TASK | Check for active tuned profile 2025-10-03 13:33:14.433450 | fa163ec6-d492-82e0-62f1-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-03 13:33:14.434209 | fa163ec6-d492-82e0-62f1-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:42.043985 | 0.06s 2025-10-03 13:33:14.453609 | fa163ec6-d492-82e0-62f1-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-03 13:33:14.521356 | fa163ec6-d492-82e0-62f1-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-03 13:33:14.522950 | fa163ec6-d492-82e0-62f1-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:42.132712 | 0.07s 2025-10-03 13:33:14.550420 | fa163ec6-d492-82e0-62f1-00000000059b | TASK | Set reboot required fact 2025-10-03 13:33:14.613059 | fa163ec6-d492-82e0-62f1-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-03 13:33:14.613911 | fa163ec6-d492-82e0-62f1-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:42.223685 | 0.06s 2025-10-03 13:33:14.634761 | fa163ec6-d492-82e0-62f1-00000000059d | TASK | Apply DPDK workarounds 2025-10-03 13:33:14.687177 | fa163ec6-d492-82e0-62f1-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-03 13:33:14.687977 | fa163ec6-d492-82e0-62f1-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:42.297751 | 0.05s 2025-10-03 13:33:14.708458 | fa163ec6-d492-82e0-62f1-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-03 13:33:14.734257 | fa163ec6-d492-82e0-62f1-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-03 13:33:14.735086 | fa163ec6-d492-82e0-62f1-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:42.344860 | 0.03s 2025-10-03 13:33:14.755796 | fa163ec6-d492-82e0-62f1-0000000005a0 | TASK | Load modules 2025-10-03 13:33:14.802101 | fa163ec6-d492-82e0-62f1-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-03 13:33:14.813912 | fa163ec6-d492-82e0-62f1-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:42.423682 | 0.06s 2025-10-03 13:33:14.835018 | fa163ec6-d492-82e0-62f1-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-03 13:33:14.882506 | fa163ec6-d492-82e0-62f1-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-03 13:33:14.894428 | fa163ec6-d492-82e0-62f1-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:42.504188 | 0.06s 2025-10-03 13:33:14.922328 | fa163ec6-d492-82e0-62f1-0000000005a4 | TASK | Drop module persistence 2025-10-03 13:33:14.955170 | fa163ec6-d492-82e0-62f1-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-03 13:33:14.961440 | fa163ec6-d492-82e0-62f1-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:42.571197 | 0.04s 2025-10-03 13:33:14.989947 | fa163ec6-d492-82e0-62f1-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-03 13:33:15.027302 | fa163ec6-d492-82e0-62f1-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-03 13:33:15.039023 | fa163ec6-d492-82e0-62f1-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:42.648789 | 0.05s 2025-10-03 13:33:15.057398 | fa163ec6-d492-82e0-62f1-0000000005a8 | TASK | Modules reload 2025-10-03 13:33:15.083928 | fa163ec6-d492-82e0-62f1-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-03 13:33:15.084715 | fa163ec6-d492-82e0-62f1-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:42.694490 | 0.03s 2025-10-03 13:33:15.104841 | fa163ec6-d492-82e0-62f1-0000000005aa | TASK | Reboot tasks 2025-10-03 13:33:15.132138 | fa163ec6-d492-82e0-62f1-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-03 13:33:15.133078 | fa163ec6-d492-82e0-62f1-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:42.742850 | 0.03s 2025-10-03 13:33:15.151003 | fa163ec6-d492-82e0-62f1-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-03 13:33:15.177435 | fa163ec6-d492-82e0-62f1-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-03 13:33:15.178179 | fa163ec6-d492-82e0-62f1-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:42.787954 | 0.03s PLAY [Server pre network steps] ************************************************ 2025-10-03 13:33:15.316093 | fa163ec6-d492-82e0-62f1-00000000003f | TASK | Server pre-network deployments 2025-10-03 13:33:15.341514 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-00000000003f') missing from stats 2025-10-03 13:33:15.360061 | fa163ec6-d492-82e0-62f1-000000000043 | TASK | Hiera config 2025-10-03 13:33:15.376804 | fa163ec6-d492-82e0-62f1-000000000043 | TIMING | Hiera config | standalone | 0:00:42.986571 | 0.02s 2025-10-03 13:33:15.411794 | fa163ec6-d492-82e0-62f1-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-03 13:33:15.661668 | fa163ec6-d492-82e0-62f1-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-03 13:33:15.663190 | fa163ec6-d492-82e0-62f1-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:43.272956 | 0.25s 2025-10-03 13:33:15.690792 | fa163ec6-d492-82e0-62f1-000000000722 | TASK | Write hiera config 2025-10-03 13:33:16.168098 | fa163ec6-d492-82e0-62f1-000000000722 | CHANGED | Write hiera config | standalone 2025-10-03 13:33:16.169587 | fa163ec6-d492-82e0-62f1-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:43.779354 | 0.48s 2025-10-03 13:33:16.208911 | fa163ec6-d492-82e0-62f1-000000000044 | TASK | Hiera symlink 2025-10-03 13:33:16.397790 | fa163ec6-d492-82e0-62f1-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-03 13:33:16.398705 | fa163ec6-d492-82e0-62f1-000000000044 | TIMING | Hiera symlink | standalone | 0:00:44.008480 | 0.19s 2025-10-03 13:33:16.417131 | fa163ec6-d492-82e0-62f1-000000000045 | TASK | Hieradata from vars 2025-10-03 13:33:16.431866 | fa163ec6-d492-82e0-62f1-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:44.041635 | 0.01s 2025-10-03 13:33:16.471558 | fa163ec6-d492-82e0-62f1-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-03 13:33:16.909308 | fa163ec6-d492-82e0-62f1-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-03 13:33:16.910216 | fa163ec6-d492-82e0-62f1-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:44.519989 | 0.44s 2025-10-03 13:33:16.928060 | fa163ec6-d492-82e0-62f1-00000000077d | TASK | Render hieradata from template 2025-10-03 13:33:17.384398 | fa163ec6-d492-82e0-62f1-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-03 13:33:17.385576 | fa163ec6-d492-82e0-62f1-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:44.995347 | 0.46s 2025-10-03 13:33:17.905950 | fa163ec6-d492-82e0-62f1-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-03 13:33:17.907100 | fa163ec6-d492-82e0-62f1-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.516868 | 0.98s 2025-10-03 13:33:18.439177 | fa163ec6-d492-82e0-62f1-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-03 13:33:18.440835 | fa163ec6-d492-82e0-62f1-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.050602 | 1.51s 2025-10-03 13:33:18.914099 | fa163ec6-d492-82e0-62f1-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-03 13:33:18.915282 | fa163ec6-d492-82e0-62f1-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.525049 | 1.99s 2025-10-03 13:33:19.381727 | fa163ec6-d492-82e0-62f1-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-03 13:33:19.383834 | fa163ec6-d492-82e0-62f1-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.993599 | 2.45s 2025-10-03 13:33:19.915099 | fa163ec6-d492-82e0-62f1-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-03 13:33:19.915787 | fa163ec6-d492-82e0-62f1-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.525562 | 2.99s 2025-10-03 13:33:20.405618 | fa163ec6-d492-82e0-62f1-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-03 13:33:20.407109 | fa163ec6-d492-82e0-62f1-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.016873 | 3.48s 2025-10-03 13:33:20.871996 | fa163ec6-d492-82e0-62f1-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-03 13:33:20.874547 | fa163ec6-d492-82e0-62f1-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.484310 | 3.95s 2025-10-03 13:33:21.312037 | fa163ec6-d492-82e0-62f1-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-03 13:33:21.314159 | fa163ec6-d492-82e0-62f1-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.923926 | 4.39s 2025-10-03 13:33:21.768864 | fa163ec6-d492-82e0-62f1-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-03 13:33:21.770787 | fa163ec6-d492-82e0-62f1-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.380554 | 4.84s 2025-10-03 13:33:21.781750 | fa163ec6-d492-82e0-62f1-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.391517 | 4.85s 2025-10-03 13:33:21.817122 | fa163ec6-d492-82e0-62f1-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-03 13:33:21.843615 | fa163ec6-d492-82e0-62f1-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:49.453371 | 0.03s 2025-10-03 13:33:21.911988 | fa163ec6-d492-82e0-62f1-000000000821 | TASK | Check for hieradata file 2025-10-03 13:33:22.123417 | fa163ec6-d492-82e0-62f1-000000000821 | OK | Check for hieradata file | standalone 2025-10-03 13:33:22.125411 | fa163ec6-d492-82e0-62f1-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:49.735173 | 0.21s 2025-10-03 13:33:22.159608 | fa163ec6-d492-82e0-62f1-000000000823 | TASK | Get existing data 2025-10-03 13:33:22.208052 | fa163ec6-d492-82e0-62f1-000000000823 | SKIPPED | Get existing data | standalone 2025-10-03 13:33:22.208850 | fa163ec6-d492-82e0-62f1-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:49.818626 | 0.05s 2025-10-03 13:33:22.226265 | fa163ec6-d492-82e0-62f1-000000000824 | TASK | Set data fact 2025-10-03 13:33:22.273602 | fa163ec6-d492-82e0-62f1-000000000824 | SKIPPED | Set data fact | standalone 2025-10-03 13:33:22.274887 | fa163ec6-d492-82e0-62f1-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:49.884653 | 0.05s 2025-10-03 13:33:22.300224 | fa163ec6-d492-82e0-62f1-000000000826 | TASK | Write ansible hieradata file 2025-10-03 13:33:22.760255 | fa163ec6-d492-82e0-62f1-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-03 13:33:22.761624 | fa163ec6-d492-82e0-62f1-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:50.371391 | 0.46s 2025-10-03 13:33:22.864554 | fa163ec6-d492-82e0-62f1-000000000047 | TIMING | include_tasks | standalone | 0:00:50.474319 | 0.04s PLAY [Server network deployments] ********************************************** 2025-10-03 13:33:23.003632 | fa163ec6-d492-82e0-62f1-00000000004b | TASK | Network Configuration 2025-10-03 13:33:23.030247 | fa163ec6-d492-82e0-62f1-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ec6-d492-82e0-62f1-00000000004b') missing from stats 2025-10-03 13:33:23.055231 | fa163ec6-d492-82e0-62f1-00000000004c | TASK | Check NetworkConfig script existence 2025-10-03 13:33:23.080525 | fa163ec6-d492-82e0-62f1-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-03 13:33:23.081296 | fa163ec6-d492-82e0-62f1-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:50.691068 | 0.03s 2025-10-03 13:33:23.101218 | fa163ec6-d492-82e0-62f1-000000000052 | TASK | Gather SELinux fact if needed 2025-10-03 13:33:23.148465 | fa163ec6-d492-82e0-62f1-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-03 13:33:23.149341 | fa163ec6-d492-82e0-62f1-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:50.759114 | 0.05s 2025-10-03 13:33:23.169560 | fa163ec6-d492-82e0-62f1-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-03 13:33:23.829187 | fa163ec6-d492-82e0-62f1-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-03 13:33:23.830074 | fa163ec6-d492-82e0-62f1-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:51.439847 | 0.66s 2025-10-03 13:33:23.857707 | fa163ec6-d492-82e0-62f1-000000000054 | TASK | Ensure requirements are satisfied 2025-10-03 13:33:23.887560 | fa163ec6-d492-82e0-62f1-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:51.497313 | 0.03s 2025-10-03 13:33:23.934931 | fa163ec6-d492-82e0-62f1-0000000008bf | TASK | Gather facts if they don't exist 2025-10-03 13:33:23.971596 | fa163ec6-d492-82e0-62f1-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-03 13:33:23.972604 | fa163ec6-d492-82e0-62f1-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:51.582375 | 0.04s 2025-10-03 13:33:23.993509 | fa163ec6-d492-82e0-62f1-0000000008c0 | TASK | Gather variables for each operating system 2025-10-03 13:33:24.095274 | fa163ec6-d492-82e0-62f1-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 13:33:24.106671 | fa163ec6-d492-82e0-62f1-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:51.716418 | 0.11s 2025-10-03 13:33:24.128543 | fa163ec6-d492-82e0-62f1-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-03 13:33:24.397203 | fa163ec6-d492-82e0-62f1-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-03 13:33:24.398671 | fa163ec6-d492-82e0-62f1-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:52.008409 | 0.27s 2025-10-03 13:33:24.426563 | fa163ec6-d492-82e0-62f1-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-03 13:33:24.458580 | fa163ec6-d492-82e0-62f1-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-03 13:33:24.459935 | fa163ec6-d492-82e0-62f1-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:52.069701 | 0.03s 2025-10-03 13:33:24.486675 | fa163ec6-d492-82e0-62f1-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-03 13:33:25.521678 | fa163ec6-d492-82e0-62f1-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-03 13:33:25.523138 | fa163ec6-d492-82e0-62f1-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:53.132904 | 1.03s 2025-10-03 13:33:25.574679 | fa163ec6-d492-82e0-62f1-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 13:33:25.805464 | fa163ec6-d492-82e0-62f1-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 13:33:25.807064 | fa163ec6-d492-82e0-62f1-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:53.416831 | 0.23s 2025-10-03 13:33:25.834400 | fa163ec6-d492-82e0-62f1-000000000057 | TASK | Reload NetworkManager 2025-10-03 13:33:26.256210 | fa163ec6-d492-82e0-62f1-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-03 13:33:26.257221 | fa163ec6-d492-82e0-62f1-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:53.866996 | 0.42s 2025-10-03 13:33:26.284688 | fa163ec6-d492-82e0-62f1-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-03 13:33:26.536792 | fa163ec6-d492-82e0-62f1-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-03 13:33:26.537785 | fa163ec6-d492-82e0-62f1-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:54.147560 | 0.25s 2025-10-03 13:33:26.564555 | fa163ec6-d492-82e0-62f1-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-03 13:33:26.757072 | fa163ec6-d492-82e0-62f1-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-03 13:33:26.758046 | fa163ec6-d492-82e0-62f1-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:54.367818 | 0.19s 2025-10-03 13:33:26.784557 | fa163ec6-d492-82e0-62f1-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-03 13:33:26.815282 | fa163ec6-d492-82e0-62f1-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-03 13:33:26.816277 | fa163ec6-d492-82e0-62f1-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:54.426050 | 0.03s 2025-10-03 13:33:26.837600 | fa163ec6-d492-82e0-62f1-00000000005c | TASK | Ensure we get cloud-init 2025-10-03 13:33:27.072384 | fa163ec6-d492-82e0-62f1-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-03 13:33:27.073424 | fa163ec6-d492-82e0-62f1-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:54.683197 | 0.23s 2025-10-03 13:33:27.099832 | fa163ec6-d492-82e0-62f1-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-03 13:33:27.380607 | fa163ec6-d492-82e0-62f1-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-03 13:33:27.381865 | fa163ec6-d492-82e0-62f1-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:54.991637 | 0.28s 2025-10-03 13:33:27.404012 | fa163ec6-d492-82e0-62f1-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-03 13:33:27.777952 | fa163ec6-d492-82e0-62f1-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-03 13:33:27.779579 | fa163ec6-d492-82e0-62f1-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:55.389342 | 0.37s 2025-10-03 13:33:27.807675 | fa163ec6-d492-82e0-62f1-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-03 13:33:27.887967 | fa163ec6-d492-82e0-62f1-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-03 13:33:27.889162 | fa163ec6-d492-82e0-62f1-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:55.498937 | 0.08s 2025-10-03 13:33:27.907108 | fa163ec6-d492-82e0-62f1-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-03 13:33:28.158516 | fa163ec6-d492-82e0-62f1-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-03 13:33:28.159862 | fa163ec6-d492-82e0-62f1-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:55.769629 | 0.25s 2025-10-03 13:33:28.178303 | fa163ec6-d492-82e0-62f1-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-03 13:33:28.217584 | fa163ec6-d492-82e0-62f1-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:55.827338 | 0.04s 2025-10-03 13:33:28.253993 | f798c780-9a5a-41c5-9c27-0146a10f6012 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-03 13:33:28.282629 | fa163ec6-d492-82e0-62f1-000000000909 | TASK | Set nic_config_file fact 2025-10-03 13:33:28.341777 | fa163ec6-d492-82e0-62f1-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-03 13:33:28.343332 | fa163ec6-d492-82e0-62f1-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:55.953094 | 0.06s 2025-10-03 13:33:28.375599 | fa163ec6-d492-82e0-62f1-00000000090a | TASK | Render overidden network config 2025-10-03 13:33:28.466863 | fa163ec6-d492-82e0-62f1-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-03 13:33:28.467785 | fa163ec6-d492-82e0-62f1-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:56.077558 | 0.09s 2025-10-03 13:33:28.488077 | fa163ec6-d492-82e0-62f1-00000000090b | TASK | Render network_config 2025-10-03 13:33:28.537377 | fa163ec6-d492-82e0-62f1-00000000090b | SKIPPED | Render network_config | standalone 2025-10-03 13:33:28.538243 | fa163ec6-d492-82e0-62f1-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:56.148015 | 0.05s 2025-10-03 13:33:28.559341 | fa163ec6-d492-82e0-62f1-00000000090c | TASK | Render network_config from template 2025-10-03 13:33:29.074259 | fa163ec6-d492-82e0-62f1-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-03 13:33:29.075572 | fa163ec6-d492-82e0-62f1-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:56.685339 | 0.51s 2025-10-03 13:33:29.102544 | fa163ec6-d492-82e0-62f1-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=736323184762.43902 2025-10-03 13:33:33.170585 | fa163ec6-d492-82e0-62f1-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-03 13:33:33.172126 | fa163ec6-d492-82e0-62f1-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:00.781896 | 4.07s 2025-10-03 13:33:33.192296 | fa163ec6-d492-82e0-62f1-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-03 13:33:33.676184 | fa163ec6-d492-82e0-62f1-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-03 13:33:33.677599 | fa163ec6-d492-82e0-62f1-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:01.287367 | 0.48s 2025-10-03 13:33:33.704095 | fa163ec6-d492-82e0-62f1-000000000065 | TASK | Disable cloud-init network config 2025-10-03 13:33:34.135298 | fa163ec6-d492-82e0-62f1-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-03 13:33:34.135965 | fa163ec6-d492-82e0-62f1-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:01.745740 | 0.43s 2025-10-03 13:33:34.162813 | fa163ec6-d492-82e0-62f1-000000000066 | TASK | Ensure network service is enabled 2025-10-03 13:33:34.566935 | fa163ec6-d492-82e0-62f1-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-03 13:33:34.568910 | fa163ec6-d492-82e0-62f1-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:02.178677 | 0.40s PLAY [Server network validation] *********************************************** 2025-10-03 13:33:34.728685 | fa163ec6-d492-82e0-62f1-000000000096 | TASK | Basic Network Validation 2025-10-03 13:33:34.756459 | fa163ec6-d492-82e0-62f1-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:02.366212 | 0.03s 2025-10-03 13:33:34.806545 | fa163ec6-d492-82e0-62f1-000000000945 | TASK | Collect default network fact 2025-10-03 13:33:35.374088 | fa163ec6-d492-82e0-62f1-000000000945 | OK | Collect default network fact | standalone 2025-10-03 13:33:35.375478 | fa163ec6-d492-82e0-62f1-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:02.985245 | 0.57s 2025-10-03 13:33:35.404393 | fa163ec6-d492-82e0-62f1-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-03 13:33:35.433198 | fa163ec6-d492-82e0-62f1-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-03 13:33:35.434561 | fa163ec6-d492-82e0-62f1-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:03.044327 | 0.03s 2025-10-03 13:33:35.460780 | fa163ec6-d492-82e0-62f1-000000000947 | TASK | Check all networks Gateway availability 2025-10-03 13:33:35.490128 | fa163ec6-d492-82e0-62f1-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:03.099889 | 0.03s 2025-10-03 13:33:35.516928 | fa163ec6-d492-82e0-62f1-000000000949 | TASK | Check Controllers availability 2025-10-03 13:33:35.566152 | fa163ec6-d492-82e0-62f1-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-03 13:33:35.572483 | fa163ec6-d492-82e0-62f1-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-03 13:33:35.583171 | fa163ec6-d492-82e0-62f1-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-03 13:33:35.591844 | fa163ec6-d492-82e0-62f1-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-03 13:33:35.596789 | fa163ec6-d492-82e0-62f1-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-03 13:33:35.600332 | fa163ec6-d492-82e0-62f1-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-03 13:33:35.605730 | fa163ec6-d492-82e0-62f1-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:03.215487 | 0.09s 2025-10-03 13:33:35.624313 | fa163ec6-d492-82e0-62f1-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-03 13:33:35.650821 | fa163ec6-d492-82e0-62f1-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-03 13:33:35.651869 | fa163ec6-d492-82e0-62f1-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:03.261639 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-03 13:33:35.815229 | fa163ec6-d492-82e0-62f1-00000000009a | TASK | Server pre deployments 2025-10-03 13:33:35.841159 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-00000000009a') missing from stats 2025-10-03 13:33:35.863525 | fa163ec6-d492-82e0-62f1-00000000009e | TASK | Hiera config 2025-10-03 13:33:35.890138 | fa163ec6-d492-82e0-62f1-00000000009e | TIMING | Hiera config | standalone | 0:01:03.499901 | 0.03s 2025-10-03 13:33:35.935928 | fa163ec6-d492-82e0-62f1-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-03 13:33:36.187305 | fa163ec6-d492-82e0-62f1-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-03 13:33:36.188567 | fa163ec6-d492-82e0-62f1-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:03.798342 | 0.25s 2025-10-03 13:33:36.214699 | fa163ec6-d492-82e0-62f1-00000000099f | TASK | Write hiera config 2025-10-03 13:33:36.713284 | fa163ec6-d492-82e0-62f1-00000000099f | OK | Write hiera config | standalone 2025-10-03 13:33:36.715587 | fa163ec6-d492-82e0-62f1-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:04.325352 | 0.50s 2025-10-03 13:33:36.767985 | fa163ec6-d492-82e0-62f1-00000000009f | TASK | Hiera symlink 2025-10-03 13:33:37.001598 | fa163ec6-d492-82e0-62f1-00000000009f | OK | Hiera symlink | standalone 2025-10-03 13:33:37.004260 | fa163ec6-d492-82e0-62f1-00000000009f | TIMING | Hiera symlink | standalone | 0:01:04.614026 | 0.23s 2025-10-03 13:33:37.032250 | fa163ec6-d492-82e0-62f1-0000000000a0 | TASK | Hieradata from vars 2025-10-03 13:33:37.055527 | fa163ec6-d492-82e0-62f1-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:04.665280 | 0.02s 2025-10-03 13:33:37.126573 | fa163ec6-d492-82e0-62f1-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-03 13:33:37.584447 | fa163ec6-d492-82e0-62f1-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-03 13:33:37.585200 | fa163ec6-d492-82e0-62f1-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:05.194976 | 0.46s 2025-10-03 13:33:37.603005 | fa163ec6-d492-82e0-62f1-0000000009fa | TASK | Render hieradata from template 2025-10-03 13:33:38.026557 | fa163ec6-d492-82e0-62f1-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-03 13:33:38.027799 | fa163ec6-d492-82e0-62f1-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:05.637568 | 0.42s 2025-10-03 13:33:38.536952 | fa163ec6-d492-82e0-62f1-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-03 13:33:38.537989 | fa163ec6-d492-82e0-62f1-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.147758 | 0.93s 2025-10-03 13:33:39.142698 | fa163ec6-d492-82e0-62f1-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-03 13:33:39.145631 | fa163ec6-d492-82e0-62f1-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.755398 | 1.54s 2025-10-03 13:33:39.626697 | fa163ec6-d492-82e0-62f1-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-03 13:33:39.628603 | fa163ec6-d492-82e0-62f1-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.238376 | 2.02s 2025-10-03 13:33:40.132493 | fa163ec6-d492-82e0-62f1-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-03 13:33:40.134290 | fa163ec6-d492-82e0-62f1-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.744065 | 2.53s 2025-10-03 13:33:40.586511 | fa163ec6-d492-82e0-62f1-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-03 13:33:40.587327 | fa163ec6-d492-82e0-62f1-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.197100 | 2.98s 2025-10-03 13:33:41.097785 | fa163ec6-d492-82e0-62f1-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-03 13:33:41.098668 | fa163ec6-d492-82e0-62f1-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.708423 | 3.49s 2025-10-03 13:33:41.549672 | fa163ec6-d492-82e0-62f1-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-03 13:33:41.550533 | fa163ec6-d492-82e0-62f1-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.160306 | 3.95s 2025-10-03 13:33:42.065981 | fa163ec6-d492-82e0-62f1-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-03 13:33:42.068075 | fa163ec6-d492-82e0-62f1-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.677843 | 4.46s 2025-10-03 13:33:42.583159 | fa163ec6-d492-82e0-62f1-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-03 13:33:42.583896 | fa163ec6-d492-82e0-62f1-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.193673 | 4.98s 2025-10-03 13:33:42.591409 | fa163ec6-d492-82e0-62f1-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.201166 | 4.99s 2025-10-03 13:33:42.647575 | fa163ec6-d492-82e0-62f1-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-03 13:33:42.677848 | fa163ec6-d492-82e0-62f1-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:10.287598 | 0.03s 2025-10-03 13:33:42.753151 | fa163ec6-d492-82e0-62f1-000000000a9e | TASK | Check for hieradata file 2025-10-03 13:33:42.987190 | fa163ec6-d492-82e0-62f1-000000000a9e | OK | Check for hieradata file | standalone 2025-10-03 13:33:42.988933 | fa163ec6-d492-82e0-62f1-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:10.598698 | 0.23s 2025-10-03 13:33:43.017373 | fa163ec6-d492-82e0-62f1-000000000aa0 | TASK | Get existing data 2025-10-03 13:33:43.067812 | fa163ec6-d492-82e0-62f1-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-03 13:33:43.069101 | fa163ec6-d492-82e0-62f1-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:10.678856 | 0.05s 2025-10-03 13:33:43.095854 | fa163ec6-d492-82e0-62f1-000000000aa1 | TASK | Set data fact 2025-10-03 13:33:43.146177 | fa163ec6-d492-82e0-62f1-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-03 13:33:43.147371 | fa163ec6-d492-82e0-62f1-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:10.757137 | 0.05s 2025-10-03 13:33:43.173447 | fa163ec6-d492-82e0-62f1-000000000aa3 | TASK | Write ansible hieradata file 2025-10-03 13:33:43.694237 | fa163ec6-d492-82e0-62f1-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-03 13:33:43.695585 | fa163ec6-d492-82e0-62f1-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:11.305354 | 0.52s 2025-10-03 13:33:43.857297 | fa163ec6-d492-82e0-62f1-0000000000a2 | TIMING | include_tasks | standalone | 0:01:11.467063 | 0.11s PLAY [Host prep steps] ********************************************************* 2025-10-03 13:33:43.977920 | fa163ec6-d492-82e0-62f1-0000000000a6 | TASK | Host prep steps 2025-10-03 13:33:44.003408 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000a6') missing from stats 2025-10-03 13:33:44.066245 | fa163ec6-d492-82e0-62f1-0000000000a7 | TASK | Deploy Artifacts 2025-10-03 13:33:44.138024 | fa163ec6-d492-82e0-62f1-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-03 13:33:44.138833 | fa163ec6-d492-82e0-62f1-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:11.748608 | 0.07s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 13:33:44.181657 | fa163ec6-d492-82e0-62f1-0000000000a8 | TIMING | include_tasks | standalone | 0:01:11.791402 | 0.02s 2025-10-03 13:33:44.379323 | 0041b68c-2bc0-4370-99bf-e802baabfcdd | INCLUDED | /root/standalone-ansible-ns0w0h08/Standalone/host_prep_tasks.yaml | standalone 2025-10-03 13:33:44.438971 | fa163ec6-d492-82e0-62f1-000000000b1e | TASK | Run firewall role 2025-10-03 13:33:44.463633 | fa163ec6-d492-82e0-62f1-000000000b1e | TIMING | Run firewall role | standalone | 0:01:12.073400 | 0.02s 2025-10-03 13:33:44.519987 | fa163ec6-d492-82e0-62f1-000000000c36 | TASK | Gather variables for each operating system 2025-10-03 13:33:44.642728 | fa163ec6-d492-82e0-62f1-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-03 13:33:44.644593 | fa163ec6-d492-82e0-62f1-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:12.254363 | 0.12s 2025-10-03 13:33:44.654796 | fa163ec6-d492-82e0-62f1-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:12.264558 | 0.13s 2025-10-03 13:33:44.692386 | fa163ec6-d492-82e0-62f1-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-03 13:33:47.632298 | fa163ec6-d492-82e0-62f1-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-03 13:33:47.634174 | fa163ec6-d492-82e0-62f1-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:15.243935 | 2.94s 2025-10-03 13:33:47.661031 | fa163ec6-d492-82e0-62f1-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-03 13:33:47.699028 | fa163ec6-d492-82e0-62f1-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-03 13:33:47.700267 | fa163ec6-d492-82e0-62f1-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:15.310036 | 0.04s 2025-10-03 13:33:47.727834 | fa163ec6-d492-82e0-62f1-000000000c3c | TASK | Enable masquerade 2025-10-03 13:33:47.780722 | fa163ec6-d492-82e0-62f1-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-03 13:33:47.782366 | fa163ec6-d492-82e0-62f1-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:15.392132 | 0.05s 2025-10-03 13:33:47.808862 | fa163ec6-d492-82e0-62f1-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-03 13:33:47.842005 | fa163ec6-d492-82e0-62f1-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-03 13:33:47.843220 | fa163ec6-d492-82e0-62f1-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:15.452989 | 0.03s 2025-10-03 13:33:47.868945 | fa163ec6-d492-82e0-62f1-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-03 13:33:47.918965 | fa163ec6-d492-82e0-62f1-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-03 13:33:47.920466 | fa163ec6-d492-82e0-62f1-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:15.530232 | 0.05s 2025-10-03 13:33:47.946423 | fa163ec6-d492-82e0-62f1-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-03 13:33:47.986996 | fa163ec6-d492-82e0-62f1-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-03 13:33:47.988235 | fa163ec6-d492-82e0-62f1-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:15.598001 | 0.04s 2025-10-03 13:33:48.010069 | fa163ec6-d492-82e0-62f1-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-03 13:33:48.039257 | fa163ec6-d492-82e0-62f1-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-03 13:33:48.040017 | fa163ec6-d492-82e0-62f1-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:15.649791 | 0.03s 2025-10-03 13:33:48.059677 | fa163ec6-d492-82e0-62f1-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-03 13:33:48.089586 | fa163ec6-d492-82e0-62f1-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-03 13:33:48.090722 | fa163ec6-d492-82e0-62f1-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:15.700489 | 0.03s 2025-10-03 13:33:48.119618 | fa163ec6-d492-82e0-62f1-000000000c46 | TASK | Enable LOG rules 2025-10-03 13:33:48.148079 | fa163ec6-d492-82e0-62f1-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-03 13:33:48.149370 | fa163ec6-d492-82e0-62f1-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:15.759136 | 0.03s 2025-10-03 13:33:48.175029 | fa163ec6-d492-82e0-62f1-000000000c47 | TASK | Set rule fact 2025-10-03 13:33:48.280506 | fa163ec6-d492-82e0-62f1-000000000c47 | OK | Set rule fact | standalone 2025-10-03 13:33:48.281934 | fa163ec6-d492-82e0-62f1-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:15.891710 | 0.11s 2025-10-03 13:33:48.309175 | fa163ec6-d492-82e0-62f1-000000000c48 | TASK | Manage rules via nftables 2025-10-03 13:33:48.338719 | fa163ec6-d492-82e0-62f1-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:15.948475 | 0.03s 2025-10-03 13:33:48.424016 | fa163ec6-d492-82e0-62f1-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:16.033772 | 0.03s 2025-10-03 13:33:48.445306 | 8c270734-2d33-4a8e-9918-4e051a9b7cc2 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-03 13:33:48.472095 | fa163ec6-d492-82e0-62f1-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-03 13:33:49.878794 | fa163ec6-d492-82e0-62f1-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-03 13:33:49.881914 | fa163ec6-d492-82e0-62f1-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.491676 | 1.41s 2025-10-03 13:33:50.233997 | fa163ec6-d492-82e0-62f1-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-03 13:33:50.236325 | fa163ec6-d492-82e0-62f1-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.846093 | 1.76s 2025-10-03 13:33:50.248315 | fa163ec6-d492-82e0-62f1-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.858073 | 1.77s 2025-10-03 13:33:50.278734 | fa163ec6-d492-82e0-62f1-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-03 13:33:51.065193 | fa163ec6-d492-82e0-62f1-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-03 13:33:51.067532 | fa163ec6-d492-82e0-62f1-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:18.677294 | 0.79s 2025-10-03 13:33:51.091242 | fa163ec6-d492-82e0-62f1-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-03 13:33:51.131105 | fa163ec6-d492-82e0-62f1-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-03 13:33:51.132177 | fa163ec6-d492-82e0-62f1-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:18.741948 | 0.04s 2025-10-03 13:33:51.171531 | fa163ec6-d492-82e0-62f1-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.781291 | 0.02s 2025-10-03 13:33:51.200620 | fac1f083-b67a-4f1c-af1d-8341a244cbf5 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-03 13:33:51.240624 | fa163ec6-d492-82e0-62f1-000000000d40 | TASK | Push empty ruleset 2025-10-03 13:33:51.634971 | fa163ec6-d492-82e0-62f1-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-03 13:33:51.636046 | fa163ec6-d492-82e0-62f1-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:19.245818 | 0.39s 2025-10-03 13:33:51.664626 | fa163ec6-d492-82e0-62f1-000000000d41 | TASK | Load empty ruleset 2025-10-03 13:33:51.888410 | fa163ec6-d492-82e0-62f1-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-03 13:33:51.889824 | fa163ec6-d492-82e0-62f1-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:19.499591 | 0.22s 2025-10-03 13:33:51.918815 | fa163ec6-d492-82e0-62f1-000000000d43 | TASK | Use default rules 2025-10-03 13:33:52.018569 | fa163ec6-d492-82e0-62f1-000000000d43 | OK | Use default rules | standalone 2025-10-03 13:33:52.021852 | fa163ec6-d492-82e0-62f1-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:19.631618 | 0.10s 2025-10-03 13:33:52.053453 | fa163ec6-d492-82e0-62f1-000000000d44 | TASK | Enable LOG rules 2025-10-03 13:33:52.143291 | fa163ec6-d492-82e0-62f1-000000000d44 | OK | Enable LOG rules | standalone 2025-10-03 13:33:52.146596 | fa163ec6-d492-82e0-62f1-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:19.756360 | 0.09s 2025-10-03 13:33:52.172940 | fa163ec6-d492-82e0-62f1-000000000d46 | TASK | Get current nftables content 2025-10-03 13:33:52.424473 | fa163ec6-d492-82e0-62f1-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-03 13:33:52.425453 | fa163ec6-d492-82e0-62f1-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:20.035227 | 0.25s 2025-10-03 13:33:52.446722 | fa163ec6-d492-82e0-62f1-000000000d48 | TASK | Generate chain jumps 2025-10-03 13:33:53.009005 | fa163ec6-d492-82e0-62f1-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-03 13:33:53.010133 | fa163ec6-d492-82e0-62f1-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:20.619908 | 0.56s 2025-10-03 13:33:53.031331 | fa163ec6-d492-82e0-62f1-000000000d49 | TASK | Generate chain jumps 2025-10-03 13:33:53.565295 | fa163ec6-d492-82e0-62f1-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-03 13:33:53.566149 | fa163ec6-d492-82e0-62f1-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.175925 | 0.53s 2025-10-03 13:33:53.587002 | fa163ec6-d492-82e0-62f1-000000000d4a | TASK | Generate nft flushes 2025-10-03 13:33:54.067237 | fa163ec6-d492-82e0-62f1-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-03 13:33:54.068662 | fa163ec6-d492-82e0-62f1-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:21.678406 | 0.48s 2025-10-03 13:33:54.096119 | fa163ec6-d492-82e0-62f1-000000000d4b | TASK | Generate nft tripleo chains 2025-10-03 13:33:54.621017 | fa163ec6-d492-82e0-62f1-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-03 13:33:54.622049 | fa163ec6-d492-82e0-62f1-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:22.231823 | 0.52s 2025-10-03 13:33:54.643351 | fa163ec6-d492-82e0-62f1-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-03 13:33:56.333832 | fa163ec6-d492-82e0-62f1-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-03 13:33:56.334745 | fa163ec6-d492-82e0-62f1-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:23.944519 | 1.69s 2025-10-03 13:33:56.355108 | fa163ec6-d492-82e0-62f1-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-03 13:33:56.893450 | fa163ec6-d492-82e0-62f1-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-03 13:33:56.894989 | fa163ec6-d492-82e0-62f1-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:24.504756 | 0.54s 2025-10-03 13:33:56.923482 | fa163ec6-d492-82e0-62f1-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-03 13:33:57.163482 | fa163ec6-d492-82e0-62f1-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-03 13:33:57.164821 | fa163ec6-d492-82e0-62f1-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:24.774588 | 0.24s 2025-10-03 13:33:57.220054 | fa163ec6-d492-82e0-62f1-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:24.829811 | 0.03s 2025-10-03 13:33:57.242250 | 6cedee72-9958-4c61-8338-3b8913465343 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-03 13:33:57.298298 | fa163ec6-d492-82e0-62f1-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-03 13:33:57.563556 | fa163ec6-d492-82e0-62f1-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-03 13:33:57.564779 | fa163ec6-d492-82e0-62f1-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:25.174549 | 0.27s 2025-10-03 13:33:57.586187 | fa163ec6-d492-82e0-62f1-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-03 13:33:57.877013 | fa163ec6-d492-82e0-62f1-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-03 13:33:57.878338 | fa163ec6-d492-82e0-62f1-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:25.488106 | 0.29s 2025-10-03 13:33:57.953501 | fa163ec6-d492-82e0-62f1-000000000b1f | TASK | create persistent logs directory 2025-10-03 13:33:58.204441 | fa163ec6-d492-82e0-62f1-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 13:33:58.205939 | fa163ec6-d492-82e0-62f1-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:25.815711 | 0.25s 2025-10-03 13:33:58.391531 | fa163ec6-d492-82e0-62f1-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-03 13:33:58.392668 | fa163ec6-d492-82e0-62f1-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.002412 | 0.44s 2025-10-03 13:33:58.399512 | fa163ec6-d492-82e0-62f1-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.009278 | 0.44s 2025-10-03 13:33:58.425821 | fa163ec6-d492-82e0-62f1-000000000b20 | TASK | create persistent directories 2025-10-03 13:33:58.672030 | fa163ec6-d492-82e0-62f1-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 13:33:58.673392 | fa163ec6-d492-82e0-62f1-000000000b20 | TIMING | create persistent directories | standalone | 0:01:26.283159 | 0.25s 2025-10-03 13:33:58.679772 | fa163ec6-d492-82e0-62f1-000000000b20 | TIMING | create persistent directories | standalone | 0:01:26.289541 | 0.25s 2025-10-03 13:33:58.705723 | fa163ec6-d492-82e0-62f1-000000000b21 | TASK | create persistent directories 2025-10-03 13:33:59.099945 | fa163ec6-d492-82e0-62f1-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 13:33:59.102008 | fa163ec6-d492-82e0-62f1-000000000b21 | TIMING | create persistent directories | standalone | 0:01:26.711771 | 0.39s 2025-10-03 13:33:59.312710 | fa163ec6-d492-82e0-62f1-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-03 13:33:59.314179 | fa163ec6-d492-82e0-62f1-000000000b21 | TIMING | create persistent directories | standalone | 0:01:26.923956 | 0.61s 2025-10-03 13:33:59.325350 | fa163ec6-d492-82e0-62f1-000000000b21 | TIMING | create persistent directories | standalone | 0:01:26.935113 | 0.62s 2025-10-03 13:33:59.353397 | fa163ec6-d492-82e0-62f1-000000000b22 | TASK | create persistent directories 2025-10-03 13:33:59.602910 | fa163ec6-d492-82e0-62f1-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-03 13:33:59.604569 | fa163ec6-d492-82e0-62f1-000000000b22 | TIMING | create persistent directories | standalone | 0:01:27.214333 | 0.25s 2025-10-03 13:33:59.798599 | fa163ec6-d492-82e0-62f1-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-03 13:33:59.800387 | fa163ec6-d492-82e0-62f1-000000000b22 | TIMING | create persistent directories | standalone | 0:01:27.410157 | 0.45s 2025-10-03 13:33:59.810693 | fa163ec6-d492-82e0-62f1-000000000b22 | TIMING | create persistent directories | standalone | 0:01:27.420463 | 0.46s 2025-10-03 13:33:59.836529 | fa163ec6-d492-82e0-62f1-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-03 13:34:00.889296 | fa163ec6-d492-82e0-62f1-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-03 13:34:00.890905 | fa163ec6-d492-82e0-62f1-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:28.500674 | 1.05s 2025-10-03 13:34:00.916314 | fa163ec6-d492-82e0-62f1-000000000b24 | TASK | create persistent directories 2025-10-03 13:34:01.140740 | fa163ec6-d492-82e0-62f1-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-03 13:34:01.141836 | fa163ec6-d492-82e0-62f1-000000000b24 | TIMING | create persistent directories | standalone | 0:01:28.751609 | 0.22s 2025-10-03 13:34:01.148080 | fa163ec6-d492-82e0-62f1-000000000b24 | TIMING | create persistent directories | standalone | 0:01:28.757842 | 0.23s 2025-10-03 13:34:01.174436 | fa163ec6-d492-82e0-62f1-000000000b25 | TASK | create persistent directories 2025-10-03 13:34:01.445219 | fa163ec6-d492-82e0-62f1-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 13:34:01.446806 | fa163ec6-d492-82e0-62f1-000000000b25 | TIMING | create persistent directories | standalone | 0:01:29.056568 | 0.27s 2025-10-03 13:34:01.690595 | fa163ec6-d492-82e0-62f1-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-03 13:34:01.691921 | fa163ec6-d492-82e0-62f1-000000000b25 | TIMING | create persistent directories | standalone | 0:01:29.301696 | 0.52s 2025-10-03 13:34:01.703313 | fa163ec6-d492-82e0-62f1-000000000b25 | TIMING | create persistent directories | standalone | 0:01:29.313068 | 0.53s 2025-10-03 13:34:01.731689 | fa163ec6-d492-82e0-62f1-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-03 13:34:02.975777 | fa163ec6-d492-82e0-62f1-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-03 13:34:02.977447 | fa163ec6-d492-82e0-62f1-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:30.587215 | 1.24s 2025-10-03 13:34:03.003544 | fa163ec6-d492-82e0-62f1-000000000b27 | TASK | create persistent directories 2025-10-03 13:34:03.342603 | fa163ec6-d492-82e0-62f1-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 13:34:03.344416 | fa163ec6-d492-82e0-62f1-000000000b27 | TIMING | create persistent directories | standalone | 0:01:30.954185 | 0.34s 2025-10-03 13:34:03.571171 | fa163ec6-d492-82e0-62f1-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-03 13:34:03.572572 | fa163ec6-d492-82e0-62f1-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.182346 | 0.57s 2025-10-03 13:34:03.583141 | fa163ec6-d492-82e0-62f1-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.192907 | 0.58s 2025-10-03 13:34:03.605161 | fa163ec6-d492-82e0-62f1-000000000b28 | TASK | ensure ceph configurations exist 2025-10-03 13:34:03.822486 | fa163ec6-d492-82e0-62f1-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-03 13:34:03.823308 | fa163ec6-d492-82e0-62f1-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:31.433084 | 0.22s 2025-10-03 13:34:03.840822 | fa163ec6-d492-82e0-62f1-000000000b29 | TASK | create persistent directories 2025-10-03 13:34:04.035596 | fa163ec6-d492-82e0-62f1-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 13:34:04.037855 | fa163ec6-d492-82e0-62f1-000000000b29 | TIMING | create persistent directories | standalone | 0:01:31.647618 | 0.20s 2025-10-03 13:34:04.047997 | fa163ec6-d492-82e0-62f1-000000000b29 | TIMING | create persistent directories | standalone | 0:01:31.657760 | 0.21s 2025-10-03 13:34:04.075031 | fa163ec6-d492-82e0-62f1-000000000b2b | TASK | Create cinder image conversion directory 2025-10-03 13:34:04.107881 | fa163ec6-d492-82e0-62f1-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-03 13:34:04.109173 | fa163ec6-d492-82e0-62f1-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:31.718941 | 0.03s 2025-10-03 13:34:04.135755 | fa163ec6-d492-82e0-62f1-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-03 13:34:04.164303 | fa163ec6-d492-82e0-62f1-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-03 13:34:04.165888 | fa163ec6-d492-82e0-62f1-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:31.775654 | 0.03s 2025-10-03 13:34:04.191643 | fa163ec6-d492-82e0-62f1-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-03 13:34:04.222352 | fa163ec6-d492-82e0-62f1-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-03 13:34:04.223919 | fa163ec6-d492-82e0-62f1-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:31.833683 | 0.03s 2025-10-03 13:34:04.241811 | fa163ec6-d492-82e0-62f1-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-03 13:34:04.271020 | fa163ec6-d492-82e0-62f1-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-03 13:34:04.272327 | fa163ec6-d492-82e0-62f1-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:31.882094 | 0.03s 2025-10-03 13:34:04.290385 | fa163ec6-d492-82e0-62f1-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-03 13:34:04.318496 | fa163ec6-d492-82e0-62f1-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-03 13:34:04.319401 | fa163ec6-d492-82e0-62f1-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:31.929176 | 0.03s 2025-10-03 13:34:04.336787 | fa163ec6-d492-82e0-62f1-000000000b32 | TASK | Get or create LVM loopback device 2025-10-03 13:34:04.361763 | fa163ec6-d492-82e0-62f1-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-03 13:34:04.362974 | fa163ec6-d492-82e0-62f1-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:31.972740 | 0.03s 2025-10-03 13:34:04.390253 | fa163ec6-d492-82e0-62f1-000000000b33 | TASK | Create LVM volume group 2025-10-03 13:34:04.418403 | fa163ec6-d492-82e0-62f1-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-03 13:34:04.419856 | fa163ec6-d492-82e0-62f1-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:32.029621 | 0.03s 2025-10-03 13:34:04.444780 | fa163ec6-d492-82e0-62f1-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-03 13:34:04.472120 | fa163ec6-d492-82e0-62f1-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-03 13:34:04.473268 | fa163ec6-d492-82e0-62f1-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:32.083037 | 0.03s 2025-10-03 13:34:04.501207 | fa163ec6-d492-82e0-62f1-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-03 13:34:04.530600 | fa163ec6-d492-82e0-62f1-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-03 13:34:04.531715 | fa163ec6-d492-82e0-62f1-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:32.141483 | 0.03s 2025-10-03 13:34:04.557194 | fa163ec6-d492-82e0-62f1-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-03 13:34:05.441492 | fa163ec6-d492-82e0-62f1-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-03 13:34:05.442320 | fa163ec6-d492-82e0-62f1-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:33.052096 | 0.88s 2025-10-03 13:34:05.461996 | fa163ec6-d492-82e0-62f1-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-03 13:34:07.517118 | fa163ec6-d492-82e0-62f1-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-03 13:34:07.520956 | fa163ec6-d492-82e0-62f1-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:35.130715 | 2.06s 2025-10-03 13:34:07.569688 | fa163ec6-d492-82e0-62f1-000000000b3a | OK | set_fact | standalone 2025-10-03 13:34:07.570687 | fa163ec6-d492-82e0-62f1-000000000b3a | TIMING | set_fact | standalone | 0:01:35.180459 | 0.03s 2025-10-03 13:34:07.611289 | fa163ec6-d492-82e0-62f1-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:35.221050 | 0.02s 2025-10-03 13:34:07.660856 | fa163ec6-d492-82e0-62f1-000000000f04 | TASK | ensure apache is installed 2025-10-03 13:34:13.650339 | fa163ec6-d492-82e0-62f1-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-03 13:34:13.651619 | fa163ec6-d492-82e0-62f1-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:41.261392 | 5.99s 2025-10-03 13:34:13.673181 | fa163ec6-d492-82e0-62f1-000000000f05 | TASK | create image data directory 2025-10-03 13:34:13.968712 | fa163ec6-d492-82e0-62f1-000000000f05 | CHANGED | create image data directory | standalone 2025-10-03 13:34:13.969682 | fa163ec6-d492-82e0-62f1-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:41.579452 | 0.30s 2025-10-03 13:34:13.996108 | fa163ec6-d492-82e0-62f1-000000000f06 | TASK | create /v2/ response file 2025-10-03 13:34:14.486013 | fa163ec6-d492-82e0-62f1-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-03 13:34:14.487399 | fa163ec6-d492-82e0-62f1-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:42.097164 | 0.49s 2025-10-03 13:34:14.515444 | fa163ec6-d492-82e0-62f1-000000000f07 | TASK | Add listen line 2025-10-03 13:34:14.854397 | fa163ec6-d492-82e0-62f1-000000000f07 | CHANGED | Add listen line | standalone 2025-10-03 13:34:14.855167 | fa163ec6-d492-82e0-62f1-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:42.464944 | 0.34s 2025-10-03 13:34:14.872677 | fa163ec6-d492-82e0-62f1-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-03 13:34:15.383540 | fa163ec6-d492-82e0-62f1-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-03 13:34:15.384990 | fa163ec6-d492-82e0-62f1-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:42.994758 | 0.51s 2025-10-03 13:34:15.411381 | fa163ec6-d492-82e0-62f1-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-03 13:34:16.457316 | fa163ec6-d492-82e0-62f1-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-03 13:34:16.460092 | fa163ec6-d492-82e0-62f1-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:44.069857 | 1.05s 2025-10-03 13:34:16.499824 | fa163ec6-d492-82e0-62f1-000000000b3d | TASK | create persistent logs directory 2025-10-03 13:34:16.748507 | fa163ec6-d492-82e0-62f1-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-03 13:34:16.750969 | fa163ec6-d492-82e0-62f1-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:44.360733 | 0.25s 2025-10-03 13:34:16.921383 | fa163ec6-d492-82e0-62f1-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-03 13:34:16.924243 | fa163ec6-d492-82e0-62f1-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:44.534005 | 0.42s 2025-10-03 13:34:16.935526 | fa163ec6-d492-82e0-62f1-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:44.545292 | 0.43s 2025-10-03 13:34:16.961982 | fa163ec6-d492-82e0-62f1-000000000b3e | TASK | Mount NFS on host 2025-10-03 13:34:16.995713 | fa163ec6-d492-82e0-62f1-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-03 13:34:16.997050 | fa163ec6-d492-82e0-62f1-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:44.606817 | 0.03s 2025-10-03 13:34:17.026079 | fa163ec6-d492-82e0-62f1-000000000b3f | TASK | Mount Node Staging Location 2025-10-03 13:34:17.057274 | fa163ec6-d492-82e0-62f1-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-03 13:34:17.058783 | fa163ec6-d492-82e0-62f1-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:44.668542 | 0.03s 2025-10-03 13:34:17.085019 | fa163ec6-d492-82e0-62f1-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-03 13:34:17.330002 | fa163ec6-d492-82e0-62f1-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-03 13:34:17.331500 | fa163ec6-d492-82e0-62f1-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:44.941264 | 0.25s 2025-10-03 13:34:17.357331 | fa163ec6-d492-82e0-62f1-000000000b41 | TASK | create logs directory 2025-10-03 13:34:17.637374 | fa163ec6-d492-82e0-62f1-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-03 13:34:17.638299 | fa163ec6-d492-82e0-62f1-000000000b41 | TIMING | create logs directory | standalone | 0:01:45.248073 | 0.28s 2025-10-03 13:34:17.841621 | fa163ec6-d492-82e0-62f1-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-03 13:34:17.842745 | fa163ec6-d492-82e0-62f1-000000000b41 | TIMING | create logs directory | standalone | 0:01:45.452514 | 0.48s 2025-10-03 13:34:17.850747 | fa163ec6-d492-82e0-62f1-000000000b41 | TIMING | create logs directory | standalone | 0:01:45.460512 | 0.49s 2025-10-03 13:34:17.878938 | fa163ec6-d492-82e0-62f1-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-03 13:34:17.907588 | fa163ec6-d492-82e0-62f1-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-03 13:34:17.908546 | fa163ec6-d492-82e0-62f1-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:45.518320 | 0.03s 2025-10-03 13:34:17.927843 | fa163ec6-d492-82e0-62f1-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-03 13:34:18.153918 | fa163ec6-d492-82e0-62f1-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-03 13:34:18.154860 | fa163ec6-d492-82e0-62f1-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:45.764633 | 0.23s 2025-10-03 13:34:18.172294 | fa163ec6-d492-82e0-62f1-000000000b44 | TASK | create persistent directories 2025-10-03 13:34:18.378969 | fa163ec6-d492-82e0-62f1-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-03 13:34:18.381921 | fa163ec6-d492-82e0-62f1-000000000b44 | TIMING | create persistent directories | standalone | 0:01:45.991688 | 0.21s 2025-10-03 13:34:18.390374 | fa163ec6-d492-82e0-62f1-000000000b44 | TIMING | create persistent directories | standalone | 0:01:46.000144 | 0.22s 2025-10-03 13:34:18.408514 | fa163ec6-d492-82e0-62f1-000000000b45 | TASK | create persistent data directory 2025-10-03 13:34:18.604281 | fa163ec6-d492-82e0-62f1-000000000b45 | OK | create persistent data directory | standalone 2025-10-03 13:34:18.605575 | fa163ec6-d492-82e0-62f1-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:46.215343 | 0.20s 2025-10-03 13:34:18.631278 | fa163ec6-d492-82e0-62f1-000000000b46 | TASK | get parameters 2025-10-03 13:34:18.669981 | fa163ec6-d492-82e0-62f1-000000000b46 | OK | get parameters | standalone 2025-10-03 13:34:18.671037 | fa163ec6-d492-82e0-62f1-000000000b46 | TIMING | get parameters | standalone | 0:01:46.280805 | 0.04s 2025-10-03 13:34:18.696969 | fa163ec6-d492-82e0-62f1-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-03 13:34:18.748867 | fa163ec6-d492-82e0-62f1-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-03 13:34:18.750314 | fa163ec6-d492-82e0-62f1-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:46.360080 | 0.05s 2025-10-03 13:34:18.778887 | fa163ec6-d492-82e0-62f1-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-03 13:34:18.821618 | fa163ec6-d492-82e0-62f1-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-03 13:34:18.822925 | fa163ec6-d492-82e0-62f1-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:46.432692 | 0.04s 2025-10-03 13:34:18.849205 | fa163ec6-d492-82e0-62f1-000000000b4a | TASK | get haproxy status 2025-10-03 13:34:18.889938 | fa163ec6-d492-82e0-62f1-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-03 13:34:18.890991 | fa163ec6-d492-82e0-62f1-000000000b4a | TIMING | get haproxy status | standalone | 0:01:46.500761 | 0.04s 2025-10-03 13:34:18.911114 | fa163ec6-d492-82e0-62f1-000000000b4b | TASK | get pacemaker status 2025-10-03 13:34:18.940505 | fa163ec6-d492-82e0-62f1-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-03 13:34:18.941290 | fa163ec6-d492-82e0-62f1-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:46.551064 | 0.03s 2025-10-03 13:34:18.960786 | fa163ec6-d492-82e0-62f1-000000000b4c | TASK | get docker status 2025-10-03 13:34:18.986562 | fa163ec6-d492-82e0-62f1-000000000b4c | SKIPPED | get docker status | standalone 2025-10-03 13:34:18.987748 | fa163ec6-d492-82e0-62f1-000000000b4c | TIMING | get docker status | standalone | 0:01:46.597515 | 0.03s 2025-10-03 13:34:19.013353 | fa163ec6-d492-82e0-62f1-000000000b4d | TASK | get container_id 2025-10-03 13:34:19.041248 | fa163ec6-d492-82e0-62f1-000000000b4d | SKIPPED | get container_id | standalone 2025-10-03 13:34:19.042336 | fa163ec6-d492-82e0-62f1-000000000b4d | TIMING | get container_id | standalone | 0:01:46.652102 | 0.03s 2025-10-03 13:34:19.067796 | fa163ec6-d492-82e0-62f1-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-03 13:34:19.098386 | fa163ec6-d492-82e0-62f1-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-03 13:34:19.099824 | fa163ec6-d492-82e0-62f1-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:46.709583 | 0.03s 2025-10-03 13:34:19.127632 | fa163ec6-d492-82e0-62f1-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-03 13:34:19.166778 | fa163ec6-d492-82e0-62f1-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-03 13:34:19.168128 | fa163ec6-d492-82e0-62f1-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:46.777887 | 0.04s 2025-10-03 13:34:19.194947 | fa163ec6-d492-82e0-62f1-000000000b50 | TASK | push certificate content 2025-10-03 13:34:19.225371 | fa163ec6-d492-82e0-62f1-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-03 13:34:19.226675 | fa163ec6-d492-82e0-62f1-000000000b50 | TIMING | push certificate content | standalone | 0:01:46.836401 | 0.03s 2025-10-03 13:34:19.253746 | fa163ec6-d492-82e0-62f1-000000000b52 | TASK | set certificate ownership 2025-10-03 13:34:19.282763 | fa163ec6-d492-82e0-62f1-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-03 13:34:19.284048 | fa163ec6-d492-82e0-62f1-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:46.893807 | 0.03s 2025-10-03 13:34:19.311778 | fa163ec6-d492-82e0-62f1-000000000b53 | TASK | reload haproxy if enabled 2025-10-03 13:34:19.361707 | fa163ec6-d492-82e0-62f1-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-03 13:34:19.362974 | fa163ec6-d492-82e0-62f1-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:46.972734 | 0.05s 2025-10-03 13:34:19.388482 | fa163ec6-d492-82e0-62f1-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-03 13:34:19.431317 | fa163ec6-d492-82e0-62f1-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-03 13:34:19.432635 | fa163ec6-d492-82e0-62f1-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:47.042395 | 0.04s 2025-10-03 13:34:19.458761 | fa163ec6-d492-82e0-62f1-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-03 13:34:19.509209 | fa163ec6-d492-82e0-62f1-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-03 13:34:19.510480 | fa163ec6-d492-82e0-62f1-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:47.120246 | 0.05s 2025-10-03 13:34:19.536253 | fa163ec6-d492-82e0-62f1-000000000b58 | TASK | create persistent directories 2025-10-03 13:34:19.791432 | fa163ec6-d492-82e0-62f1-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-03 13:34:19.793744 | fa163ec6-d492-82e0-62f1-000000000b58 | TIMING | create persistent directories | standalone | 0:01:47.403507 | 0.26s 2025-10-03 13:34:20.020420 | fa163ec6-d492-82e0-62f1-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-03 13:34:20.022328 | fa163ec6-d492-82e0-62f1-000000000b58 | TIMING | create persistent directories | standalone | 0:01:47.632095 | 0.48s 2025-10-03 13:34:20.032304 | fa163ec6-d492-82e0-62f1-000000000b58 | TIMING | create persistent directories | standalone | 0:01:47.642076 | 0.49s 2025-10-03 13:34:20.050296 | fa163ec6-d492-82e0-62f1-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-03 13:34:25.846797 | fa163ec6-d492-82e0-62f1-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-03 13:34:25.847832 | fa163ec6-d492-82e0-62f1-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:53.457605 | 5.80s 2025-10-03 13:34:25.868456 | fa163ec6-d492-82e0-62f1-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-03 13:34:25.948696 | fa163ec6-d492-82e0-62f1-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.74 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.25", " Catalog application: 0.25", " Config retrieval: 0.81", " Last run: 1759498465", " Total: 0.25", "Version:", " Config: 1759498464", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-10-03 13:34:25.949668 | fa163ec6-d492-82e0-62f1-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:53.559420 | 0.08s 2025-10-03 13:34:25.971173 | fa163ec6-d492-82e0-62f1-000000000b5b | TASK | create persistent directories 2025-10-03 13:34:26.228730 | fa163ec6-d492-82e0-62f1-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 13:34:26.231627 | fa163ec6-d492-82e0-62f1-000000000b5b | TIMING | create persistent directories | standalone | 0:01:53.841383 | 0.26s 2025-10-03 13:34:26.386823 | fa163ec6-d492-82e0-62f1-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-03 13:34:26.387730 | fa163ec6-d492-82e0-62f1-000000000b5b | TIMING | create persistent directories | standalone | 0:01:53.997504 | 0.42s 2025-10-03 13:34:26.393435 | fa163ec6-d492-82e0-62f1-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.003195 | 0.42s 2025-10-03 13:34:26.419877 | fa163ec6-d492-82e0-62f1-000000000b5c | TASK | create persistent directories 2025-10-03 13:34:26.666504 | fa163ec6-d492-82e0-62f1-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 13:34:26.669219 | fa163ec6-d492-82e0-62f1-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.278978 | 0.25s 2025-10-03 13:34:26.838653 | fa163ec6-d492-82e0-62f1-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-03 13:34:26.839995 | fa163ec6-d492-82e0-62f1-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.449767 | 0.42s 2025-10-03 13:34:26.850780 | fa163ec6-d492-82e0-62f1-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.460543 | 0.43s 2025-10-03 13:34:26.869826 | fa163ec6-d492-82e0-62f1-000000000b5d | TASK | create persistent directories 2025-10-03 13:34:27.063184 | fa163ec6-d492-82e0-62f1-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 13:34:27.064144 | fa163ec6-d492-82e0-62f1-000000000b5d | TIMING | create persistent directories | standalone | 0:01:54.673918 | 0.19s 2025-10-03 13:34:27.070467 | fa163ec6-d492-82e0-62f1-000000000b5d | TIMING | create persistent directories | standalone | 0:01:54.680227 | 0.20s 2025-10-03 13:34:27.101578 | fa163ec6-d492-82e0-62f1-000000000b5e | TASK | create persistent directories 2025-10-03 13:34:27.350242 | fa163ec6-d492-82e0-62f1-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-03 13:34:27.351191 | fa163ec6-d492-82e0-62f1-000000000b5e | TIMING | create persistent directories | standalone | 0:01:54.960964 | 0.25s 2025-10-03 13:34:27.538919 | fa163ec6-d492-82e0-62f1-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-03 13:34:27.539925 | fa163ec6-d492-82e0-62f1-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.149698 | 0.44s 2025-10-03 13:34:27.774452 | fa163ec6-d492-82e0-62f1-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-03 13:34:27.775385 | fa163ec6-d492-82e0-62f1-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.385156 | 0.67s 2025-10-03 13:34:27.984048 | fa163ec6-d492-82e0-62f1-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-03 13:34:27.984890 | fa163ec6-d492-82e0-62f1-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.594664 | 0.88s 2025-10-03 13:34:27.990308 | fa163ec6-d492-82e0-62f1-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.600071 | 0.89s 2025-10-03 13:34:28.018056 | fa163ec6-d492-82e0-62f1-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-03 13:34:28.428371 | fa163ec6-d492-82e0-62f1-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-03 13:34:28.429824 | fa163ec6-d492-82e0-62f1-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:56.039592 | 0.41s 2025-10-03 13:34:28.455447 | fa163ec6-d492-82e0-62f1-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-03 13:34:29.731372 | fa163ec6-d492-82e0-62f1-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-03 13:34:29.733724 | fa163ec6-d492-82e0-62f1-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:57.343486 | 1.28s 2025-10-03 13:34:30.948094 | fa163ec6-d492-82e0-62f1-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-03 13:34:30.950024 | fa163ec6-d492-82e0-62f1-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:58.559792 | 2.49s 2025-10-03 13:34:32.210244 | fa163ec6-d492-82e0-62f1-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-03 13:34:32.211958 | fa163ec6-d492-82e0-62f1-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.821727 | 3.76s 2025-10-03 13:34:32.221926 | fa163ec6-d492-82e0-62f1-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.831695 | 3.77s 2025-10-03 13:34:32.240104 | fa163ec6-d492-82e0-62f1-000000000b61 | TASK | create persistent directories 2025-10-03 13:34:32.443286 | fa163ec6-d492-82e0-62f1-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-03 13:34:32.445566 | fa163ec6-d492-82e0-62f1-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.055328 | 0.20s 2025-10-03 13:34:32.693591 | fa163ec6-d492-82e0-62f1-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-03 13:34:32.694792 | fa163ec6-d492-82e0-62f1-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.304560 | 0.45s 2025-10-03 13:34:32.913160 | fa163ec6-d492-82e0-62f1-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-03 13:34:32.914613 | fa163ec6-d492-82e0-62f1-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.524380 | 0.67s 2025-10-03 13:34:32.933710 | fa163ec6-d492-82e0-62f1-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.543479 | 0.69s 2025-10-03 13:34:32.961938 | fa163ec6-d492-82e0-62f1-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-03 13:34:33.211271 | fa163ec6-d492-82e0-62f1-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-03 13:34:33.212039 | fa163ec6-d492-82e0-62f1-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:00.821815 | 0.25s 2025-10-03 13:34:33.229099 | fa163ec6-d492-82e0-62f1-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-03 13:34:33.259942 | fa163ec6-d492-82e0-62f1-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-03 13:34:33.260733 | fa163ec6-d492-82e0-62f1-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:00.870508 | 0.03s 2025-10-03 13:34:33.287278 | fa163ec6-d492-82e0-62f1-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-03 13:34:33.541379 | fa163ec6-d492-82e0-62f1-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-03 13:34:33.542766 | fa163ec6-d492-82e0-62f1-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:01.152533 | 0.25s 2025-10-03 13:34:33.568791 | fa163ec6-d492-82e0-62f1-000000000b65 | TASK | Stop iscsi.service 2025-10-03 13:34:33.610616 | fa163ec6-d492-82e0-62f1-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-03 13:34:33.611916 | fa163ec6-d492-82e0-62f1-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:01.221683 | 0.04s 2025-10-03 13:34:33.666225 | fa163ec6-d492-82e0-62f1-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:01.275979 | 0.03s 2025-10-03 13:34:33.758448 | fa163ec6-d492-82e0-62f1-000000001067 | TASK | Install additional packages 2025-10-03 13:34:33.784448 | fa163ec6-d492-82e0-62f1-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:01.394215 | 0.03s 2025-10-03 13:34:33.804731 | fa163ec6-d492-82e0-62f1-000000001068 | TASK | Remove dracut-config-generic 2025-10-03 13:34:37.570300 | fa163ec6-d492-82e0-62f1-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-03 13:34:37.571769 | fa163ec6-d492-82e0-62f1-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:05.181536 | 3.77s 2025-10-03 13:34:37.598459 | fa163ec6-d492-82e0-62f1-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-03 13:34:37.779041 | fa163ec6-d492-82e0-62f1-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-03 13:34:37.780869 | fa163ec6-d492-82e0-62f1-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:05.390633 | 0.18s 2025-10-03 13:34:37.808285 | fa163ec6-d492-82e0-62f1-00000000106a | TASK | Write list of modules to load at boot 2025-10-03 13:34:38.255808 | fa163ec6-d492-82e0-62f1-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-03 13:34:38.257288 | fa163ec6-d492-82e0-62f1-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:05.867055 | 0.45s 2025-10-03 13:34:38.285348 | fa163ec6-d492-82e0-62f1-00000000106b | TASK | Modules reload 2025-10-03 13:34:38.791075 | fa163ec6-d492-82e0-62f1-00000000106b | CHANGED | Modules reload | standalone 2025-10-03 13:34:38.792981 | fa163ec6-d492-82e0-62f1-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:06.402749 | 0.51s 2025-10-03 13:34:38.820013 | fa163ec6-d492-82e0-62f1-00000000106c | TASK | Set default sysctl options 2025-10-03 13:34:39.345308 | fa163ec6-d492-82e0-62f1-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-03 13:34:39.346754 | fa163ec6-d492-82e0-62f1-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:06.956522 | 0.53s 2025-10-03 13:34:39.374662 | fa163ec6-d492-82e0-62f1-00000000106d | TASK | Set extra sysctl options 2025-10-03 13:34:39.748320 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-03 13:34:39.750401 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.360165 | 0.37s 2025-10-03 13:34:41.010074 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-03 13:34:41.012132 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.621897 | 1.64s 2025-10-03 13:34:41.228103 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-03 13:34:41.229409 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.839180 | 1.85s 2025-10-03 13:34:41.444184 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-03 13:34:41.445176 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.054946 | 2.07s 2025-10-03 13:34:42.631910 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-03 13:34:42.633871 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.243632 | 3.26s 2025-10-03 13:34:42.852257 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-03 13:34:42.854464 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.464229 | 3.48s 2025-10-03 13:34:43.031790 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-03 13:34:43.033251 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.643013 | 3.66s 2025-10-03 13:34:43.269285 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-03 13:34:43.270124 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.879897 | 3.89s 2025-10-03 13:34:43.488849 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-03 13:34:43.490237 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.100010 | 4.11s 2025-10-03 13:34:43.694852 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-03 13:34:43.697270 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.307036 | 4.32s 2025-10-03 13:34:43.904252 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-03 13:34:43.905142 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.514915 | 4.53s 2025-10-03 13:34:44.089112 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-03 13:34:44.090822 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.700594 | 4.71s 2025-10-03 13:34:44.313764 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-03 13:34:44.314557 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.924332 | 4.94s 2025-10-03 13:34:44.546177 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-03 13:34:44.547907 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.157675 | 5.17s 2025-10-03 13:34:44.758739 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-03 13:34:44.759467 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.369241 | 5.38s 2025-10-03 13:34:45.018977 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-03 13:34:45.020083 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.629850 | 5.64s 2025-10-03 13:34:45.241483 | fa163ec6-d492-82e0-62f1-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-03 13:34:45.242864 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.852633 | 5.87s 2025-10-03 13:34:45.251775 | fa163ec6-d492-82e0-62f1-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.861539 | 5.87s 2025-10-03 13:34:45.281820 | fa163ec6-d492-82e0-62f1-00000000106f | TASK | Sysctl reload 2025-10-03 13:34:45.674059 | fa163ec6-d492-82e0-62f1-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-03 13:34:45.675790 | fa163ec6-d492-82e0-62f1-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:13.285558 | 0.39s 2025-10-03 13:34:45.727906 | fa163ec6-d492-82e0-62f1-000000000b67 | TASK | create persistent directories 2025-10-03 13:34:45.979668 | fa163ec6-d492-82e0-62f1-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-03 13:34:45.981023 | fa163ec6-d492-82e0-62f1-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.590796 | 0.25s 2025-10-03 13:34:46.157037 | fa163ec6-d492-82e0-62f1-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-03 13:34:46.157699 | fa163ec6-d492-82e0-62f1-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.767475 | 0.43s 2025-10-03 13:34:46.161068 | fa163ec6-d492-82e0-62f1-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.770844 | 0.43s 2025-10-03 13:34:46.179290 | fa163ec6-d492-82e0-62f1-000000000b68 | TASK | Check if file certs_valid exist 2025-10-03 13:34:46.401636 | fa163ec6-d492-82e0-62f1-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-03 13:34:46.402584 | fa163ec6-d492-82e0-62f1-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:14.012357 | 0.22s 2025-10-03 13:34:46.421573 | fa163ec6-d492-82e0-62f1-000000000b69 | TASK | Check if file cert9.db exist 2025-10-03 13:34:46.638120 | fa163ec6-d492-82e0-62f1-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-03 13:34:46.639062 | fa163ec6-d492-82e0-62f1-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:14.248837 | 0.22s 2025-10-03 13:34:46.658983 | fa163ec6-d492-82e0-62f1-000000000b6a | TASK | Check if file key4.db exist 2025-10-03 13:34:46.859392 | fa163ec6-d492-82e0-62f1-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-03 13:34:46.860277 | fa163ec6-d492-82e0-62f1-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:14.470053 | 0.20s 2025-10-03 13:34:46.907666 | fa163ec6-d492-82e0-62f1-000000000b6b | SKIPPED | fail | standalone 2025-10-03 13:34:46.908607 | fa163ec6-d492-82e0-62f1-000000000b6b | TIMING | fail | standalone | 0:02:14.518379 | 0.03s 2025-10-03 13:34:46.929442 | fa163ec6-d492-82e0-62f1-000000000b6c | TASK | Create persistent directories 2025-10-03 13:34:47.190455 | fa163ec6-d492-82e0-62f1-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 13:34:47.191613 | fa163ec6-d492-82e0-62f1-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.801384 | 0.26s 2025-10-03 13:34:47.388593 | fa163ec6-d492-82e0-62f1-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-03 13:34:47.390401 | fa163ec6-d492-82e0-62f1-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.000169 | 0.46s 2025-10-03 13:34:47.400830 | fa163ec6-d492-82e0-62f1-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.010596 | 0.47s 2025-10-03 13:34:47.421565 | fa163ec6-d492-82e0-62f1-000000000b6d | TASK | create persistent directories 2025-10-03 13:34:47.669436 | fa163ec6-d492-82e0-62f1-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 13:34:47.670290 | fa163ec6-d492-82e0-62f1-000000000b6d | TIMING | create persistent directories | standalone | 0:02:15.280063 | 0.25s 2025-10-03 13:34:47.673714 | fa163ec6-d492-82e0-62f1-000000000b6d | TIMING | create persistent directories | standalone | 0:02:15.283480 | 0.25s 2025-10-03 13:34:47.694303 | fa163ec6-d492-82e0-62f1-000000000b6e | TASK | create persistent directories 2025-10-03 13:34:47.950186 | fa163ec6-d492-82e0-62f1-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 13:34:47.951084 | fa163ec6-d492-82e0-62f1-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.560859 | 0.26s 2025-10-03 13:34:48.211294 | fa163ec6-d492-82e0-62f1-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-03 13:34:48.212446 | fa163ec6-d492-82e0-62f1-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.822214 | 0.52s 2025-10-03 13:34:48.219519 | fa163ec6-d492-82e0-62f1-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.829286 | 0.52s 2025-10-03 13:34:48.247712 | fa163ec6-d492-82e0-62f1-000000000b6f | TASK | create persistent directories 2025-10-03 13:34:48.469894 | fa163ec6-d492-82e0-62f1-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-03 13:34:48.471996 | fa163ec6-d492-82e0-62f1-000000000b6f | TIMING | create persistent directories | standalone | 0:02:16.081759 | 0.22s 2025-10-03 13:34:48.482230 | fa163ec6-d492-82e0-62f1-000000000b6f | TIMING | create persistent directories | standalone | 0:02:16.091986 | 0.23s 2025-10-03 13:34:48.509544 | fa163ec6-d492-82e0-62f1-000000000b70 | TASK | create persistent directories 2025-10-03 13:34:48.773053 | fa163ec6-d492-82e0-62f1-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-03 13:34:48.775195 | fa163ec6-d492-82e0-62f1-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.384956 | 0.26s 2025-10-03 13:34:48.964970 | fa163ec6-d492-82e0-62f1-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-03 13:34:48.966326 | fa163ec6-d492-82e0-62f1-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.576102 | 0.46s 2025-10-03 13:34:49.139435 | fa163ec6-d492-82e0-62f1-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-03 13:34:49.140196 | fa163ec6-d492-82e0-62f1-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.749971 | 0.63s 2025-10-03 13:34:49.148145 | fa163ec6-d492-82e0-62f1-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.757907 | 0.64s 2025-10-03 13:34:49.175369 | fa163ec6-d492-82e0-62f1-000000000b71 | TASK | create persistent directories 2025-10-03 13:34:49.422151 | fa163ec6-d492-82e0-62f1-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-03 13:34:49.423098 | fa163ec6-d492-82e0-62f1-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.032871 | 0.25s 2025-10-03 13:34:49.606398 | fa163ec6-d492-82e0-62f1-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-03 13:34:49.607560 | fa163ec6-d492-82e0-62f1-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.217328 | 0.43s 2025-10-03 13:34:49.619342 | fa163ec6-d492-82e0-62f1-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.229110 | 0.44s 2025-10-03 13:34:49.639867 | fa163ec6-d492-82e0-62f1-000000000b72 | TASK | create persistent directories 2025-10-03 13:34:49.865522 | fa163ec6-d492-82e0-62f1-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-03 13:34:49.867343 | fa163ec6-d492-82e0-62f1-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.477106 | 0.23s 2025-10-03 13:34:49.877198 | fa163ec6-d492-82e0-62f1-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.486967 | 0.24s 2025-10-03 13:34:49.903276 | fa163ec6-d492-82e0-62f1-000000000b73 | TASK | creating directory 2025-10-03 13:34:50.145001 | fa163ec6-d492-82e0-62f1-000000000b73 | CHANGED | creating directory | standalone 2025-10-03 13:34:50.145822 | fa163ec6-d492-82e0-62f1-000000000b73 | TIMING | creating directory | standalone | 0:02:17.755597 | 0.24s 2025-10-03 13:34:50.164143 | fa163ec6-d492-82e0-62f1-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-03 13:34:50.607289 | fa163ec6-d492-82e0-62f1-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-03 13:34:50.608033 | fa163ec6-d492-82e0-62f1-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:18.217810 | 0.44s 2025-10-03 13:34:50.625002 | fa163ec6-d492-82e0-62f1-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-03 13:34:51.454025 | fa163ec6-d492-82e0-62f1-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-03 13:34:51.455041 | fa163ec6-d492-82e0-62f1-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:19.064814 | 0.83s 2025-10-03 13:34:51.476171 | fa163ec6-d492-82e0-62f1-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-03 13:34:51.705331 | fa163ec6-d492-82e0-62f1-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-03 13:34:51.706334 | fa163ec6-d492-82e0-62f1-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:19.316108 | 0.23s 2025-10-03 13:34:51.724744 | fa163ec6-d492-82e0-62f1-000000000b77 | TASK | remove temp namespace 2025-10-03 13:34:51.953294 | fa163ec6-d492-82e0-62f1-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-03 13:34:51.954253 | fa163ec6-d492-82e0-62f1-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:19.564026 | 0.23s 2025-10-03 13:34:51.975100 | fa163ec6-d492-82e0-62f1-000000000b78 | TASK | create /var/lib/neutron 2025-10-03 13:34:52.185755 | fa163ec6-d492-82e0-62f1-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-03 13:34:52.186891 | fa163ec6-d492-82e0-62f1-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:19.796664 | 0.21s 2025-10-03 13:34:52.207287 | fa163ec6-d492-82e0-62f1-000000000b79 | TASK | set conditions 2025-10-03 13:34:52.234627 | fa163ec6-d492-82e0-62f1-000000000b79 | OK | set conditions | standalone 2025-10-03 13:34:52.235877 | fa163ec6-d492-82e0-62f1-000000000b79 | TIMING | set conditions | standalone | 0:02:19.845647 | 0.03s 2025-10-03 13:34:52.260422 | fa163ec6-d492-82e0-62f1-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-03 13:34:52.502114 | fa163ec6-d492-82e0-62f1-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-03 13:34:52.503588 | fa163ec6-d492-82e0-62f1-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:20.113353 | 0.24s 2025-10-03 13:34:52.530275 | fa163ec6-d492-82e0-62f1-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-03 13:34:52.953840 | fa163ec6-d492-82e0-62f1-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-03 13:34:52.954816 | fa163ec6-d492-82e0-62f1-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:20.564590 | 0.42s 2025-10-03 13:34:52.976335 | fa163ec6-d492-82e0-62f1-000000000b7c | TASK | create haproxy kill script 2025-10-03 13:34:53.418385 | fa163ec6-d492-82e0-62f1-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-03 13:34:53.419250 | fa163ec6-d492-82e0-62f1-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:21.029026 | 0.44s 2025-10-03 13:34:53.436884 | fa163ec6-d492-82e0-62f1-000000000b7d | TASK | create persistent directories 2025-10-03 13:34:53.664561 | fa163ec6-d492-82e0-62f1-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 13:34:53.665674 | fa163ec6-d492-82e0-62f1-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.275414 | 0.23s 2025-10-03 13:34:53.839888 | fa163ec6-d492-82e0-62f1-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-03 13:34:53.840959 | fa163ec6-d492-82e0-62f1-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.450728 | 0.40s 2025-10-03 13:34:53.853498 | fa163ec6-d492-82e0-62f1-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.463261 | 0.42s 2025-10-03 13:34:53.871971 | fa163ec6-d492-82e0-62f1-000000000b7e | TASK | create persistent directories 2025-10-03 13:34:54.082680 | fa163ec6-d492-82e0-62f1-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 13:34:54.084057 | fa163ec6-d492-82e0-62f1-000000000b7e | TIMING | create persistent directories | standalone | 0:02:21.693823 | 0.21s 2025-10-03 13:34:54.096143 | fa163ec6-d492-82e0-62f1-000000000b7e | TIMING | create persistent directories | standalone | 0:02:21.705900 | 0.22s 2025-10-03 13:34:54.124286 | fa163ec6-d492-82e0-62f1-000000000b7f | TASK | create persistent directories 2025-10-03 13:34:54.372360 | fa163ec6-d492-82e0-62f1-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 13:34:54.374178 | fa163ec6-d492-82e0-62f1-000000000b7f | TIMING | create persistent directories | standalone | 0:02:21.983941 | 0.25s 2025-10-03 13:34:54.600368 | fa163ec6-d492-82e0-62f1-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-03 13:34:54.602586 | fa163ec6-d492-82e0-62f1-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.212355 | 0.48s 2025-10-03 13:34:54.612964 | fa163ec6-d492-82e0-62f1-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.222726 | 0.49s 2025-10-03 13:34:54.634944 | fa163ec6-d492-82e0-62f1-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-03 13:34:54.831948 | fa163ec6-d492-82e0-62f1-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-03 13:34:54.832953 | fa163ec6-d492-82e0-62f1-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:22.442727 | 0.20s 2025-10-03 13:34:54.853408 | fa163ec6-d492-82e0-62f1-000000000b81 | TASK | create persistent directories 2025-10-03 13:34:55.072242 | fa163ec6-d492-82e0-62f1-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-03 13:34:55.074441 | fa163ec6-d492-82e0-62f1-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.684203 | 0.22s 2025-10-03 13:34:55.275891 | fa163ec6-d492-82e0-62f1-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-03 13:34:55.276803 | fa163ec6-d492-82e0-62f1-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.886575 | 0.42s 2025-10-03 13:34:55.477699 | fa163ec6-d492-82e0-62f1-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-03 13:34:55.478763 | fa163ec6-d492-82e0-62f1-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.088533 | 0.62s 2025-10-03 13:34:55.658543 | fa163ec6-d492-82e0-62f1-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-03 13:34:55.659433 | fa163ec6-d492-82e0-62f1-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.269207 | 0.81s 2025-10-03 13:34:55.838271 | fa163ec6-d492-82e0-62f1-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-03 13:34:55.839987 | fa163ec6-d492-82e0-62f1-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.449760 | 0.99s 2025-10-03 13:34:55.851864 | fa163ec6-d492-82e0-62f1-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.461623 | 1.00s 2025-10-03 13:34:55.879726 | fa163ec6-d492-82e0-62f1-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-03 13:34:56.374283 | fa163ec6-d492-82e0-62f1-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-03 13:34:56.375600 | fa163ec6-d492-82e0-62f1-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:23.985367 | 0.49s 2025-10-03 13:34:56.401757 | fa163ec6-d492-82e0-62f1-000000000b83 | TASK | create tempfiles 2025-10-03 13:34:56.698672 | fa163ec6-d492-82e0-62f1-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-03 13:34:56.699576 | fa163ec6-d492-82e0-62f1-000000000b83 | TIMING | create tempfiles | standalone | 0:02:24.309350 | 0.30s 2025-10-03 13:34:56.717318 | fa163ec6-d492-82e0-62f1-000000000b84 | TASK | Mount Nova NFS Share 2025-10-03 13:34:56.742940 | fa163ec6-d492-82e0-62f1-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-03 13:34:56.744382 | fa163ec6-d492-82e0-62f1-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:24.354148 | 0.03s 2025-10-03 13:34:56.770733 | fa163ec6-d492-82e0-62f1-000000000b86 | TASK | check systemd-container package installed or not 2025-10-03 13:34:56.793676 | fa163ec6-d492-82e0-62f1-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-03 13:34:56.794992 | fa163ec6-d492-82e0-62f1-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:24.404758 | 0.02s 2025-10-03 13:34:56.821618 | fa163ec6-d492-82e0-62f1-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-03 13:34:56.850184 | fa163ec6-d492-82e0-62f1-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-03 13:34:56.851425 | fa163ec6-d492-82e0-62f1-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:24.461192 | 0.03s 2025-10-03 13:34:56.872807 | fa163ec6-d492-82e0-62f1-000000000b88 | TASK | Install systemd-container package on boot 2025-10-03 13:34:56.899704 | fa163ec6-d492-82e0-62f1-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-03 13:34:56.900671 | fa163ec6-d492-82e0-62f1-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:24.510442 | 0.03s 2025-10-03 13:34:56.923344 | fa163ec6-d492-82e0-62f1-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-03 13:34:56.951205 | fa163ec6-d492-82e0-62f1-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-03 13:34:56.952286 | fa163ec6-d492-82e0-62f1-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:24.562056 | 0.03s 2025-10-03 13:34:56.974532 | fa163ec6-d492-82e0-62f1-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-03 13:34:56.994128 | fa163ec6-d492-82e0-62f1-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-03 13:34:56.994853 | fa163ec6-d492-82e0-62f1-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:24.604628 | 0.02s 2025-10-03 13:34:57.012345 | fa163ec6-d492-82e0-62f1-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-03 13:34:57.038278 | fa163ec6-d492-82e0-62f1-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-03 13:34:57.039314 | fa163ec6-d492-82e0-62f1-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:24.649084 | 0.03s 2025-10-03 13:34:57.060473 | fa163ec6-d492-82e0-62f1-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-03 13:34:57.078063 | fa163ec6-d492-82e0-62f1-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-03 13:34:57.078759 | fa163ec6-d492-82e0-62f1-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:24.688534 | 0.02s 2025-10-03 13:34:57.096349 | fa163ec6-d492-82e0-62f1-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-03 13:34:57.112342 | fa163ec6-d492-82e0-62f1-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-03 13:34:57.113068 | fa163ec6-d492-82e0-62f1-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:24.722843 | 0.02s 2025-10-03 13:34:57.130922 | fa163ec6-d492-82e0-62f1-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-03 13:34:57.155630 | fa163ec6-d492-82e0-62f1-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-03 13:34:57.156318 | fa163ec6-d492-82e0-62f1-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:24.766093 | 0.02s 2025-10-03 13:34:57.174519 | fa163ec6-d492-82e0-62f1-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-03 13:34:57.199510 | fa163ec6-d492-82e0-62f1-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-03 13:34:57.200251 | fa163ec6-d492-82e0-62f1-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:24.810026 | 0.02s 2025-10-03 13:34:57.217603 | fa163ec6-d492-82e0-62f1-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-03 13:34:57.242522 | fa163ec6-d492-82e0-62f1-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-03 13:34:57.243317 | fa163ec6-d492-82e0-62f1-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:24.853091 | 0.02s 2025-10-03 13:34:57.260882 | fa163ec6-d492-82e0-62f1-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-03 13:34:57.286373 | fa163ec6-d492-82e0-62f1-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-03 13:34:57.287070 | fa163ec6-d492-82e0-62f1-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:24.896846 | 0.03s 2025-10-03 13:34:57.304091 | fa163ec6-d492-82e0-62f1-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-03 13:34:57.330322 | fa163ec6-d492-82e0-62f1-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-03 13:34:57.331067 | fa163ec6-d492-82e0-62f1-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:24.940842 | 0.03s 2025-10-03 13:34:57.348481 | fa163ec6-d492-82e0-62f1-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-03 13:34:57.374413 | fa163ec6-d492-82e0-62f1-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-03 13:34:57.375189 | fa163ec6-d492-82e0-62f1-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:24.984965 | 0.03s 2025-10-03 13:34:57.393376 | fa163ec6-d492-82e0-62f1-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-03 13:34:57.428586 | fa163ec6-d492-82e0-62f1-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-03 13:34:57.429344 | fa163ec6-d492-82e0-62f1-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:25.039120 | 0.04s 2025-10-03 13:34:57.447520 | fa163ec6-d492-82e0-62f1-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-03 13:34:57.482771 | fa163ec6-d492-82e0-62f1-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-03 13:34:57.483496 | fa163ec6-d492-82e0-62f1-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:25.093271 | 0.04s 2025-10-03 13:34:57.502117 | fa163ec6-d492-82e0-62f1-000000000b9a | TASK | Is irqbalance enabled 2025-10-03 13:34:57.527013 | fa163ec6-d492-82e0-62f1-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-03 13:34:57.527794 | fa163ec6-d492-82e0-62f1-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:25.137569 | 0.02s 2025-10-03 13:34:57.545146 | fa163ec6-d492-82e0-62f1-000000000b9b | TASK | disable irqbalance service on compute 2025-10-03 13:34:57.561988 | fa163ec6-d492-82e0-62f1-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-03 13:34:57.562699 | fa163ec6-d492-82e0-62f1-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:25.172474 | 0.02s 2025-10-03 13:34:57.580771 | fa163ec6-d492-82e0-62f1-000000000b9c | TASK | create persistent directories 2025-10-03 13:34:57.810041 | fa163ec6-d492-82e0-62f1-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-03 13:34:57.812025 | fa163ec6-d492-82e0-62f1-000000000b9c | TIMING | create persistent directories | standalone | 0:02:25.421792 | 0.23s 2025-10-03 13:34:57.822223 | fa163ec6-d492-82e0-62f1-000000000b9c | TIMING | create persistent directories | standalone | 0:02:25.431986 | 0.24s 2025-10-03 13:34:57.850249 | fa163ec6-d492-82e0-62f1-000000000b9d | TASK | create libvirt persistent data directories 2025-10-03 13:34:58.100386 | fa163ec6-d492-82e0-62f1-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-03 13:34:58.103138 | fa163ec6-d492-82e0-62f1-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.712892 | 0.25s 2025-10-03 13:34:58.309965 | fa163ec6-d492-82e0-62f1-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-03 13:34:58.311081 | fa163ec6-d492-82e0-62f1-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.920850 | 0.46s 2025-10-03 13:34:58.506475 | fa163ec6-d492-82e0-62f1-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-03 13:34:58.508214 | fa163ec6-d492-82e0-62f1-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.117983 | 0.66s 2025-10-03 13:34:58.710478 | fa163ec6-d492-82e0-62f1-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-03 13:34:58.712351 | fa163ec6-d492-82e0-62f1-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.322120 | 0.86s 2025-10-03 13:34:58.965735 | fa163ec6-d492-82e0-62f1-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-03 13:34:58.967009 | fa163ec6-d492-82e0-62f1-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.576773 | 1.11s 2025-10-03 13:34:59.224674 | fa163ec6-d492-82e0-62f1-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-03 13:34:59.226780 | fa163ec6-d492-82e0-62f1-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.836542 | 1.37s 2025-10-03 13:34:59.470228 | fa163ec6-d492-82e0-62f1-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-03 13:34:59.471760 | fa163ec6-d492-82e0-62f1-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.081532 | 1.62s 2025-10-03 13:34:59.714396 | fa163ec6-d492-82e0-62f1-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-03 13:34:59.715241 | fa163ec6-d492-82e0-62f1-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.325015 | 1.86s 2025-10-03 13:34:59.725909 | fa163ec6-d492-82e0-62f1-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.335672 | 1.87s 2025-10-03 13:34:59.751850 | fa163ec6-d492-82e0-62f1-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-03 13:35:00.212454 | fa163ec6-d492-82e0-62f1-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-03 13:35:00.213447 | fa163ec6-d492-82e0-62f1-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:27.823221 | 0.46s 2025-10-03 13:35:00.233250 | fa163ec6-d492-82e0-62f1-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-03 13:35:00.712674 | fa163ec6-d492-82e0-62f1-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-03 13:35:00.714341 | fa163ec6-d492-82e0-62f1-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:28.324103 | 0.48s 2025-10-03 13:35:00.741023 | fa163ec6-d492-82e0-62f1-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-03 13:35:00.951447 | fa163ec6-d492-82e0-62f1-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-03 13:35:00.952963 | fa163ec6-d492-82e0-62f1-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:28.562725 | 0.21s 2025-10-03 13:35:00.978873 | fa163ec6-d492-82e0-62f1-000000000ba1 | TASK | check if libvirt is installed 2025-10-03 13:35:01.187106 | fa163ec6-d492-82e0-62f1-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-03 13:35:01.188468 | fa163ec6-d492-82e0-62f1-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:28.798230 | 0.21s 2025-10-03 13:35:01.214161 | fa163ec6-d492-82e0-62f1-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-03 13:35:01.253160 | fa163ec6-d492-82e0-62f1-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-03 13:35:01.259794 | fa163ec6-d492-82e0-62f1-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-03 13:35:01.265562 | fa163ec6-d492-82e0-62f1-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:28.875328 | 0.05s 2025-10-03 13:35:01.289115 | fa163ec6-d492-82e0-62f1-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-03 13:35:01.747716 | fa163ec6-d492-82e0-62f1-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-03 13:35:01.749073 | fa163ec6-d492-82e0-62f1-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:29.358841 | 0.46s 2025-10-03 13:35:01.774757 | fa163ec6-d492-82e0-62f1-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-03 13:35:02.723053 | fa163ec6-d492-82e0-62f1-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-03 13:35:02.724846 | fa163ec6-d492-82e0-62f1-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:30.334578 | 0.95s 2025-10-03 13:35:02.751069 | fa163ec6-d492-82e0-62f1-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-03 13:35:02.991140 | fa163ec6-d492-82e0-62f1-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-03 13:35:02.992887 | fa163ec6-d492-82e0-62f1-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:30.602658 | 0.24s 2025-10-03 13:35:03.003231 | fa163ec6-d492-82e0-62f1-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:30.612996 | 0.25s 2025-10-03 13:35:03.024191 | fa163ec6-d492-82e0-62f1-000000000ba6 | TASK | create persistent directories 2025-10-03 13:35:03.317334 | fa163ec6-d492-82e0-62f1-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-03 13:35:03.320298 | fa163ec6-d492-82e0-62f1-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:30.930054 | 0.29s 2025-10-03 13:35:03.549754 | fa163ec6-d492-82e0-62f1-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-03 13:35:03.550908 | fa163ec6-d492-82e0-62f1-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:31.160675 | 0.53s 2025-10-03 13:35:03.558099 | fa163ec6-d492-82e0-62f1-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:31.167861 | 0.53s 2025-10-03 13:35:03.584257 | fa163ec6-d492-82e0-62f1-000000000ba7 | TASK | Copy in cleanup script 2025-10-03 13:35:04.027080 | fa163ec6-d492-82e0-62f1-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-03 13:35:04.028436 | fa163ec6-d492-82e0-62f1-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:31.638205 | 0.44s 2025-10-03 13:35:04.056037 | fa163ec6-d492-82e0-62f1-000000000ba8 | TASK | Copy in cleanup service 2025-10-03 13:35:04.477481 | fa163ec6-d492-82e0-62f1-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-03 13:35:04.478797 | fa163ec6-d492-82e0-62f1-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:32.088566 | 0.42s 2025-10-03 13:35:04.503959 | fa163ec6-d492-82e0-62f1-000000000ba9 | TASK | Enabling the cleanup service 2025-10-03 13:35:05.176796 | fa163ec6-d492-82e0-62f1-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-03 13:35:05.177832 | fa163ec6-d492-82e0-62f1-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:32.787608 | 0.67s 2025-10-03 13:35:05.196044 | fa163ec6-d492-82e0-62f1-000000000baa | TASK | create persistent directories 2025-10-03 13:35:05.485707 | fa163ec6-d492-82e0-62f1-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-03 13:35:05.487242 | fa163ec6-d492-82e0-62f1-000000000baa | TIMING | create persistent directories | standalone | 0:02:33.097014 | 0.29s 2025-10-03 13:35:05.718508 | fa163ec6-d492-82e0-62f1-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-03 13:35:05.719823 | fa163ec6-d492-82e0-62f1-000000000baa | TIMING | create persistent directories | standalone | 0:02:33.329599 | 0.52s 2025-10-03 13:35:05.730861 | fa163ec6-d492-82e0-62f1-000000000baa | TIMING | create persistent directories | standalone | 0:02:33.340621 | 0.53s 2025-10-03 13:35:05.752487 | fa163ec6-d492-82e0-62f1-000000000bab | TASK | set conditions 2025-10-03 13:35:05.779868 | fa163ec6-d492-82e0-62f1-000000000bab | OK | set conditions | standalone 2025-10-03 13:35:05.780945 | fa163ec6-d492-82e0-62f1-000000000bab | TIMING | set conditions | standalone | 0:02:33.390718 | 0.03s 2025-10-03 13:35:05.801967 | fa163ec6-d492-82e0-62f1-000000000bac | TASK | create persistent directories 2025-10-03 13:35:06.025033 | fa163ec6-d492-82e0-62f1-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 13:35:06.027313 | fa163ec6-d492-82e0-62f1-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.637075 | 0.22s 2025-10-03 13:35:06.254161 | fa163ec6-d492-82e0-62f1-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-03 13:35:06.254856 | fa163ec6-d492-82e0-62f1-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.864631 | 0.45s 2025-10-03 13:35:06.445601 | fa163ec6-d492-82e0-62f1-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-03 13:35:06.447246 | fa163ec6-d492-82e0-62f1-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.057018 | 0.64s 2025-10-03 13:35:06.457982 | fa163ec6-d492-82e0-62f1-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.067747 | 0.65s 2025-10-03 13:35:06.478989 | fa163ec6-d492-82e0-62f1-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-03 13:35:06.871388 | fa163ec6-d492-82e0-62f1-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-03 13:35:06.872693 | fa163ec6-d492-82e0-62f1-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:34.482460 | 0.39s 2025-10-03 13:35:06.899810 | fa163ec6-d492-82e0-62f1-000000000bae | TASK | create persistent directories 2025-10-03 13:35:07.146934 | fa163ec6-d492-82e0-62f1-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 13:35:07.148996 | fa163ec6-d492-82e0-62f1-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.758759 | 0.25s 2025-10-03 13:35:07.307445 | fa163ec6-d492-82e0-62f1-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-03 13:35:07.309325 | fa163ec6-d492-82e0-62f1-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.919093 | 0.41s 2025-10-03 13:35:07.320120 | fa163ec6-d492-82e0-62f1-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.929881 | 0.42s 2025-10-03 13:35:07.345888 | fa163ec6-d492-82e0-62f1-000000000baf | TASK | create empty log files 2025-10-03 13:35:07.591380 | fa163ec6-d492-82e0-62f1-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-10-03 13:35:07.594118 | fa163ec6-d492-82e0-62f1-000000000baf | TIMING | create empty log files | standalone | 0:02:35.203875 | 0.25s 2025-10-03 13:35:07.772719 | fa163ec6-d492-82e0-62f1-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-03 13:35:07.773410 | fa163ec6-d492-82e0-62f1-000000000baf | TIMING | create empty log files | standalone | 0:02:35.383182 | 0.43s 2025-10-03 13:35:07.777218 | fa163ec6-d492-82e0-62f1-000000000baf | TIMING | create empty log files | standalone | 0:02:35.386996 | 0.43s 2025-10-03 13:35:07.795031 | fa163ec6-d492-82e0-62f1-000000000bb0 | TASK | create persistent directories 2025-10-03 13:35:07.975297 | fa163ec6-d492-82e0-62f1-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 13:35:07.976117 | fa163ec6-d492-82e0-62f1-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.585891 | 0.18s 2025-10-03 13:35:07.981786 | fa163ec6-d492-82e0-62f1-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.591547 | 0.19s 2025-10-03 13:35:08.008469 | fa163ec6-d492-82e0-62f1-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-03 13:35:10.888688 | fa163ec6-d492-82e0-62f1-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-03 13:35:10.890119 | fa163ec6-d492-82e0-62f1-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:38.499886 | 2.88s 2025-10-03 13:35:10.944289 | fa163ec6-d492-82e0-62f1-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:38.554044 | 0.03s 2025-10-03 13:35:11.007757 | fa163ec6-d492-82e0-62f1-000000001291 | TASK | Gather variables for each operating system 2025-10-03 13:35:11.128560 | fa163ec6-d492-82e0-62f1-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:38.738322 | 0.12s 2025-10-03 13:35:11.149270 | fa163ec6-d492-82e0-62f1-000000001292 | TASK | Set packages facts 2025-10-03 13:35:11.185822 | fa163ec6-d492-82e0-62f1-000000001292 | OK | Set packages facts | standalone 2025-10-03 13:35:11.186732 | fa163ec6-d492-82e0-62f1-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:38.796507 | 0.04s 2025-10-03 13:35:11.205198 | fa163ec6-d492-82e0-62f1-000000001293 | TASK | Manage package 2025-10-03 13:35:11.247252 | fa163ec6-d492-82e0-62f1-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-03 13:35:11.265743 | fa163ec6-d492-82e0-62f1-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-03 13:35:11.284523 | fa163ec6-d492-82e0-62f1-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-03 13:35:16.473132 | fa163ec6-d492-82e0-62f1-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:44.082897 | 5.27s 2025-10-03 13:35:16.483843 | fa163ec6-d492-82e0-62f1-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-03 13:35:16.488316 | fa163ec6-d492-82e0-62f1-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:44.098079 | 5.28s 2025-10-03 13:35:16.530344 | fa163ec6-d492-82e0-62f1-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-03 13:35:17.713948 | fa163ec6-d492-82e0-62f1-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-03 13:35:17.714950 | fa163ec6-d492-82e0-62f1-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:45.324727 | 1.18s 2025-10-03 13:35:17.732668 | fa163ec6-d492-82e0-62f1-000000000bb6 | TASK | create persistent directories 2025-10-03 13:35:17.995073 | fa163ec6-d492-82e0-62f1-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-03 13:35:17.996264 | fa163ec6-d492-82e0-62f1-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:45.606034 | 0.26s 2025-10-03 13:35:18.195107 | fa163ec6-d492-82e0-62f1-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-03 13:35:18.195913 | fa163ec6-d492-82e0-62f1-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:45.805686 | 0.46s 2025-10-03 13:35:18.199577 | fa163ec6-d492-82e0-62f1-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:45.809345 | 0.47s 2025-10-03 13:35:18.222012 | fa163ec6-d492-82e0-62f1-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-03 13:35:18.424392 | fa163ec6-d492-82e0-62f1-000000000bb7 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-03 13:35:18.425475 | fa163ec6-d492-82e0-62f1-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:46.035248 | 0.20s 2025-10-03 13:35:18.444006 | fa163ec6-d492-82e0-62f1-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-03 13:35:18.463615 | fa163ec6-d492-82e0-62f1-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-03 13:35:18.464425 | fa163ec6-d492-82e0-62f1-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:46.074201 | 0.02s 2025-10-03 13:35:18.481737 | fa163ec6-d492-82e0-62f1-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-03 13:35:18.724340 | fa163ec6-d492-82e0-62f1-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-03 13:35:18.725383 | fa163ec6-d492-82e0-62f1-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:46.335156 | 0.24s 2025-10-03 13:35:18.746793 | fa163ec6-d492-82e0-62f1-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-03 13:35:18.956071 | fa163ec6-d492-82e0-62f1-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-03 13:35:18.957276 | fa163ec6-d492-82e0-62f1-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:46.567050 | 0.21s 2025-10-03 13:35:18.978954 | fa163ec6-d492-82e0-62f1-000000000bbb | TASK | Restart systemd-logind 2025-10-03 13:35:19.465031 | fa163ec6-d492-82e0-62f1-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-03 13:35:19.467087 | fa163ec6-d492-82e0-62f1-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:47.076854 | 0.49s 2025-10-03 13:35:19.489432 | fa163ec6-d492-82e0-62f1-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-10-03 13:35:19.548773 | fa163ec6-d492-82e0-62f1-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-03 13:35:19.549532 | fa163ec6-d492-82e0-62f1-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:47.159305 | 0.06s 2025-10-03 13:35:19.568034 | fa163ec6-d492-82e0-62f1-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-10-03 13:35:19.607533 | fa163ec6-d492-82e0-62f1-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-03 13:35:19.608324 | fa163ec6-d492-82e0-62f1-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:47.218096 | 0.04s 2025-10-03 13:35:19.628297 | fa163ec6-d492-82e0-62f1-000000000bbe | TASK | create persistent logs directory 2025-10-03 13:35:19.810905 | fa163ec6-d492-82e0-62f1-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-03 13:35:19.812192 | fa163ec6-d492-82e0-62f1-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:47.421957 | 0.18s 2025-10-03 13:35:20.006390 | fa163ec6-d492-82e0-62f1-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-03 13:35:20.007239 | fa163ec6-d492-82e0-62f1-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:47.617012 | 0.38s 2025-10-03 13:35:20.013182 | fa163ec6-d492-82e0-62f1-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:47.622946 | 0.38s 2025-10-03 13:35:20.037882 | fa163ec6-d492-82e0-62f1-000000000bc0 | TASK | Set login facts 2025-10-03 13:35:20.058461 | fa163ec6-d492-82e0-62f1-000000000bc0 | OK | Set login facts | standalone 2025-10-03 13:35:20.060045 | fa163ec6-d492-82e0-62f1-000000000bc0 | TIMING | Set login facts | standalone | 0:02:47.669809 | 0.02s 2025-10-03 13:35:20.087833 | fa163ec6-d492-82e0-62f1-000000000bc1 | TASK | Convert logins json to dict 2025-10-03 13:35:20.113914 | fa163ec6-d492-82e0-62f1-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-03 13:35:20.114755 | fa163ec6-d492-82e0-62f1-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:47.724529 | 0.03s 2025-10-03 13:35:20.134281 | fa163ec6-d492-82e0-62f1-000000000bc2 | TASK | Set registry logins 2025-10-03 13:35:20.181271 | fa163ec6-d492-82e0-62f1-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-03 13:35:20.182083 | fa163ec6-d492-82e0-62f1-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:47.791858 | 0.05s 2025-10-03 13:35:20.199869 | fa163ec6-d492-82e0-62f1-000000000bc3 | TASK | Run podman install 2025-10-03 13:35:20.226222 | fa163ec6-d492-82e0-62f1-000000000bc3 | TIMING | Run podman install | standalone | 0:02:47.835984 | 0.03s 2025-10-03 13:35:20.284794 | fa163ec6-d492-82e0-62f1-000000001323 | TASK | Gather variables for each operating system 2025-10-03 13:35:20.431868 | fa163ec6-d492-82e0-62f1-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-03 13:35:20.432837 | fa163ec6-d492-82e0-62f1-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.042609 | 0.15s 2025-10-03 13:35:20.439048 | fa163ec6-d492-82e0-62f1-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.048809 | 0.15s 2025-10-03 13:35:20.467849 | fa163ec6-d492-82e0-62f1-000000001325 | TASK | ensure podman and deps are installed 2025-10-03 13:35:23.569912 | fa163ec6-d492-82e0-62f1-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-03 13:35:23.571431 | fa163ec6-d492-82e0-62f1-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:51.181197 | 3.10s 2025-10-03 13:35:23.599564 | fa163ec6-d492-82e0-62f1-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-03 13:35:24.027605 | fa163ec6-d492-82e0-62f1-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-03 13:35:24.028452 | fa163ec6-d492-82e0-62f1-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:51.638226 | 0.43s 2025-10-03 13:35:24.047874 | fa163ec6-d492-82e0-62f1-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-03 13:35:24.064767 | fa163ec6-d492-82e0-62f1-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-03 13:35:24.065472 | fa163ec6-d492-82e0-62f1-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:51.675249 | 0.02s 2025-10-03 13:35:24.083890 | fa163ec6-d492-82e0-62f1-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-03 13:35:24.102916 | fa163ec6-d492-82e0-62f1-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-03 13:35:24.104277 | fa163ec6-d492-82e0-62f1-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:51.714044 | 0.02s 2025-10-03 13:35:24.124584 | fa163ec6-d492-82e0-62f1-00000000132a | TASK | Update default network configuration if possible 2025-10-03 13:35:24.150606 | fa163ec6-d492-82e0-62f1-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-03 13:35:24.151494 | fa163ec6-d492-82e0-62f1-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:51.761267 | 0.03s 2025-10-03 13:35:24.172982 | fa163ec6-d492-82e0-62f1-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-03 13:35:24.404783 | fa163ec6-d492-82e0-62f1-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-03 13:35:24.405768 | fa163ec6-d492-82e0-62f1-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:52.015542 | 0.23s 2025-10-03 13:35:24.427046 | fa163ec6-d492-82e0-62f1-00000000132d | TASK | Get current podman network 2025-10-03 13:35:24.712813 | fa163ec6-d492-82e0-62f1-00000000132d | CHANGED | Get current podman network | standalone 2025-10-03 13:35:24.713611 | fa163ec6-d492-82e0-62f1-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:52.323386 | 0.29s 2025-10-03 13:35:24.732017 | fa163ec6-d492-82e0-62f1-00000000132e | TASK | Update the default network configuration 2025-10-03 13:35:25.245737 | fa163ec6-d492-82e0-62f1-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-03 13:35:25.246895 | fa163ec6-d492-82e0-62f1-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:52.856665 | 0.51s 2025-10-03 13:35:25.269174 | fa163ec6-d492-82e0-62f1-00000000132f | TASK | Write containers registries.conf 2025-10-03 13:35:25.795169 | fa163ec6-d492-82e0-62f1-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-03 13:35:25.796000 | fa163ec6-d492-82e0-62f1-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:53.405774 | 0.53s 2025-10-03 13:35:25.813988 | fa163ec6-d492-82e0-62f1-000000001330 | TASK | Write containers.conf 2025-10-03 13:35:26.036991 | fa163ec6-d492-82e0-62f1-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-03 13:35:26.038112 | fa163ec6-d492-82e0-62f1-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:53.647882 | 0.22s 2025-10-03 13:35:26.246310 | fa163ec6-d492-82e0-62f1-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-03 13:35:26.248033 | fa163ec6-d492-82e0-62f1-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:53.857804 | 0.43s 2025-10-03 13:35:26.444941 | fa163ec6-d492-82e0-62f1-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-03 13:35:26.446124 | fa163ec6-d492-82e0-62f1-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.055890 | 0.63s 2025-10-03 13:35:26.604892 | fa163ec6-d492-82e0-62f1-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-03 13:35:26.605990 | fa163ec6-d492-82e0-62f1-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.215759 | 0.79s 2025-10-03 13:35:26.613659 | fa163ec6-d492-82e0-62f1-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.223401 | 0.80s 2025-10-03 13:35:26.641128 | fa163ec6-d492-82e0-62f1-000000001331 | TASK | Enable podman.socket service 2025-10-03 13:35:26.670339 | fa163ec6-d492-82e0-62f1-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-03 13:35:26.672056 | fa163ec6-d492-82e0-62f1-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:54.281816 | 0.03s 2025-10-03 13:35:26.722624 | fa163ec6-d492-82e0-62f1-000000000bc4 | TASK | Run podman login 2025-10-03 13:35:26.741273 | fa163ec6-d492-82e0-62f1-000000000bc4 | TIMING | Run podman login | standalone | 0:02:54.351030 | 0.02s 2025-10-03 13:35:26.822199 | fa163ec6-d492-82e0-62f1-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-03 13:35:26.840262 | fa163ec6-d492-82e0-62f1-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:54.450026 | 0.02s 2025-10-03 13:35:26.881272 | fa163ec6-d492-82e0-62f1-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-03 13:35:27.317681 | fa163ec6-d492-82e0-62f1-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-03 13:35:27.319485 | fa163ec6-d492-82e0-62f1-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:54.929247 | 0.44s 2025-10-03 13:35:27.351345 | fa163ec6-d492-82e0-62f1-000000000bc7 | TASK | create persistent directories 2025-10-03 13:35:27.570124 | fa163ec6-d492-82e0-62f1-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-03 13:35:27.571277 | fa163ec6-d492-82e0-62f1-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:55.181047 | 0.22s 2025-10-03 13:35:27.755794 | fa163ec6-d492-82e0-62f1-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-03 13:35:27.757180 | fa163ec6-d492-82e0-62f1-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:55.366953 | 0.40s 2025-10-03 13:35:27.957088 | fa163ec6-d492-82e0-62f1-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-03 13:35:27.958622 | fa163ec6-d492-82e0-62f1-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:55.568397 | 0.61s 2025-10-03 13:35:27.969887 | fa163ec6-d492-82e0-62f1-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:55.579647 | 0.62s 2025-10-03 13:35:27.998803 | fa163ec6-d492-82e0-62f1-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-03 13:35:28.479889 | fa163ec6-d492-82e0-62f1-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-03 13:35:28.480743 | fa163ec6-d492-82e0-62f1-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:56.090519 | 0.48s 2025-10-03 13:35:28.504111 | fa163ec6-d492-82e0-62f1-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-03 13:35:31.488904 | fa163ec6-d492-82e0-62f1-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-03 13:35:31.490354 | fa163ec6-d492-82e0-62f1-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:02:59.100121 | 2.98s 2025-10-03 13:35:31.511150 | fa163ec6-d492-82e0-62f1-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-03 13:35:31.832923 | fa163ec6-d492-82e0-62f1-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-03 13:35:31.834417 | fa163ec6-d492-82e0-62f1-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:59.444188 | 0.32s 2025-10-03 13:35:31.871884 | fa163ec6-d492-82e0-62f1-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:02:59.481651 | 0.01s 2025-10-03 13:35:31.931742 | fa163ec6-d492-82e0-62f1-00000000154c | TASK | Gather variables for each operating system 2025-10-03 13:35:32.012403 | fa163ec6-d492-82e0-62f1-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-03 13:35:32.014425 | fa163ec6-d492-82e0-62f1-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:59.624190 | 0.08s 2025-10-03 13:35:32.024147 | fa163ec6-d492-82e0-62f1-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:59.633915 | 0.09s 2025-10-03 13:35:32.045980 | fa163ec6-d492-82e0-62f1-00000000154e | TASK | Install the OpenSSH server 2025-10-03 13:35:35.002173 | fa163ec6-d492-82e0-62f1-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-03 13:35:35.002969 | fa163ec6-d492-82e0-62f1-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:02.612745 | 2.96s 2025-10-03 13:35:35.029945 | fa163ec6-d492-82e0-62f1-00000000154f | TASK | Start sshd 2025-10-03 13:35:35.049565 | fa163ec6-d492-82e0-62f1-00000000154f | SKIPPED | Start sshd | standalone 2025-10-03 13:35:35.051285 | fa163ec6-d492-82e0-62f1-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:02.661045 | 0.02s 2025-10-03 13:35:35.082552 | fa163ec6-d492-82e0-62f1-000000001550 | TASK | PasswordAuthentication notice 2025-10-03 13:35:35.112195 | fa163ec6-d492-82e0-62f1-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-03 13:35:35.113442 | fa163ec6-d492-82e0-62f1-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:02.723208 | 0.03s 2025-10-03 13:35:35.140526 | fa163ec6-d492-82e0-62f1-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-03 13:35:35.169369 | fa163ec6-d492-82e0-62f1-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-03 13:35:35.170692 | fa163ec6-d492-82e0-62f1-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:02.780457 | 0.03s 2025-10-03 13:35:35.198316 | fa163ec6-d492-82e0-62f1-000000001552 | TASK | Motd duplication notice 2025-10-03 13:35:35.237549 | fa163ec6-d492-82e0-62f1-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-10-03 13:35:35.238504 | fa163ec6-d492-82e0-62f1-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:02.848277 | 0.04s 2025-10-03 13:35:35.259312 | fa163ec6-d492-82e0-62f1-000000001553 | TASK | Configure the banner text 2025-10-03 13:35:35.285880 | fa163ec6-d492-82e0-62f1-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-03 13:35:35.287357 | fa163ec6-d492-82e0-62f1-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:02.897132 | 0.03s 2025-10-03 13:35:35.306129 | fa163ec6-d492-82e0-62f1-000000001554 | TASK | Configure the motd banner 2025-10-03 13:35:35.334489 | fa163ec6-d492-82e0-62f1-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-03 13:35:35.335627 | fa163ec6-d492-82e0-62f1-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:02.945397 | 0.03s 2025-10-03 13:35:35.360466 | fa163ec6-d492-82e0-62f1-000000001555 | TASK | Update sshd configuration options from vars 2025-10-03 13:35:35.387974 | fa163ec6-d492-82e0-62f1-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-03 13:35:35.389132 | fa163ec6-d492-82e0-62f1-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:02.998901 | 0.03s 2025-10-03 13:35:35.416312 | fa163ec6-d492-82e0-62f1-000000001556 | TASK | Adjust ssh server configuration 2025-10-03 13:35:35.883410 | fa163ec6-d492-82e0-62f1-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-03 13:35:35.884392 | fa163ec6-d492-82e0-62f1-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:03.494167 | 0.47s 2025-10-03 13:35:35.904919 | fa163ec6-d492-82e0-62f1-000000001557 | TASK | Restart sshd 2025-10-03 13:35:36.347479 | fa163ec6-d492-82e0-62f1-000000001557 | CHANGED | Restart sshd | standalone 2025-10-03 13:35:36.348776 | fa163ec6-d492-82e0-62f1-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:03.958548 | 0.44s 2025-10-03 13:35:36.390413 | fa163ec6-d492-82e0-62f1-000000000bcc | TASK | create persistent directories 2025-10-03 13:35:36.576854 | fa163ec6-d492-82e0-62f1-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-03 13:35:36.578415 | fa163ec6-d492-82e0-62f1-000000000bcc | TIMING | create persistent directories | standalone | 0:03:04.188184 | 0.19s 2025-10-03 13:35:36.740926 | fa163ec6-d492-82e0-62f1-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-03 13:35:36.741556 | fa163ec6-d492-82e0-62f1-000000000bcc | TIMING | create persistent directories | standalone | 0:03:04.351333 | 0.35s 2025-10-03 13:35:36.913922 | fa163ec6-d492-82e0-62f1-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-03 13:35:36.914541 | fa163ec6-d492-82e0-62f1-000000000bcc | TIMING | create persistent directories | standalone | 0:03:04.524318 | 0.52s 2025-10-03 13:35:36.918379 | fa163ec6-d492-82e0-62f1-000000000bcc | TIMING | create persistent directories | standalone | 0:03:04.528144 | 0.53s 2025-10-03 13:35:36.940188 | fa163ec6-d492-82e0-62f1-000000000bcd | TASK | create persistent directories 2025-10-03 13:35:37.146964 | fa163ec6-d492-82e0-62f1-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-03 13:35:37.149325 | fa163ec6-d492-82e0-62f1-000000000bcd | TIMING | create persistent directories | standalone | 0:03:04.759089 | 0.21s 2025-10-03 13:35:37.364687 | fa163ec6-d492-82e0-62f1-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-03 13:35:37.365435 | fa163ec6-d492-82e0-62f1-000000000bcd | TIMING | create persistent directories | standalone | 0:03:04.975211 | 0.42s 2025-10-03 13:35:37.532729 | fa163ec6-d492-82e0-62f1-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-03 13:35:37.533925 | fa163ec6-d492-82e0-62f1-000000000bcd | TIMING | create persistent directories | standalone | 0:03:05.143701 | 0.59s 2025-10-03 13:35:37.544401 | fa163ec6-d492-82e0-62f1-000000000bcd | TIMING | create persistent directories | standalone | 0:03:05.154170 | 0.60s 2025-10-03 13:35:37.562886 | fa163ec6-d492-82e0-62f1-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-03 13:35:37.589074 | fa163ec6-d492-82e0-62f1-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-03 13:35:37.589825 | fa163ec6-d492-82e0-62f1-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:05.199600 | 0.03s 2025-10-03 13:35:37.607946 | fa163ec6-d492-82e0-62f1-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-03 13:35:37.624323 | fa163ec6-d492-82e0-62f1-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-03 13:35:37.625098 | fa163ec6-d492-82e0-62f1-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:05.234874 | 0.02s 2025-10-03 13:35:37.645801 | fa163ec6-d492-82e0-62f1-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-03 13:35:37.875532 | fa163ec6-d492-82e0-62f1-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-03 13:35:37.876436 | fa163ec6-d492-82e0-62f1-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:05.486211 | 0.23s 2025-10-03 13:35:37.894381 | fa163ec6-d492-82e0-62f1-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-03 13:35:37.919359 | fa163ec6-d492-82e0-62f1-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-03 13:35:37.920191 | fa163ec6-d492-82e0-62f1-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:05.529967 | 0.02s 2025-10-03 13:35:37.937594 | fa163ec6-d492-82e0-62f1-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-03 13:35:37.964254 | fa163ec6-d492-82e0-62f1-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-03 13:35:37.964985 | fa163ec6-d492-82e0-62f1-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:05.574761 | 0.03s 2025-10-03 13:35:37.982629 | fa163ec6-d492-82e0-62f1-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-03 13:35:38.017976 | fa163ec6-d492-82e0-62f1-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-03 13:35:38.018909 | fa163ec6-d492-82e0-62f1-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:05.628680 | 0.04s 2025-10-03 13:35:38.039552 | fa163ec6-d492-82e0-62f1-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-03 13:35:38.066872 | fa163ec6-d492-82e0-62f1-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:05.676634 | 0.03s 2025-10-03 13:35:38.088345 | fa163ec6-d492-82e0-62f1-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-03 13:35:38.125044 | fa163ec6-d492-82e0-62f1-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-03 13:35:38.125997 | fa163ec6-d492-82e0-62f1-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:05.735769 | 0.04s 2025-10-03 13:35:38.146907 | fa163ec6-d492-82e0-62f1-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-03 13:35:38.164217 | fa163ec6-d492-82e0-62f1-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:05.773978 | 0.02s 2025-10-03 13:35:38.186502 | fa163ec6-d492-82e0-62f1-000000000bd7 | TASK | Check for NTP service 2025-10-03 13:35:38.406744 | fa163ec6-d492-82e0-62f1-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-03 13:35:38.407723 | fa163ec6-d492-82e0-62f1-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:06.017497 | 0.22s 2025-10-03 13:35:38.428383 | fa163ec6-d492-82e0-62f1-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-03 13:35:38.456027 | fa163ec6-d492-82e0-62f1-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-03 13:35:38.456918 | fa163ec6-d492-82e0-62f1-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:06.066691 | 0.03s 2025-10-03 13:35:38.477434 | fa163ec6-d492-82e0-62f1-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-03 13:35:38.504363 | fa163ec6-d492-82e0-62f1-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:06.114123 | 0.03s 2025-10-03 13:35:38.601453 | fa163ec6-d492-82e0-62f1-0000000016e8 | TASK | Load distro-specific variables 2025-10-03 13:35:38.627768 | fa163ec6-d492-82e0-62f1-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:06.237535 | 0.03s 2025-10-03 13:35:38.636277 | ce2a0756-f1f8-4a12-9e0f-f5eecb3bd33b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 13:35:38.658165 | fa163ec6-d492-82e0-62f1-0000000017cd | TASK | Load distro-specific variables 2025-10-03 13:35:38.713503 | fa163ec6-d492-82e0-62f1-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:35:38.715011 | fa163ec6-d492-82e0-62f1-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:06.324784 | 0.06s 2025-10-03 13:35:38.725296 | fa163ec6-d492-82e0-62f1-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:06.335068 | 0.07s 2025-10-03 13:35:38.751693 | fa163ec6-d492-82e0-62f1-0000000016e9 | TASK | Install chronyd 2025-10-03 13:35:38.780998 | fa163ec6-d492-82e0-62f1-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:06.390759 | 0.03s 2025-10-03 13:35:38.807008 | e682bd85-6d7c-4a26-9115-b70f6d764e9b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-03 13:35:38.837870 | fa163ec6-d492-82e0-62f1-000000001806 | TASK | Load distro-specific variables 2025-10-03 13:35:38.865546 | fa163ec6-d492-82e0-62f1-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:06.475304 | 0.03s 2025-10-03 13:35:38.883098 | 15b5110a-4986-45a0-81a5-f7500a8ee2dd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 13:35:38.916885 | fa163ec6-d492-82e0-62f1-00000000184d | TASK | Load distro-specific variables 2025-10-03 13:35:38.971062 | fa163ec6-d492-82e0-62f1-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:35:38.973008 | fa163ec6-d492-82e0-62f1-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:06.582775 | 0.05s 2025-10-03 13:35:38.982862 | fa163ec6-d492-82e0-62f1-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:06.592638 | 0.06s 2025-10-03 13:35:39.007002 | fa163ec6-d492-82e0-62f1-000000001807 | TASK | Check for NTP service 2025-10-03 13:35:39.279414 | fa163ec6-d492-82e0-62f1-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-03 13:35:39.280984 | fa163ec6-d492-82e0-62f1-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:06.890746 | 0.27s 2025-10-03 13:35:39.309554 | fa163ec6-d492-82e0-62f1-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-03 13:35:39.350845 | fa163ec6-d492-82e0-62f1-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-03 13:35:39.351808 | fa163ec6-d492-82e0-62f1-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:06.961580 | 0.04s 2025-10-03 13:35:39.374353 | fa163ec6-d492-82e0-62f1-000000001809 | TASK | Install chronyd package 2025-10-03 13:35:42.455507 | fa163ec6-d492-82e0-62f1-000000001809 | OK | Install chronyd package | standalone 2025-10-03 13:35:42.456806 | fa163ec6-d492-82e0-62f1-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:10.066579 | 3.08s 2025-10-03 13:35:42.478458 | fa163ec6-d492-82e0-62f1-0000000016ea | TASK | Upgrade chronyd 2025-10-03 13:35:42.504862 | fa163ec6-d492-82e0-62f1-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-03 13:35:42.505880 | fa163ec6-d492-82e0-62f1-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:10.115651 | 0.03s 2025-10-03 13:35:42.530149 | fa163ec6-d492-82e0-62f1-0000000016eb | TASK | Configure chronyd 2025-10-03 13:35:42.556508 | fa163ec6-d492-82e0-62f1-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:10.166269 | 0.03s 2025-10-03 13:35:42.573154 | aa7ee99d-d3d5-4d4f-8303-ec18b7a34dbc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-03 13:35:42.609765 | fa163ec6-d492-82e0-62f1-000000001886 | TASK | Load distro-specific variables 2025-10-03 13:35:42.625632 | fa163ec6-d492-82e0-62f1-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.235394 | 0.01s 2025-10-03 13:35:42.637632 | 7df07d21-8b1a-4f18-b992-78845c26d9ff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 13:35:42.662341 | fa163ec6-d492-82e0-62f1-0000000018f2 | TASK | Load distro-specific variables 2025-10-03 13:35:42.702864 | fa163ec6-d492-82e0-62f1-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:35:42.703692 | fa163ec6-d492-82e0-62f1-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.313468 | 0.04s 2025-10-03 13:35:42.710891 | fa163ec6-d492-82e0-62f1-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.320659 | 0.05s 2025-10-03 13:35:42.732703 | fa163ec6-d492-82e0-62f1-000000001887 | TASK | Install chrony configuration file 2025-10-03 13:35:43.240192 | fa163ec6-d492-82e0-62f1-000000001887 | OK | Install chrony configuration file | standalone 2025-10-03 13:35:43.241130 | fa163ec6-d492-82e0-62f1-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:10.850904 | 0.51s 2025-10-03 13:35:43.263231 | fa163ec6-d492-82e0-62f1-0000000016ec | TASK | Run chronyd 2025-10-03 13:35:43.291482 | fa163ec6-d492-82e0-62f1-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:10.901245 | 0.03s 2025-10-03 13:35:43.303471 | e2d4b878-e00d-4451-a48f-09d08f985a8d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-03 13:35:43.332317 | fa163ec6-d492-82e0-62f1-000000001915 | TASK | Load distro-specific variables 2025-10-03 13:35:43.356988 | fa163ec6-d492-82e0-62f1-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.966756 | 0.02s 2025-10-03 13:35:43.367386 | 155f6c07-b5dd-4503-80dc-a2dcca1cc6b1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 13:35:43.387934 | fa163ec6-d492-82e0-62f1-000000001999 | TASK | Load distro-specific variables 2025-10-03 13:35:43.418187 | fa163ec6-d492-82e0-62f1-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 13:35:43.419144 | fa163ec6-d492-82e0-62f1-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.028914 | 0.03s 2025-10-03 13:35:43.422690 | fa163ec6-d492-82e0-62f1-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.032466 | 0.03s 2025-10-03 13:35:43.440016 | fa163ec6-d492-82e0-62f1-000000001916 | TASK | Ensure chronyd is running 2025-10-03 13:35:43.856216 | fa163ec6-d492-82e0-62f1-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-03 13:35:43.858171 | fa163ec6-d492-82e0-62f1-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:11.467933 | 0.42s 2025-10-03 13:35:43.888997 | fa163ec6-d492-82e0-62f1-000000001917 | TASK | Force chronyd restart 2025-10-03 13:35:43.939977 | fa163ec6-d492-82e0-62f1-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-03 13:35:43.941345 | fa163ec6-d492-82e0-62f1-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:11.551111 | 0.05s 2025-10-03 13:35:43.971163 | fa163ec6-d492-82e0-62f1-0000000016ed | TASK | Enable online service 2025-10-03 13:35:44.003906 | fa163ec6-d492-82e0-62f1-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:11.613663 | 0.03s 2025-10-03 13:35:44.025332 | bf8c9c06-0c8c-408b-82e7-5577b40cf0df | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-03 13:35:44.073852 | fa163ec6-d492-82e0-62f1-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-03 13:35:44.538740 | fa163ec6-d492-82e0-62f1-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-03 13:35:44.541458 | fa163ec6-d492-82e0-62f1-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:12.151222 | 0.47s 2025-10-03 13:35:44.565483 | fa163ec6-d492-82e0-62f1-0000000019c7 | TASK | Enable chrony-online.service 2025-10-03 13:35:45.228359 | fa163ec6-d492-82e0-62f1-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-03 13:35:45.231487 | fa163ec6-d492-82e0-62f1-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:12.841252 | 0.66s 2025-10-03 13:35:45.260517 | fa163ec6-d492-82e0-62f1-0000000016ee | TASK | Sync chronyc 2025-10-03 13:35:45.290948 | fa163ec6-d492-82e0-62f1-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:12.900699 | 0.03s 2025-10-03 13:35:45.314474 | fd0aaeb0-fbea-4d1b-83ad-69f7473e119e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-03 13:35:45.367388 | fa163ec6-d492-82e0-62f1-000000001a6c | TASK | Force NTP sync 2025-10-03 13:35:45.599172 | fa163ec6-d492-82e0-62f1-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-03 13:35:45.600290 | fa163ec6-d492-82e0-62f1-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:13.210062 | 0.23s 2025-10-03 13:35:45.633063 | fa163ec6-d492-82e0-62f1-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-03 13:35:45.851741 | fa163ec6-d492-82e0-62f1-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-03 13:35:45.853118 | fa163ec6-d492-82e0-62f1-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:13.462885 | 0.22s 2025-10-03 13:35:45.904327 | fa163ec6-d492-82e0-62f1-000000000bda | TASK | Force NTP sync 2025-10-03 13:35:46.112523 | fa163ec6-d492-82e0-62f1-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-03 13:35:46.113604 | fa163ec6-d492-82e0-62f1-000000000bda | TIMING | Force NTP sync | standalone | 0:03:13.723376 | 0.21s 2025-10-03 13:35:46.132476 | fa163ec6-d492-82e0-62f1-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-03 13:35:46.329205 | fa163ec6-d492-82e0-62f1-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-03 13:35:46.330250 | fa163ec6-d492-82e0-62f1-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:13.940022 | 0.20s 2025-10-03 13:35:46.349197 | fa163ec6-d492-82e0-62f1-000000000bdc | TASK | Run timezone role 2025-10-03 13:35:46.374730 | fa163ec6-d492-82e0-62f1-000000000bdc | TIMING | Run timezone role | standalone | 0:03:13.984492 | 0.02s 2025-10-03 13:35:46.448805 | fa163ec6-d492-82e0-62f1-000000001c2d | TASK | Set timezone 2025-10-03 13:35:46.941469 | fa163ec6-d492-82e0-62f1-000000001c2d | OK | Set timezone | standalone 2025-10-03 13:35:46.942493 | fa163ec6-d492-82e0-62f1-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:14.552265 | 0.49s 2025-10-03 13:35:46.964454 | fa163ec6-d492-82e0-62f1-000000001c2e | TASK | Restart time services 2025-10-03 13:35:46.992261 | fa163ec6-d492-82e0-62f1-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-03 13:35:46.999204 | fa163ec6-d492-82e0-62f1-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-03 13:35:47.005074 | fa163ec6-d492-82e0-62f1-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:14.614843 | 0.04s 2025-10-03 13:35:47.047085 | fa163ec6-d492-82e0-62f1-000000000bdd | TASK | install tmpwatch on the host 2025-10-03 13:35:49.951398 | fa163ec6-d492-82e0-62f1-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-03 13:35:49.952668 | fa163ec6-d492-82e0-62f1-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:17.562436 | 2.90s 2025-10-03 13:35:49.979484 | fa163ec6-d492-82e0-62f1-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-03 13:35:49.998387 | fa163ec6-d492-82e0-62f1-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-03 13:35:49.999326 | fa163ec6-d492-82e0-62f1-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:17.609099 | 0.02s 2025-10-03 13:35:50.036413 | fa163ec6-d492-82e0-62f1-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:17.646172 | 0.01s 2025-10-03 13:35:50.130154 | fa163ec6-d492-82e0-62f1-000000001e61 | TASK | Gather variables for each operating system 2025-10-03 13:35:50.251908 | fa163ec6-d492-82e0-62f1-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-03 13:35:50.253275 | fa163ec6-d492-82e0-62f1-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:17.863038 | 0.12s 2025-10-03 13:35:50.266588 | fa163ec6-d492-82e0-62f1-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:17.876353 | 0.14s 2025-10-03 13:35:50.347850 | fa163ec6-d492-82e0-62f1-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:17.957613 | 0.06s 2025-10-03 13:35:50.358652 | 3046ee93-dafb-4a3b-8050-e3fa0939e0d0 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-03 13:35:50.384315 | fa163ec6-d492-82e0-62f1-000000001f92 | TASK | Check tuned package is installed 2025-10-03 13:35:50.642031 | fa163ec6-d492-82e0-62f1-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-03 13:35:50.643089 | fa163ec6-d492-82e0-62f1-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:18.252861 | 0.26s 2025-10-03 13:35:50.665858 | fa163ec6-d492-82e0-62f1-000000001f93 | TASK | Install tuned 2025-10-03 13:35:50.721260 | fa163ec6-d492-82e0-62f1-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-03 13:35:50.722608 | fa163ec6-d492-82e0-62f1-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:18.332380 | 0.03s 2025-10-03 13:35:50.741276 | fa163ec6-d492-82e0-62f1-000000001f94 | TASK | Restart tuned 2025-10-03 13:35:50.760365 | fa163ec6-d492-82e0-62f1-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-03 13:35:50.761347 | fa163ec6-d492-82e0-62f1-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:18.371119 | 0.02s 2025-10-03 13:35:50.782216 | fa163ec6-d492-82e0-62f1-000000001e63 | TASK | Check for tuned-adm 2025-10-03 13:35:51.008306 | fa163ec6-d492-82e0-62f1-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-03 13:35:51.009353 | fa163ec6-d492-82e0-62f1-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:18.619124 | 0.23s 2025-10-03 13:35:51.059133 | fa163ec6-d492-82e0-62f1-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:18.668894 | 0.03s 2025-10-03 13:35:51.078212 | deb46cbb-28c9-462c-9c6a-0869ae18e90e | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-03 13:35:51.110302 | fa163ec6-d492-82e0-62f1-000000001fbf | TASK | Ensure profile directory exists 2025-10-03 13:35:51.180773 | fa163ec6-d492-82e0-62f1-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-03 13:35:51.182529 | fa163ec6-d492-82e0-62f1-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:18.792293 | 0.07s 2025-10-03 13:35:51.209269 | fa163ec6-d492-82e0-62f1-000000001fc0 | TASK | Create custom tuned profile 2025-10-03 13:35:51.281186 | fa163ec6-d492-82e0-62f1-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-03 13:35:51.282568 | fa163ec6-d492-82e0-62f1-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:18.892333 | 0.07s 2025-10-03 13:35:51.309248 | fa163ec6-d492-82e0-62f1-000000001fc1 | TASK | Check tuned active profile 2025-10-03 13:35:51.532605 | fa163ec6-d492-82e0-62f1-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-03 13:35:51.534115 | fa163ec6-d492-82e0-62f1-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:19.143882 | 0.22s 2025-10-03 13:35:51.561556 | fa163ec6-d492-82e0-62f1-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-03 13:35:51.752600 | fa163ec6-d492-82e0-62f1-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-03 13:35:51.753983 | fa163ec6-d492-82e0-62f1-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:19.363751 | 0.19s 2025-10-03 13:35:51.781253 | fa163ec6-d492-82e0-62f1-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-03 13:35:51.820906 | fa163ec6-d492-82e0-62f1-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-03 13:35:51.822340 | fa163ec6-d492-82e0-62f1-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:19.432106 | 0.04s 2025-10-03 13:35:51.852720 | fa163ec6-d492-82e0-62f1-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-03 13:35:51.891295 | fa163ec6-d492-82e0-62f1-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-03 13:35:51.892104 | fa163ec6-d492-82e0-62f1-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:19.501879 | 0.04s 2025-10-03 13:35:51.910316 | fa163ec6-d492-82e0-62f1-000000001fc5 | TASK | Enable tuned profile 2025-10-03 13:35:51.946373 | fa163ec6-d492-82e0-62f1-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-03 13:35:51.947121 | fa163ec6-d492-82e0-62f1-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:19.556897 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-03 13:35:52.092576 | fa163ec6-d492-82e0-62f1-0000000000ac | TASK | Overcloud container setup tasks 2025-10-03 13:35:52.129388 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000ac') missing from stats 2025-10-03 13:35:52.157591 | fa163ec6-d492-82e0-62f1-0000000000ad | TASK | Write config data 2025-10-03 13:35:52.221160 | fa163ec6-d492-82e0-62f1-0000000000ad | TIMING | Write config data | standalone | 0:03:19.830915 | 0.06s 2025-10-03 13:35:52.265393 | 85797903-e88c-494f-a811-adddd0d1f2d7 | INCLUDED | /root/standalone-ansible-ns0w0h08/common_container_setup_tasks.yaml | standalone 2025-10-03 13:35:52.292348 | fa163ec6-d492-82e0-62f1-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-03 13:35:52.509812 | fa163ec6-d492-82e0-62f1-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-03 13:35:52.511064 | fa163ec6-d492-82e0-62f1-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:20.120833 | 0.22s 2025-10-03 13:35:52.532683 | fa163ec6-d492-82e0-62f1-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-03 13:35:52.769039 | fa163ec6-d492-82e0-62f1-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-03 13:35:52.770415 | fa163ec6-d492-82e0-62f1-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:20.380182 | 0.24s 2025-10-03 13:35:52.791655 | fa163ec6-d492-82e0-62f1-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-03 13:35:52.982073 | fa163ec6-d492-82e0-62f1-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-03 13:35:52.983463 | fa163ec6-d492-82e0-62f1-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:20.593230 | 0.19s 2025-10-03 13:35:53.010137 | fa163ec6-d492-82e0-62f1-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-03 13:35:53.288310 | fa163ec6-d492-82e0-62f1-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-03 13:35:53.289437 | fa163ec6-d492-82e0-62f1-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:20.899210 | 0.28s 2025-10-03 13:35:53.307663 | fa163ec6-d492-82e0-62f1-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-03 13:35:53.539104 | fa163ec6-d492-82e0-62f1-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-03 13:35:53.540548 | fa163ec6-d492-82e0-62f1-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:21.150315 | 0.23s 2025-10-03 13:35:53.568678 | fa163ec6-d492-82e0-62f1-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-03 13:35:54.869118 | fa163ec6-d492-82e0-62f1-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-03 13:35:54.870285 | fa163ec6-d492-82e0-62f1-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:22.480058 | 1.30s 2025-10-03 13:35:54.894953 | fa163ec6-d492-82e0-62f1-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-03 13:35:55.103701 | fa163ec6-d492-82e0-62f1-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-03 13:35:55.104645 | fa163ec6-d492-82e0-62f1-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:22.714421 | 0.21s 2025-10-03 13:35:55.130408 | fa163ec6-d492-82e0-62f1-00000000202d | TASK | Write container config scripts 2025-10-03 13:35:55.487501 | fa163ec6-d492-82e0-62f1-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-03 13:35:55.488735 | fa163ec6-d492-82e0-62f1-00000000202d | TIMING | Write container config scripts | standalone | 0:03:23.098503 | 0.36s 2025-10-03 13:35:55.515027 | fa163ec6-d492-82e0-62f1-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-03 13:35:55.956894 | fa163ec6-d492-82e0-62f1-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-03 13:35:55.958306 | fa163ec6-d492-82e0-62f1-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:23.568038 | 0.44s 2025-10-03 13:35:55.978714 | fa163ec6-d492-82e0-62f1-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-03 13:35:56.583657 | fa163ec6-d492-82e0-62f1-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-03 13:35:56.589074 | fa163ec6-d492-82e0-62f1-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:24.198842 | 0.61s 2025-10-03 13:35:56.614635 | fa163ec6-d492-82e0-62f1-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-03 13:35:56.822824 | fa163ec6-d492-82e0-62f1-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-03 13:35:56.825270 | fa163ec6-d492-82e0-62f1-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:24.435035 | 0.21s 2025-10-03 13:35:56.852204 | fa163ec6-d492-82e0-62f1-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-03 13:35:57.034385 | fa163ec6-d492-82e0-62f1-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-03 13:35:57.036909 | fa163ec6-d492-82e0-62f1-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:24.646676 | 0.18s 2025-10-03 13:35:57.057295 | fa163ec6-d492-82e0-62f1-000000002032 | TASK | Write container config json files 2025-10-03 13:35:57.511526 | fa163ec6-d492-82e0-62f1-000000002032 | CHANGED | Write container config json files | standalone 2025-10-03 13:35:57.519971 | fa163ec6-d492-82e0-62f1-000000002032 | TIMING | Write container config json files | standalone | 0:03:25.129735 | 0.46s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-03 13:35:57.701048 | fa163ec6-d492-82e0-62f1-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-03 13:35:57.727735 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 13:35:57.793218 | fa163ec6-d492-82e0-62f1-0000000000b2 | TIMING | include_tasks | standalone | 0:03:25.402979 | 0.04s 2025-10-03 13:35:57.808388 | 2f4e8db5-ac07-471a-bf44-f8b52324e115 | INCLUDED | /root/standalone-ansible-ns0w0h08/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-03 13:35:57.919904 | fa163ec6-d492-82e0-62f1-0000000000b6 | TASK | External deployment step 1 2025-10-03 13:35:57.935955 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000b6') missing from stats 2025-10-03 13:35:57.978095 | fa163ec6-d492-82e0-62f1-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:25.587861 | 0.03s 2025-10-03 13:35:58.004022 | 07a5f592-1e4f-4b48-9e6c-b234a8c7cf02 | INCLUDED | /root/standalone-ansible-ns0w0h08/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-03 13:35:58.022432 | fa163ec6-d492-82e0-62f1-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-03 13:35:58.058511 | fa163ec6-d492-82e0-62f1-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-03 13:35:58.059354 | fa163ec6-d492-82e0-62f1-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:25.669128 | 0.04s 2025-10-03 13:35:58.074997 | fa163ec6-d492-82e0-62f1-000000002079 | TASK | Build disk list for cephadm 2025-10-03 13:35:58.124004 | fa163ec6-d492-82e0-62f1-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-03 13:35:58.125346 | fa163ec6-d492-82e0-62f1-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:25.735113 | 0.05s 2025-10-03 13:35:58.143750 | fa163ec6-d492-82e0-62f1-000000002080 | TASK | Container image prepare 2025-10-03 13:35:59.176741 | fa163ec6-d492-82e0-62f1-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-03 13:35:59.179281 | fa163ec6-d492-82e0-62f1-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:26.789046 | 1.03s 2025-10-03 13:35:59.215076 | fa163ec6-d492-82e0-62f1-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-03 13:35:59.433525 | fa163ec6-d492-82e0-62f1-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-03 13:35:59.435169 | fa163ec6-d492-82e0-62f1-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:27.044933 | 0.22s 2025-10-03 13:35:59.453735 | fa163ec6-d492-82e0-62f1-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-03 13:35:59.504682 | fa163ec6-d492-82e0-62f1-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:27.114437 | 0.05s 2025-10-03 13:35:59.554883 | fa163ec6-d492-82e0-62f1-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-03 13:35:59.778329 | fa163ec6-d492-82e0-62f1-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-03 13:35:59.779653 | fa163ec6-d492-82e0-62f1-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:27.389421 | 0.22s 2025-10-03 13:35:59.799368 | fa163ec6-d492-82e0-62f1-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-03 13:36:00.276977 | fa163ec6-d492-82e0-62f1-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-03 13:36:00.278538 | fa163ec6-d492-82e0-62f1-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:27.888300 | 0.48s 2025-10-03 13:36:00.300815 | fa163ec6-d492-82e0-62f1-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-03 13:36:00.353685 | fa163ec6-d492-82e0-62f1-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:27.963439 | 0.05s 2025-10-03 13:36:00.404146 | fa163ec6-d492-82e0-62f1-0000000020eb | TASK | Check for a configured destination 2025-10-03 13:36:00.465842 | fa163ec6-d492-82e0-62f1-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-03 13:36:00.466895 | fa163ec6-d492-82e0-62f1-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:28.076667 | 0.06s 2025-10-03 13:36:00.490124 | fa163ec6-d492-82e0-62f1-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-03 13:36:00.954611 | fa163ec6-d492-82e0-62f1-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-03 13:36:00.955694 | fa163ec6-d492-82e0-62f1-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:28.565466 | 0.46s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-03 13:36:01.095237 | fa163ec6-d492-82e0-62f1-0000000000ba | TASK | Deploy step tasks for 1 2025-10-03 13:36:01.121889 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000ba') missing from stats 2025-10-03 13:36:01.141905 | fa163ec6-d492-82e0-62f1-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-03 13:36:01.545041 | fa163ec6-d492-82e0-62f1-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-03 13:36:01.545956 | fa163ec6-d492-82e0-62f1-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:29.155728 | 0.40s 2025-10-03 13:36:01.563529 | fa163ec6-d492-82e0-62f1-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-03 13:36:01.896670 | fa163ec6-d492-82e0-62f1-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-03 13:36:01.897840 | fa163ec6-d492-82e0-62f1-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:29.507612 | 0.33s 2025-10-03 13:36:01.919176 | fa163ec6-d492-82e0-62f1-0000000000be | TASK | Write config data at the start of step 1 2025-10-03 13:36:01.968575 | fa163ec6-d492-82e0-62f1-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:29.578332 | 0.05s 2025-10-03 13:36:02.002068 | 409b7003-898f-41ec-bbb6-702a811f9b9d | INCLUDED | /root/standalone-ansible-ns0w0h08/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-03 13:36:02.029715 | fa163ec6-d492-82e0-62f1-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-03 13:36:02.047735 | fa163ec6-d492-82e0-62f1-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-03 13:36:02.048622 | fa163ec6-d492-82e0-62f1-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:29.658395 | 0.02s 2025-10-03 13:36:02.066273 | fa163ec6-d492-82e0-62f1-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-03 13:36:02.109193 | fa163ec6-d492-82e0-62f1-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-03 13:36:02.110287 | fa163ec6-d492-82e0-62f1-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:29.720057 | 0.04s 2025-10-03 13:36:02.131938 | fa163ec6-d492-82e0-62f1-00000000212c | TASK | Write the puppet step_config manifest 2025-10-03 13:36:02.585548 | fa163ec6-d492-82e0-62f1-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-03 13:36:02.586877 | fa163ec6-d492-82e0-62f1-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:30.196645 | 0.45s 2025-10-03 13:36:02.615668 | fa163ec6-d492-82e0-62f1-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-03 13:36:02.644749 | fa163ec6-d492-82e0-62f1-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-03 13:36:02.646101 | fa163ec6-d492-82e0-62f1-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:30.255867 | 0.03s 2025-10-03 13:36:02.673284 | fa163ec6-d492-82e0-62f1-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-03 13:36:02.704636 | fa163ec6-d492-82e0-62f1-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-03 13:36:02.705658 | fa163ec6-d492-82e0-62f1-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:30.315430 | 0.03s 2025-10-03 13:36:02.726376 | fa163ec6-d492-82e0-62f1-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-03 13:36:02.945547 | fa163ec6-d492-82e0-62f1-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-03 13:36:02.946570 | fa163ec6-d492-82e0-62f1-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:30.556341 | 0.22s 2025-10-03 13:36:02.973427 | fa163ec6-d492-82e0-62f1-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-03 13:36:03.002359 | fa163ec6-d492-82e0-62f1-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-03 13:36:03.003665 | fa163ec6-d492-82e0-62f1-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:30.613431 | 0.03s 2025-10-03 13:36:03.023450 | fa163ec6-d492-82e0-62f1-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-03 13:36:03.052070 | fa163ec6-d492-82e0-62f1-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-03 13:36:03.053058 | fa163ec6-d492-82e0-62f1-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:30.662830 | 0.03s 2025-10-03 13:36:03.073336 | fa163ec6-d492-82e0-62f1-000000002132 | TASK | Write container-puppet.json file 2025-10-03 13:36:03.604295 | fa163ec6-d492-82e0-62f1-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-03 13:36:03.605135 | fa163ec6-d492-82e0-62f1-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:31.214910 | 0.53s 2025-10-03 13:36:03.623060 | fa163ec6-d492-82e0-62f1-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-03 13:36:03.642540 | fa163ec6-d492-82e0-62f1-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-03 13:36:03.643820 | fa163ec6-d492-82e0-62f1-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:31.253555 | 0.02s 2025-10-03 13:36:03.664999 | fa163ec6-d492-82e0-62f1-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-03 13:36:03.691268 | fa163ec6-d492-82e0-62f1-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-03 13:36:03.692131 | fa163ec6-d492-82e0-62f1-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:31.301905 | 0.03s 2025-10-03 13:36:03.712899 | fa163ec6-d492-82e0-62f1-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-03 13:36:04.093483 | fa163ec6-d492-82e0-62f1-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-03 13:36:04.094361 | fa163ec6-d492-82e0-62f1-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:31.704137 | 0.38s 2025-10-03 13:36:04.111655 | fa163ec6-d492-82e0-62f1-000000002136 | TASK | Set host puppet debugging fact string 2025-10-03 13:36:04.147140 | fa163ec6-d492-82e0-62f1-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-03 13:36:04.147917 | fa163ec6-d492-82e0-62f1-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:31.757692 | 0.04s 2025-10-03 13:36:04.166063 | fa163ec6-d492-82e0-62f1-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-03 13:36:04.191233 | fa163ec6-d492-82e0-62f1-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-03 13:36:04.192005 | fa163ec6-d492-82e0-62f1-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:31.801780 | 0.03s 2025-10-03 13:36:04.209753 | fa163ec6-d492-82e0-62f1-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-03 13:36:04.237552 | fa163ec6-d492-82e0-62f1-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-03 13:36:04.238894 | fa163ec6-d492-82e0-62f1-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:31.848661 | 0.03s 2025-10-03 13:36:04.265100 | fa163ec6-d492-82e0-62f1-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-03 13:36:04.305696 | fa163ec6-d492-82e0-62f1-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-03 13:36:04.307074 | fa163ec6-d492-82e0-62f1-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:31.916842 | 0.04s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 13:36:04.375212 | fa163ec6-d492-82e0-62f1-0000000000c0 | TIMING | include_tasks | standalone | 0:03:31.984971 | 0.04s 2025-10-03 13:36:04.496909 | f8d47028-b3b8-434b-8d5c-c8cff041709b | INCLUDED | /root/standalone-ansible-ns0w0h08/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-03 13:36:04.539107 | fa163ec6-d492-82e0-62f1-000000002164 | TASK | Create dirs for certificates and keys 2025-10-03 13:36:04.582969 | fa163ec6-d492-82e0-62f1-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-03 13:36:04.597365 | fa163ec6-d492-82e0-62f1-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-03 13:36:04.609205 | fa163ec6-d492-82e0-62f1-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:32.218973 | 0.07s 2025-10-03 13:36:04.676970 | fa163ec6-d492-82e0-62f1-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 13:36:04.678344 | fa163ec6-d492-82e0-62f1-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:32.288111 | 0.05s 2025-10-03 13:36:04.696836 | fa163ec6-d492-82e0-62f1-00000000216c | TASK | Fail if container image is undefined 2025-10-03 13:36:04.732255 | fa163ec6-d492-82e0-62f1-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 13:36:04.733254 | fa163ec6-d492-82e0-62f1-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:32.343026 | 0.04s 2025-10-03 13:36:04.770648 | fa163ec6-d492-82e0-62f1-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-03 13:36:20.395268 | fa163ec6-d492-82e0-62f1-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-03 13:36:20.397094 | fa163ec6-d492-82e0-62f1-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:48.006860 | 15.63s 2025-10-03 13:36:20.456265 | fa163ec6-d492-82e0-62f1-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-03 13:36:20.748192 | fa163ec6-d492-82e0-62f1-00000000216e | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-03 13:36:20.750114 | fa163ec6-d492-82e0-62f1-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:48.359876 | 0.29s 2025-10-03 13:36:20.804694 | fa163ec6-d492-82e0-62f1-00000000217d | TASK | Fail if container image is undefined 2025-10-03 13:36:20.865333 | fa163ec6-d492-82e0-62f1-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 13:36:20.866653 | fa163ec6-d492-82e0-62f1-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:48.476414 | 0.06s 2025-10-03 13:36:20.910593 | fa163ec6-d492-82e0-62f1-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-03 13:36:29.418453 | fa163ec6-d492-82e0-62f1-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-03 13:36:29.419592 | fa163ec6-d492-82e0-62f1-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:57.029364 | 8.51s 2025-10-03 13:36:29.462750 | fa163ec6-d492-82e0-62f1-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-03 13:36:29.800621 | fa163ec6-d492-82e0-62f1-00000000217f | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-03 13:36:29.802136 | fa163ec6-d492-82e0-62f1-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:03:57.411898 | 0.34s 2025-10-03 13:36:29.854577 | fa163ec6-d492-82e0-62f1-00000000218a | TASK | Check if rsyslog exists 2025-10-03 13:36:30.108754 | fa163ec6-d492-82e0-62f1-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-03 13:36:30.110469 | fa163ec6-d492-82e0-62f1-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:03:57.720233 | 0.25s 2025-10-03 13:36:30.138288 | fa163ec6-d492-82e0-62f1-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-03 13:36:30.383538 | fa163ec6-d492-82e0-62f1-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-03 13:36:30.385055 | fa163ec6-d492-82e0-62f1-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:03:57.994827 | 0.25s 2025-10-03 13:36:30.405760 | fa163ec6-d492-82e0-62f1-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-03 13:36:31.039741 | fa163ec6-d492-82e0-62f1-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-03 13:36:31.042976 | fa163ec6-d492-82e0-62f1-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:03:58.652743 | 0.64s 2025-10-03 13:36:31.071121 | fa163ec6-d492-82e0-62f1-000000002194 | TASK | Fail if container image is undefined 2025-10-03 13:36:31.136242 | fa163ec6-d492-82e0-62f1-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 13:36:31.137552 | fa163ec6-d492-82e0-62f1-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:58.747318 | 0.06s 2025-10-03 13:36:31.182634 | fa163ec6-d492-82e0-62f1-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-03 13:36:36.928558 | fa163ec6-d492-82e0-62f1-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-03 13:36:36.930131 | fa163ec6-d492-82e0-62f1-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:04.539893 | 5.75s 2025-10-03 13:36:36.993113 | fa163ec6-d492-82e0-62f1-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-03 13:36:37.322251 | fa163ec6-d492-82e0-62f1-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-03 13:36:37.323690 | fa163ec6-d492-82e0-62f1-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:04.933456 | 0.33s 2025-10-03 13:36:37.377868 | fa163ec6-d492-82e0-62f1-0000000021a0 | TASK | Run lvmfilter role 2025-10-03 13:36:37.427676 | fa163ec6-d492-82e0-62f1-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:05.037431 | 0.05s 2025-10-03 13:36:37.515551 | fa163ec6-d492-82e0-62f1-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-03 13:36:37.761342 | fa163ec6-d492-82e0-62f1-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-03 13:36:37.762711 | fa163ec6-d492-82e0-62f1-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:05.372479 | 0.25s 2025-10-03 13:36:37.792223 | fa163ec6-d492-82e0-62f1-0000000022b9 | TASK | collect ansible devices 2025-10-03 13:36:37.842594 | fa163ec6-d492-82e0-62f1-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-03 13:36:37.843840 | fa163ec6-d492-82e0-62f1-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:05.453605 | 0.05s 2025-10-03 13:36:37.872837 | fa163ec6-d492-82e0-62f1-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-03 13:36:37.922973 | fa163ec6-d492-82e0-62f1-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-03 13:36:37.923875 | fa163ec6-d492-82e0-62f1-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:05.533647 | 0.05s 2025-10-03 13:36:37.944771 | fa163ec6-d492-82e0-62f1-0000000022bb | TASK | set allowed_devices 2025-10-03 13:36:37.970805 | fa163ec6-d492-82e0-62f1-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-03 13:36:37.971632 | fa163ec6-d492-82e0-62f1-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:05.581405 | 0.03s 2025-10-03 13:36:37.992296 | fa163ec6-d492-82e0-62f1-0000000022bc | TASK | build lvm2 allow list 2025-10-03 13:36:38.020838 | fa163ec6-d492-82e0-62f1-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-03 13:36:38.021606 | fa163ec6-d492-82e0-62f1-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:05.631380 | 0.03s 2025-10-03 13:36:38.041639 | fa163ec6-d492-82e0-62f1-0000000022bd | TASK | build lvm2 deny list 2025-10-03 13:36:38.089067 | fa163ec6-d492-82e0-62f1-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-03 13:36:38.090062 | fa163ec6-d492-82e0-62f1-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:05.699835 | 0.05s 2025-10-03 13:36:38.110735 | fa163ec6-d492-82e0-62f1-0000000022be | TASK | build lvm2 filter 2025-10-03 13:36:38.159384 | fa163ec6-d492-82e0-62f1-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-03 13:36:38.160220 | fa163ec6-d492-82e0-62f1-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:05.769993 | 0.05s 2025-10-03 13:36:38.180917 | fa163ec6-d492-82e0-62f1-0000000022bf | TASK | regenerate lvm config 2025-10-03 13:36:38.228728 | fa163ec6-d492-82e0-62f1-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-03 13:36:38.230082 | fa163ec6-d492-82e0-62f1-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:05.839848 | 0.05s 2025-10-03 13:36:38.249161 | fa163ec6-d492-82e0-62f1-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-03 13:36:38.308311 | fa163ec6-d492-82e0-62f1-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-03 13:36:38.309084 | fa163ec6-d492-82e0-62f1-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:05.918859 | 0.06s 2025-10-03 13:36:38.344707 | fa163ec6-d492-82e0-62f1-0000000021a6 | TASK | Fail if container image is undefined 2025-10-03 13:36:38.380395 | fa163ec6-d492-82e0-62f1-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 13:36:38.381152 | fa163ec6-d492-82e0-62f1-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:05.990927 | 0.04s 2025-10-03 13:36:38.406363 | fa163ec6-d492-82e0-62f1-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-03 13:36:47.124949 | fa163ec6-d492-82e0-62f1-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-03 13:36:47.127647 | fa163ec6-d492-82e0-62f1-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:14.737412 | 8.72s 2025-10-03 13:36:47.186129 | fa163ec6-d492-82e0-62f1-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-03 13:36:47.499064 | fa163ec6-d492-82e0-62f1-0000000021a8 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-03 13:36:47.501599 | fa163ec6-d492-82e0-62f1-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:15.111364 | 0.31s 2025-10-03 13:36:47.609524 | fa163ec6-d492-82e0-62f1-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 13:36:47.612284 | fa163ec6-d492-82e0-62f1-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:15.222048 | 0.06s 2025-10-03 13:36:47.641014 | fa163ec6-d492-82e0-62f1-0000000021ba | TASK | Fail if container image is undefined 2025-10-03 13:36:47.694134 | fa163ec6-d492-82e0-62f1-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 13:36:47.695455 | fa163ec6-d492-82e0-62f1-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:15.305221 | 0.05s 2025-10-03 13:36:47.738619 | fa163ec6-d492-82e0-62f1-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-03 13:36:55.175095 | fa163ec6-d492-82e0-62f1-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-03 13:36:55.176826 | fa163ec6-d492-82e0-62f1-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:22.786561 | 7.44s 2025-10-03 13:36:55.251826 | fa163ec6-d492-82e0-62f1-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-03 13:36:55.545369 | fa163ec6-d492-82e0-62f1-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-03 13:36:55.546426 | fa163ec6-d492-82e0-62f1-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:23.156199 | 0.29s 2025-10-03 13:36:55.638012 | fa163ec6-d492-82e0-62f1-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 13:36:55.638959 | fa163ec6-d492-82e0-62f1-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:23.248731 | 0.05s 2025-10-03 13:36:55.660012 | fa163ec6-d492-82e0-62f1-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-03 13:37:17.823407 | fa163ec6-d492-82e0-62f1-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-03 13:37:17.824326 | fa163ec6-d492-82e0-62f1-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:45.434102 | 22.16s 2025-10-03 13:37:17.841643 | fa163ec6-d492-82e0-62f1-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-03 13:37:17.887269 | fa163ec6-d492-82e0-62f1-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-03 13:37:17.888243 | fa163ec6-d492-82e0-62f1-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:45.498015 | 0.05s 2025-10-03 13:37:17.909299 | fa163ec6-d492-82e0-62f1-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-03 13:37:18.145939 | fa163ec6-d492-82e0-62f1-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-03 13:37:18.146674 | fa163ec6-d492-82e0-62f1-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:45.756450 | 0.24s 2025-10-03 13:37:18.166953 | fa163ec6-d492-82e0-62f1-0000000021ce | TASK | is KSM enabled 2025-10-03 13:37:18.195770 | fa163ec6-d492-82e0-62f1-0000000021ce | OK | is KSM enabled | standalone 2025-10-03 13:37:18.196760 | fa163ec6-d492-82e0-62f1-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:45.806533 | 0.03s 2025-10-03 13:37:18.218239 | fa163ec6-d492-82e0-62f1-0000000021d0 | TASK | Check for ksm 2025-10-03 13:37:18.469943 | fa163ec6-d492-82e0-62f1-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-03 13:37:18.470966 | fa163ec6-d492-82e0-62f1-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:46.080740 | 0.25s 2025-10-03 13:37:18.491482 | fa163ec6-d492-82e0-62f1-0000000021d1 | TASK | disable KSM services 2025-10-03 13:37:18.557988 | fa163ec6-d492-82e0-62f1-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-03 13:37:18.581171 | fa163ec6-d492-82e0-62f1-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-03 13:37:18.592505 | fa163ec6-d492-82e0-62f1-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:46.202270 | 0.10s 2025-10-03 13:37:18.613982 | fa163ec6-d492-82e0-62f1-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-03 13:37:18.652406 | fa163ec6-d492-82e0-62f1-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-03 13:37:18.653869 | fa163ec6-d492-82e0-62f1-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:46.263635 | 0.04s 2025-10-03 13:37:18.681866 | fa163ec6-d492-82e0-62f1-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-03 13:37:18.721209 | fa163ec6-d492-82e0-62f1-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-03 13:37:18.722030 | fa163ec6-d492-82e0-62f1-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:46.331802 | 0.04s 2025-10-03 13:37:18.740849 | fa163ec6-d492-82e0-62f1-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-03 13:37:18.777509 | fa163ec6-d492-82e0-62f1-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-03 13:37:18.778308 | fa163ec6-d492-82e0-62f1-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:46.388083 | 0.04s 2025-10-03 13:37:18.796075 | fa163ec6-d492-82e0-62f1-0000000021d6 | TASK | enable ksmtunded 2025-10-03 13:37:18.848877 | fa163ec6-d492-82e0-62f1-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-03 13:37:18.862825 | fa163ec6-d492-82e0-62f1-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-03 13:37:18.869616 | fa163ec6-d492-82e0-62f1-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:46.479371 | 0.07s 2025-10-03 13:37:18.949525 | fa163ec6-d492-82e0-62f1-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 13:37:18.950951 | fa163ec6-d492-82e0-62f1-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:46.560718 | 0.06s 2025-10-03 13:37:18.977654 | fa163ec6-d492-82e0-62f1-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-03 13:37:19.040334 | fa163ec6-d492-82e0-62f1-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-03 13:37:19.041515 | fa163ec6-d492-82e0-62f1-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:46.651283 | 0.06s 2025-10-03 13:37:19.067158 | fa163ec6-d492-82e0-62f1-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-03 13:37:21.883804 | fa163ec6-d492-82e0-62f1-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-03 13:37:21.887880 | fa163ec6-d492-82e0-62f1-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:49.497647 | 2.82s 2025-10-03 13:37:21.916553 | fa163ec6-d492-82e0-62f1-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-03 13:37:21.992082 | fa163ec6-d492-82e0-62f1-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-03 13:37:21.993149 | fa163ec6-d492-82e0-62f1-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:49.602920 | 0.08s 2025-10-03 13:37:22.017429 | fa163ec6-d492-82e0-62f1-0000000021de | TASK | Fetch ovn VIP 2025-10-03 13:37:22.083086 | fa163ec6-d492-82e0-62f1-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-03 13:37:22.084434 | fa163ec6-d492-82e0-62f1-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:04:49.694199 | 0.07s 2025-10-03 13:37:22.117109 | fa163ec6-d492-82e0-62f1-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-03 13:37:22.184972 | fa163ec6-d492-82e0-62f1-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-03 13:37:22.186167 | fa163ec6-d492-82e0-62f1-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:49.795934 | 0.07s 2025-10-03 13:37:22.210257 | fa163ec6-d492-82e0-62f1-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-03 13:37:22.281170 | fa163ec6-d492-82e0-62f1-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-03 13:37:22.282174 | fa163ec6-d492-82e0-62f1-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:49.891946 | 0.07s 2025-10-03 13:37:22.305832 | fa163ec6-d492-82e0-62f1-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-03 13:37:22.376949 | fa163ec6-d492-82e0-62f1-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-03 13:37:22.378002 | fa163ec6-d492-82e0-62f1-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:49.987772 | 0.07s 2025-10-03 13:37:22.401764 | fa163ec6-d492-82e0-62f1-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-03 13:37:22.468487 | fa163ec6-d492-82e0-62f1-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-03 13:37:22.475277 | fa163ec6-d492-82e0-62f1-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:04:50.085040 | 0.07s 2025-10-03 13:37:22.537098 | fa163ec6-d492-82e0-62f1-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 13:37:22.538119 | fa163ec6-d492-82e0-62f1-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:50.147891 | 0.04s 2025-10-03 13:37:22.562304 | fa163ec6-d492-82e0-62f1-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-03 13:37:22.601210 | fa163ec6-d492-82e0-62f1-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:04:50.210972 | 0.04s 2025-10-03 13:37:22.660205 | fa163ec6-d492-82e0-62f1-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-03 13:37:22.934143 | fa163ec6-d492-82e0-62f1-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-03 13:37:22.935575 | fa163ec6-d492-82e0-62f1-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:50.545343 | 0.27s 2025-10-03 13:37:22.965959 | fa163ec6-d492-82e0-62f1-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-03 13:37:23.027441 | fa163ec6-d492-82e0-62f1-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-03 13:37:23.028658 | fa163ec6-d492-82e0-62f1-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:50.638424 | 0.06s 2025-10-03 13:37:23.059102 | fa163ec6-d492-82e0-62f1-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-03 13:37:23.304462 | fa163ec6-d492-82e0-62f1-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-03 13:37:23.305540 | fa163ec6-d492-82e0-62f1-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:50.915313 | 0.24s 2025-10-03 13:37:23.335073 | fa163ec6-d492-82e0-62f1-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-03 13:37:23.406753 | fa163ec6-d492-82e0-62f1-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-03 13:37:23.407855 | fa163ec6-d492-82e0-62f1-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:51.017627 | 0.07s 2025-10-03 13:37:23.437898 | fa163ec6-d492-82e0-62f1-000000002393 | TASK | render OVN cluster configuration 2025-10-03 13:37:24.044205 | fa163ec6-d492-82e0-62f1-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-03 13:37:24.045905 | fa163ec6-d492-82e0-62f1-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:51.655667 | 0.61s 2025-10-03 13:37:24.076620 | fa163ec6-d492-82e0-62f1-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-03 13:37:24.139287 | fa163ec6-d492-82e0-62f1-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:51.749042 | 0.06s 2025-10-03 13:37:24.163938 | fa163ec6-d492-82e0-62f1-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:51.773704 | 0.09s 2025-10-03 13:37:24.178623 | fa163ec6-d492-82e0-62f1-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:51.788391 | 0.10s 2025-10-03 13:37:24.186649 | fa163ec6-d492-82e0-62f1-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:51.796413 | 0.11s 2025-10-03 13:37:24.203984 | ba67e424-f5c2-4f45-b3fb-a12550268b58 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 13:37:24.209624 | 9acd5276-0a7b-4310-a575-e4454fc6ef2d | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 13:37:24.214763 | 08d26391-cdc9-4b9c-bf38-71dbab5e2dcd | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 13:37:24.245721 | fa163ec6-d492-82e0-62f1-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-03 13:37:24.440484 | fa163ec6-d492-82e0-62f1-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-03 13:37:24.441601 | fa163ec6-d492-82e0-62f1-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:52.051369 | 0.19s 2025-10-03 13:37:24.473946 | fa163ec6-d492-82e0-62f1-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-03 13:37:24.502203 | fa163ec6-d492-82e0-62f1-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-03 13:37:24.503469 | fa163ec6-d492-82e0-62f1-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:52.113229 | 0.03s 2025-10-03 13:37:24.524262 | fa163ec6-d492-82e0-62f1-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-03 13:37:24.772003 | fa163ec6-d492-82e0-62f1-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-03 13:37:24.773444 | fa163ec6-d492-82e0-62f1-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:52.383207 | 0.25s 2025-10-03 13:37:24.805429 | fa163ec6-d492-82e0-62f1-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-03 13:37:24.844924 | fa163ec6-d492-82e0-62f1-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-03 13:37:24.846300 | fa163ec6-d492-82e0-62f1-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:52.456060 | 0.04s 2025-10-03 13:37:24.878202 | fa163ec6-d492-82e0-62f1-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-03 13:37:25.134612 | fa163ec6-d492-82e0-62f1-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-03 13:37:25.136121 | fa163ec6-d492-82e0-62f1-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:52.745887 | 0.26s 2025-10-03 13:37:25.167764 | fa163ec6-d492-82e0-62f1-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-03 13:37:25.219165 | fa163ec6-d492-82e0-62f1-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-03 13:37:25.220340 | fa163ec6-d492-82e0-62f1-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:52.830106 | 0.05s 2025-10-03 13:37:25.328353 | fa163ec6-d492-82e0-62f1-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 13:37:25.329544 | fa163ec6-d492-82e0-62f1-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:52.939310 | 0.05s 2025-10-03 13:37:25.412324 | fa163ec6-d492-82e0-62f1-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 13:37:25.413635 | fa163ec6-d492-82e0-62f1-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:53.023405 | 0.05s 2025-10-03 13:37:25.444130 | fa163ec6-d492-82e0-62f1-0000000021f2 | TASK | Fail if container image is undefined 2025-10-03 13:37:25.504252 | fa163ec6-d492-82e0-62f1-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 13:37:25.505157 | fa163ec6-d492-82e0-62f1-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:53.114928 | 0.06s 2025-10-03 13:37:25.532375 | fa163ec6-d492-82e0-62f1-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-03 13:37:32.637738 | fa163ec6-d492-82e0-62f1-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-03 13:37:32.638576 | fa163ec6-d492-82e0-62f1-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:00.248351 | 7.11s 2025-10-03 13:37:32.685876 | fa163ec6-d492-82e0-62f1-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-03 13:37:33.062605 | fa163ec6-d492-82e0-62f1-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-03 13:37:33.063559 | fa163ec6-d492-82e0-62f1-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:00.673333 | 0.38s 2025-10-03 13:37:33.107080 | fa163ec6-d492-82e0-62f1-0000000021ff | TASK | Pre-fetch all the containers 2025-10-03 13:37:38.153561 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-03 13:37:38.157691 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:05.767453 | 5.05s 2025-10-03 13:37:43.913477 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-03 13:37:43.917326 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:11.527085 | 10.81s 2025-10-03 13:37:47.322715 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-03 13:37:47.327144 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:14.936913 | 14.22s 2025-10-03 13:37:51.398406 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-03 13:37:51.402201 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:19.011968 | 18.29s 2025-10-03 13:37:54.386203 | fa163ec6-d492-82e0-62f1-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-03 13:37:54.390052 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:21.999818 | 21.28s 2025-10-03 13:37:56.650295 | fa163ec6-d492-82e0-62f1-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-03 13:37:56.653004 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:24.262769 | 23.54s 2025-10-03 13:38:01.479440 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-03 13:38:01.483339 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:29.093106 | 28.38s 2025-10-03 13:38:06.535111 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-03 13:38:06.539446 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:34.149213 | 33.43s 2025-10-03 13:38:11.607673 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-03 13:38:11.611401 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:39.221167 | 38.50s 2025-10-03 13:38:15.247476 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-03 13:38:15.250310 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:42.860083 | 42.14s 2025-10-03 13:38:23.805914 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-03 13:38:23.809417 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:51.419188 | 50.70s 2025-10-03 13:38:27.922565 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-03 13:38:27.924444 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:55.534216 | 54.82s 2025-10-03 13:38:45.889335 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-03 13:38:45.891588 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:13.501359 | 72.78s 2025-10-03 13:38:56.659813 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-03 13:38:56.663842 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:24.273607 | 83.56s 2025-10-03 13:39:13.720714 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-03 13:39:13.725195 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:41.334958 | 100.62s 2025-10-03 13:39:24.104866 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-03 13:39:24.108989 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:51.718758 | 111.00s 2025-10-03 13:39:32.219691 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-03 13:39:32.223063 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:59.832828 | 119.11s 2025-10-03 13:39:37.612050 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-03 13:39:37.615578 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:05.225350 | 124.51s 2025-10-03 13:39:41.175310 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-03 13:39:41.179114 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:08.788882 | 128.07s 2025-10-03 13:39:45.148030 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-03 13:39:45.151470 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:12.761238 | 132.04s 2025-10-03 13:39:52.404762 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-03 13:39:52.407335 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:20.017105 | 139.30s 2025-10-03 13:40:05.759888 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-03 13:40:05.777092 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:33.386857 | 152.67s 2025-10-03 13:40:09.985949 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-03 13:40:09.990689 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:37.600455 | 156.88s 2025-10-03 13:40:18.860870 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-03 13:40:18.863896 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:46.473663 | 165.76s 2025-10-03 13:40:23.193177 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-03 13:40:23.196212 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:50.805985 | 170.09s 2025-10-03 13:40:26.686673 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-03 13:40:26.689613 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:54.299384 | 173.58s 2025-10-03 13:40:30.091059 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-03 13:40:30.097008 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:57.706770 | 176.99s 2025-10-03 13:40:35.793285 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-03 13:40:35.795933 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:03.405701 | 182.69s 2025-10-03 13:40:40.108218 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-03 13:40:40.112401 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:07.722166 | 187.00s 2025-10-03 13:40:43.927297 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-03 13:40:43.931198 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:11.540965 | 190.82s 2025-10-03 13:40:48.654492 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-03 13:40:48.658684 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:16.268448 | 195.55s 2025-10-03 13:40:52.487981 | fa163ec6-d492-82e0-62f1-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-03 13:40:52.491126 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:20.100898 | 199.38s 2025-10-03 13:40:56.463088 | fa163ec6-d492-82e0-62f1-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-03 13:40:56.466220 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:24.075987 | 203.36s 2025-10-03 13:41:00.284640 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-03 13:41:00.290408 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:27.900160 | 207.18s 2025-10-03 13:41:03.621589 | fa163ec6-d492-82e0-62f1-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-03 13:41:03.625100 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:31.234863 | 210.52s 2025-10-03 13:41:08.548863 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-03 13:41:08.550616 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:36.160390 | 215.44s 2025-10-03 13:41:12.622969 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-03 13:41:12.628580 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:40.238342 | 219.52s 2025-10-03 13:41:17.106667 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-03 13:41:17.109877 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:44.719644 | 224.00s 2025-10-03 13:41:21.167409 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-03 13:41:21.171431 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:48.781198 | 228.06s 2025-10-03 13:41:24.762354 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-03 13:41:24.765527 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:52.375301 | 231.66s 2025-10-03 13:41:28.274577 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-03 13:41:28.279014 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:55.888779 | 235.17s 2025-10-03 13:41:32.283709 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-03 13:41:32.286958 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:59.896729 | 239.18s 2025-10-03 13:41:35.622596 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-03 13:41:35.626877 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:03.236639 | 242.52s 2025-10-03 13:41:39.436713 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-03 13:41:39.440019 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:07.049791 | 246.33s 2025-10-03 13:41:42.794446 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-03 13:41:42.796465 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:10.406241 | 249.69s 2025-10-03 13:41:46.338066 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-03 13:41:46.343410 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:13.953165 | 253.24s 2025-10-03 13:41:49.439179 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-03 13:41:49.444136 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:17.053896 | 256.34s 2025-10-03 13:41:53.085359 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-03 13:41:53.090429 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:20.700189 | 259.98s 2025-10-03 13:41:56.935177 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-03 13:41:56.937565 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:24.547342 | 263.83s 2025-10-03 13:42:01.310557 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-03 13:42:01.314925 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:28.924692 | 268.21s 2025-10-03 13:42:04.963361 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-03 13:42:04.967364 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:32.577130 | 271.86s 2025-10-03 13:42:08.239183 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-03 13:42:08.243624 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:35.853390 | 275.14s 2025-10-03 13:42:13.369819 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-03 13:42:13.374655 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:40.984424 | 280.27s 2025-10-03 13:42:17.513282 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-03 13:42:17.516340 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:45.126106 | 284.41s 2025-10-03 13:42:20.993670 | fa163ec6-d492-82e0-62f1-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-03 13:42:20.997472 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:48.607233 | 287.89s 2025-10-03 13:42:21.542837 | fa163ec6-d492-82e0-62f1-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:49.152600 | 288.43s 2025-10-03 13:42:21.762050 | fa163ec6-d492-82e0-62f1-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 13:42:21.762830 | fa163ec6-d492-82e0-62f1-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:49.372605 | 0.05s 2025-10-03 13:42:21.791145 | fa163ec6-d492-82e0-62f1-000000002209 | TASK | Fail if container image is undefined 2025-10-03 13:42:21.860367 | fa163ec6-d492-82e0-62f1-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 13:42:21.861843 | fa163ec6-d492-82e0-62f1-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:49.471600 | 0.07s 2025-10-03 13:42:21.911983 | fa163ec6-d492-82e0-62f1-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-03 13:42:27.648668 | fa163ec6-d492-82e0-62f1-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-03 13:42:27.650218 | fa163ec6-d492-82e0-62f1-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:55.259991 | 5.74s 2025-10-03 13:42:27.696698 | fa163ec6-d492-82e0-62f1-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-03 13:42:28.008234 | fa163ec6-d492-82e0-62f1-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-03 13:42:28.009691 | fa163ec6-d492-82e0-62f1-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:09:55.619458 | 0.31s 2025-10-03 13:42:28.067049 | fa163ec6-d492-82e0-62f1-000000002216 | TASK | Check if rsyslog exists 2025-10-03 13:42:28.307585 | fa163ec6-d492-82e0-62f1-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-03 13:42:28.308637 | fa163ec6-d492-82e0-62f1-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:09:55.918410 | 0.24s 2025-10-03 13:42:28.337110 | fa163ec6-d492-82e0-62f1-000000002217 | TASK | Forward logging to swift.log file 2025-10-03 13:42:28.786284 | fa163ec6-d492-82e0-62f1-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-03 13:42:28.787634 | fa163ec6-d492-82e0-62f1-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:09:56.397401 | 0.45s 2025-10-03 13:42:28.819200 | fa163ec6-d492-82e0-62f1-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-03 13:42:29.309997 | fa163ec6-d492-82e0-62f1-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-03 13:42:29.311911 | fa163ec6-d492-82e0-62f1-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:56.921678 | 0.49s 2025-10-03 13:42:29.344398 | fa163ec6-d492-82e0-62f1-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-03 13:42:29.555238 | fa163ec6-d492-82e0-62f1-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-03 13:42:29.556261 | fa163ec6-d492-82e0-62f1-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:57.166034 | 0.21s 2025-10-03 13:42:29.663815 | fa163ec6-d492-82e0-62f1-0000000000c3 | TIMING | include_tasks | standalone | 0:09:57.273536 | 0.07s 2025-10-03 13:42:29.709912 | edc800ca-8d38-4246-b6ab-2cfd10d8a271 | INCLUDED | /root/standalone-ansible-ns0w0h08/common_deploy_steps_tasks.yaml | standalone 2025-10-03 13:42:29.736322 | fa163ec6-d492-82e0-62f1-00000000249a | TASK | Write the config_step hieradata 2025-10-03 13:42:30.231075 | fa163ec6-d492-82e0-62f1-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-03 13:42:30.232356 | fa163ec6-d492-82e0-62f1-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:09:57.842125 | 0.50s 2025-10-03 13:42:30.258698 | fa163ec6-d492-82e0-62f1-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-03 13:42:30.582684 | fa163ec6-d492-82e0-62f1-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-03 13:42:30.584106 | fa163ec6-d492-82e0-62f1-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:58.193873 | 0.32s 2025-10-03 13:42:30.614067 | fa163ec6-d492-82e0-62f1-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-03 13:42:30.830235 | fa163ec6-d492-82e0-62f1-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 13:42:41.029265 | fa163ec6-d492-82e0-62f1-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 13:42:51.230540 | fa163ec6-d492-82e0-62f1-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-03 13:43:01.465441 | fa163ec6-d492-82e0-62f1-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-03 13:43:11.675322 | fa163ec6-d492-82e0-62f1-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-03 13:43:21.892291 | fa163ec6-d492-82e0-62f1-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-03 13:43:32.120159 | fa163ec6-d492-82e0-62f1-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 13:43:32.121562 | fa163ec6-d492-82e0-62f1-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:59.731329 | 61.51s 2025-10-03 13:43:32.153907 | fa163ec6-d492-82e0-62f1-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-03 13:43:32.247571 | fa163ec6-d492-82e0-62f1-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>Oct 3 13:42:30 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 13:42:34 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 13:42:34 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 13:42:34 puppet-user: (file & line not available)", "<13>Oct 3 13:42:34 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 3 13:42:34 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 3 13:42:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 13:42:35 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Oct 3 13:42:35 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 3 13:42:35 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 3 13:42:35 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 3 13:42:44 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 3 13:42:52 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 3 13:42:52 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 3 13:42:52 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 3 13:42:52 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 3 13:42:55 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 3 13:42:56 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 3 13:42:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 3 13:43:00 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 3 13:43:03 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 3 13:43:03 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 3 13:43:04 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 3 13:43:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 3 13:43:28 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 13:43:30 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 3 13:43:30 puppet-user: Notice: Applied catalog in 55.25 seconds", "<13>Oct 3 13:43:30 puppet-user: Application:", "<13>Oct 3 13:43:30 puppet-user: Initial environment: production", "<13>Oct 3 13:43:30 puppet-user: Converged environment: production", "<13>Oct 3 13:43:30 puppet-user: Run mode: user", "<13>Oct 3 13:43:30 puppet-user: Changes:", "<13>Oct 3 13:43:30 puppet-user: Total: 17", "<13>Oct 3 13:43:30 puppet-user: Events:", "<13>Oct 3 13:43:30 puppet-user: Success: 17", "<13>Oct 3 13:43:30 puppet-user: Resources:", "<13>Oct 3 13:43:30 puppet-user: Restarted: 1", "<13>Oct 3 13:43:30 puppet-user: Changed: 16", "<13>Oct 3 13:43:30 puppet-user: Out of sync: 16", "<13>Oct 3 13:43:30 puppet-user: Total: 26", "<13>Oct 3 13:43:30 puppet-user: Time:", "<13>Oct 3 13:43:30 puppet-user: Filebucket: 0.00", "<13>Oct 3 13:43:30 puppet-user: Schedule: 0.00", "<13>Oct 3 13:43:30 puppet-user: File: 0.00", "<13>Oct 3 13:43:30 puppet-user: File line: 0.00", "<13>Oct 3 13:43:30 puppet-user: Augeas: 0.02", "<13>Oct 3 13:43:30 puppet-user: User: 0.19", "<13>Oct 3 13:43:30 puppet-user: Config retrieval: 0.45", "<13>Oct 3 13:43:30 puppet-user: Package: 16.67", "<13>Oct 3 13:43:30 puppet-user: Last run: 1759499010", "<13>Oct 3 13:43:30 puppet-user: Exec: 28.73", "<13>Oct 3 13:43:30 puppet-user: Pcmk property: 3.75", "<13>Oct 3 13:43:30 puppet-user: Service: 4.60", "<13>Oct 3 13:43:30 puppet-user: Transaction evaluation: 55.24", "<13>Oct 3 13:43:30 puppet-user: Catalog application: 55.25", "<13>Oct 3 13:43:30 puppet-user: Total: 55.25", "<13>Oct 3 13:43:30 puppet-user: Version:", "<13>Oct 3 13:43:30 puppet-user: Config: 1759498954", "<13>Oct 3 13:43:30 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 13:43:32.249295 | fa163ec6-d492-82e0-62f1-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:59.859061 | 0.09s 2025-10-03 13:43:32.280746 | fa163ec6-d492-82e0-62f1-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-03 13:43:32.303330 | fa163ec6-d492-82e0-62f1-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:59.913084 | 0.02s 2025-10-03 13:43:32.377829 | fa163ec6-d492-82e0-62f1-0000000024e5 | TASK | Gather variables for each operating system 2025-10-03 13:43:32.509377 | fa163ec6-d492-82e0-62f1-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:00.119132 | 0.13s 2025-10-03 13:43:32.540155 | fa163ec6-d492-82e0-62f1-0000000024e6 | TASK | Create puppet caching structures 2025-10-03 13:43:32.763124 | fa163ec6-d492-82e0-62f1-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-03 13:43:32.764617 | fa163ec6-d492-82e0-62f1-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:00.374384 | 0.22s 2025-10-03 13:43:32.794747 | fa163ec6-d492-82e0-62f1-0000000024e7 | TASK | Check for facter.conf 2025-10-03 13:43:33.009408 | fa163ec6-d492-82e0-62f1-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-03 13:43:33.010735 | fa163ec6-d492-82e0-62f1-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:00.620500 | 0.21s 2025-10-03 13:43:33.041296 | fa163ec6-d492-82e0-62f1-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-03 13:43:33.080873 | fa163ec6-d492-82e0-62f1-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 13:43:33.082011 | fa163ec6-d492-82e0-62f1-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:00.691777 | 0.04s 2025-10-03 13:43:33.113879 | fa163ec6-d492-82e0-62f1-0000000024e9 | TASK | Write facter cache config 2025-10-03 13:43:33.624085 | fa163ec6-d492-82e0-62f1-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-03 13:43:33.625445 | fa163ec6-d492-82e0-62f1-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:01.235212 | 0.51s 2025-10-03 13:43:33.650200 | fa163ec6-d492-82e0-62f1-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-03 13:43:33.878743 | fa163ec6-d492-82e0-62f1-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-03 13:43:33.880133 | fa163ec6-d492-82e0-62f1-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:01.489899 | 0.23s 2025-10-03 13:43:33.911710 | fa163ec6-d492-82e0-62f1-0000000024eb | TASK | Pre-cache facts 2025-10-03 13:43:34.537778 | fa163ec6-d492-82e0-62f1-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-03 13:43:34.539070 | fa163ec6-d492-82e0-62f1-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:02.148838 | 0.63s 2025-10-03 13:43:34.564923 | fa163ec6-d492-82e0-62f1-0000000024ec | TASK | Failed deployment if facter fails 2025-10-03 13:43:34.597020 | fa163ec6-d492-82e0-62f1-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 13:43:34.598006 | fa163ec6-d492-82e0-62f1-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:02.207775 | 0.03s 2025-10-03 13:43:34.637212 | fa163ec6-d492-82e0-62f1-0000000024ed | TASK | Sync cached facts 2025-10-03 13:43:35.106408 | fa163ec6-d492-82e0-62f1-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec6-d492-82e0-62f1-0000000024ed') missing from stats 2025-10-03 13:43:35.164763 | fa163ec6-d492-82e0-62f1-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 13:43:35.212712 | fa163ec6-d492-82e0-62f1-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:02.822474 | 0.05s 2025-10-03 13:43:35.241986 | da2d5554-dc17-4aae-8265-61817632db8b | INCLUDED | /root/standalone-ansible-ns0w0h08/generate-config-tasks.yaml | standalone 2025-10-03 13:43:35.280964 | fa163ec6-d492-82e0-62f1-000000002537 | TASK | Create base directory puppet configs 2025-10-03 13:43:35.490757 | fa163ec6-d492-82e0-62f1-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-03 13:43:35.492158 | fa163ec6-d492-82e0-62f1-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:03.101926 | 0.21s 2025-10-03 13:43:35.524328 | fa163ec6-d492-82e0-62f1-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-03 13:43:35.811842 | fa163ec6-d492-82e0-62f1-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-03 13:43:35.812827 | fa163ec6-d492-82e0-62f1-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:03.422600 | 0.29s 2025-10-03 13:43:35.837486 | fa163ec6-d492-82e0-62f1-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-03 13:43:35.857925 | fa163ec6-d492-82e0-62f1-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:03.467676 | 0.02s 2025-10-03 13:43:35.934773 | fa163ec6-d492-82e0-62f1-0000000025c3 | TASK | Gather variables for each operating system 2025-10-03 13:43:36.035446 | fa163ec6-d492-82e0-62f1-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:03.645202 | 0.10s 2025-10-03 13:43:36.066212 | fa163ec6-d492-82e0-62f1-0000000025c4 | TASK | Create container logs path 2025-10-03 13:43:36.265015 | fa163ec6-d492-82e0-62f1-0000000025c4 | OK | Create container logs path | standalone 2025-10-03 13:43:36.266322 | fa163ec6-d492-82e0-62f1-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:03.876091 | 0.20s 2025-10-03 13:43:36.298873 | fa163ec6-d492-82e0-62f1-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 13:43:36.714544 | fa163ec6-d492-82e0-62f1-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 13:43:36.715878 | fa163ec6-d492-82e0-62f1-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:04.325641 | 0.41s 2025-10-03 13:43:36.751670 | fa163ec6-d492-82e0-62f1-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-03 13:43:36.825865 | fa163ec6-d492-82e0-62f1-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-03 13:43:36.827050 | fa163ec6-d492-82e0-62f1-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:04.436817 | 0.07s 2025-10-03 13:43:36.858968 | fa163ec6-d492-82e0-62f1-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-03 13:43:36.899837 | fa163ec6-d492-82e0-62f1-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 13:43:36.901476 | fa163ec6-d492-82e0-62f1-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:04.511236 | 0.04s 2025-10-03 13:43:36.934921 | fa163ec6-d492-82e0-62f1-0000000025cb | TASK | Update container configs with new config hashes 2025-10-03 13:43:36.997188 | fa163ec6-d492-82e0-62f1-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 13:43:36.998131 | fa163ec6-d492-82e0-62f1-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:04.607902 | 0.06s 2025-10-03 13:43:37.028469 | fa163ec6-d492-82e0-62f1-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 13:43:37.071603 | fa163ec6-d492-82e0-62f1-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:04.681355 | 0.04s 2025-10-03 13:43:37.097039 | 33bd77c7-16bc-422d-8a52-d869335f4727 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 13:43:37.128088 | fa163ec6-d492-82e0-62f1-000000002610 | TASK | Gather podman infos 2025-10-03 13:43:37.691616 | fa163ec6-d492-82e0-62f1-000000002610 | OK | Gather podman infos | standalone 2025-10-03 13:43:37.692392 | fa163ec6-d492-82e0-62f1-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:05.302165 | 0.56s 2025-10-03 13:43:37.726372 | fa163ec6-d492-82e0-62f1-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 13:43:37.768399 | fa163ec6-d492-82e0-62f1-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 13:43:37.769258 | fa163ec6-d492-82e0-62f1-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:05.379030 | 0.04s 2025-10-03 13:43:37.794578 | fa163ec6-d492-82e0-62f1-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 13:43:37.833369 | fa163ec6-d492-82e0-62f1-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:05.443132 | 0.04s 2025-10-03 13:43:37.849743 | 27bf5b98-0a00-4181-bcab-e1f25ac2affd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 13:43:37.882766 | fa163ec6-d492-82e0-62f1-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 13:44:10.257333 | fa163ec6-d492-82e0-62f1-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 13:44:10.258846 | fa163ec6-d492-82e0-62f1-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:37.868606 | 32.37s 2025-10-03 13:44:10.332564 | fa163ec6-d492-82e0-62f1-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 13:44:10.414712 | fa163ec6-d492-82e0-62f1-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 13:44:10.416018 | fa163ec6-d492-82e0-62f1-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:38.025784 | 0.08s 2025-10-03 13:44:10.473172 | fa163ec6-d492-82e0-62f1-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-03 13:44:10.504034 | fa163ec6-d492-82e0-62f1-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-03 13:44:10.505215 | fa163ec6-d492-82e0-62f1-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:38.114979 | 0.03s 2025-10-03 13:44:10.534270 | fa163ec6-d492-82e0-62f1-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-03 13:44:10.572895 | fa163ec6-d492-82e0-62f1-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-03 13:44:10.574044 | fa163ec6-d492-82e0-62f1-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:38.183811 | 0.04s 2025-10-03 13:44:10.604756 | fa163ec6-d492-82e0-62f1-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-03 13:44:10.633197 | fa163ec6-d492-82e0-62f1-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:38.242955 | 0.03s 2025-10-03 13:44:10.701953 | fa163ec6-d492-82e0-62f1-000000002690 | TASK | Gather variables for each operating system 2025-10-03 13:44:10.823352 | fa163ec6-d492-82e0-62f1-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:38.433111 | 0.12s 2025-10-03 13:44:10.853048 | fa163ec6-d492-82e0-62f1-000000002691 | TASK | Create container logs path 2025-10-03 13:44:11.131714 | fa163ec6-d492-82e0-62f1-000000002691 | OK | Create container logs path | standalone 2025-10-03 13:44:11.133077 | fa163ec6-d492-82e0-62f1-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:38.742847 | 0.28s 2025-10-03 13:44:11.168452 | fa163ec6-d492-82e0-62f1-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 13:44:11.412526 | fa163ec6-d492-82e0-62f1-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-03 13:44:11.414048 | fa163ec6-d492-82e0-62f1-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:39.023806 | 0.24s 2025-10-03 13:44:11.455685 | fa163ec6-d492-82e0-62f1-000000002694 | TASK | Finalise hashes for all containers 2025-10-03 13:44:11.505269 | fa163ec6-d492-82e0-62f1-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-03 13:44:11.506283 | fa163ec6-d492-82e0-62f1-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:39.116055 | 0.05s 2025-10-03 13:44:11.529035 | fa163ec6-d492-82e0-62f1-000000002696 | TASK | Manage systemd shutdown files 2025-10-03 13:44:11.556245 | fa163ec6-d492-82e0-62f1-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:39.166011 | 0.03s 2025-10-03 13:44:11.575860 | e0abc0d4-a22a-40d4-8745-99e8bf993641 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 13:44:11.604073 | fa163ec6-d492-82e0-62f1-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 13:44:11.862240 | fa163ec6-d492-82e0-62f1-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 13:44:11.863651 | fa163ec6-d492-82e0-62f1-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:39.473419 | 0.26s 2025-10-03 13:44:11.894454 | fa163ec6-d492-82e0-62f1-0000000026ca | TASK | Set podman_drop_in fact 2025-10-03 13:44:11.936125 | fa163ec6-d492-82e0-62f1-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-03 13:44:11.937438 | fa163ec6-d492-82e0-62f1-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:39.547207 | 0.04s 2025-10-03 13:44:11.967213 | fa163ec6-d492-82e0-62f1-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 13:44:12.422106 | fa163ec6-d492-82e0-62f1-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 13:44:12.424304 | fa163ec6-d492-82e0-62f1-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:40.034059 | 0.46s 2025-10-03 13:44:12.947074 | fa163ec6-d492-82e0-62f1-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 13:44:12.949076 | fa163ec6-d492-82e0-62f1-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:40.558847 | 0.98s 2025-10-03 13:44:12.959621 | fa163ec6-d492-82e0-62f1-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:40.569381 | 0.99s 2025-10-03 13:44:12.991567 | fa163ec6-d492-82e0-62f1-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 13:44:13.479983 | fa163ec6-d492-82e0-62f1-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 13:44:13.480814 | fa163ec6-d492-82e0-62f1-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:41.090590 | 0.49s 2025-10-03 13:44:13.502312 | fa163ec6-d492-82e0-62f1-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 13:44:13.959500 | fa163ec6-d492-82e0-62f1-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 13:44:13.960714 | fa163ec6-d492-82e0-62f1-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:41.570487 | 0.46s 2025-10-03 13:44:13.984919 | fa163ec6-d492-82e0-62f1-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-03 13:44:14.955089 | fa163ec6-d492-82e0-62f1-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-03 13:44:14.957087 | fa163ec6-d492-82e0-62f1-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:42.566855 | 0.97s 2025-10-03 13:44:14.987984 | fa163ec6-d492-82e0-62f1-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 13:44:15.483709 | fa163ec6-d492-82e0-62f1-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 13:44:15.485219 | fa163ec6-d492-82e0-62f1-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:43.094987 | 0.50s 2025-10-03 13:44:15.514995 | fa163ec6-d492-82e0-62f1-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 13:44:16.005995 | fa163ec6-d492-82e0-62f1-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 13:44:16.007538 | fa163ec6-d492-82e0-62f1-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:43.617305 | 0.49s 2025-10-03 13:44:16.038804 | fa163ec6-d492-82e0-62f1-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-03 13:44:16.971657 | fa163ec6-d492-82e0-62f1-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 13:44:16.973528 | fa163ec6-d492-82e0-62f1-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:44.583295 | 0.93s 2025-10-03 13:44:17.009945 | fa163ec6-d492-82e0-62f1-000000002698 | TASK | Update container configs with new config hashes 2025-10-03 13:44:17.073877 | fa163ec6-d492-82e0-62f1-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:44.683643 | 0.06s 2025-10-03 13:44:17.084864 | c017e21b-c96c-49c7-adfc-1cf319af3617 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 13:44:17.107108 | fa163ec6-d492-82e0-62f1-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-03 13:44:17.443057 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-03 13:44:17.443895 | | WARNING | Config change detected for mysql_bootstrap, new hash: 2d87ceae7c4ea9e8305ca82bf3d37ef3 2025-10-03 13:44:17.444291 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 131e263c94b676c6822f263b46f008f1 2025-10-03 13:44:17.444623 | | WARNING | Config change detected for clustercheck, new hash: 8898db4b6a1ef393769ee37ab1d2a081 2025-10-03 13:44:17.444891 | | WARNING | Config change detected for horizon_fix_perms, new hash: a31292e77c2c32210b11e093ef00a43f 2025-10-03 13:44:17.445154 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 2d87ceae7c4ea9e8305ca82bf3d37ef3 2025-10-03 13:44:17.445435 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: cfe01492b01046ec95252188e923b0e9 2025-10-03 13:44:17.445688 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: cfe01492b01046ec95252188e923b0e9 2025-10-03 13:44:17.445958 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: cfe01492b01046ec95252188e923b0e9 2025-10-03 13:44:17.446235 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: cfe01492b01046ec95252188e923b0e9 2025-10-03 13:44:17.446478 | | WARNING | Config change detected for aodh_db_sync, new hash: 69011ead6a1059af224bd711af1ad71d 2025-10-03 13:44:17.446714 | | WARNING | Config change detected for barbican_api, new hash: a1444c6f4d7937d5a1f866b24435b708 2025-10-03 13:44:17.446980 | | WARNING | Config change detected for barbican_api_db_sync, new hash: a1444c6f4d7937d5a1f866b24435b708 2025-10-03 13:44:17.447203 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: a1444c6f4d7937d5a1f866b24435b708 2025-10-03 13:44:17.447436 | | WARNING | Config change detected for barbican_keystone_listener, new hash: a1444c6f4d7937d5a1f866b24435b708 2025-10-03 13:44:17.447674 | | WARNING | Config change detected for barbican_worker, new hash: a1444c6f4d7937d5a1f866b24435b708 2025-10-03 13:44:17.447928 | | WARNING | Config change detected for cinder_api_db_sync, new hash: c051e0e4619bb1c97a65c802fcd0c194 2025-10-03 13:44:17.448256 | | WARNING | Config change detected for glance_api_db_sync, new hash: 8fdfdd58a8bc1840177826755d36553e-5d15e5529f7060f7d8ee7d372b441e5d 2025-10-03 13:44:17.448507 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 1e798ca2db31b8a4573fb7c5bb907812 2025-10-03 13:44:17.448789 | | WARNING | Config change detected for horizon, new hash: a31292e77c2c32210b11e093ef00a43f 2025-10-03 13:44:17.449035 | | WARNING | Config change detected for iscsid, new hash: 5d15e5529f7060f7d8ee7d372b441e5d 2025-10-03 13:44:17.449260 | | WARNING | Config change detected for keystone, new hash: 5e997b864710c3f5f5e025157018d555 2025-10-03 13:44:17.449484 | | WARNING | Config change detected for keystone_cron, new hash: 5e997b864710c3f5f5e025157018d555 2025-10-03 13:44:17.449720 | | WARNING | Config change detected for keystone_db_sync, new hash: 5e997b864710c3f5f5e025157018d555 2025-10-03 13:44:17.449979 | | WARNING | Config change detected for manila_api_db_sync, new hash: 036e8cecd18c26e15e5521f00e66890a 2025-10-03 13:44:17.450214 | | WARNING | Config change detected for neutron_db_sync, new hash: 8ba5a5705a4156e78a405d1cc4c8faec 2025-10-03 13:44:17.450442 | | WARNING | Config change detected for nova_api_db_sync, new hash: 148a05da90a4f37608113c03ea54da11 2025-10-03 13:44:17.450686 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 148a05da90a4f37608113c03ea54da11 2025-10-03 13:44:17.450945 | | WARNING | Config change detected for nova_db_sync, new hash: 148a05da90a4f37608113c03ea54da11 2025-10-03 13:44:17.451181 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: ebcfe6f3b939cc953d96afeca786123a 2025-10-03 13:44:17.451418 | | WARNING | Config change detected for nova_virtnodedevd, new hash: ebcfe6f3b939cc953d96afeca786123a 2025-10-03 13:44:17.451685 | | WARNING | Config change detected for nova_virtproxyd, new hash: ebcfe6f3b939cc953d96afeca786123a 2025-10-03 13:44:17.451940 | | WARNING | Config change detected for nova_virtqemud, new hash: ebcfe6f3b939cc953d96afeca786123a 2025-10-03 13:44:17.452207 | | WARNING | Config change detected for nova_virtsecretd, new hash: ebcfe6f3b939cc953d96afeca786123a 2025-10-03 13:44:17.452441 | | WARNING | Config change detected for nova_virtstoraged, new hash: ebcfe6f3b939cc953d96afeca786123a 2025-10-03 13:44:17.452667 | | WARNING | Config change detected for octavia_db_sync, new hash: cfe01492b01046ec95252188e923b0e9 2025-10-03 13:44:17.452926 | | WARNING | Config change detected for placement_api_db_sync, new hash: 65f8e1d6a577623bb3a62a8eba1e076e 2025-10-03 13:44:17.453161 | | WARNING | Config change detected for swift_copy_rings, new hash: 15142b1db36662eda47c456ca59cb8bd-032127f3639b4d3424b86da78d7812c5 2025-10-03 13:44:17.453416 | | WARNING | Config change detected for aodh_api, new hash: 69011ead6a1059af224bd711af1ad71d 2025-10-03 13:44:17.453662 | | WARNING | Config change detected for aodh_api_cron, new hash: 69011ead6a1059af224bd711af1ad71d 2025-10-03 13:44:17.453934 | | WARNING | Config change detected for aodh_evaluator, new hash: 69011ead6a1059af224bd711af1ad71d 2025-10-03 13:44:17.454169 | | WARNING | Config change detected for aodh_listener, new hash: 69011ead6a1059af224bd711af1ad71d 2025-10-03 13:44:17.454401 | | WARNING | Config change detected for aodh_notifier, new hash: 69011ead6a1059af224bd711af1ad71d 2025-10-03 13:44:17.454643 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 7e015e1857c29de68a0271b2fe8347f8 2025-10-03 13:44:17.454936 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 7e015e1857c29de68a0271b2fe8347f8 2025-10-03 13:44:17.455176 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 7e015e1857c29de68a0271b2fe8347f8 2025-10-03 13:44:17.455454 | | WARNING | Config change detected for cinder_api, new hash: c051e0e4619bb1c97a65c802fcd0c194 2025-10-03 13:44:17.455706 | | WARNING | Config change detected for cinder_api_cron, new hash: c051e0e4619bb1c97a65c802fcd0c194 2025-10-03 13:44:17.455956 | | WARNING | Config change detected for cinder_scheduler, new hash: c051e0e4619bb1c97a65c802fcd0c194 2025-10-03 13:44:17.456201 | | WARNING | Config change detected for glance_api, new hash: 8fdfdd58a8bc1840177826755d36553e-5d15e5529f7060f7d8ee7d372b441e5d 2025-10-03 13:44:17.456452 | | WARNING | Config change detected for glance_api_cron, new hash: 8fdfdd58a8bc1840177826755d36553e 2025-10-03 13:44:17.456686 | | WARNING | Config change detected for glance_api_internal, new hash: 85d475ec993565b1ed9cc6f6e3445a48-5d15e5529f7060f7d8ee7d372b441e5d 2025-10-03 13:44:17.456943 | | WARNING | Config change detected for heat_api, new hash: 09b15fb15051c20af8b1f8799b472f2e 2025-10-03 13:44:17.457177 | | WARNING | Config change detected for heat_api_cfn, new hash: 8feb2c68062328779692b813b3fbde46 2025-10-03 13:44:17.457411 | | WARNING | Config change detected for heat_api_cron, new hash: 09b15fb15051c20af8b1f8799b472f2e 2025-10-03 13:44:17.457643 | | WARNING | Config change detected for heat_engine, new hash: 1e798ca2db31b8a4573fb7c5bb907812 2025-10-03 13:44:17.457895 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-03 13:44:17.458117 | | WARNING | Config change detected for manila_api, new hash: 036e8cecd18c26e15e5521f00e66890a 2025-10-03 13:44:17.458339 | | WARNING | Config change detected for manila_api_cron, new hash: 036e8cecd18c26e15e5521f00e66890a 2025-10-03 13:44:17.458569 | | WARNING | Config change detected for manila_scheduler, new hash: 036e8cecd18c26e15e5521f00e66890a 2025-10-03 13:44:17.458816 | | WARNING | Config change detected for neutron_api, new hash: 8ba5a5705a4156e78a405d1cc4c8faec 2025-10-03 13:44:17.459042 | | WARNING | Config change detected for neutron_dhcp, new hash: 8ba5a5705a4156e78a405d1cc4c8faec 2025-10-03 13:44:17.459306 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 8ba5a5705a4156e78a405d1cc4c8faec 2025-10-03 13:44:17.459532 | | WARNING | Config change detected for nova_api, new hash: 148a05da90a4f37608113c03ea54da11 2025-10-03 13:44:17.459778 | | WARNING | Config change detected for nova_api_cron, new hash: 148a05da90a4f37608113c03ea54da11 2025-10-03 13:44:17.460027 | | WARNING | Config change detected for nova_conductor, new hash: 148a05da90a4f37608113c03ea54da11 2025-10-03 13:44:17.460276 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: ebcfe6f3b939cc953d96afeca786123a 2025-10-03 13:44:17.460510 | | WARNING | Config change detected for nova_metadata, new hash: cd78fd553f781b357f75ebf508c91035 2025-10-03 13:44:17.460749 | | WARNING | Config change detected for nova_migration_target, new hash: ebcfe6f3b939cc953d96afeca786123a 2025-10-03 13:44:17.461004 | | WARNING | Config change detected for nova_scheduler, new hash: 148a05da90a4f37608113c03ea54da11 2025-10-03 13:44:17.461248 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 148a05da90a4f37608113c03ea54da11 2025-10-03 13:44:17.461514 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 148a05da90a4f37608113c03ea54da11 2025-10-03 13:44:17.461753 | | WARNING | Config change detected for octavia_api, new hash: cfe01492b01046ec95252188e923b0e9 2025-10-03 13:44:17.461995 | | WARNING | Config change detected for octavia_driver_agent, new hash: cfe01492b01046ec95252188e923b0e9 2025-10-03 13:44:17.462256 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 8ba5a5705a4156e78a405d1cc4c8faec 2025-10-03 13:44:17.462491 | | WARNING | Config change detected for placement_api, new hash: 65f8e1d6a577623bb3a62a8eba1e076e 2025-10-03 13:44:17.462728 | | WARNING | Config change detected for placement_wait_for_service, new hash: 65f8e1d6a577623bb3a62a8eba1e076e 2025-10-03 13:44:17.463007 | | WARNING | Config change detected for swift_account_reaper, new hash: 15142b1db36662eda47c456ca59cb8bd 2025-10-03 13:44:17.463236 | | WARNING | Config change detected for swift_account_server, new hash: 15142b1db36662eda47c456ca59cb8bd 2025-10-03 13:44:17.463469 | | WARNING | Config change detected for swift_container_server, new hash: 15142b1db36662eda47c456ca59cb8bd 2025-10-03 13:44:17.463694 | | WARNING | Config change detected for swift_container_updater, new hash: 15142b1db36662eda47c456ca59cb8bd 2025-10-03 13:44:17.463967 | | WARNING | Config change detected for swift_object_expirer, new hash: 15142b1db36662eda47c456ca59cb8bd 2025-10-03 13:44:17.464235 | | WARNING | Config change detected for swift_object_server, new hash: 15142b1db36662eda47c456ca59cb8bd 2025-10-03 13:44:17.464480 | | WARNING | Config change detected for swift_object_updater, new hash: 15142b1db36662eda47c456ca59cb8bd 2025-10-03 13:44:17.464714 | | WARNING | Config change detected for swift_proxy, new hash: 15142b1db36662eda47c456ca59cb8bd 2025-10-03 13:44:17.464999 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 7e015e1857c29de68a0271b2fe8347f8 2025-10-03 13:44:17.465234 | | WARNING | Config change detected for gnocchi_api, new hash: d09b723958cd0312caa3a8d3c9fcb0f7 2025-10-03 13:44:17.465456 | | WARNING | Config change detected for gnocchi_db_sync, new hash: d09b723958cd0312caa3a8d3c9fcb0f7 2025-10-03 13:44:17.465699 | | WARNING | Config change detected for gnocchi_metricd, new hash: d09b723958cd0312caa3a8d3c9fcb0f7 2025-10-03 13:44:17.465956 | | WARNING | Config change detected for gnocchi_statsd, new hash: d09b723958cd0312caa3a8d3c9fcb0f7 2025-10-03 13:44:17.466201 | | WARNING | Config change detected for nova_compute, new hash: 5d15e5529f7060f7d8ee7d372b441e5d-ebcfe6f3b939cc953d96afeca786123a 2025-10-03 13:44:17.466446 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: ebcfe6f3b939cc953d96afeca786123a 2025-10-03 13:44:17.466692 | | WARNING | Config change detected for octavia_health_manager, new hash: cfe01492b01046ec95252188e923b0e9 2025-10-03 13:44:17.466962 | | WARNING | Config change detected for octavia_housekeeping, new hash: cfe01492b01046ec95252188e923b0e9 2025-10-03 13:44:17.467189 | | WARNING | Config change detected for octavia_rsyslog, new hash: cfe01492b01046ec95252188e923b0e9 2025-10-03 13:44:17.467440 | | WARNING | Config change detected for octavia_worker, new hash: cfe01492b01046ec95252188e923b0e9 2025-10-03 13:44:17.467713 | fa163ec6-d492-82e0-62f1-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-03 13:44:17.468220 | fa163ec6-d492-82e0-62f1-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:45.077993 | 0.36s 2025-10-03 13:44:17.493420 | fa163ec6-d492-82e0-62f1-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 13:44:17.553970 | fa163ec6-d492-82e0-62f1-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:45.163733 | 0.06s 2025-10-03 13:44:17.569973 | 8239a5f7-981b-4d57-849d-4d1f9d163073 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 13:44:17.600344 | fa163ec6-d492-82e0-62f1-000000002719 | TASK | Gather podman infos 2025-10-03 13:44:18.458520 | fa163ec6-d492-82e0-62f1-000000002719 | OK | Gather podman infos | standalone 2025-10-03 13:44:18.459591 | fa163ec6-d492-82e0-62f1-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:46.069364 | 0.86s 2025-10-03 13:44:18.515241 | fa163ec6-d492-82e0-62f1-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 13:44:18.553718 | fa163ec6-d492-82e0-62f1-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:46.163476 | 0.04s 2025-10-03 13:44:18.649133 | fa163ec6-d492-82e0-62f1-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:46.258894 | 0.04s 2025-10-03 13:44:18.696467 | fa163ec6-d492-82e0-62f1-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 13:44:18.746201 | fa163ec6-d492-82e0-62f1-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:46.355966 | 0.05s 2025-10-03 13:44:18.761586 | 5a6afa6d-e7c0-489b-96c5-774a21918648 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 13:44:18.792975 | fa163ec6-d492-82e0-62f1-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 13:44:26.644518 | fa163ec6-d492-82e0-62f1-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-03 13:44:26.646132 | fa163ec6-d492-82e0-62f1-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:54.255898 | 7.85s 2025-10-03 13:44:26.680855 | fa163ec6-d492-82e0-62f1-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 13:44:29.392151 | fa163ec6-d492-82e0-62f1-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-03 13:44:29.395475 | fa163ec6-d492-82e0-62f1-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:11:57.005233 | 2.71s 2025-10-03 13:44:29.483873 | fa163ec6-d492-82e0-62f1-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-03 13:44:29.709583 | fa163ec6-d492-82e0-62f1-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-03 13:44:29.710883 | fa163ec6-d492-82e0-62f1-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:57.320652 | 0.23s 2025-10-03 13:44:29.768649 | fa163ec6-d492-82e0-62f1-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-03 13:44:29.807135 | fa163ec6-d492-82e0-62f1-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:57.416888 | 0.04s 2025-10-03 13:44:29.840394 | fa163ec6-d492-82e0-62f1-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-03 13:44:29.882113 | fa163ec6-d492-82e0-62f1-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:57.491870 | 0.04s 2025-10-03 13:44:29.912857 | b5e612e0-5aa1-4d21-a0e6-55b4d733ad20 | INCLUDED | /root/standalone-ansible-ns0w0h08/host-container-puppet-tasks.yaml | standalone 2025-10-03 13:44:29.953658 | fa163ec6-d492-82e0-62f1-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-03 13:44:30.391504 | fa163ec6-d492-82e0-62f1-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-03 13:44:30.392350 | fa163ec6-d492-82e0-62f1-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:58.002123 | 0.44s 2025-10-03 13:44:30.416606 | fa163ec6-d492-82e0-62f1-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-03 13:44:30.684949 | fa163ec6-d492-82e0-62f1-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-03 13:44:30.686292 | fa163ec6-d492-82e0-62f1-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:58.296055 | 0.27s 2025-10-03 13:44:30.718453 | fa163ec6-d492-82e0-62f1-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-03 13:44:30.740118 | fa163ec6-d492-82e0-62f1-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:58.349886 | 0.02s 2025-10-03 13:44:30.779214 | fa163ec6-d492-82e0-62f1-0000000025c3 | TASK | Gather variables for each operating system 2025-10-03 13:44:30.887984 | fa163ec6-d492-82e0-62f1-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:58.497750 | 0.11s 2025-10-03 13:44:30.908290 | fa163ec6-d492-82e0-62f1-0000000025c4 | TASK | Create container logs path 2025-10-03 13:44:31.142883 | fa163ec6-d492-82e0-62f1-0000000025c4 | OK | Create container logs path | standalone 2025-10-03 13:44:31.143626 | fa163ec6-d492-82e0-62f1-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:58.753401 | 0.23s 2025-10-03 13:44:31.164965 | fa163ec6-d492-82e0-62f1-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 13:44:31.395390 | fa163ec6-d492-82e0-62f1-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 13:44:31.396682 | fa163ec6-d492-82e0-62f1-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:59.006451 | 0.23s 2025-10-03 13:44:31.427922 | fa163ec6-d492-82e0-62f1-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-03 13:44:31.480201 | fa163ec6-d492-82e0-62f1-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-03 13:44:31.481419 | fa163ec6-d492-82e0-62f1-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:59.091186 | 0.05s 2025-10-03 13:44:31.514311 | fa163ec6-d492-82e0-62f1-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-03 13:44:31.557371 | fa163ec6-d492-82e0-62f1-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 13:44:31.558662 | fa163ec6-d492-82e0-62f1-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:59.168427 | 0.04s 2025-10-03 13:44:31.591059 | fa163ec6-d492-82e0-62f1-0000000025cb | TASK | Update container configs with new config hashes 2025-10-03 13:44:31.631975 | fa163ec6-d492-82e0-62f1-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 13:44:31.632930 | fa163ec6-d492-82e0-62f1-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:59.242702 | 0.04s 2025-10-03 13:44:31.657216 | fa163ec6-d492-82e0-62f1-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 13:44:31.704761 | fa163ec6-d492-82e0-62f1-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 13:44:31.706113 | fa163ec6-d492-82e0-62f1-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:59.315876 | 0.05s 2025-10-03 13:44:31.741179 | fa163ec6-d492-82e0-62f1-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 13:44:31.791755 | fa163ec6-d492-82e0-62f1-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 13:44:31.792826 | fa163ec6-d492-82e0-62f1-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:59.402598 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-03 13:44:31.964376 | fa163ec6-d492-82e0-62f1-0000000000c6 | TASK | External deployment step 2 2025-10-03 13:44:31.990948 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000c6') missing from stats 2025-10-03 13:44:32.028637 | fa163ec6-d492-82e0-62f1-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:59.638400 | 0.02s 2025-10-03 13:44:32.049551 | 664230e0-5785-46d1-bf42-7877d51a273e | INCLUDED | /root/standalone-ansible-ns0w0h08/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-03 13:44:32.067444 | fa163ec6-d492-82e0-62f1-000000002852 | TASK | create cephadm working directory and related files 2025-10-03 13:44:32.095427 | fa163ec6-d492-82e0-62f1-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:11:59.705196 | 0.03s 2025-10-03 13:44:32.133805 | fa163ec6-d492-82e0-62f1-00000000287a | TASK | create cephadm workdir 2025-10-03 13:44:32.393752 | fa163ec6-d492-82e0-62f1-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-ns0w0h08/cephadm 2025-10-03 13:44:32.395293 | fa163ec6-d492-82e0-62f1-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:00.005068 | 0.26s 2025-10-03 13:44:32.405842 | fa163ec6-d492-82e0-62f1-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:00.015606 | 0.27s 2025-10-03 13:44:32.422650 | fa163ec6-d492-82e0-62f1-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-03 13:44:32.640424 | fa163ec6-d492-82e0-62f1-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-03 13:44:32.641929 | fa163ec6-d492-82e0-62f1-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:00.251695 | 0.22s 2025-10-03 13:44:32.660391 | fa163ec6-d492-82e0-62f1-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-03 13:44:32.918537 | fa163ec6-d492-82e0-62f1-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-03 13:44:32.919381 | fa163ec6-d492-82e0-62f1-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:00.529158 | 0.26s 2025-10-03 13:44:32.934217 | fa163ec6-d492-82e0-62f1-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-03 13:44:32.991682 | fa163ec6-d492-82e0-62f1-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-03 13:44:32.993014 | fa163ec6-d492-82e0-62f1-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:00.602780 | 0.06s 2025-10-03 13:44:33.065295 | fa163ec6-d492-82e0-62f1-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:00.675049 | 0.05s 2025-10-03 13:44:33.152942 | fa163ec6-d492-82e0-62f1-000000002902 | TASK | set basic user fact 2025-10-03 13:44:33.222026 | fa163ec6-d492-82e0-62f1-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-03 13:44:33.223296 | fa163ec6-d492-82e0-62f1-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:00.833061 | 0.07s 2025-10-03 13:44:33.241153 | fa163ec6-d492-82e0-62f1-000000002903 | TASK | set basic home fact 2025-10-03 13:44:33.323940 | fa163ec6-d492-82e0-62f1-000000002903 | OK | set basic home fact | undercloud 2025-10-03 13:44:33.325218 | fa163ec6-d492-82e0-62f1-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:00.934988 | 0.08s 2025-10-03 13:44:33.343878 | fa163ec6-d492-82e0-62f1-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-03 13:44:33.416080 | fa163ec6-d492-82e0-62f1-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-03 13:44:33.417274 | fa163ec6-d492-82e0-62f1-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:01.027043 | 0.07s 2025-10-03 13:44:33.439687 | fa163ec6-d492-82e0-62f1-000000002906 | TASK | get all ansible environment variables 2025-10-03 13:44:33.501057 | fa163ec6-d492-82e0-62f1-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-03 13:44:33.502218 | fa163ec6-d492-82e0-62f1-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:01.111986 | 0.06s 2025-10-03 13:44:33.520130 | fa163ec6-d492-82e0-62f1-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-03 13:44:33.570095 | fa163ec6-d492-82e0-62f1-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-03 13:44:33.571198 | fa163ec6-d492-82e0-62f1-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:01.180966 | 0.05s 2025-10-03 13:44:33.588761 | fa163ec6-d492-82e0-62f1-000000002909 | TASK | Set common fact 2025-10-03 13:44:33.642575 | fa163ec6-d492-82e0-62f1-000000002909 | OK | Set common fact | undercloud 2025-10-03 13:44:33.643734 | fa163ec6-d492-82e0-62f1-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:01.253503 | 0.05s 2025-10-03 13:44:33.661739 | fa163ec6-d492-82e0-62f1-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-03 13:44:33.701505 | fa163ec6-d492-82e0-62f1-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-03 13:44:33.702610 | fa163ec6-d492-82e0-62f1-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:01.312376 | 0.04s 2025-10-03 13:44:33.738838 | fa163ec6-d492-82e0-62f1-00000000290c | TASK | build filter list 2025-10-03 13:44:33.772711 | fa163ec6-d492-82e0-62f1-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:01.382471 | 0.03s 2025-10-03 13:44:33.791614 | fa163ec6-d492-82e0-62f1-00000000290d | TASK | add images pool 2025-10-03 13:44:33.866190 | fa163ec6-d492-82e0-62f1-00000000290d | OK | add images pool | undercloud 2025-10-03 13:44:33.867483 | fa163ec6-d492-82e0-62f1-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:01.477252 | 0.07s 2025-10-03 13:44:33.885852 | fa163ec6-d492-82e0-62f1-00000000290e | TASK | add volumes pool 2025-10-03 13:44:33.949115 | fa163ec6-d492-82e0-62f1-00000000290e | OK | add volumes pool | undercloud 2025-10-03 13:44:33.950444 | fa163ec6-d492-82e0-62f1-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:01.560211 | 0.06s 2025-10-03 13:44:33.969603 | fa163ec6-d492-82e0-62f1-00000000290f | TASK | add vms pool 2025-10-03 13:44:34.030875 | fa163ec6-d492-82e0-62f1-00000000290f | OK | add vms pool | undercloud 2025-10-03 13:44:34.031907 | fa163ec6-d492-82e0-62f1-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:01.641682 | 0.06s 2025-10-03 13:44:34.046997 | fa163ec6-d492-82e0-62f1-000000002910 | TASK | add gnocchi pool 2025-10-03 13:44:34.094512 | fa163ec6-d492-82e0-62f1-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-03 13:44:34.095714 | fa163ec6-d492-82e0-62f1-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:01.705481 | 0.05s 2025-10-03 13:44:34.115068 | fa163ec6-d492-82e0-62f1-000000002911 | TASK | add cinder backup pool 2025-10-03 13:44:34.188541 | fa163ec6-d492-82e0-62f1-000000002911 | OK | add cinder backup pool | undercloud 2025-10-03 13:44:34.189845 | fa163ec6-d492-82e0-62f1-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:01.799613 | 0.07s 2025-10-03 13:44:34.209081 | fa163ec6-d492-82e0-62f1-000000002912 | TASK | add cinder extra pools 2025-10-03 13:44:34.238266 | fa163ec6-d492-82e0-62f1-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:01.848016 | 0.03s 2025-10-03 13:44:34.257073 | fa163ec6-d492-82e0-62f1-000000002913 | TASK | build resulting pool list 2025-10-03 13:44:34.436859 | fa163ec6-d492-82e0-62f1-000000002913 | OK | build resulting pool list | undercloud 2025-10-03 13:44:34.438110 | fa163ec6-d492-82e0-62f1-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:02.047878 | 0.18s 2025-10-03 13:44:34.456637 | fa163ec6-d492-82e0-62f1-000000002915 | TASK | add manila data pool 2025-10-03 13:44:34.518652 | fa163ec6-d492-82e0-62f1-000000002915 | OK | add manila data pool | undercloud 2025-10-03 13:44:34.519577 | fa163ec6-d492-82e0-62f1-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:02.129349 | 0.06s 2025-10-03 13:44:34.534365 | fa163ec6-d492-82e0-62f1-000000002916 | TASK | add manila metadata pool 2025-10-03 13:44:34.586040 | fa163ec6-d492-82e0-62f1-000000002916 | OK | add manila metadata pool | undercloud 2025-10-03 13:44:34.586838 | fa163ec6-d492-82e0-62f1-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:02.196610 | 0.05s 2025-10-03 13:44:34.650481 | fa163ec6-d492-82e0-62f1-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:02.260247 | 0.04s 2025-10-03 13:44:34.751987 | fa163ec6-d492-82e0-62f1-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-03 13:44:34.810541 | fa163ec6-d492-82e0-62f1-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-03 13:44:34.811556 | fa163ec6-d492-82e0-62f1-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:02.421328 | 0.06s 2025-10-03 13:44:34.827428 | fa163ec6-d492-82e0-62f1-000000002aaa | TASK | build openstack client profiles per pool 2025-10-03 13:44:34.907530 | fa163ec6-d492-82e0-62f1-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 13:44:34.908691 | fa163ec6-d492-82e0-62f1-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:02.518460 | 0.08s 2025-10-03 13:44:34.941245 | fa163ec6-d492-82e0-62f1-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 13:44:34.942722 | fa163ec6-d492-82e0-62f1-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:02.552493 | 0.11s 2025-10-03 13:44:34.964967 | fa163ec6-d492-82e0-62f1-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 13:44:34.966905 | fa163ec6-d492-82e0-62f1-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:02.576672 | 0.14s 2025-10-03 13:44:34.984118 | fa163ec6-d492-82e0-62f1-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 13:44:34.985129 | fa163ec6-d492-82e0-62f1-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:02.594898 | 0.16s 2025-10-03 13:44:34.992240 | fa163ec6-d492-82e0-62f1-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:02.601997 | 0.16s 2025-10-03 13:44:35.012053 | fa163ec6-d492-82e0-62f1-000000002aab | TASK | set openstack client caps 2025-10-03 13:44:35.056120 | fa163ec6-d492-82e0-62f1-000000002aab | OK | set openstack client caps | undercloud 2025-10-03 13:44:35.057054 | fa163ec6-d492-82e0-62f1-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:02.666828 | 0.04s 2025-10-03 13:44:35.072649 | fa163ec6-d492-82e0-62f1-000000002aac | TASK | set openstack client osd(s) caps 2025-10-03 13:44:35.135978 | fa163ec6-d492-82e0-62f1-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-03 13:44:35.137378 | fa163ec6-d492-82e0-62f1-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:02.747145 | 0.06s 2025-10-03 13:44:35.155968 | fa163ec6-d492-82e0-62f1-000000002aad | TASK | Combine caps 2025-10-03 13:44:35.216441 | fa163ec6-d492-82e0-62f1-000000002aad | OK | Combine caps | undercloud 2025-10-03 13:44:35.217691 | fa163ec6-d492-82e0-62f1-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:02.827459 | 0.06s 2025-10-03 13:44:35.236570 | fa163ec6-d492-82e0-62f1-000000002aae | TASK | set openstack client key 2025-10-03 13:44:35.302004 | fa163ec6-d492-82e0-62f1-000000002aae | OK | set openstack client key | undercloud 2025-10-03 13:44:35.303313 | fa163ec6-d492-82e0-62f1-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:02.913080 | 0.07s 2025-10-03 13:44:35.321463 | fa163ec6-d492-82e0-62f1-000000002ab0 | TASK | build manila key for openstack 2025-10-03 13:44:35.387769 | fa163ec6-d492-82e0-62f1-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-03 13:44:35.389081 | fa163ec6-d492-82e0-62f1-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:02.998848 | 0.07s 2025-10-03 13:44:35.407513 | fa163ec6-d492-82e0-62f1-000000002ab1 | TASK | build radosgw key for openstack 2025-10-03 13:44:35.467571 | fa163ec6-d492-82e0-62f1-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-03 13:44:35.468922 | fa163ec6-d492-82e0-62f1-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:03.078688 | 0.06s 2025-10-03 13:44:35.487919 | fa163ec6-d492-82e0-62f1-000000002ab2 | TASK | build the resulting keys 2025-10-03 13:44:35.626756 | fa163ec6-d492-82e0-62f1-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-03 13:44:35.628322 | fa163ec6-d492-82e0-62f1-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:03.238081 | 0.14s 2025-10-03 13:44:35.710329 | fa163ec6-d492-82e0-62f1-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:03.320083 | 0.05s 2025-10-03 13:44:35.875171 | fa163ec6-d492-82e0-62f1-000000002dcd | TASK | build ceph orphan set 2025-10-03 13:44:35.947859 | fa163ec6-d492-82e0-62f1-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-03 13:44:35.949214 | fa163ec6-d492-82e0-62f1-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:03.558980 | 0.07s 2025-10-03 13:44:35.968079 | fa163ec6-d492-82e0-62f1-000000002dce | TASK | clean ceph_config_overrides list 2025-10-03 13:44:35.998758 | fa163ec6-d492-82e0-62f1-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:03.608512 | 0.03s 2025-10-03 13:44:36.017634 | fa163ec6-d492-82e0-62f1-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-03 13:44:36.085170 | fa163ec6-d492-82e0-62f1-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-03 13:44:36.086399 | fa163ec6-d492-82e0-62f1-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:03.696165 | 0.07s 2025-10-03 13:44:36.104556 | fa163ec6-d492-82e0-62f1-000000002dd0 | TASK | build ceph config overrides 2025-10-03 13:44:36.225041 | fa163ec6-d492-82e0-62f1-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-03 13:44:36.225856 | fa163ec6-d492-82e0-62f1-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:03.835632 | 0.12s 2025-10-03 13:44:36.256625 | fa163ec6-d492-82e0-62f1-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-03 13:44:36.878679 | fa163ec6-d492-82e0-62f1-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-03 13:44:36.880064 | fa163ec6-d492-82e0-62f1-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:04.489831 | 0.62s 2025-10-03 13:44:36.898496 | fa163ec6-d492-82e0-62f1-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-10-03 13:44:37.032710 | fa163ec6-d492-82e0-62f1-000000002883 | OK | Set bootstrap host | undercloud 2025-10-03 13:44:37.033609 | fa163ec6-d492-82e0-62f1-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:04.643384 | 0.13s 2025-10-03 13:44:37.052506 | fa163ec6-d492-82e0-62f1-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-10-03 13:44:37.157248 | fa163ec6-d492-82e0-62f1-000000002884 | OK | Set first monitor IP | undercloud 2025-10-03 13:44:37.158654 | fa163ec6-d492-82e0-62f1-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:04.768420 | 0.10s 2025-10-03 13:44:37.177050 | fa163ec6-d492-82e0-62f1-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-10-03 13:44:37.271180 | fa163ec6-d492-82e0-62f1-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-03 13:44:37.272225 | fa163ec6-d492-82e0-62f1-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:04.881989 | 0.09s 2025-10-03 13:44:37.290991 | fa163ec6-d492-82e0-62f1-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-03 13:44:37.803137 | fa163ec6-d492-82e0-62f1-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-03 13:44:37.804101 | fa163ec6-d492-82e0-62f1-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:05.413873 | 0.51s 2025-10-03 13:44:37.833118 | fa163ec6-d492-82e0-62f1-000000002853 | TASK | Prepare cephadm user and keys 2025-10-03 13:44:38.357369 | fa163ec6-d492-82e0-62f1-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-03 13:44:38.358749 | fa163ec6-d492-82e0-62f1-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:05.968514 | 0.52s 2025-10-03 13:44:38.376654 | fa163ec6-d492-82e0-62f1-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-03 13:44:38.460075 | fa163ec6-d492-82e0-62f1-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:06.069832 | 0.08s 2025-10-03 13:44:38.541828 | fa163ec6-d492-82e0-62f1-000000003049 | TASK | set cephadm playbook 2025-10-03 13:44:38.613705 | fa163ec6-d492-82e0-62f1-000000003049 | OK | set cephadm playbook | undercloud 2025-10-03 13:44:38.614894 | fa163ec6-d492-82e0-62f1-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:06.224661 | 0.07s 2025-10-03 13:44:38.632482 | fa163ec6-d492-82e0-62f1-00000000304a | TASK | Setup the log path 2025-10-03 13:44:38.687231 | fa163ec6-d492-82e0-62f1-00000000304a | OK | Setup the log path | undercloud 2025-10-03 13:44:38.688428 | fa163ec6-d492-82e0-62f1-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:06.298194 | 0.05s 2025-10-03 13:44:38.706368 | fa163ec6-d492-82e0-62f1-00000000304b | TASK | Setup the cephadm playbook command 2025-10-03 13:44:38.747372 | fa163ec6-d492-82e0-62f1-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-03 13:44:38.748656 | fa163ec6-d492-82e0-62f1-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:06.358423 | 0.04s 2025-10-03 13:44:38.766900 | fa163ec6-d492-82e0-62f1-00000000304c | TASK | rotate cephadm_command.log 2025-10-03 13:44:39.010418 | fa163ec6-d492-82e0-62f1-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-03 13:44:39.011871 | fa163ec6-d492-82e0-62f1-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:06.621633 | 0.24s 2025-10-03 13:44:39.030447 | fa163ec6-d492-82e0-62f1-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-03 13:44:39.484838 | fa163ec6-d492-82e0-62f1-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-03 13:44:39.486214 | fa163ec6-d492-82e0-62f1-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:07.095982 | 0.45s 2025-10-03 13:44:39.505118 | fa163ec6-d492-82e0-62f1-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-03 13:44:39.555280 | fa163ec6-d492-82e0-62f1-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-ns0w0h08/cephadm/cephadm_command.log)" } 2025-10-03 13:44:39.556547 | fa163ec6-d492-82e0-62f1-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:07.166313 | 0.05s 2025-10-03 13:44:39.575095 | fa163ec6-d492-82e0-62f1-00000000304f | TASK | run cephadm playbook 2025-10-03 13:45:33.339192 | fa163ec6-d492-82e0-62f1-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-03 13:45:33.341663 | fa163ec6-d492-82e0-62f1-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:00.951435 | 53.77s 2025-10-03 13:45:33.359595 | fa163ec6-d492-82e0-62f1-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-03 13:45:33.430553 | fa163ec6-d492-82e0-62f1-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-03 13:45:33.432162 | fa163ec6-d492-82e0-62f1-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:01.041934 | 0.07s 2025-10-03 13:45:33.448952 | fa163ec6-d492-82e0-62f1-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-03 13:45:33.499764 | fa163ec6-d492-82e0-62f1-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-03 13:45:33.501433 | fa163ec6-d492-82e0-62f1-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:01.111204 | 0.05s 2025-10-03 13:45:33.532455 | fa163ec6-d492-82e0-62f1-000000002856 | TASK | Check if the input variable file exists 2025-10-03 13:45:33.756228 | fa163ec6-d492-82e0-62f1-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-03 13:45:33.757614 | fa163ec6-d492-82e0-62f1-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:01.367381 | 0.22s 2025-10-03 13:45:33.775487 | fa163ec6-d492-82e0-62f1-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-03 13:45:33.804753 | fa163ec6-d492-82e0-62f1-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-03 13:45:33.806050 | fa163ec6-d492-82e0-62f1-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:01.415818 | 0.03s 2025-10-03 13:45:33.824407 | fa163ec6-d492-82e0-62f1-000000002858 | TASK | configure ceph clients 2025-10-03 13:45:33.863416 | fa163ec6-d492-82e0-62f1-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:01.473171 | 0.04s 2025-10-03 13:45:33.927802 | fa163ec6-d492-82e0-62f1-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-03 13:45:33.997741 | fa163ec6-d492-82e0-62f1-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-03 13:45:33.999167 | fa163ec6-d492-82e0-62f1-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:01.608933 | 0.07s 2025-10-03 13:45:34.017915 | fa163ec6-d492-82e0-62f1-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-03 13:45:34.069469 | fa163ec6-d492-82e0-62f1-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:01.679223 | 0.05s 2025-10-03 13:45:34.081907 | 41ce4a8e-fafc-4f48-8c48-90952acc4e0b | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-03 13:45:34.114584 | fa163ec6-d492-82e0-62f1-000000003157 | TASK | Clean any old fetch directory path 2025-10-03 13:45:34.388723 | fa163ec6-d492-82e0-62f1-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-03 13:45:34.389566 | fa163ec6-d492-82e0-62f1-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:01.999342 | 0.27s 2025-10-03 13:45:34.403941 | fa163ec6-d492-82e0-62f1-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-03 13:45:34.592422 | fa163ec6-d492-82e0-62f1-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-03 13:45:34.593530 | fa163ec6-d492-82e0-62f1-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:02.203302 | 0.19s 2025-10-03 13:45:34.610642 | fa163ec6-d492-82e0-62f1-000000003115 | TASK | Check if the input variables exist 2025-10-03 13:45:34.873543 | fa163ec6-d492-82e0-62f1-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-03 13:45:34.874654 | fa163ec6-d492-82e0-62f1-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:02.484426 | 0.26s 2025-10-03 13:45:34.892892 | fa163ec6-d492-82e0-62f1-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-03 13:45:34.942441 | fa163ec6-d492-82e0-62f1-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-03 13:45:34.943452 | fa163ec6-d492-82e0-62f1-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:02.553223 | 0.05s 2025-10-03 13:45:34.960630 | fa163ec6-d492-82e0-62f1-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-03 13:45:35.022599 | fa163ec6-d492-82e0-62f1-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-03 13:45:35.023727 | fa163ec6-d492-82e0-62f1-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:02.633494 | 0.06s 2025-10-03 13:45:35.041561 | fa163ec6-d492-82e0-62f1-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-03 13:45:35.091958 | fa163ec6-d492-82e0-62f1-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-03 13:45:35.093236 | fa163ec6-d492-82e0-62f1-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:02.703001 | 0.05s 2025-10-03 13:45:35.112126 | fa163ec6-d492-82e0-62f1-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-03 13:45:35.162942 | fa163ec6-d492-82e0-62f1-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:02.772696 | 0.05s 2025-10-03 13:45:35.174609 | 62b17fa9-0e4c-47b8-8a32-17607e67e898 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-03 13:45:35.214400 | fa163ec6-d492-82e0-62f1-0000000031ab | TASK | create cephx key(s) 2025-10-03 13:45:35.633859 | fa163ec6-d492-82e0-62f1-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQCLzt9oAAAAABAACVuuhJNeblWBtOOMo5sgEg==', '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-10-03 13:45:35.634822 | fa163ec6-d492-82e0-62f1-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:03.244596 | 0.42s 2025-10-03 13:45:36.037086 | fa163ec6-d492-82e0-62f1-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQCLzt9oAAAAABAAR0rdbXUPseeoDSYvWyqe/w==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-03 13:45:36.038992 | fa163ec6-d492-82e0-62f1-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:03.648759 | 0.82s 2025-10-03 13:45:36.049997 | fa163ec6-d492-82e0-62f1-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:03.659758 | 0.83s 2025-10-03 13:45:36.069052 | fa163ec6-d492-82e0-62f1-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-03 13:45:36.121716 | fa163ec6-d492-82e0-62f1-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:03.731472 | 0.05s 2025-10-03 13:45:36.132506 | b730ffaf-d79c-47ba-a55f-f028274d303d | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-03 13:45:36.171546 | fa163ec6-d492-82e0-62f1-00000000320f | TASK | create ceph.conf 2025-10-03 13:45:36.735233 | fa163ec6-d492-82e0-62f1-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-03 13:45:36.736255 | fa163ec6-d492-82e0-62f1-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:04.346028 | 0.56s 2025-10-03 13:45:36.752225 | fa163ec6-d492-82e0-62f1-00000000311b | TASK | Configure Ceph Clients 2025-10-03 13:45:36.793665 | fa163ec6-d492-82e0-62f1-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:04.403422 | 0.04s 2025-10-03 13:45:36.805512 | c53906d8-5d7b-4acb-9eb3-426dc9a3660e | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-03 13:45:36.839442 | fa163ec6-d492-82e0-62f1-00000000327e | TASK | set effective ceph_clients without limit 2025-10-03 13:45:36.955324 | fa163ec6-d492-82e0-62f1-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-03 13:45:36.956190 | fa163ec6-d492-82e0-62f1-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:04.565964 | 0.12s 2025-10-03 13:45:36.972468 | fa163ec6-d492-82e0-62f1-00000000327f | TASK | set effective ceph_clients with limit 2025-10-03 13:45:37.031920 | fa163ec6-d492-82e0-62f1-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-03 13:45:37.032746 | fa163ec6-d492-82e0-62f1-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:04.642521 | 0.06s 2025-10-03 13:45:37.046745 | fa163ec6-d492-82e0-62f1-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-03 13:45:37.137152 | fa163ec6-d492-82e0-62f1-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-03 13:45:37.138322 | fa163ec6-d492-82e0-62f1-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:04.748091 | 0.09s 2025-10-03 13:45:37.178835 | fa163ec6-d492-82e0-62f1-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-03 13:45:37.469415 | fa163ec6-d492-82e0-62f1-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ns0w0h08/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ec6-d492-82e0-62f1-000000003281') missing from stats 2025-10-03 13:45:37.715081 | fa163ec6-d492-82e0-62f1-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ns0w0h08/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-03 13:45:37.927329 | fa163ec6-d492-82e0-62f1-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ns0w0h08/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-03 13:45:37.933427 | fa163ec6-d492-82e0-62f1-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:05.543184 | 0.75s 2025-10-03 13:45:37.976159 | fa163ec6-d492-82e0-62f1-000000003282 | TASK | push files to the other nodes of cluster 2025-10-03 13:45:38.410392 | fa163ec6-d492-82e0-62f1-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ns0w0h08/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ec6-d492-82e0-62f1-000000003282') missing from stats 2025-10-03 13:45:38.854610 | fa163ec6-d492-82e0-62f1-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ns0w0h08/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-03 13:45:39.210919 | fa163ec6-d492-82e0-62f1-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-ns0w0h08/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-03 13:45:39.217948 | fa163ec6-d492-82e0-62f1-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:06.827718 | 1.24s 2025-10-03 13:45:39.232668 | fa163ec6-d492-82e0-62f1-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-03 13:45:39.280360 | fa163ec6-d492-82e0-62f1-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:06.890121 | 0.05s 2025-10-03 13:45:39.292422 | 642278e1-4ea7-40ce-8431-53d8aee2ae3f | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-03 13:45:39.338233 | fa163ec6-d492-82e0-62f1-000000003316 | TASK | Clean any old fetch directory path 2025-10-03 13:45:39.598698 | fa163ec6-d492-82e0-62f1-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-03 13:45:39.600083 | fa163ec6-d492-82e0-62f1-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:07.209850 | 0.26s 2025-10-03 13:45:39.618775 | fa163ec6-d492-82e0-62f1-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-03 13:45:39.670147 | fa163ec6-d492-82e0-62f1-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-03 13:45:39.671337 | fa163ec6-d492-82e0-62f1-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:07.281104 | 0.05s 2025-10-03 13:45:39.705691 | fa163ec6-d492-82e0-62f1-000000002859 | TASK | tripleo client role 2025-10-03 13:45:39.735054 | fa163ec6-d492-82e0-62f1-000000002859 | TIMING | tripleo client role | undercloud | 0:13:07.344812 | 0.03s 2025-10-03 13:45:39.753039 | fa163ec6-d492-82e0-62f1-00000000285a | TASK | Load variables for standalone ganesha 2025-10-03 13:45:39.834731 | fa163ec6-d492-82e0-62f1-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-03 13:45:39.835943 | fa163ec6-d492-82e0-62f1-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:07.445710 | 0.08s 2025-10-03 13:45:39.853764 | fa163ec6-d492-82e0-62f1-00000000285b | TASK | Config Standalone Ganesha 2025-10-03 13:45:39.937631 | fa163ec6-d492-82e0-62f1-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-03 13:45:39.938973 | fa163ec6-d492-82e0-62f1-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:07.548741 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-03 13:45:40.078157 | fa163ec6-d492-82e0-62f1-0000000000ca | TASK | Deploy step tasks for 2 2025-10-03 13:45:40.104809 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000ca') missing from stats 2025-10-03 13:45:40.134148 | fa163ec6-d492-82e0-62f1-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-03 13:45:40.586332 | fa163ec6-d492-82e0-62f1-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-03 13:45:40.588130 | fa163ec6-d492-82e0-62f1-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:08.197888 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 13:45:40.648037 | fa163ec6-d492-82e0-62f1-0000000000cc | TIMING | include_tasks | standalone | 0:13:08.257801 | 0.03s 2025-10-03 13:45:40.744452 | 458f0cc1-5549-4376-8217-2de363ce0faa | INCLUDED | /root/standalone-ansible-ns0w0h08/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-03 13:45:40.781820 | fa163ec6-d492-82e0-62f1-0000000033dd | TASK | Push script 2025-10-03 13:45:41.318472 | fa163ec6-d492-82e0-62f1-0000000033dd | CHANGED | Push script | standalone 2025-10-03 13:45:41.319953 | fa163ec6-d492-82e0-62f1-0000000033dd | TIMING | Push script | standalone | 0:13:08.929719 | 0.54s 2025-10-03 13:45:41.349897 | fa163ec6-d492-82e0-62f1-0000000033de | TASK | Insert cronjob in root crontab 2025-10-03 13:45:41.780374 | fa163ec6-d492-82e0-62f1-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-03 13:45:41.781703 | fa163ec6-d492-82e0-62f1-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:09.391471 | 0.43s 2025-10-03 13:45:41.802069 | fa163ec6-d492-82e0-62f1-0000000033e5 | TASK | Gather variables for each operating system 2025-10-03 13:45:41.925406 | fa163ec6-d492-82e0-62f1-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:09.535157 | 0.12s 2025-10-03 13:45:41.950476 | fa163ec6-d492-82e0-62f1-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-03 13:45:42.698678 | fa163ec6-d492-82e0-62f1-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 13:45:42.699552 | fa163ec6-d492-82e0-62f1-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:10.309327 | 0.75s 2025-10-03 13:45:42.729536 | fa163ec6-d492-82e0-62f1-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-03 13:47:28.334970 | fa163ec6-d492-82e0-62f1-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-03 13:47:28.336569 | fa163ec6-d492-82e0-62f1-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:55.946337 | 105.61s 2025-10-03 13:47:28.368484 | fa163ec6-d492-82e0-62f1-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-03 13:47:28.643707 | fa163ec6-d492-82e0-62f1-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-03 13:47:28.645170 | fa163ec6-d492-82e0-62f1-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:56.254937 | 0.28s 2025-10-03 13:47:28.675616 | fa163ec6-d492-82e0-62f1-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 13:47:29.281224 | fa163ec6-d492-82e0-62f1-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 13:47:29.282831 | fa163ec6-d492-82e0-62f1-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:56.892560 | 0.60s 2025-10-03 13:47:29.318565 | fa163ec6-d492-82e0-62f1-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-03 13:47:29.573082 | fa163ec6-d492-82e0-62f1-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-03 13:47:29.575410 | fa163ec6-d492-82e0-62f1-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:57.185177 | 0.26s 2025-10-03 13:47:29.609158 | fa163ec6-d492-82e0-62f1-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-03 13:47:29.672080 | fa163ec6-d492-82e0-62f1-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-03 13:47:29.674652 | fa163ec6-d492-82e0-62f1-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:57.284323 | 0.06s 2025-10-03 13:47:29.709094 | fa163ec6-d492-82e0-62f1-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-03 13:47:29.762076 | fa163ec6-d492-82e0-62f1-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-03 13:47:29.763138 | fa163ec6-d492-82e0-62f1-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:57.372910 | 0.05s 2025-10-03 13:47:29.789258 | fa163ec6-d492-82e0-62f1-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-03 13:47:29.840946 | fa163ec6-d492-82e0-62f1-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-03 13:47:29.842037 | fa163ec6-d492-82e0-62f1-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:57.451808 | 0.05s 2025-10-03 13:47:29.869075 | fa163ec6-d492-82e0-62f1-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 13:47:29.920656 | fa163ec6-d492-82e0-62f1-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 13:47:29.921640 | fa163ec6-d492-82e0-62f1-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:57.531415 | 0.05s 2025-10-03 13:47:29.946726 | fa163ec6-d492-82e0-62f1-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-03 13:47:29.976474 | fa163ec6-d492-82e0-62f1-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-03 13:47:29.977493 | fa163ec6-d492-82e0-62f1-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:57.587264 | 0.03s 2025-10-03 13:47:30.023351 | fa163ec6-d492-82e0-62f1-000000003411 | TASK | Gather variables for each operating system 2025-10-03 13:47:30.117177 | fa163ec6-d492-82e0-62f1-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:57.726939 | 0.09s 2025-10-03 13:47:30.137024 | fa163ec6-d492-82e0-62f1-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-03 13:47:30.846584 | fa163ec6-d492-82e0-62f1-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 13:47:30.847853 | fa163ec6-d492-82e0-62f1-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:58.457621 | 0.71s 2025-10-03 13:47:30.879777 | fa163ec6-d492-82e0-62f1-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-03 13:47:58.465732 | fa163ec6-d492-82e0-62f1-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-03 13:47:58.467897 | fa163ec6-d492-82e0-62f1-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:26.077668 | 27.59s 2025-10-03 13:47:58.490722 | fa163ec6-d492-82e0-62f1-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-03 13:47:58.776192 | fa163ec6-d492-82e0-62f1-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-03 13:47:58.777219 | fa163ec6-d492-82e0-62f1-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:26.386992 | 0.28s 2025-10-03 13:47:58.800993 | fa163ec6-d492-82e0-62f1-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 13:47:59.252759 | fa163ec6-d492-82e0-62f1-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 13:47:59.254213 | fa163ec6-d492-82e0-62f1-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:26.863979 | 0.45s 2025-10-03 13:47:59.280457 | fa163ec6-d492-82e0-62f1-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-03 13:47:59.512685 | fa163ec6-d492-82e0-62f1-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-03 13:47:59.513699 | fa163ec6-d492-82e0-62f1-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:27.123475 | 0.23s 2025-10-03 13:47:59.536539 | fa163ec6-d492-82e0-62f1-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-03 13:47:59.575205 | fa163ec6-d492-82e0-62f1-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-03 13:47:59.576075 | fa163ec6-d492-82e0-62f1-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:27.185849 | 0.04s 2025-10-03 13:47:59.613459 | fa163ec6-d492-82e0-62f1-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-03 13:47:59.662086 | fa163ec6-d492-82e0-62f1-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-03 13:47:59.663113 | fa163ec6-d492-82e0-62f1-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:27.272885 | 0.05s 2025-10-03 13:47:59.688246 | fa163ec6-d492-82e0-62f1-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-03 13:47:59.738761 | fa163ec6-d492-82e0-62f1-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-03 13:47:59.739854 | fa163ec6-d492-82e0-62f1-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:27.349625 | 0.05s 2025-10-03 13:47:59.767346 | fa163ec6-d492-82e0-62f1-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 13:47:59.827694 | fa163ec6-d492-82e0-62f1-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 13:47:59.829020 | fa163ec6-d492-82e0-62f1-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:27.438786 | 0.06s 2025-10-03 13:47:59.861771 | fa163ec6-d492-82e0-62f1-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-03 13:47:59.916203 | fa163ec6-d492-82e0-62f1-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-03 13:47:59.917802 | fa163ec6-d492-82e0-62f1-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:27.527539 | 0.05s 2025-10-03 13:47:59.980327 | fa163ec6-d492-82e0-62f1-00000000343d | TASK | Gather variables for each operating system 2025-10-03 13:48:00.153313 | fa163ec6-d492-82e0-62f1-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:27.763079 | 0.17s 2025-10-03 13:48:00.174145 | fa163ec6-d492-82e0-62f1-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-03 13:48:00.929464 | fa163ec6-d492-82e0-62f1-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 13:48:00.930253 | fa163ec6-d492-82e0-62f1-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:28.540029 | 0.76s 2025-10-03 13:48:00.963681 | fa163ec6-d492-82e0-62f1-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-03 13:48:26.589687 | fa163ec6-d492-82e0-62f1-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-03 13:48:26.591543 | fa163ec6-d492-82e0-62f1-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:54.201301 | 25.63s 2025-10-03 13:48:26.627264 | fa163ec6-d492-82e0-62f1-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-03 13:48:26.914323 | fa163ec6-d492-82e0-62f1-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-03 13:48:26.915856 | fa163ec6-d492-82e0-62f1-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:54.525621 | 0.29s 2025-10-03 13:48:26.948577 | fa163ec6-d492-82e0-62f1-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 13:48:27.469441 | fa163ec6-d492-82e0-62f1-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 13:48:27.470854 | fa163ec6-d492-82e0-62f1-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:55.080617 | 0.52s 2025-10-03 13:48:27.511270 | fa163ec6-d492-82e0-62f1-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-03 13:48:27.790480 | fa163ec6-d492-82e0-62f1-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-03 13:48:27.791495 | fa163ec6-d492-82e0-62f1-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:55.401269 | 0.28s 2025-10-03 13:48:27.812459 | fa163ec6-d492-82e0-62f1-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-03 13:48:27.842166 | fa163ec6-d492-82e0-62f1-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-03 13:48:27.842945 | fa163ec6-d492-82e0-62f1-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:55.452719 | 0.03s 2025-10-03 13:48:27.864849 | fa163ec6-d492-82e0-62f1-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-03 13:48:27.902928 | fa163ec6-d492-82e0-62f1-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-03 13:48:27.903736 | fa163ec6-d492-82e0-62f1-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:55.513510 | 0.04s 2025-10-03 13:48:27.925233 | fa163ec6-d492-82e0-62f1-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-03 13:48:27.964043 | fa163ec6-d492-82e0-62f1-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-03 13:48:27.965056 | fa163ec6-d492-82e0-62f1-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:55.574826 | 0.04s 2025-10-03 13:48:27.988372 | fa163ec6-d492-82e0-62f1-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 13:48:28.058162 | fa163ec6-d492-82e0-62f1-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 13:48:28.059596 | fa163ec6-d492-82e0-62f1-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:55.669359 | 0.07s 2025-10-03 13:48:28.082055 | fa163ec6-d492-82e0-62f1-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-03 13:48:28.132042 | fa163ec6-d492-82e0-62f1-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-03 13:48:28.132818 | fa163ec6-d492-82e0-62f1-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:55.742592 | 0.05s 2025-10-03 13:48:28.175038 | fa163ec6-d492-82e0-62f1-000000003469 | TASK | Gather variables for each operating system 2025-10-03 13:48:28.265980 | fa163ec6-d492-82e0-62f1-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:55.875739 | 0.09s 2025-10-03 13:48:28.286178 | fa163ec6-d492-82e0-62f1-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-03 13:48:28.997345 | fa163ec6-d492-82e0-62f1-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 13:48:28.998398 | fa163ec6-d492-82e0-62f1-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:56.608171 | 0.71s 2025-10-03 13:48:29.022969 | fa163ec6-d492-82e0-62f1-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-03 13:48:54.693706 | fa163ec6-d492-82e0-62f1-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-03 13:48:54.695117 | fa163ec6-d492-82e0-62f1-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:22.304889 | 25.67s 2025-10-03 13:48:54.720982 | fa163ec6-d492-82e0-62f1-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-03 13:48:54.961373 | fa163ec6-d492-82e0-62f1-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-03 13:48:54.963070 | fa163ec6-d492-82e0-62f1-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:22.572837 | 0.24s 2025-10-03 13:48:54.993246 | fa163ec6-d492-82e0-62f1-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 13:48:55.379128 | fa163ec6-d492-82e0-62f1-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 13:48:55.380149 | fa163ec6-d492-82e0-62f1-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:22.989921 | 0.39s 2025-10-03 13:48:55.404861 | fa163ec6-d492-82e0-62f1-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-03 13:48:55.637656 | fa163ec6-d492-82e0-62f1-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-03 13:48:55.638501 | fa163ec6-d492-82e0-62f1-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:23.248277 | 0.23s 2025-10-03 13:48:55.659663 | fa163ec6-d492-82e0-62f1-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-03 13:48:55.718594 | fa163ec6-d492-82e0-62f1-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-03 13:48:55.720137 | fa163ec6-d492-82e0-62f1-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:23.329903 | 0.06s 2025-10-03 13:48:55.753347 | fa163ec6-d492-82e0-62f1-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-03 13:48:55.813727 | fa163ec6-d492-82e0-62f1-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-03 13:48:55.815299 | fa163ec6-d492-82e0-62f1-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:23.425066 | 0.06s 2025-10-03 13:48:55.847037 | fa163ec6-d492-82e0-62f1-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-03 13:48:55.907423 | fa163ec6-d492-82e0-62f1-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-03 13:48:55.908696 | fa163ec6-d492-82e0-62f1-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:23.518462 | 0.06s 2025-10-03 13:48:55.945827 | fa163ec6-d492-82e0-62f1-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 13:48:55.984211 | fa163ec6-d492-82e0-62f1-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 13:48:55.985316 | fa163ec6-d492-82e0-62f1-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:23.595085 | 0.04s 2025-10-03 13:48:56.007743 | fa163ec6-d492-82e0-62f1-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-03 13:48:56.048030 | fa163ec6-d492-82e0-62f1-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-03 13:48:56.048997 | fa163ec6-d492-82e0-62f1-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:23.658769 | 0.04s 2025-10-03 13:48:56.088164 | fa163ec6-d492-82e0-62f1-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-03 13:48:56.277154 | fa163ec6-d492-82e0-62f1-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-03 13:48:56.278611 | fa163ec6-d492-82e0-62f1-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:23.888378 | 0.19s 2025-10-03 13:48:56.373858 | fa163ec6-d492-82e0-62f1-0000000000cf | TIMING | include_tasks | standalone | 0:16:23.983614 | 0.06s 2025-10-03 13:48:56.416935 | 92f929d5-38bc-4763-85f6-b70331ffbfd2 | INCLUDED | /root/standalone-ansible-ns0w0h08/common_deploy_steps_tasks.yaml | standalone 2025-10-03 13:48:56.445129 | fa163ec6-d492-82e0-62f1-000000003509 | TASK | Write the config_step hieradata 2025-10-03 13:48:56.912128 | fa163ec6-d492-82e0-62f1-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-03 13:48:56.913268 | fa163ec6-d492-82e0-62f1-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:24.523035 | 0.47s 2025-10-03 13:48:56.943142 | fa163ec6-d492-82e0-62f1-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-03 13:48:57.277120 | fa163ec6-d492-82e0-62f1-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-03 13:48:57.278270 | fa163ec6-d492-82e0-62f1-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:24.888034 | 0.33s 2025-10-03 13:48:57.301594 | fa163ec6-d492-82e0-62f1-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-03 13:48:57.488223 | fa163ec6-d492-82e0-62f1-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 13:49:07.696434 | fa163ec6-d492-82e0-62f1-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 13:49:17.902627 | fa163ec6-d492-82e0-62f1-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 13:49:17.904436 | fa163ec6-d492-82e0-62f1-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:45.514199 | 20.60s 2025-10-03 13:49:17.945072 | fa163ec6-d492-82e0-62f1-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-03 13:49:18.008238 | fa163ec6-d492-82e0-62f1-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>Oct 3 13:48:57 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 13:49:01 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 13:49:01 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 13:49:01 puppet-user: (file & line not available)", "<13>Oct 3 13:49:01 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 3 13:49:01 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 3 13:49:02 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 13:49:02 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.47 seconds", "<13>Oct 3 13:49:07 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 13:49:10 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 13:49:12 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 13:49:12 puppet-user: Notice: Applied catalog in 10.20 seconds", "<13>Oct 3 13:49:12 puppet-user: Application:", "<13>Oct 3 13:49:12 puppet-user: Initial environment: production", "<13>Oct 3 13:49:12 puppet-user: Converged environment: production", "<13>Oct 3 13:49:12 puppet-user: Run mode: user", "<13>Oct 3 13:49:12 puppet-user: Changes:", "<13>Oct 3 13:49:12 puppet-user: Total: 2", "<13>Oct 3 13:49:12 puppet-user: Events:", "<13>Oct 3 13:49:12 puppet-user: Success: 2", "<13>Oct 3 13:49:12 puppet-user: Resources:", "<13>Oct 3 13:49:12 puppet-user: Changed: 2", "<13>Oct 3 13:49:12 puppet-user: Out of sync: 2", "<13>Oct 3 13:49:12 puppet-user: Total: 28", "<13>Oct 3 13:49:12 puppet-user: Time:", "<13>Oct 3 13:49:12 puppet-user: Filebucket: 0.00", "<13>Oct 3 13:49:12 puppet-user: Schedule: 0.00", "<13>Oct 3 13:49:12 puppet-user: File line: 0.00", "<13>Oct 3 13:49:12 puppet-user: Package: 0.00", "<13>Oct 3 13:49:12 puppet-user: File: 0.00", "<13>Oct 3 13:49:12 puppet-user: Augeas: 0.01", "<13>Oct 3 13:49:12 puppet-user: User: 0.02", "<13>Oct 3 13:49:12 puppet-user: Service: 0.07", "<13>Oct 3 13:49:12 puppet-user: Config retrieval: 0.53", "<13>Oct 3 13:49:12 puppet-user: Pcmk property: 1.55", "<13>Oct 3 13:49:12 puppet-user: Exec: 1.96", "<13>Oct 3 13:49:12 puppet-user: Transaction evaluation: 10.18", "<13>Oct 3 13:49:12 puppet-user: Catalog application: 10.20", "<13>Oct 3 13:49:12 puppet-user: Last run: 1759499352", "<13>Oct 3 13:49:12 puppet-user: Pcmk resource default: 3.12", "<13>Oct 3 13:49:12 puppet-user: Pcmk resource op default: 3.17", "<13>Oct 3 13:49:12 puppet-user: Total: 10.21", "<13>Oct 3 13:49:12 puppet-user: Version:", "<13>Oct 3 13:49:12 puppet-user: Config: 1759499341", "<13>Oct 3 13:49:12 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 13:49:18.009658 | fa163ec6-d492-82e0-62f1-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:45.619425 | 0.06s 2025-10-03 13:49:18.041548 | fa163ec6-d492-82e0-62f1-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-03 13:49:18.064652 | fa163ec6-d492-82e0-62f1-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:45.674414 | 0.02s 2025-10-03 13:49:18.111243 | fa163ec6-d492-82e0-62f1-00000000354c | TASK | Gather variables for each operating system 2025-10-03 13:49:18.224375 | fa163ec6-d492-82e0-62f1-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:45.834142 | 0.11s 2025-10-03 13:49:18.248751 | fa163ec6-d492-82e0-62f1-00000000354d | TASK | Create puppet caching structures 2025-10-03 13:49:18.451273 | fa163ec6-d492-82e0-62f1-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-03 13:49:18.452945 | fa163ec6-d492-82e0-62f1-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:46.062708 | 0.20s 2025-10-03 13:49:18.492070 | fa163ec6-d492-82e0-62f1-00000000354e | TASK | Check for facter.conf 2025-10-03 13:49:18.695479 | fa163ec6-d492-82e0-62f1-00000000354e | OK | Check for facter.conf | standalone 2025-10-03 13:49:18.696947 | fa163ec6-d492-82e0-62f1-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:46.306712 | 0.20s 2025-10-03 13:49:18.727475 | fa163ec6-d492-82e0-62f1-00000000354f | TASK | Remove facter.conf if directory 2025-10-03 13:49:18.780995 | fa163ec6-d492-82e0-62f1-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 13:49:18.782233 | fa163ec6-d492-82e0-62f1-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:46.391999 | 0.05s 2025-10-03 13:49:18.812003 | fa163ec6-d492-82e0-62f1-000000003550 | TASK | Write facter cache config 2025-10-03 13:49:19.232489 | fa163ec6-d492-82e0-62f1-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-03 13:49:19.233847 | fa163ec6-d492-82e0-62f1-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:46.843615 | 0.42s 2025-10-03 13:49:19.264858 | fa163ec6-d492-82e0-62f1-000000003551 | TASK | Cleanup facter cache if exists 2025-10-03 13:49:19.474913 | fa163ec6-d492-82e0-62f1-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 13:49:19.475724 | fa163ec6-d492-82e0-62f1-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:47.085500 | 0.21s 2025-10-03 13:49:19.495300 | fa163ec6-d492-82e0-62f1-000000003552 | TASK | Pre-cache facts 2025-10-03 13:49:20.019910 | fa163ec6-d492-82e0-62f1-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-03 13:49:20.020884 | fa163ec6-d492-82e0-62f1-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:47.630657 | 0.52s 2025-10-03 13:49:20.045776 | fa163ec6-d492-82e0-62f1-000000003553 | TASK | Failed deployment if facter fails 2025-10-03 13:49:20.074413 | fa163ec6-d492-82e0-62f1-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 13:49:20.075369 | fa163ec6-d492-82e0-62f1-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:47.685140 | 0.03s 2025-10-03 13:49:20.111451 | fa163ec6-d492-82e0-62f1-000000003554 | TASK | Sync cached facts 2025-10-03 13:49:20.383589 | fa163ec6-d492-82e0-62f1-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec6-d492-82e0-62f1-000000003554') missing from stats 2025-10-03 13:49:20.434974 | fa163ec6-d492-82e0-62f1-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 13:49:20.491746 | fa163ec6-d492-82e0-62f1-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 13:49:20.493552 | fa163ec6-d492-82e0-62f1-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:48.103314 | 0.06s 2025-10-03 13:49:20.521232 | fa163ec6-d492-82e0-62f1-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-03 13:49:20.550827 | fa163ec6-d492-82e0-62f1-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:48.160531 | 0.03s 2025-10-03 13:49:20.613285 | fa163ec6-d492-82e0-62f1-0000000035ab | TASK | Gather variables for each operating system 2025-10-03 13:49:20.728506 | fa163ec6-d492-82e0-62f1-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:48.338267 | 0.11s 2025-10-03 13:49:20.753264 | fa163ec6-d492-82e0-62f1-0000000035ac | TASK | Create container logs path 2025-10-03 13:49:20.983502 | fa163ec6-d492-82e0-62f1-0000000035ac | OK | Create container logs path | standalone 2025-10-03 13:49:20.984265 | fa163ec6-d492-82e0-62f1-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:48.594041 | 0.23s 2025-10-03 13:49:21.007730 | fa163ec6-d492-82e0-62f1-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 13:49:21.271581 | fa163ec6-d492-82e0-62f1-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-03 13:49:21.272583 | fa163ec6-d492-82e0-62f1-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:48.882354 | 0.26s 2025-10-03 13:49:21.293590 | fa163ec6-d492-82e0-62f1-0000000035af | TASK | Finalise hashes for all containers 2025-10-03 13:49:21.346140 | fa163ec6-d492-82e0-62f1-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-03 13:49:21.347420 | fa163ec6-d492-82e0-62f1-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:48.957188 | 0.05s 2025-10-03 13:49:21.378169 | fa163ec6-d492-82e0-62f1-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-03 13:49:21.418924 | fa163ec6-d492-82e0-62f1-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:49.028685 | 0.04s 2025-10-03 13:49:21.440029 | ad2ac1ff-bbcf-413b-8165-72bc20c5f3d4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 13:49:21.469644 | fa163ec6-d492-82e0-62f1-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 13:49:21.723086 | fa163ec6-d492-82e0-62f1-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 13:49:21.725059 | fa163ec6-d492-82e0-62f1-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:49.334828 | 0.25s 2025-10-03 13:49:21.755512 | fa163ec6-d492-82e0-62f1-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-03 13:49:21.800464 | fa163ec6-d492-82e0-62f1-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-03 13:49:21.801759 | fa163ec6-d492-82e0-62f1-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:49.411528 | 0.04s 2025-10-03 13:49:21.825460 | fa163ec6-d492-82e0-62f1-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 13:49:22.244814 | fa163ec6-d492-82e0-62f1-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 13:49:22.246079 | fa163ec6-d492-82e0-62f1-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:49.855848 | 0.42s 2025-10-03 13:49:22.712385 | fa163ec6-d492-82e0-62f1-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 13:49:22.713883 | fa163ec6-d492-82e0-62f1-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:50.323652 | 0.89s 2025-10-03 13:49:22.724344 | fa163ec6-d492-82e0-62f1-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:50.334112 | 0.90s 2025-10-03 13:49:22.748413 | fa163ec6-d492-82e0-62f1-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 13:49:23.296655 | fa163ec6-d492-82e0-62f1-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 13:49:23.298105 | fa163ec6-d492-82e0-62f1-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:50.907876 | 0.55s 2025-10-03 13:49:23.322373 | fa163ec6-d492-82e0-62f1-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 13:49:23.858064 | fa163ec6-d492-82e0-62f1-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 13:49:23.859369 | fa163ec6-d492-82e0-62f1-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:51.469138 | 0.54s 2025-10-03 13:49:23.889876 | fa163ec6-d492-82e0-62f1-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-03 13:49:24.532733 | fa163ec6-d492-82e0-62f1-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 13:49:24.534966 | fa163ec6-d492-82e0-62f1-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:52.144732 | 0.64s 2025-10-03 13:49:24.568669 | fa163ec6-d492-82e0-62f1-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 13:49:25.104425 | fa163ec6-d492-82e0-62f1-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 13:49:25.106017 | fa163ec6-d492-82e0-62f1-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:52.715784 | 0.54s 2025-10-03 13:49:25.143281 | fa163ec6-d492-82e0-62f1-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 13:49:25.632032 | fa163ec6-d492-82e0-62f1-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 13:49:25.633623 | fa163ec6-d492-82e0-62f1-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:53.243391 | 0.49s 2025-10-03 13:49:25.662181 | fa163ec6-d492-82e0-62f1-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-03 13:49:26.356100 | fa163ec6-d492-82e0-62f1-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 13:49:26.357409 | fa163ec6-d492-82e0-62f1-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:53.967185 | 0.69s 2025-10-03 13:49:26.377833 | fa163ec6-d492-82e0-62f1-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-03 13:49:26.413898 | fa163ec6-d492-82e0-62f1-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:54.023668 | 0.04s 2025-10-03 13:49:26.423964 | 32a9383b-ccaa-44b6-ad9f-f51a2d4ac029 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 13:49:26.445469 | fa163ec6-d492-82e0-62f1-000000003615 | TASK | Update config hashes for container startup configs 2025-10-03 13:49:26.753603 | fa163ec6-d492-82e0-62f1-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-03 13:49:26.755083 | fa163ec6-d492-82e0-62f1-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:54.364848 | 0.31s 2025-10-03 13:49:26.789498 | fa163ec6-d492-82e0-62f1-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 13:49:26.828611 | fa163ec6-d492-82e0-62f1-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:54.438374 | 0.04s 2025-10-03 13:49:26.846597 | 4b5a2fee-fefe-4f10-ad94-0ec72678e2ce | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 13:49:26.873617 | fa163ec6-d492-82e0-62f1-000000003634 | TASK | Gather podman infos 2025-10-03 13:49:27.872082 | fa163ec6-d492-82e0-62f1-000000003634 | OK | Gather podman infos | standalone 2025-10-03 13:49:27.874745 | fa163ec6-d492-82e0-62f1-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:55.484507 | 1.00s 2025-10-03 13:49:27.948579 | fa163ec6-d492-82e0-62f1-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 13:49:28.004905 | fa163ec6-d492-82e0-62f1-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:55.614668 | 0.05s 2025-10-03 13:49:28.125684 | fa163ec6-d492-82e0-62f1-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:55.735437 | 0.07s 2025-10-03 13:49:28.175031 | fa163ec6-d492-82e0-62f1-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 13:49:28.214223 | fa163ec6-d492-82e0-62f1-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:55.823984 | 0.04s 2025-10-03 13:49:28.232003 | 1bcbadb0-9287-4422-a81b-6c48910d30a1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 13:49:28.268702 | fa163ec6-d492-82e0-62f1-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 13:49:44.979230 | fa163ec6-d492-82e0-62f1-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-03 13:49:44.980964 | fa163ec6-d492-82e0-62f1-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:12.590728 | 16.71s 2025-10-03 13:49:45.013557 | fa163ec6-d492-82e0-62f1-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 13:49:47.707523 | fa163ec6-d492-82e0-62f1-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-03 13:49:47.708760 | fa163ec6-d492-82e0-62f1-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:15.318533 | 2.69s 2025-10-03 13:49:47.785064 | fa163ec6-d492-82e0-62f1-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-03 13:49:47.989504 | fa163ec6-d492-82e0-62f1-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-03 13:49:47.991152 | fa163ec6-d492-82e0-62f1-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:15.600913 | 0.20s 2025-10-03 13:49:48.028158 | fa163ec6-d492-82e0-62f1-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-03 13:49:48.080433 | fa163ec6-d492-82e0-62f1-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:15.690188 | 0.05s 2025-10-03 13:49:48.106289 | fa163ec6-d492-82e0-62f1-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-03 13:49:48.136113 | fa163ec6-d492-82e0-62f1-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:15.745868 | 0.03s 2025-10-03 13:49:48.171294 | d94a2101-347f-4fe9-93ee-86bc781ee423 | INCLUDED | /root/standalone-ansible-ns0w0h08/host-container-puppet-tasks.yaml | standalone 2025-10-03 13:49:48.223195 | fa163ec6-d492-82e0-62f1-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-03 13:49:48.714072 | fa163ec6-d492-82e0-62f1-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-03 13:49:48.714924 | fa163ec6-d492-82e0-62f1-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:16.324699 | 0.49s 2025-10-03 13:49:48.735637 | fa163ec6-d492-82e0-62f1-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-03 13:49:48.993406 | fa163ec6-d492-82e0-62f1-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-03 13:49:48.994877 | fa163ec6-d492-82e0-62f1-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:16.604644 | 0.26s 2025-10-03 13:49:49.026178 | fa163ec6-d492-82e0-62f1-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-03 13:49:49.060155 | fa163ec6-d492-82e0-62f1-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:16.669910 | 0.03s 2025-10-03 13:49:49.137859 | fa163ec6-d492-82e0-62f1-000000003722 | TASK | Gather variables for each operating system 2025-10-03 13:49:49.254708 | fa163ec6-d492-82e0-62f1-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:16.864453 | 0.12s 2025-10-03 13:49:49.287866 | fa163ec6-d492-82e0-62f1-000000003723 | TASK | Create container logs path 2025-10-03 13:49:49.533722 | fa163ec6-d492-82e0-62f1-000000003723 | OK | Create container logs path | standalone 2025-10-03 13:49:49.535248 | fa163ec6-d492-82e0-62f1-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:17.145015 | 0.25s 2025-10-03 13:49:49.567659 | fa163ec6-d492-82e0-62f1-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 13:49:49.782266 | fa163ec6-d492-82e0-62f1-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 13:49:49.783179 | fa163ec6-d492-82e0-62f1-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:17.392954 | 0.21s 2025-10-03 13:49:49.803069 | fa163ec6-d492-82e0-62f1-000000003726 | TASK | Finalise hashes for all containers 2025-10-03 13:49:49.851535 | fa163ec6-d492-82e0-62f1-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-03 13:49:49.853142 | fa163ec6-d492-82e0-62f1-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:17.462909 | 0.05s 2025-10-03 13:49:49.885337 | fa163ec6-d492-82e0-62f1-000000003728 | TASK | Manage systemd shutdown files 2025-10-03 13:49:49.917724 | fa163ec6-d492-82e0-62f1-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 13:49:49.919289 | fa163ec6-d492-82e0-62f1-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:17.529056 | 0.03s 2025-10-03 13:49:49.952012 | fa163ec6-d492-82e0-62f1-00000000372a | TASK | Update container configs with new config hashes 2025-10-03 13:49:49.992381 | fa163ec6-d492-82e0-62f1-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 13:49:49.993862 | fa163ec6-d492-82e0-62f1-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:17.603627 | 0.04s 2025-10-03 13:49:50.027769 | fa163ec6-d492-82e0-62f1-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 13:49:50.068386 | fa163ec6-d492-82e0-62f1-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 13:49:50.070048 | fa163ec6-d492-82e0-62f1-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:17.679808 | 0.04s 2025-10-03 13:49:50.104938 | fa163ec6-d492-82e0-62f1-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 13:49:50.146035 | fa163ec6-d492-82e0-62f1-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 13:49:50.147131 | fa163ec6-d492-82e0-62f1-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:17.756902 | 0.04s PLAY [External deployment step 3] ********************************************** 2025-10-03 13:49:50.302757 | fa163ec6-d492-82e0-62f1-0000000000d2 | TASK | External deployment step 3 2025-10-03 13:49:50.330498 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000d2') missing from stats 2025-10-03 13:49:50.392334 | fa163ec6-d492-82e0-62f1-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:18.002096 | 0.05s 2025-10-03 13:49:50.398054 | bdb68320-c79f-492d-a97d-ba1dde228391 | INCLUDED | /root/standalone-ansible-ns0w0h08/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-03 13:49:50.413113 | fa163ec6-d492-82e0-62f1-00000000377b | TASK | Pause cephadm 2025-10-03 13:49:50.461278 | fa163ec6-d492-82e0-62f1-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-03 13:49:50.462138 | fa163ec6-d492-82e0-62f1-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:18.071912 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-03 13:49:50.562309 | fa163ec6-d492-82e0-62f1-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-03 13:49:50.590725 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000d6') missing from stats 2025-10-03 13:49:50.620989 | fa163ec6-d492-82e0-62f1-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-03 13:49:51.092395 | fa163ec6-d492-82e0-62f1-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-03 13:49:51.093549 | fa163ec6-d492-82e0-62f1-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:18.703321 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 13:49:51.144856 | fa163ec6-d492-82e0-62f1-0000000000d8 | TIMING | include_tasks | standalone | 0:17:18.754617 | 0.03s 2025-10-03 13:49:51.164579 | 3f1962cf-c765-4940-9003-eb78db7c5960 | INCLUDED | /root/standalone-ansible-ns0w0h08/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-03 13:49:51.191088 | fa163ec6-d492-82e0-62f1-00000000379a | TASK | Start OVN container 2025-10-03 13:49:51.265694 | fa163ec6-d492-82e0-62f1-00000000379a | TIMING | Start OVN container | standalone | 0:17:18.875452 | 0.07s 2025-10-03 13:49:51.299335 | fa163ec6-d492-82e0-62f1-00000000379a | TIMING | Start OVN container | standalone | 0:17:18.909101 | 0.11s 2025-10-03 13:49:51.324836 | fa163ec6-d492-82e0-62f1-00000000379a | TIMING | Start OVN container | standalone | 0:17:18.934601 | 0.13s 2025-10-03 13:49:51.329691 | fa163ec6-d492-82e0-62f1-00000000379a | TIMING | Start OVN container | standalone | 0:17:18.939459 | 0.14s 2025-10-03 13:49:51.434378 | fa163ec6-d492-82e0-62f1-0000000037d2 | TASK | Gather variables for each operating system 2025-10-03 13:49:51.561059 | fa163ec6-d492-82e0-62f1-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:19.170820 | 0.13s 2025-10-03 13:49:51.593240 | fa163ec6-d492-82e0-62f1-0000000037d3 | TASK | Create container logs path 2025-10-03 13:49:51.862900 | fa163ec6-d492-82e0-62f1-0000000037d3 | OK | Create container logs path | standalone 2025-10-03 13:49:51.863958 | fa163ec6-d492-82e0-62f1-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:19.473731 | 0.27s 2025-10-03 13:49:51.887868 | fa163ec6-d492-82e0-62f1-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:49:52.191367 | fa163ec6-d492-82e0-62f1-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 13:49:52.192289 | fa163ec6-d492-82e0-62f1-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:19.802063 | 0.30s 2025-10-03 13:49:52.214461 | fa163ec6-d492-82e0-62f1-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-03 13:49:52.285111 | fa163ec6-d492-82e0-62f1-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-03 13:49:52.286002 | fa163ec6-d492-82e0-62f1-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:19.895777 | 0.07s 2025-10-03 13:49:52.310746 | fa163ec6-d492-82e0-62f1-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-03 13:49:52.345258 | fa163ec6-d492-82e0-62f1-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 13:49:52.346587 | fa163ec6-d492-82e0-62f1-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:19.956336 | 0.03s 2025-10-03 13:49:52.375742 | fa163ec6-d492-82e0-62f1-0000000037da | TASK | Update container configs with new config hashes 2025-10-03 13:49:52.453948 | fa163ec6-d492-82e0-62f1-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 13:49:52.454848 | fa163ec6-d492-82e0-62f1-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:20.064623 | 0.08s 2025-10-03 13:49:52.476000 | fa163ec6-d492-82e0-62f1-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:49:52.530295 | fa163ec6-d492-82e0-62f1-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.140056 | 0.05s 2025-10-03 13:49:52.555709 | 4540545b-118b-42e5-a8ab-681424969786 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 13:49:52.588112 | fa163ec6-d492-82e0-62f1-000000003867 | TASK | Gather podman infos 2025-10-03 13:49:53.753437 | fa163ec6-d492-82e0-62f1-000000003867 | OK | Gather podman infos | standalone 2025-10-03 13:49:53.754514 | fa163ec6-d492-82e0-62f1-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:21.364284 | 1.17s 2025-10-03 13:49:53.845225 | fa163ec6-d492-82e0-62f1-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:49:53.947126 | fa163ec6-d492-82e0-62f1-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:21.556888 | 0.10s 2025-10-03 13:49:54.068424 | fa163ec6-d492-82e0-62f1-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:21.678185 | 0.07s 2025-10-03 13:49:54.121045 | fa163ec6-d492-82e0-62f1-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:49:54.174321 | fa163ec6-d492-82e0-62f1-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:21.784085 | 0.05s 2025-10-03 13:49:54.193872 | c8bf122d-7f8c-4167-b020-8a71fc3ee0cc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 13:49:54.225075 | fa163ec6-d492-82e0-62f1-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:49:55.061358 | fa163ec6-d492-82e0-62f1-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 13:49:55.062362 | fa163ec6-d492-82e0-62f1-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:22.672138 | 0.84s 2025-10-03 13:49:55.083883 | fa163ec6-d492-82e0-62f1-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:49:58.172681 | fa163ec6-d492-82e0-62f1-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 13:49:58.174190 | fa163ec6-d492-82e0-62f1-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:25.783959 | 3.09s 2025-10-03 13:49:58.232368 | fa163ec6-d492-82e0-62f1-0000000037fd | TASK | Gather variables for each operating system 2025-10-03 13:49:58.329518 | fa163ec6-d492-82e0-62f1-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:25.939265 | 0.10s 2025-10-03 13:49:58.357386 | fa163ec6-d492-82e0-62f1-0000000037fe | TASK | Create container logs path 2025-10-03 13:49:58.604025 | fa163ec6-d492-82e0-62f1-0000000037fe | OK | Create container logs path | standalone 2025-10-03 13:49:58.605153 | fa163ec6-d492-82e0-62f1-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:26.214925 | 0.25s 2025-10-03 13:49:58.629920 | fa163ec6-d492-82e0-62f1-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:49:58.913508 | fa163ec6-d492-82e0-62f1-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 13:49:58.914886 | fa163ec6-d492-82e0-62f1-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:26.524654 | 0.28s 2025-10-03 13:49:58.945615 | fa163ec6-d492-82e0-62f1-000000003801 | TASK | Finalise hashes for all containers 2025-10-03 13:49:59.064560 | fa163ec6-d492-82e0-62f1-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-03 13:49:59.066060 | fa163ec6-d492-82e0-62f1-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:26.675827 | 0.12s 2025-10-03 13:49:59.099050 | fa163ec6-d492-82e0-62f1-000000003803 | TASK | Manage systemd shutdown files 2025-10-03 13:49:59.159137 | fa163ec6-d492-82e0-62f1-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 13:49:59.160132 | fa163ec6-d492-82e0-62f1-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:26.769902 | 0.06s 2025-10-03 13:49:59.180158 | fa163ec6-d492-82e0-62f1-000000003805 | TASK | Update container configs with new config hashes 2025-10-03 13:49:59.248435 | fa163ec6-d492-82e0-62f1-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 13:49:59.249277 | fa163ec6-d492-82e0-62f1-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:26.859051 | 0.07s 2025-10-03 13:49:59.275185 | fa163ec6-d492-82e0-62f1-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:49:59.334644 | fa163ec6-d492-82e0-62f1-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:26.944411 | 0.06s 2025-10-03 13:49:59.347435 | 10274aec-d50a-43f5-a041-59f3100f8361 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 13:49:59.369754 | fa163ec6-d492-82e0-62f1-00000000391e | TASK | Gather podman infos 2025-10-03 13:50:00.380714 | fa163ec6-d492-82e0-62f1-00000000391e | OK | Gather podman infos | standalone 2025-10-03 13:50:00.381345 | fa163ec6-d492-82e0-62f1-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:27.991121 | 1.01s 2025-10-03 13:50:00.437109 | fa163ec6-d492-82e0-62f1-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:50:00.524282 | fa163ec6-d492-82e0-62f1-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:28.134045 | 0.08s 2025-10-03 13:50:00.652966 | fa163ec6-d492-82e0-62f1-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:28.262724 | 0.09s 2025-10-03 13:50:00.698961 | fa163ec6-d492-82e0-62f1-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:50:00.769396 | fa163ec6-d492-82e0-62f1-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:28.379157 | 0.07s 2025-10-03 13:50:00.790848 | a03b1880-5ec6-4bb3-9de9-3254e49fc87b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 13:50:00.823899 | fa163ec6-d492-82e0-62f1-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:50:01.572922 | fa163ec6-d492-82e0-62f1-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 13:50:01.574243 | fa163ec6-d492-82e0-62f1-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:29.184011 | 0.75s 2025-10-03 13:50:01.603946 | fa163ec6-d492-82e0-62f1-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:50:04.300754 | fa163ec6-d492-82e0-62f1-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 13:50:04.302453 | fa163ec6-d492-82e0-62f1-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:31.912213 | 2.70s 2025-10-03 13:50:04.358583 | fa163ec6-d492-82e0-62f1-000000003828 | TASK | Gather variables for each operating system 2025-10-03 13:50:04.474952 | fa163ec6-d492-82e0-62f1-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:32.084707 | 0.11s 2025-10-03 13:50:04.508280 | fa163ec6-d492-82e0-62f1-000000003829 | TASK | Create container logs path 2025-10-03 13:50:04.787856 | fa163ec6-d492-82e0-62f1-000000003829 | OK | Create container logs path | standalone 2025-10-03 13:50:04.789228 | fa163ec6-d492-82e0-62f1-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:32.398996 | 0.28s 2025-10-03 13:50:04.822288 | fa163ec6-d492-82e0-62f1-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:50:05.159078 | fa163ec6-d492-82e0-62f1-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 13:50:05.159882 | fa163ec6-d492-82e0-62f1-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:32.769657 | 0.34s 2025-10-03 13:50:05.185267 | fa163ec6-d492-82e0-62f1-00000000382c | TASK | Finalise hashes for all containers 2025-10-03 13:50:05.278879 | fa163ec6-d492-82e0-62f1-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-03 13:50:05.279774 | fa163ec6-d492-82e0-62f1-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:32.889519 | 0.09s 2025-10-03 13:50:05.311443 | fa163ec6-d492-82e0-62f1-00000000382e | TASK | Manage systemd shutdown files 2025-10-03 13:50:05.374334 | fa163ec6-d492-82e0-62f1-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 13:50:05.375242 | fa163ec6-d492-82e0-62f1-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:32.985014 | 0.06s 2025-10-03 13:50:05.396233 | fa163ec6-d492-82e0-62f1-000000003830 | TASK | Update container configs with new config hashes 2025-10-03 13:50:05.444720 | fa163ec6-d492-82e0-62f1-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 13:50:05.445688 | fa163ec6-d492-82e0-62f1-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:33.055462 | 0.05s 2025-10-03 13:50:05.466333 | fa163ec6-d492-82e0-62f1-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:50:05.523113 | fa163ec6-d492-82e0-62f1-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:33.132879 | 0.06s 2025-10-03 13:50:05.535205 | 3252b59f-3017-48af-9cda-0684dcd41a8f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 13:50:05.557827 | fa163ec6-d492-82e0-62f1-0000000039d0 | TASK | Gather podman infos 2025-10-03 13:50:06.627159 | fa163ec6-d492-82e0-62f1-0000000039d0 | OK | Gather podman infos | standalone 2025-10-03 13:50:06.628517 | fa163ec6-d492-82e0-62f1-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:34.238286 | 1.07s 2025-10-03 13:50:06.723169 | fa163ec6-d492-82e0-62f1-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:50:06.810896 | fa163ec6-d492-82e0-62f1-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.420655 | 0.08s 2025-10-03 13:50:06.963738 | fa163ec6-d492-82e0-62f1-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:34.573502 | 0.09s 2025-10-03 13:50:07.010259 | fa163ec6-d492-82e0-62f1-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:50:07.064329 | fa163ec6-d492-82e0-62f1-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.674074 | 0.05s 2025-10-03 13:50:07.085932 | 8fcc776f-0bde-4809-8402-9317deb01d1c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 13:50:07.119604 | fa163ec6-d492-82e0-62f1-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:50:08.028121 | fa163ec6-d492-82e0-62f1-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 13:50:08.029954 | fa163ec6-d492-82e0-62f1-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:35.639721 | 0.91s 2025-10-03 13:50:08.061546 | fa163ec6-d492-82e0-62f1-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 13:50:11.019986 | fa163ec6-d492-82e0-62f1-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 13:50:11.020926 | fa163ec6-d492-82e0-62f1-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:17:38.630702 | 2.96s 2025-10-03 13:50:11.065313 | fa163ec6-d492-82e0-62f1-00000000379c | TASK | Set NB connection 2025-10-03 13:50:11.387382 | fa163ec6-d492-82e0-62f1-00000000379c | CHANGED | Set NB connection | standalone 2025-10-03 13:50:11.388431 | fa163ec6-d492-82e0-62f1-00000000379c | TIMING | Set NB connection | standalone | 0:17:38.998207 | 0.32s 2025-10-03 13:50:11.408230 | fa163ec6-d492-82e0-62f1-00000000379d | TASK | Set SB connection 2025-10-03 13:50:11.797665 | fa163ec6-d492-82e0-62f1-00000000379d | CHANGED | Set SB connection | standalone 2025-10-03 13:50:11.798987 | fa163ec6-d492-82e0-62f1-00000000379d | TIMING | Set SB connection | standalone | 0:17:39.408758 | 0.39s 2025-10-03 13:50:11.822944 | fa163ec6-d492-82e0-62f1-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-03 13:50:12.066699 | fa163ec6-d492-82e0-62f1-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-03 13:50:12.067587 | fa163ec6-d492-82e0-62f1-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:39.677361 | 0.24s 2025-10-03 13:50:12.165950 | fa163ec6-d492-82e0-62f1-0000000000db | TIMING | include_tasks | standalone | 0:17:39.775717 | 0.08s 2025-10-03 13:50:12.184162 | e01e75ab-ef6c-4ddd-9ad3-c4d7bac75723 | INCLUDED | /root/standalone-ansible-ns0w0h08/common_deploy_steps_tasks.yaml | standalone 2025-10-03 13:50:12.208615 | fa163ec6-d492-82e0-62f1-000000003a7c | TASK | Write the config_step hieradata 2025-10-03 13:50:12.684494 | fa163ec6-d492-82e0-62f1-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-03 13:50:12.685355 | fa163ec6-d492-82e0-62f1-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:17:40.295130 | 0.48s 2025-10-03 13:50:12.717569 | fa163ec6-d492-82e0-62f1-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-03 13:50:13.027068 | fa163ec6-d492-82e0-62f1-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-03 13:50:13.028132 | fa163ec6-d492-82e0-62f1-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:40.637904 | 0.31s 2025-10-03 13:50:13.050983 | fa163ec6-d492-82e0-62f1-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-03 13:50:13.307089 | fa163ec6-d492-82e0-62f1-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 13:50:23.496352 | fa163ec6-d492-82e0-62f1-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 13:50:33.724605 | fa163ec6-d492-82e0-62f1-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 13:50:33.725709 | fa163ec6-d492-82e0-62f1-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:01.335480 | 20.67s 2025-10-03 13:50:33.748265 | fa163ec6-d492-82e0-62f1-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-03 13:50:33.841213 | fa163ec6-d492-82e0-62f1-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>Oct 3 13:50:13 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 13:50:17 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 13:50:17 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 13:50:17 puppet-user: (file & line not available)", "<13>Oct 3 13:50:17 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 3 13:50:17 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 3 13:50:18 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 13:50:18 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.44 seconds", "<13>Oct 3 13:50:22 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 13:50:24 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 13:50:26 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 13:50:26 puppet-user: Notice: Applied catalog in 7.98 seconds", "<13>Oct 3 13:50:26 puppet-user: Application:", "<13>Oct 3 13:50:26 puppet-user: Initial environment: production", "<13>Oct 3 13:50:26 puppet-user: Converged environment: production", "<13>Oct 3 13:50:26 puppet-user: Run mode: user", "<13>Oct 3 13:50:26 puppet-user: Changes:", "<13>Oct 3 13:50:26 puppet-user: Total: 2", "<13>Oct 3 13:50:26 puppet-user: Events:", "<13>Oct 3 13:50:26 puppet-user: Success: 2", "<13>Oct 3 13:50:26 puppet-user: Resources:", "<13>Oct 3 13:50:26 puppet-user: Changed: 2", "<13>Oct 3 13:50:26 puppet-user: Out of sync: 2", "<13>Oct 3 13:50:26 puppet-user: Total: 28", "<13>Oct 3 13:50:26 puppet-user: Time:", "<13>Oct 3 13:50:26 puppet-user: Filebucket: 0.00", "<13>Oct 3 13:50:26 puppet-user: Schedule: 0.00", "<13>Oct 3 13:50:26 puppet-user: File line: 0.00", "<13>Oct 3 13:50:26 puppet-user: Package: 0.00", "<13>Oct 3 13:50:26 puppet-user: File: 0.00", "<13>Oct 3 13:50:26 puppet-user: Augeas: 0.01", "<13>Oct 3 13:50:26 puppet-user: User: 0.05", "<13>Oct 3 13:50:26 puppet-user: Service: 0.06", "<13>Oct 3 13:50:26 puppet-user: Config retrieval: 0.49", "<13>Oct 3 13:50:26 puppet-user: Pcmk property: 1.53", "<13>Oct 3 13:50:26 puppet-user: Exec: 1.94", "<13>Oct 3 13:50:26 puppet-user: Last run: 1759499426", "<13>Oct 3 13:50:26 puppet-user: Pcmk resource default: 2.02", "<13>Oct 3 13:50:26 puppet-user: Pcmk resource op default: 2.18", "<13>Oct 3 13:50:26 puppet-user: Transaction evaluation: 7.96", "<13>Oct 3 13:50:26 puppet-user: Catalog application: 7.98", "<13>Oct 3 13:50:26 puppet-user: Total: 7.98", "<13>Oct 3 13:50:26 puppet-user: Version:", "<13>Oct 3 13:50:26 puppet-user: Config: 1759499417", "<13>Oct 3 13:50:26 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 13:50:33.842421 | fa163ec6-d492-82e0-62f1-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:01.452192 | 0.09s 2025-10-03 13:50:33.868352 | fa163ec6-d492-82e0-62f1-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-03 13:50:33.899150 | fa163ec6-d492-82e0-62f1-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:01.508910 | 0.03s 2025-10-03 13:50:33.970176 | fa163ec6-d492-82e0-62f1-000000003abf | TASK | Gather variables for each operating system 2025-10-03 13:50:34.089181 | fa163ec6-d492-82e0-62f1-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:01.698939 | 0.12s 2025-10-03 13:50:34.114088 | fa163ec6-d492-82e0-62f1-000000003ac0 | TASK | Create puppet caching structures 2025-10-03 13:50:34.303490 | fa163ec6-d492-82e0-62f1-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-03 13:50:34.304563 | fa163ec6-d492-82e0-62f1-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:01.914335 | 0.19s 2025-10-03 13:50:34.328770 | fa163ec6-d492-82e0-62f1-000000003ac1 | TASK | Check for facter.conf 2025-10-03 13:50:34.526226 | fa163ec6-d492-82e0-62f1-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-03 13:50:34.527592 | fa163ec6-d492-82e0-62f1-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:02.137359 | 0.20s 2025-10-03 13:50:34.560293 | fa163ec6-d492-82e0-62f1-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-03 13:50:34.589468 | fa163ec6-d492-82e0-62f1-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 13:50:34.590505 | fa163ec6-d492-82e0-62f1-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:02.200275 | 0.03s 2025-10-03 13:50:34.613625 | fa163ec6-d492-82e0-62f1-000000003ac3 | TASK | Write facter cache config 2025-10-03 13:50:35.027069 | fa163ec6-d492-82e0-62f1-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-03 13:50:35.028046 | fa163ec6-d492-82e0-62f1-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:02.637820 | 0.41s 2025-10-03 13:50:35.048503 | fa163ec6-d492-82e0-62f1-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-03 13:50:35.256462 | fa163ec6-d492-82e0-62f1-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 13:50:35.257316 | fa163ec6-d492-82e0-62f1-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:02.867092 | 0.21s 2025-10-03 13:50:35.278736 | fa163ec6-d492-82e0-62f1-000000003ac5 | TASK | Pre-cache facts 2025-10-03 13:50:35.738158 | fa163ec6-d492-82e0-62f1-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-03 13:50:35.738881 | fa163ec6-d492-82e0-62f1-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:03.348656 | 0.46s 2025-10-03 13:50:35.762964 | fa163ec6-d492-82e0-62f1-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-03 13:50:35.783175 | fa163ec6-d492-82e0-62f1-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 13:50:35.784493 | fa163ec6-d492-82e0-62f1-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:03.394254 | 0.02s 2025-10-03 13:50:35.820719 | fa163ec6-d492-82e0-62f1-000000003ac7 | TASK | Sync cached facts 2025-10-03 13:50:36.095586 | fa163ec6-d492-82e0-62f1-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec6-d492-82e0-62f1-000000003ac7') missing from stats 2025-10-03 13:50:36.146151 | fa163ec6-d492-82e0-62f1-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 13:50:36.185603 | fa163ec6-d492-82e0-62f1-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 13:50:36.187138 | fa163ec6-d492-82e0-62f1-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:03.796901 | 0.04s 2025-10-03 13:50:36.223730 | fa163ec6-d492-82e0-62f1-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-03 13:50:36.254401 | fa163ec6-d492-82e0-62f1-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:03.864160 | 0.03s 2025-10-03 13:50:36.314153 | fa163ec6-d492-82e0-62f1-000000003b1e | TASK | Gather variables for each operating system 2025-10-03 13:50:36.419077 | fa163ec6-d492-82e0-62f1-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:04.028840 | 0.10s 2025-10-03 13:50:36.441338 | fa163ec6-d492-82e0-62f1-000000003b1f | TASK | Create container logs path 2025-10-03 13:50:36.662943 | fa163ec6-d492-82e0-62f1-000000003b1f | OK | Create container logs path | standalone 2025-10-03 13:50:36.665389 | fa163ec6-d492-82e0-62f1-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:04.275155 | 0.22s 2025-10-03 13:50:36.699939 | fa163ec6-d492-82e0-62f1-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 13:50:36.958663 | fa163ec6-d492-82e0-62f1-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-03 13:50:36.959996 | fa163ec6-d492-82e0-62f1-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:04.569762 | 0.26s 2025-10-03 13:50:36.992665 | fa163ec6-d492-82e0-62f1-000000003b22 | TASK | Finalise hashes for all containers 2025-10-03 13:50:37.055107 | fa163ec6-d492-82e0-62f1-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-03 13:50:37.056684 | fa163ec6-d492-82e0-62f1-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:04.666445 | 0.06s 2025-10-03 13:50:37.088052 | fa163ec6-d492-82e0-62f1-000000003b24 | TASK | Manage systemd shutdown files 2025-10-03 13:50:37.130221 | fa163ec6-d492-82e0-62f1-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:04.739970 | 0.04s 2025-10-03 13:50:37.164697 | 97e448fa-6d7c-499e-8537-2e873e7c7c71 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 13:50:37.195778 | fa163ec6-d492-82e0-62f1-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 13:50:37.476931 | fa163ec6-d492-82e0-62f1-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 13:50:37.477935 | fa163ec6-d492-82e0-62f1-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:05.087709 | 0.28s 2025-10-03 13:50:37.497814 | fa163ec6-d492-82e0-62f1-000000003b58 | TASK | Set podman_drop_in fact 2025-10-03 13:50:37.537043 | fa163ec6-d492-82e0-62f1-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-03 13:50:37.537856 | fa163ec6-d492-82e0-62f1-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:05.147632 | 0.04s 2025-10-03 13:50:37.557757 | fa163ec6-d492-82e0-62f1-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 13:50:38.005949 | fa163ec6-d492-82e0-62f1-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 13:50:38.007213 | fa163ec6-d492-82e0-62f1-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:05.616976 | 0.45s 2025-10-03 13:50:38.421638 | fa163ec6-d492-82e0-62f1-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 13:50:38.423617 | fa163ec6-d492-82e0-62f1-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:06.033384 | 0.86s 2025-10-03 13:50:38.434507 | fa163ec6-d492-82e0-62f1-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:06.044270 | 0.88s 2025-10-03 13:50:38.469935 | fa163ec6-d492-82e0-62f1-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 13:50:38.944561 | fa163ec6-d492-82e0-62f1-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 13:50:38.945475 | fa163ec6-d492-82e0-62f1-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:06.555250 | 0.47s 2025-10-03 13:50:38.976828 | fa163ec6-d492-82e0-62f1-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 13:50:39.448984 | fa163ec6-d492-82e0-62f1-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 13:50:39.450411 | fa163ec6-d492-82e0-62f1-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:07.060179 | 0.47s 2025-10-03 13:50:39.483545 | fa163ec6-d492-82e0-62f1-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-03 13:50:40.161027 | fa163ec6-d492-82e0-62f1-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 13:50:40.162436 | fa163ec6-d492-82e0-62f1-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:07.772207 | 0.68s 2025-10-03 13:50:40.183051 | fa163ec6-d492-82e0-62f1-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 13:50:40.675548 | fa163ec6-d492-82e0-62f1-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 13:50:40.676963 | fa163ec6-d492-82e0-62f1-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:08.286730 | 0.49s 2025-10-03 13:50:40.697340 | fa163ec6-d492-82e0-62f1-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 13:50:41.157564 | fa163ec6-d492-82e0-62f1-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 13:50:41.158718 | fa163ec6-d492-82e0-62f1-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:08.768488 | 0.46s 2025-10-03 13:50:41.183918 | fa163ec6-d492-82e0-62f1-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-03 13:50:41.880005 | fa163ec6-d492-82e0-62f1-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 13:50:41.881122 | fa163ec6-d492-82e0-62f1-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:09.490896 | 0.70s 2025-10-03 13:50:41.903624 | fa163ec6-d492-82e0-62f1-000000003b26 | TASK | Update container configs with new config hashes 2025-10-03 13:50:41.943573 | fa163ec6-d492-82e0-62f1-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:09.553332 | 0.04s 2025-10-03 13:50:41.959565 | 920d9c4b-e705-4fae-bb8e-ea0851a0029c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 13:50:41.987843 | fa163ec6-d492-82e0-62f1-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-03 13:50:42.262742 | fa163ec6-d492-82e0-62f1-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-03 13:50:42.263845 | fa163ec6-d492-82e0-62f1-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:09.873616 | 0.27s 2025-10-03 13:50:42.289853 | fa163ec6-d492-82e0-62f1-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 13:50:42.350529 | fa163ec6-d492-82e0-62f1-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:09.960293 | 0.06s 2025-10-03 13:50:42.363460 | eef19acd-700e-415b-a4fa-09ab5adca222 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 13:50:42.388192 | fa163ec6-d492-82e0-62f1-000000003ba7 | TASK | Gather podman infos 2025-10-03 13:50:43.728886 | fa163ec6-d492-82e0-62f1-000000003ba7 | OK | Gather podman infos | standalone 2025-10-03 13:50:43.729705 | fa163ec6-d492-82e0-62f1-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:11.339480 | 1.34s 2025-10-03 13:50:43.800383 | fa163ec6-d492-82e0-62f1-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 13:50:43.870692 | fa163ec6-d492-82e0-62f1-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:11.480456 | 0.06s 2025-10-03 13:50:44.009326 | fa163ec6-d492-82e0-62f1-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:11.619065 | 0.09s 2025-10-03 13:50:44.070814 | fa163ec6-d492-82e0-62f1-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 13:50:44.105046 | fa163ec6-d492-82e0-62f1-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:11.714797 | 0.03s 2025-10-03 13:50:44.135879 | 55c800e6-e766-4d78-83e3-1ba1ad1d6206 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 13:50:44.171575 | fa163ec6-d492-82e0-62f1-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 13:51:42.552642 | fa163ec6-d492-82e0-62f1-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-03 13:51:42.553608 | fa163ec6-d492-82e0-62f1-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:10.163381 | 58.38s 2025-10-03 13:51:42.575464 | fa163ec6-d492-82e0-62f1-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 13:52:15.802315 | fa163ec6-d492-82e0-62f1-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-03 13:52:15.805270 | fa163ec6-d492-82e0-62f1-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:19:43.415025 | 33.23s 2025-10-03 13:52:15.885329 | fa163ec6-d492-82e0-62f1-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-03 13:52:16.128356 | fa163ec6-d492-82e0-62f1-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-03 13:52:16.129833 | fa163ec6-d492-82e0-62f1-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:43.739599 | 0.24s 2025-10-03 13:52:16.179835 | fa163ec6-d492-82e0-62f1-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-03 13:52:16.219272 | fa163ec6-d492-82e0-62f1-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:43.829023 | 0.04s 2025-10-03 13:52:16.250591 | fa163ec6-d492-82e0-62f1-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-03 13:52:16.290307 | fa163ec6-d492-82e0-62f1-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:43.900064 | 0.04s 2025-10-03 13:52:16.316188 | 967f58be-371b-4b2e-91bb-45aed130de6d | INCLUDED | /root/standalone-ansible-ns0w0h08/host-container-puppet-tasks.yaml | standalone 2025-10-03 13:52:16.357355 | fa163ec6-d492-82e0-62f1-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-03 13:52:16.860518 | fa163ec6-d492-82e0-62f1-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-03 13:52:16.861949 | fa163ec6-d492-82e0-62f1-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:44.471716 | 0.50s 2025-10-03 13:52:16.893233 | fa163ec6-d492-82e0-62f1-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-03 13:52:17.193806 | fa163ec6-d492-82e0-62f1-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-03 13:52:17.195143 | fa163ec6-d492-82e0-62f1-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:44.804910 | 0.30s 2025-10-03 13:52:17.226802 | fa163ec6-d492-82e0-62f1-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-03 13:52:17.256684 | fa163ec6-d492-82e0-62f1-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:44.866440 | 0.03s 2025-10-03 13:52:17.330695 | fa163ec6-d492-82e0-62f1-000000003c90 | TASK | Gather variables for each operating system 2025-10-03 13:52:17.443684 | fa163ec6-d492-82e0-62f1-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:45.053445 | 0.11s 2025-10-03 13:52:17.464485 | fa163ec6-d492-82e0-62f1-000000003c91 | TASK | Create container logs path 2025-10-03 13:52:17.730861 | fa163ec6-d492-82e0-62f1-000000003c91 | OK | Create container logs path | standalone 2025-10-03 13:52:17.731724 | fa163ec6-d492-82e0-62f1-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:45.341498 | 0.27s 2025-10-03 13:52:17.753378 | fa163ec6-d492-82e0-62f1-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 13:52:17.979989 | fa163ec6-d492-82e0-62f1-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 13:52:17.980996 | fa163ec6-d492-82e0-62f1-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:45.590764 | 0.23s 2025-10-03 13:52:18.003562 | fa163ec6-d492-82e0-62f1-000000003c94 | TASK | Finalise hashes for all containers 2025-10-03 13:52:18.041337 | fa163ec6-d492-82e0-62f1-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-03 13:52:18.042159 | fa163ec6-d492-82e0-62f1-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:45.651935 | 0.04s 2025-10-03 13:52:18.063313 | fa163ec6-d492-82e0-62f1-000000003c96 | TASK | Manage systemd shutdown files 2025-10-03 13:52:18.091024 | fa163ec6-d492-82e0-62f1-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 13:52:18.092087 | fa163ec6-d492-82e0-62f1-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:45.701858 | 0.03s 2025-10-03 13:52:18.113263 | fa163ec6-d492-82e0-62f1-000000003c98 | TASK | Update container configs with new config hashes 2025-10-03 13:52:18.141089 | fa163ec6-d492-82e0-62f1-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 13:52:18.142176 | fa163ec6-d492-82e0-62f1-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:45.751948 | 0.03s 2025-10-03 13:52:18.168972 | fa163ec6-d492-82e0-62f1-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 13:52:18.210000 | fa163ec6-d492-82e0-62f1-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 13:52:18.210942 | fa163ec6-d492-82e0-62f1-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:45.820713 | 0.04s 2025-10-03 13:52:18.235555 | fa163ec6-d492-82e0-62f1-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 13:52:18.276352 | fa163ec6-d492-82e0-62f1-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 13:52:18.277305 | fa163ec6-d492-82e0-62f1-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:45.887078 | 0.04s PLAY [External deployment step 4] ********************************************** 2025-10-03 13:52:18.422204 | fa163ec6-d492-82e0-62f1-0000000000de | TASK | External deployment step 4 2025-10-03 13:52:18.438910 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000de') missing from stats 2025-10-03 13:52:18.494666 | fa163ec6-d492-82e0-62f1-0000000000df | TIMING | include_tasks | undercloud | 0:19:46.104431 | 0.04s 2025-10-03 13:52:18.510939 | 027548d0-f2a2-460d-8388-8abdd8efa3ee | INCLUDED | /root/standalone-ansible-ns0w0h08/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-03 13:52:18.526529 | fa163ec6-d492-82e0-62f1-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-03 13:52:20.141914 | fa163ec6-d492-82e0-62f1-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-03 13:52:20.142965 | fa163ec6-d492-82e0-62f1-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:47.752739 | 1.62s 2025-10-03 13:52:21.318144 | fa163ec6-d492-82e0-62f1-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-03 13:52:21.319651 | fa163ec6-d492-82e0-62f1-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:48.929419 | 2.79s 2025-10-03 13:52:21.330055 | fa163ec6-d492-82e0-62f1-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:48.939821 | 2.80s 2025-10-03 13:52:21.344928 | fa163ec6-d492-82e0-62f1-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-03 13:52:21.388057 | fa163ec6-d492-82e0-62f1-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:48.997811 | 0.04s 2025-10-03 13:52:21.440220 | fa163ec6-d492-82e0-62f1-000000003d18 | TASK | Create Keystone Admin resources 2025-10-03 13:52:21.478028 | fa163ec6-d492-82e0-62f1-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:49.087785 | 0.04s 2025-10-03 13:52:21.507467 | 10cefea2-817e-4e22-ae6f-683859433278 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-03 13:52:21.537642 | fa163ec6-d492-82e0-62f1-000000003d59 | TASK | Create admin and service projects 2025-10-03 13:52:21.575750 | fa163ec6-d492-82e0-62f1-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:49.185500 | 0.04s 2025-10-03 13:52:21.588145 | 549d5c2d-b0aa-4f40-9765-71880052e5ec | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-03 13:52:21.618347 | fa163ec6-d492-82e0-62f1-000000003daa | TASK | Async creation of Keystone project 2025-10-03 13:52:22.078188 | fa163ec6-d492-82e0-62f1-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-03 13:52:22.089701 | fa163ec6-d492-82e0-62f1-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:49.699444 | 0.47s 2025-10-03 13:52:22.406200 | fa163ec6-d492-82e0-62f1-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-03 13:52:22.407505 | fa163ec6-d492-82e0-62f1-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:50.017268 | 0.79s 2025-10-03 13:52:22.431588 | fa163ec6-d492-82e0-62f1-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:50.041355 | 0.81s 2025-10-03 13:52:22.447062 | fa163ec6-d492-82e0-62f1-000000003dac | TASK | Check Keystone project status 2025-10-03 13:52:22.681023 | fa163ec6-d492-82e0-62f1-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-03 13:52:27.886824 | fa163ec6-d492-82e0-62f1-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-03 13:52:27.889188 | fa163ec6-d492-82e0-62f1-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:55.498949 | 5.44s 2025-10-03 13:52:28.153582 | fa163ec6-d492-82e0-62f1-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-03 13:52:28.154746 | fa163ec6-d492-82e0-62f1-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:55.764515 | 5.71s 2025-10-03 13:52:28.161974 | fa163ec6-d492-82e0-62f1-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:55.771743 | 5.71s 2025-10-03 13:52:28.183463 | fa163ec6-d492-82e0-62f1-000000003d5a | TASK | Create admin role 2025-10-03 13:52:29.477356 | fa163ec6-d492-82e0-62f1-000000003d5a | OK | Create admin role | undercloud 2025-10-03 13:52:29.478919 | fa163ec6-d492-82e0-62f1-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:57.088693 | 1.29s 2025-10-03 13:52:29.494584 | fa163ec6-d492-82e0-62f1-000000003d5b | TASK | Create _member_ role 2025-10-03 13:52:29.542927 | fa163ec6-d492-82e0-62f1-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-03 13:52:29.545637 | fa163ec6-d492-82e0-62f1-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:57.155398 | 0.05s 2025-10-03 13:52:29.566382 | fa163ec6-d492-82e0-62f1-000000003d5c | TASK | Check admin password 2025-10-03 13:52:30.957831 | fa163ec6-d492-82e0-62f1-000000003d5c | OK | Check admin password | undercloud 2025-10-03 13:52:30.960272 | fa163ec6-d492-82e0-62f1-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:58.570037 | 1.39s 2025-10-03 13:52:30.980566 | fa163ec6-d492-82e0-62f1-000000003d5d | TASK | Create admin user 2025-10-03 13:52:32.592983 | fa163ec6-d492-82e0-62f1-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-03 13:52:32.594153 | fa163ec6-d492-82e0-62f1-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:00.203920 | 1.61s 2025-10-03 13:52:32.612949 | fa163ec6-d492-82e0-62f1-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-03 13:52:34.099167 | fa163ec6-d492-82e0-62f1-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-03 13:52:34.100367 | fa163ec6-d492-82e0-62f1-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:01.710140 | 1.49s 2025-10-03 13:52:34.116542 | fa163ec6-d492-82e0-62f1-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-03 13:52:34.180107 | fa163ec6-d492-82e0-62f1-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-03 13:52:34.181387 | fa163ec6-d492-82e0-62f1-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:01.791152 | 0.06s 2025-10-03 13:52:34.201768 | fa163ec6-d492-82e0-62f1-000000003d60 | TASK | Create identity service 2025-10-03 13:52:35.485930 | fa163ec6-d492-82e0-62f1-000000003d60 | OK | Create identity service | undercloud 2025-10-03 13:52:35.487079 | fa163ec6-d492-82e0-62f1-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:03.096851 | 1.28s 2025-10-03 13:52:35.503485 | fa163ec6-d492-82e0-62f1-000000003d61 | TASK | Create identity public endpoint 2025-10-03 13:52:36.859318 | fa163ec6-d492-82e0-62f1-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-03 13:52:36.860630 | fa163ec6-d492-82e0-62f1-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:04.470397 | 1.36s 2025-10-03 13:52:36.880732 | fa163ec6-d492-82e0-62f1-000000003d62 | TASK | Create identity internal endpoint 2025-10-03 13:52:38.137740 | fa163ec6-d492-82e0-62f1-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-03 13:52:38.139123 | fa163ec6-d492-82e0-62f1-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:05.748891 | 1.26s 2025-10-03 13:52:38.158166 | fa163ec6-d492-82e0-62f1-000000003d63 | TASK | Create identity admin endpoint 2025-10-03 13:52:39.419591 | fa163ec6-d492-82e0-62f1-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-03 13:52:39.421208 | fa163ec6-d492-82e0-62f1-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:07.030972 | 1.26s 2025-10-03 13:52:39.440129 | fa163ec6-d492-82e0-62f1-000000003d19 | TASK | Create Keystone Projects 2025-10-03 13:52:39.534682 | fa163ec6-d492-82e0-62f1-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:07.144436 | 0.09s 2025-10-03 13:52:39.546881 | fa163ec6-d492-82e0-62f1-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:07.156644 | 0.11s 2025-10-03 13:52:39.560324 | b56c0441-88af-447f-a570-6709bd70e7fc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-03 13:52:39.609593 | fa163ec6-d492-82e0-62f1-000000003e36 | TASK | Async creation of Keystone project 2025-10-03 13:52:39.954231 | fa163ec6-d492-82e0-62f1-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-03 13:52:39.956583 | fa163ec6-d492-82e0-62f1-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:07.566348 | 0.35s 2025-10-03 13:52:39.966843 | fa163ec6-d492-82e0-62f1-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:07.576599 | 0.36s 2025-10-03 13:52:39.986075 | fa163ec6-d492-82e0-62f1-000000003e38 | TASK | Check Keystone project status 2025-10-03 13:52:40.257581 | fa163ec6-d492-82e0-62f1-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-03 13:52:45.494750 | fa163ec6-d492-82e0-62f1-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-03 13:52:45.497030 | fa163ec6-d492-82e0-62f1-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:13.106786 | 5.51s 2025-10-03 13:52:45.506605 | fa163ec6-d492-82e0-62f1-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:13.116371 | 5.52s 2025-10-03 13:52:45.521995 | fa163ec6-d492-82e0-62f1-000000003d1b | TASK | Create Keystone Domains 2025-10-03 13:52:45.622723 | fa163ec6-d492-82e0-62f1-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:13.232478 | 0.10s 2025-10-03 13:52:45.634239 | fa163ec6-d492-82e0-62f1-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:13.244006 | 0.11s 2025-10-03 13:52:45.643467 | 14f9677e-90ce-467d-a29d-f484fe444bcb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-03 13:52:45.676238 | fa163ec6-d492-82e0-62f1-000000003eeb | TASK | Async creation of Keystone domains 2025-10-03 13:52:46.119051 | fa163ec6-d492-82e0-62f1-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-03 13:52:46.120107 | fa163ec6-d492-82e0-62f1-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:13.729874 | 0.44s 2025-10-03 13:52:46.124585 | fa163ec6-d492-82e0-62f1-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:13.734347 | 0.45s 2025-10-03 13:52:46.143595 | fa163ec6-d492-82e0-62f1-000000003eed | TASK | Check Keystone domain status 2025-10-03 13:52:46.370910 | fa163ec6-d492-82e0-62f1-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-03 13:52:51.593122 | fa163ec6-d492-82e0-62f1-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-03 13:52:51.594812 | fa163ec6-d492-82e0-62f1-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:19.204548 | 5.45s 2025-10-03 13:52:51.605009 | fa163ec6-d492-82e0-62f1-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:19.214774 | 5.46s 2025-10-03 13:52:51.621331 | fa163ec6-d492-82e0-62f1-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-03 13:52:51.683768 | fa163ec6-d492-82e0-62f1-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:19.293525 | 0.06s 2025-10-03 13:52:51.694061 | 31897b2e-a9e4-4ad8-8606-82e203778d9d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-03 13:52:51.737072 | fa163ec6-d492-82e0-62f1-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-03 13:52:53.054336 | fa163ec6-d492-82e0-62f1-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-03 13:52:53.056193 | fa163ec6-d492-82e0-62f1-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:20.665952 | 1.32s 2025-10-03 13:52:53.077391 | fa163ec6-d492-82e0-62f1-000000003fb6 | TASK | Set openstack_domains fact 2025-10-03 13:52:53.143198 | fa163ec6-d492-82e0-62f1-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-03 13:52:53.144617 | fa163ec6-d492-82e0-62f1-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:20.754378 | 0.07s 2025-10-03 13:52:53.164355 | fa163ec6-d492-82e0-62f1-000000003d1e | TASK | Create Keystone Services 2025-10-03 13:52:53.264660 | fa163ec6-d492-82e0-62f1-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:20.874419 | 0.10s 2025-10-03 13:52:53.283484 | fa163ec6-d492-82e0-62f1-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:20.893250 | 0.12s 2025-10-03 13:52:53.298382 | fa163ec6-d492-82e0-62f1-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:20.908145 | 0.13s 2025-10-03 13:52:53.317599 | 87ff4ef8-3589-4ecd-8497-3ba6420bfdcb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-03 13:52:53.328229 | 75b863ee-5f12-4f05-89f2-eaf08f35abff | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-03 13:52:53.380919 | fa163ec6-d492-82e0-62f1-000000004092 | TASK | Async creation of Keystone service 2025-10-03 13:52:53.688555 | fa163ec6-d492-82e0-62f1-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-03 13:52:53.690747 | fa163ec6-d492-82e0-62f1-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:21.300508 | 0.31s 2025-10-03 13:52:53.986039 | fa163ec6-d492-82e0-62f1-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-03 13:52:53.987743 | fa163ec6-d492-82e0-62f1-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:21.597512 | 0.61s 2025-10-03 13:52:54.266393 | fa163ec6-d492-82e0-62f1-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-03 13:52:54.267368 | fa163ec6-d492-82e0-62f1-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:21.877145 | 0.89s 2025-10-03 13:52:54.588098 | fa163ec6-d492-82e0-62f1-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-03 13:52:54.589124 | fa163ec6-d492-82e0-62f1-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:22.198892 | 1.21s 2025-10-03 13:52:54.955405 | fa163ec6-d492-82e0-62f1-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-03 13:52:54.956746 | fa163ec6-d492-82e0-62f1-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:22.566523 | 1.57s 2025-10-03 13:52:55.176895 | fa163ec6-d492-82e0-62f1-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-03 13:52:55.177967 | fa163ec6-d492-82e0-62f1-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:22.787735 | 1.80s 2025-10-03 13:52:55.469560 | fa163ec6-d492-82e0-62f1-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-03 13:52:55.470623 | fa163ec6-d492-82e0-62f1-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:23.080392 | 2.09s 2025-10-03 13:52:55.755904 | fa163ec6-d492-82e0-62f1-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-03 13:52:55.756499 | fa163ec6-d492-82e0-62f1-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:23.366276 | 2.37s 2025-10-03 13:52:56.006650 | fa163ec6-d492-82e0-62f1-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-03 13:52:56.008709 | fa163ec6-d492-82e0-62f1-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:23.618430 | 2.63s 2025-10-03 13:52:56.242110 | fa163ec6-d492-82e0-62f1-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-03 13:52:56.242712 | fa163ec6-d492-82e0-62f1-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:23.852488 | 2.86s 2025-10-03 13:52:56.250102 | fa163ec6-d492-82e0-62f1-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:23.859872 | 2.87s 2025-10-03 13:52:56.275727 | fa163ec6-d492-82e0-62f1-000000004094 | TASK | Check Keystone service status 2025-10-03 13:52:56.501577 | fa163ec6-d492-82e0-62f1-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-03 13:52:56.503218 | fa163ec6-d492-82e0-62f1-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:24.112982 | 0.22s 2025-10-03 13:52:56.706306 | fa163ec6-d492-82e0-62f1-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-03 13:52:56.707431 | fa163ec6-d492-82e0-62f1-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:24.317208 | 0.43s 2025-10-03 13:52:56.895662 | fa163ec6-d492-82e0-62f1-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-03 13:52:56.896324 | fa163ec6-d492-82e0-62f1-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:24.506101 | 0.62s 2025-10-03 13:52:57.114717 | fa163ec6-d492-82e0-62f1-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-03 13:52:57.116575 | fa163ec6-d492-82e0-62f1-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:24.726341 | 0.84s 2025-10-03 13:52:57.337244 | fa163ec6-d492-82e0-62f1-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-03 13:52:57.338881 | fa163ec6-d492-82e0-62f1-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:24.948649 | 1.06s 2025-10-03 13:52:57.564233 | fa163ec6-d492-82e0-62f1-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-03 13:52:57.566322 | fa163ec6-d492-82e0-62f1-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:25.176089 | 1.29s 2025-10-03 13:52:57.754394 | fa163ec6-d492-82e0-62f1-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-03 13:52:57.755356 | fa163ec6-d492-82e0-62f1-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:25.365125 | 1.48s 2025-10-03 13:52:57.981143 | fa163ec6-d492-82e0-62f1-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-03 13:52:57.982072 | fa163ec6-d492-82e0-62f1-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:25.591846 | 1.70s 2025-10-03 13:52:58.231699 | fa163ec6-d492-82e0-62f1-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-03 13:52:58.232841 | fa163ec6-d492-82e0-62f1-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:25.842610 | 1.95s 2025-10-03 13:52:58.507080 | fa163ec6-d492-82e0-62f1-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-03 13:52:58.508476 | fa163ec6-d492-82e0-62f1-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:26.118249 | 2.23s 2025-10-03 13:52:58.522677 | fa163ec6-d492-82e0-62f1-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:26.132447 | 2.24s 2025-10-03 13:52:58.548107 | fa163ec6-d492-82e0-62f1-000000004099 | TASK | Async creation of Keystone service 2025-10-03 13:52:58.904808 | fa163ec6-d492-82e0-62f1-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-03 13:52:58.905818 | fa163ec6-d492-82e0-62f1-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:26.515589 | 0.36s 2025-10-03 13:52:59.208283 | fa163ec6-d492-82e0-62f1-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-03 13:52:59.209322 | fa163ec6-d492-82e0-62f1-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:26.819089 | 0.66s 2025-10-03 13:52:59.496905 | fa163ec6-d492-82e0-62f1-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-03 13:52:59.497973 | fa163ec6-d492-82e0-62f1-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:27.107742 | 0.95s 2025-10-03 13:52:59.822024 | fa163ec6-d492-82e0-62f1-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-03 13:52:59.823410 | fa163ec6-d492-82e0-62f1-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:27.433185 | 1.27s 2025-10-03 13:52:59.834659 | fa163ec6-d492-82e0-62f1-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:27.444416 | 1.29s 2025-10-03 13:52:59.855085 | fa163ec6-d492-82e0-62f1-00000000409b | TASK | Check Keystone service status 2025-10-03 13:53:00.078277 | fa163ec6-d492-82e0-62f1-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-03 13:53:00.080536 | fa163ec6-d492-82e0-62f1-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.690298 | 0.22s 2025-10-03 13:53:00.295250 | fa163ec6-d492-82e0-62f1-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-03 13:53:05.496341 | fa163ec6-d492-82e0-62f1-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-03 13:53:05.498305 | fa163ec6-d492-82e0-62f1-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:33.108075 | 5.64s 2025-10-03 13:53:05.703264 | fa163ec6-d492-82e0-62f1-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-03 13:53:05.704761 | fa163ec6-d492-82e0-62f1-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:33.314537 | 5.85s 2025-10-03 13:53:05.949196 | fa163ec6-d492-82e0-62f1-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-03 13:53:05.950468 | fa163ec6-d492-82e0-62f1-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:33.560230 | 6.09s 2025-10-03 13:53:05.959147 | fa163ec6-d492-82e0-62f1-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:33.568916 | 6.10s 2025-10-03 13:53:05.980313 | fa163ec6-d492-82e0-62f1-000000003d20 | TASK | Create Keystone Endpoints 2025-10-03 13:53:06.030889 | fa163ec6-d492-82e0-62f1-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:33.640628 | 0.05s 2025-10-03 13:53:06.054484 | fa163ec6-d492-82e0-62f1-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:33.664252 | 0.07s 2025-10-03 13:53:06.073839 | fa163ec6-d492-82e0-62f1-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:33.683603 | 0.09s 2025-10-03 13:53:06.080098 | fa163ec6-d492-82e0-62f1-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:33.689866 | 0.10s 2025-10-03 13:53:06.107185 | ad7eff31-138c-48c2-8b64-e1fdf055e69b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 13:53:06.114364 | 0fa03f3a-9502-4c1c-b26f-9f64793a03a9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 13:53:06.120439 | 51630844-3791-4971-aaf8-02905ea4c7f9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 13:53:06.178945 | fa163ec6-d492-82e0-62f1-0000000041cf | TASK | Create Keystone public endpoints 2025-10-03 13:53:06.270655 | fa163ec6-d492-82e0-62f1-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:33.880402 | 0.09s 2025-10-03 13:53:06.289203 | fa163ec6-d492-82e0-62f1-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:33.898970 | 0.11s 2025-10-03 13:53:06.299574 | fa163ec6-d492-82e0-62f1-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:33.909343 | 0.12s 2025-10-03 13:53:06.326269 | ccfd4fb9-40e2-45dd-8fe1-e0eadb13f2de | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 13:53:06.336678 | d2e104f5-833f-4cb1-91b0-55502848ecda | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 13:53:06.362749 | fa163ec6-d492-82e0-62f1-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-03 13:53:06.702171 | fa163ec6-d492-82e0-62f1-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-03 13:53:06.703873 | fa163ec6-d492-82e0-62f1-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:34.313629 | 0.34s 2025-10-03 13:53:06.995951 | fa163ec6-d492-82e0-62f1-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-03 13:53:06.996497 | fa163ec6-d492-82e0-62f1-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:34.606274 | 0.63s 2025-10-03 13:53:07.269092 | fa163ec6-d492-82e0-62f1-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-03 13:53:07.270175 | fa163ec6-d492-82e0-62f1-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:34.879951 | 0.91s 2025-10-03 13:53:07.557910 | fa163ec6-d492-82e0-62f1-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-03 13:53:07.558691 | fa163ec6-d492-82e0-62f1-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:35.168465 | 1.19s 2025-10-03 13:53:07.860538 | fa163ec6-d492-82e0-62f1-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-03 13:53:07.861708 | fa163ec6-d492-82e0-62f1-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:35.471481 | 1.50s 2025-10-03 13:53:08.157745 | fa163ec6-d492-82e0-62f1-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-03 13:53:08.159115 | fa163ec6-d492-82e0-62f1-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:35.768887 | 1.79s 2025-10-03 13:53:08.435194 | fa163ec6-d492-82e0-62f1-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-03 13:53:08.435962 | fa163ec6-d492-82e0-62f1-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:36.045735 | 2.07s 2025-10-03 13:53:08.687295 | fa163ec6-d492-82e0-62f1-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-03 13:53:08.688489 | fa163ec6-d492-82e0-62f1-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:36.298258 | 2.32s 2025-10-03 13:53:08.950862 | fa163ec6-d492-82e0-62f1-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-03 13:53:08.951443 | fa163ec6-d492-82e0-62f1-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:36.561220 | 2.59s 2025-10-03 13:53:09.199535 | fa163ec6-d492-82e0-62f1-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-03 13:53:09.200302 | fa163ec6-d492-82e0-62f1-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:36.810075 | 2.84s 2025-10-03 13:53:09.205542 | fa163ec6-d492-82e0-62f1-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:36.815311 | 2.84s 2025-10-03 13:53:09.223321 | fa163ec6-d492-82e0-62f1-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-03 13:53:09.493744 | fa163ec6-d492-82e0-62f1-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-03 13:53:09.494638 | fa163ec6-d492-82e0-62f1-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:37.104412 | 0.27s 2025-10-03 13:53:09.712544 | fa163ec6-d492-82e0-62f1-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-03 13:53:09.713646 | fa163ec6-d492-82e0-62f1-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:37.323416 | 0.49s 2025-10-03 13:53:09.918043 | fa163ec6-d492-82e0-62f1-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-03 13:53:09.919139 | fa163ec6-d492-82e0-62f1-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:37.528908 | 0.69s 2025-10-03 13:53:10.107455 | fa163ec6-d492-82e0-62f1-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-03 13:53:10.108696 | fa163ec6-d492-82e0-62f1-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:37.718465 | 0.88s 2025-10-03 13:53:10.344350 | fa163ec6-d492-82e0-62f1-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-03 13:53:10.345090 | fa163ec6-d492-82e0-62f1-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:37.954866 | 1.12s 2025-10-03 13:53:10.579945 | fa163ec6-d492-82e0-62f1-0000000042f9 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-03 13:53:15.851681 | fa163ec6-d492-82e0-62f1-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-03 13:53:15.853282 | fa163ec6-d492-82e0-62f1-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:43.463049 | 6.63s 2025-10-03 13:53:16.088431 | fa163ec6-d492-82e0-62f1-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-03 13:53:16.090176 | fa163ec6-d492-82e0-62f1-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:43.699945 | 6.87s 2025-10-03 13:53:16.331387 | fa163ec6-d492-82e0-62f1-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-03 13:53:16.332527 | fa163ec6-d492-82e0-62f1-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:43.942296 | 7.11s 2025-10-03 13:53:16.611186 | fa163ec6-d492-82e0-62f1-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-03 13:53:16.612544 | fa163ec6-d492-82e0-62f1-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:44.222306 | 7.39s 2025-10-03 13:53:16.878734 | fa163ec6-d492-82e0-62f1-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-03 13:53:16.880551 | fa163ec6-d492-82e0-62f1-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:44.490320 | 7.66s 2025-10-03 13:53:16.893566 | fa163ec6-d492-82e0-62f1-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:44.503327 | 7.67s 2025-10-03 13:53:16.916964 | fa163ec6-d492-82e0-62f1-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-03 13:53:17.268888 | fa163ec6-d492-82e0-62f1-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-03 13:53:17.271295 | fa163ec6-d492-82e0-62f1-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:44.881056 | 0.35s 2025-10-03 13:53:17.577455 | fa163ec6-d492-82e0-62f1-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-03 13:53:17.578441 | fa163ec6-d492-82e0-62f1-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:45.188210 | 0.66s 2025-10-03 13:53:17.840521 | fa163ec6-d492-82e0-62f1-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-03 13:53:17.841552 | fa163ec6-d492-82e0-62f1-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:45.451320 | 0.92s 2025-10-03 13:53:18.125646 | fa163ec6-d492-82e0-62f1-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-03 13:53:18.126761 | fa163ec6-d492-82e0-62f1-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:45.736528 | 1.21s 2025-10-03 13:53:18.132714 | fa163ec6-d492-82e0-62f1-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:45.742471 | 1.21s 2025-10-03 13:53:18.156035 | fa163ec6-d492-82e0-62f1-000000004300 | TASK | Check Keystone public endpoint status 2025-10-03 13:53:18.436987 | fa163ec6-d492-82e0-62f1-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-03 13:53:23.681257 | fa163ec6-d492-82e0-62f1-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-03 13:53:23.682081 | fa163ec6-d492-82e0-62f1-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:51.291853 | 5.52s 2025-10-03 13:53:23.939534 | fa163ec6-d492-82e0-62f1-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-03 13:53:23.942984 | fa163ec6-d492-82e0-62f1-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:51.552746 | 5.79s 2025-10-03 13:53:24.227407 | fa163ec6-d492-82e0-62f1-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-03 13:53:24.228383 | fa163ec6-d492-82e0-62f1-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:51.838155 | 6.07s 2025-10-03 13:53:24.447293 | fa163ec6-d492-82e0-62f1-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-03 13:53:24.448960 | fa163ec6-d492-82e0-62f1-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:52.058733 | 6.29s 2025-10-03 13:53:24.460625 | fa163ec6-d492-82e0-62f1-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:52.070387 | 6.30s 2025-10-03 13:53:24.479749 | fa163ec6-d492-82e0-62f1-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-03 13:53:24.592712 | fa163ec6-d492-82e0-62f1-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:52.202468 | 0.11s 2025-10-03 13:53:24.618711 | fa163ec6-d492-82e0-62f1-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:52.228477 | 0.14s 2025-10-03 13:53:24.633365 | fa163ec6-d492-82e0-62f1-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:52.243136 | 0.15s 2025-10-03 13:53:24.645895 | beb9d096-9e14-41bc-8f72-cd0863e90e0c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 13:53:24.651915 | ff63a585-fc41-45a6-9b4d-0092ade39b36 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 13:53:24.674714 | fa163ec6-d492-82e0-62f1-00000000435e | TASK | Async creation of Keystone admin endpoint 2025-10-03 13:53:25.013685 | fa163ec6-d492-82e0-62f1-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-03 13:53:25.015404 | fa163ec6-d492-82e0-62f1-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:52.625165 | 0.34s 2025-10-03 13:53:25.300342 | fa163ec6-d492-82e0-62f1-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-03 13:53:25.301114 | fa163ec6-d492-82e0-62f1-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:52.910888 | 0.63s 2025-10-03 13:53:25.611709 | fa163ec6-d492-82e0-62f1-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-03 13:53:25.612922 | fa163ec6-d492-82e0-62f1-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:53.222694 | 0.94s 2025-10-03 13:53:25.862360 | fa163ec6-d492-82e0-62f1-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-03 13:53:25.862969 | fa163ec6-d492-82e0-62f1-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:53.472745 | 1.19s 2025-10-03 13:53:26.111856 | fa163ec6-d492-82e0-62f1-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-03 13:53:26.112644 | fa163ec6-d492-82e0-62f1-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:53.722417 | 1.44s 2025-10-03 13:53:26.357893 | fa163ec6-d492-82e0-62f1-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-03 13:53:26.358451 | fa163ec6-d492-82e0-62f1-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:53.968229 | 1.68s 2025-10-03 13:53:26.611465 | fa163ec6-d492-82e0-62f1-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-03 13:53:26.612503 | fa163ec6-d492-82e0-62f1-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:54.222272 | 1.94s 2025-10-03 13:53:26.874268 | fa163ec6-d492-82e0-62f1-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-03 13:53:26.874841 | fa163ec6-d492-82e0-62f1-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:54.484617 | 2.20s 2025-10-03 13:53:27.135105 | fa163ec6-d492-82e0-62f1-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-03 13:53:27.136280 | fa163ec6-d492-82e0-62f1-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:54.746057 | 2.46s 2025-10-03 13:53:27.393664 | fa163ec6-d492-82e0-62f1-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-03 13:53:27.394456 | fa163ec6-d492-82e0-62f1-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:55.004232 | 2.72s 2025-10-03 13:53:27.402545 | fa163ec6-d492-82e0-62f1-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:55.012316 | 2.73s 2025-10-03 13:53:27.419190 | fa163ec6-d492-82e0-62f1-000000004360 | TASK | Check Keystone admin endpoint status 2025-10-03 13:53:27.676740 | fa163ec6-d492-82e0-62f1-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-03 13:53:27.677691 | fa163ec6-d492-82e0-62f1-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:55.287465 | 0.26s 2025-10-03 13:53:27.950000 | fa163ec6-d492-82e0-62f1-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-03 13:53:27.951296 | fa163ec6-d492-82e0-62f1-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:55.561073 | 0.53s 2025-10-03 13:53:28.200435 | fa163ec6-d492-82e0-62f1-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-03 13:53:28.201805 | fa163ec6-d492-82e0-62f1-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:55.811581 | 0.78s 2025-10-03 13:53:28.435499 | fa163ec6-d492-82e0-62f1-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-03 13:53:28.436702 | fa163ec6-d492-82e0-62f1-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:56.046469 | 1.02s 2025-10-03 13:53:28.669385 | fa163ec6-d492-82e0-62f1-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-03 13:53:28.672021 | fa163ec6-d492-82e0-62f1-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:56.281782 | 1.25s 2025-10-03 13:53:28.876371 | fa163ec6-d492-82e0-62f1-000000004360 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-03 13:53:34.078014 | fa163ec6-d492-82e0-62f1-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-03 13:53:34.080511 | fa163ec6-d492-82e0-62f1-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:01.690279 | 6.66s 2025-10-03 13:53:34.360037 | fa163ec6-d492-82e0-62f1-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-03 13:53:34.362497 | fa163ec6-d492-82e0-62f1-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:01.972264 | 6.94s 2025-10-03 13:53:34.616748 | fa163ec6-d492-82e0-62f1-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-03 13:53:34.619217 | fa163ec6-d492-82e0-62f1-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.228983 | 7.20s 2025-10-03 13:53:34.856429 | fa163ec6-d492-82e0-62f1-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-03 13:53:34.858122 | fa163ec6-d492-82e0-62f1-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.467890 | 7.44s 2025-10-03 13:53:35.103808 | fa163ec6-d492-82e0-62f1-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-03 13:53:35.105213 | fa163ec6-d492-82e0-62f1-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.714978 | 7.69s 2025-10-03 13:53:35.122993 | fa163ec6-d492-82e0-62f1-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.732752 | 7.70s 2025-10-03 13:53:35.152360 | fa163ec6-d492-82e0-62f1-000000004365 | TASK | Async creation of Keystone admin endpoint 2025-10-03 13:53:35.432439 | fa163ec6-d492-82e0-62f1-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-03 13:53:35.434102 | fa163ec6-d492-82e0-62f1-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:03.043875 | 0.28s 2025-10-03 13:53:35.731588 | fa163ec6-d492-82e0-62f1-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-03 13:53:35.732908 | fa163ec6-d492-82e0-62f1-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:03.342681 | 0.58s 2025-10-03 13:53:36.076797 | fa163ec6-d492-82e0-62f1-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-03 13:53:36.078267 | fa163ec6-d492-82e0-62f1-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:03.688040 | 0.92s 2025-10-03 13:53:36.361088 | fa163ec6-d492-82e0-62f1-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-03 13:53:36.361802 | fa163ec6-d492-82e0-62f1-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:03.971562 | 1.21s 2025-10-03 13:53:36.366870 | fa163ec6-d492-82e0-62f1-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:03.976636 | 1.21s 2025-10-03 13:53:36.384556 | fa163ec6-d492-82e0-62f1-000000004367 | TASK | Check Keystone admin endpoint status 2025-10-03 13:53:36.618500 | fa163ec6-d492-82e0-62f1-000000004367 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-03 13:53:41.855193 | fa163ec6-d492-82e0-62f1-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-03 13:53:41.857661 | fa163ec6-d492-82e0-62f1-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:09.467305 | 5.47s 2025-10-03 13:53:42.069608 | fa163ec6-d492-82e0-62f1-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-03 13:53:42.071468 | fa163ec6-d492-82e0-62f1-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:09.681236 | 5.69s 2025-10-03 13:53:42.344003 | fa163ec6-d492-82e0-62f1-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-03 13:53:42.345312 | fa163ec6-d492-82e0-62f1-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:09.955078 | 5.96s 2025-10-03 13:53:42.606740 | fa163ec6-d492-82e0-62f1-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-03 13:53:42.608456 | fa163ec6-d492-82e0-62f1-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:10.218226 | 6.22s 2025-10-03 13:53:42.618626 | fa163ec6-d492-82e0-62f1-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:10.228403 | 6.23s 2025-10-03 13:53:42.634705 | fa163ec6-d492-82e0-62f1-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-03 13:53:42.716921 | fa163ec6-d492-82e0-62f1-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:10.326680 | 0.08s 2025-10-03 13:53:42.736480 | fa163ec6-d492-82e0-62f1-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:10.346238 | 0.10s 2025-10-03 13:53:42.744246 | fa163ec6-d492-82e0-62f1-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:10.354018 | 0.11s 2025-10-03 13:53:42.752938 | 86ea927b-e31b-4a5c-91db-1e8dcfde94bb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 13:53:42.757813 | 7ea38813-0a8f-46b6-a282-762d33af04c6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 13:53:42.776257 | fa163ec6-d492-82e0-62f1-0000000043c5 | TASK | Async creation of Keystone internal endpoint 2025-10-03 13:53:43.084483 | fa163ec6-d492-82e0-62f1-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-03 13:53:43.086946 | fa163ec6-d492-82e0-62f1-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.696708 | 0.31s 2025-10-03 13:53:43.354358 | fa163ec6-d492-82e0-62f1-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-03 13:53:43.355061 | fa163ec6-d492-82e0-62f1-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.964838 | 0.58s 2025-10-03 13:53:43.615062 | fa163ec6-d492-82e0-62f1-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-03 13:53:43.615698 | fa163ec6-d492-82e0-62f1-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:11.225474 | 0.84s 2025-10-03 13:53:43.871357 | fa163ec6-d492-82e0-62f1-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-03 13:53:43.872091 | fa163ec6-d492-82e0-62f1-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:11.481866 | 1.09s 2025-10-03 13:53:44.149514 | fa163ec6-d492-82e0-62f1-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-03 13:53:44.150926 | fa163ec6-d492-82e0-62f1-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:11.760687 | 1.37s 2025-10-03 13:53:44.434473 | fa163ec6-d492-82e0-62f1-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-03 13:53:44.435686 | fa163ec6-d492-82e0-62f1-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:12.045460 | 1.66s 2025-10-03 13:53:44.695595 | fa163ec6-d492-82e0-62f1-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-03 13:53:44.696385 | fa163ec6-d492-82e0-62f1-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:12.306159 | 1.92s 2025-10-03 13:53:44.938906 | fa163ec6-d492-82e0-62f1-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-03 13:53:44.940029 | fa163ec6-d492-82e0-62f1-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:12.549805 | 2.16s 2025-10-03 13:53:45.207345 | fa163ec6-d492-82e0-62f1-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-03 13:53:45.208410 | fa163ec6-d492-82e0-62f1-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:12.818183 | 2.43s 2025-10-03 13:53:45.438604 | fa163ec6-d492-82e0-62f1-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-03 13:53:45.439403 | fa163ec6-d492-82e0-62f1-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:13.049177 | 2.66s 2025-10-03 13:53:45.444561 | fa163ec6-d492-82e0-62f1-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:13.054336 | 2.67s 2025-10-03 13:53:45.461343 | fa163ec6-d492-82e0-62f1-0000000043c7 | TASK | Check Keystone internal endpoint status 2025-10-03 13:53:45.715270 | fa163ec6-d492-82e0-62f1-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-03 13:53:45.716173 | fa163ec6-d492-82e0-62f1-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:13.325948 | 0.25s 2025-10-03 13:53:45.975061 | fa163ec6-d492-82e0-62f1-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-03 13:53:45.977015 | fa163ec6-d492-82e0-62f1-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:13.586780 | 0.51s 2025-10-03 13:53:46.239424 | fa163ec6-d492-82e0-62f1-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-03 13:53:46.241381 | fa163ec6-d492-82e0-62f1-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:13.851148 | 0.78s 2025-10-03 13:53:46.489296 | fa163ec6-d492-82e0-62f1-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-03 13:53:46.492376 | fa163ec6-d492-82e0-62f1-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:14.102137 | 1.03s 2025-10-03 13:53:46.712678 | fa163ec6-d492-82e0-62f1-0000000043c7 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-03 13:53:51.942533 | fa163ec6-d492-82e0-62f1-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-03 13:53:51.946267 | fa163ec6-d492-82e0-62f1-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:19.556028 | 6.48s 2025-10-03 13:53:52.203713 | fa163ec6-d492-82e0-62f1-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-03 13:53:52.205255 | fa163ec6-d492-82e0-62f1-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:19.815028 | 6.74s 2025-10-03 13:53:52.435581 | fa163ec6-d492-82e0-62f1-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-03 13:53:52.436751 | fa163ec6-d492-82e0-62f1-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.046519 | 6.97s 2025-10-03 13:53:52.667141 | fa163ec6-d492-82e0-62f1-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-03 13:53:52.668424 | fa163ec6-d492-82e0-62f1-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.278192 | 7.21s 2025-10-03 13:53:52.929286 | fa163ec6-d492-82e0-62f1-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-03 13:53:52.930644 | fa163ec6-d492-82e0-62f1-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.540410 | 7.47s 2025-10-03 13:53:53.188057 | fa163ec6-d492-82e0-62f1-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-03 13:53:53.190211 | fa163ec6-d492-82e0-62f1-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.799978 | 7.73s 2025-10-03 13:53:53.204438 | fa163ec6-d492-82e0-62f1-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.814196 | 7.74s 2025-10-03 13:53:53.232583 | fa163ec6-d492-82e0-62f1-0000000043cc | TASK | Async creation of Keystone internal endpoint 2025-10-03 13:53:53.525406 | fa163ec6-d492-82e0-62f1-0000000043cc | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-03 13:53:53.528156 | fa163ec6-d492-82e0-62f1-0000000043cc | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:21.137917 | 0.29s 2025-10-03 13:53:53.794064 | fa163ec6-d492-82e0-62f1-0000000043cc | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-03 13:53:53.795614 | fa163ec6-d492-82e0-62f1-0000000043cc | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:21.405382 | 0.56s 2025-10-03 13:53:54.043720 | fa163ec6-d492-82e0-62f1-0000000043cc | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-03 13:53:54.045188 | fa163ec6-d492-82e0-62f1-0000000043cc | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:21.654964 | 0.81s 2025-10-03 13:53:54.327861 | fa163ec6-d492-82e0-62f1-0000000043cc | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-03 13:53:54.329516 | fa163ec6-d492-82e0-62f1-0000000043cc | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:21.939285 | 1.09s 2025-10-03 13:53:54.340489 | fa163ec6-d492-82e0-62f1-0000000043cc | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:21.950251 | 1.11s 2025-10-03 13:53:54.359880 | fa163ec6-d492-82e0-62f1-0000000043ce | TASK | Check Keystone internal endpoint status 2025-10-03 13:53:54.589206 | fa163ec6-d492-82e0-62f1-0000000043ce | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-03 13:53:59.861157 | fa163ec6-d492-82e0-62f1-0000000043ce | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-03 13:53:59.863885 | fa163ec6-d492-82e0-62f1-0000000043ce | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:27.473635 | 5.50s 2025-10-03 13:54:00.141664 | fa163ec6-d492-82e0-62f1-0000000043ce | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-03 13:54:00.143347 | fa163ec6-d492-82e0-62f1-0000000043ce | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:27.753110 | 5.78s 2025-10-03 13:54:00.376159 | fa163ec6-d492-82e0-62f1-0000000043ce | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-03 13:54:00.377021 | fa163ec6-d492-82e0-62f1-0000000043ce | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:27.986795 | 6.02s 2025-10-03 13:54:00.626061 | fa163ec6-d492-82e0-62f1-0000000043ce | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-03 13:54:00.626832 | fa163ec6-d492-82e0-62f1-0000000043ce | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:28.236607 | 6.27s 2025-10-03 13:54:00.631691 | fa163ec6-d492-82e0-62f1-0000000043ce | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:28.241464 | 6.27s 2025-10-03 13:54:00.648062 | fa163ec6-d492-82e0-62f1-000000003d22 | TASK | Run cleanup tasks 2025-10-03 13:54:00.685349 | fa163ec6-d492-82e0-62f1-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:28.295108 | 0.04s 2025-10-03 13:54:00.700174 | 63d783f0-4f48-423b-8680-4ee2501227c0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-03 13:54:00.761326 | fa163ec6-d492-82e0-62f1-000000004428 | TASK | Get list of enabled services 2025-10-03 13:54:03.420560 | fa163ec6-d492-82e0-62f1-000000004428 | CHANGED | Get list of enabled services | undercloud 2025-10-03 13:54:03.421554 | fa163ec6-d492-82e0-62f1-000000004428 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:31.031326 | 2.66s 2025-10-03 13:54:03.437107 | fa163ec6-d492-82e0-62f1-000000004429 | TASK | List services to be disabled 2025-10-03 13:54:03.520404 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-03 13:54:03.562389 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-03 13:54:03.593068 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-03 13:54:03.622365 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-03 13:54:03.651501 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-03 13:54:03.681179 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-03 13:54:03.709930 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-03 13:54:03.736438 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-03 13:54:03.763250 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-03 13:54:03.791527 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-03 13:54:03.823953 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-03 13:54:03.849127 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-03 13:54:03.876903 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-03 13:54:03.905302 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-03 13:54:03.933472 | fa163ec6-d492-82e0-62f1-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-03 13:54:03.945916 | fa163ec6-d492-82e0-62f1-000000004429 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:31.555677 | 0.51s 2025-10-03 13:54:03.963581 | fa163ec6-d492-82e0-62f1-00000000442a | TASK | Delete keystone services not enabled 2025-10-03 13:54:03.982884 | fa163ec6-d492-82e0-62f1-00000000442a | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:31.592629 | 0.02s 2025-10-03 13:54:03.998721 | fa163ec6-d492-82e0-62f1-000000003d23 | TASK | Create Keystone Roles 2025-10-03 13:54:04.066469 | fa163ec6-d492-82e0-62f1-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:31.676220 | 0.07s 2025-10-03 13:54:04.091942 | fa163ec6-d492-82e0-62f1-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:31.701712 | 0.09s 2025-10-03 13:54:04.100417 | fa163ec6-d492-82e0-62f1-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:31.710181 | 0.10s 2025-10-03 13:54:04.109226 | f9517e20-e32c-4091-a428-cce8ca04ce55 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-03 13:54:04.113766 | ab0cc09f-ca9d-4780-9c0c-453cc7047ef0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-03 13:54:04.167701 | fa163ec6-d492-82e0-62f1-000000004598 | TASK | Async creation of Keystone role 2025-10-03 13:54:04.457893 | fa163ec6-d492-82e0-62f1-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-03 13:54:04.458725 | fa163ec6-d492-82e0-62f1-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:32.068499 | 0.29s 2025-10-03 13:54:04.689005 | fa163ec6-d492-82e0-62f1-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-03 13:54:04.689917 | fa163ec6-d492-82e0-62f1-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:32.299687 | 0.52s 2025-10-03 13:54:04.923882 | fa163ec6-d492-82e0-62f1-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-03 13:54:04.924455 | fa163ec6-d492-82e0-62f1-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:32.534233 | 0.76s 2025-10-03 13:54:05.209825 | fa163ec6-d492-82e0-62f1-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-03 13:54:05.211149 | fa163ec6-d492-82e0-62f1-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:32.820925 | 1.04s 2025-10-03 13:54:05.472358 | fa163ec6-d492-82e0-62f1-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-03 13:54:05.473053 | fa163ec6-d492-82e0-62f1-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:33.082826 | 1.30s 2025-10-03 13:54:05.750777 | fa163ec6-d492-82e0-62f1-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-03 13:54:05.751959 | fa163ec6-d492-82e0-62f1-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:33.361729 | 1.58s 2025-10-03 13:54:06.039218 | fa163ec6-d492-82e0-62f1-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-03 13:54:06.040495 | fa163ec6-d492-82e0-62f1-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:33.650271 | 1.87s 2025-10-03 13:54:06.329191 | fa163ec6-d492-82e0-62f1-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-03 13:54:06.329812 | fa163ec6-d492-82e0-62f1-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:33.939588 | 2.16s 2025-10-03 13:54:06.588620 | fa163ec6-d492-82e0-62f1-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-03 13:54:06.589839 | fa163ec6-d492-82e0-62f1-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:34.199614 | 2.42s 2025-10-03 13:54:06.908947 | fa163ec6-d492-82e0-62f1-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-03 13:54:06.910000 | fa163ec6-d492-82e0-62f1-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:34.519777 | 2.74s 2025-10-03 13:54:06.920913 | fa163ec6-d492-82e0-62f1-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:34.530679 | 2.75s 2025-10-03 13:54:06.937792 | fa163ec6-d492-82e0-62f1-00000000459a | TASK | Check Keystone role status 2025-10-03 13:54:07.232573 | fa163ec6-d492-82e0-62f1-00000000459a | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-03 13:54:07.234861 | fa163ec6-d492-82e0-62f1-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:34.844625 | 0.30s 2025-10-03 13:54:07.517530 | fa163ec6-d492-82e0-62f1-00000000459a | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-03 13:54:07.518721 | fa163ec6-d492-82e0-62f1-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:35.128489 | 0.58s 2025-10-03 13:54:07.737550 | fa163ec6-d492-82e0-62f1-00000000459a | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-03 13:54:07.739260 | fa163ec6-d492-82e0-62f1-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:35.349022 | 0.80s 2025-10-03 13:54:07.984339 | fa163ec6-d492-82e0-62f1-00000000459a | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-03 13:54:07.985537 | fa163ec6-d492-82e0-62f1-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:35.595312 | 1.05s 2025-10-03 13:54:08.264930 | fa163ec6-d492-82e0-62f1-00000000459a | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-03 13:54:08.266478 | fa163ec6-d492-82e0-62f1-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:35.876240 | 1.33s 2025-10-03 13:54:08.483330 | fa163ec6-d492-82e0-62f1-00000000459a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-03 13:54:08.485364 | fa163ec6-d492-82e0-62f1-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:36.095129 | 1.55s 2025-10-03 13:54:08.711359 | fa163ec6-d492-82e0-62f1-00000000459a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-03 13:54:08.712631 | fa163ec6-d492-82e0-62f1-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:36.322405 | 1.77s 2025-10-03 13:54:08.926077 | fa163ec6-d492-82e0-62f1-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-03 13:54:08.927558 | fa163ec6-d492-82e0-62f1-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:36.537325 | 1.99s 2025-10-03 13:54:09.192956 | fa163ec6-d492-82e0-62f1-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-03 13:54:09.194115 | fa163ec6-d492-82e0-62f1-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:36.803878 | 2.26s 2025-10-03 13:54:09.426632 | fa163ec6-d492-82e0-62f1-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-03 13:54:09.427940 | fa163ec6-d492-82e0-62f1-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:37.037703 | 2.49s 2025-10-03 13:54:09.438221 | fa163ec6-d492-82e0-62f1-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:37.047982 | 2.50s 2025-10-03 13:54:09.461620 | fa163ec6-d492-82e0-62f1-00000000459f | TASK | Async creation of Keystone role 2025-10-03 13:54:09.783188 | fa163ec6-d492-82e0-62f1-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-03 13:54:09.785196 | fa163ec6-d492-82e0-62f1-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:37.394966 | 0.32s 2025-10-03 13:54:10.103837 | fa163ec6-d492-82e0-62f1-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-03 13:54:10.104582 | fa163ec6-d492-82e0-62f1-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:37.714358 | 0.64s 2025-10-03 13:54:10.404166 | fa163ec6-d492-82e0-62f1-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-03 13:54:10.405134 | fa163ec6-d492-82e0-62f1-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:38.014905 | 0.94s 2025-10-03 13:54:10.411302 | fa163ec6-d492-82e0-62f1-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:38.021061 | 0.95s 2025-10-03 13:54:10.430859 | fa163ec6-d492-82e0-62f1-0000000045a1 | TASK | Check Keystone role status 2025-10-03 13:54:10.704019 | fa163ec6-d492-82e0-62f1-0000000045a1 | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-03 13:54:15.947169 | fa163ec6-d492-82e0-62f1-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-03 13:54:15.949067 | fa163ec6-d492-82e0-62f1-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:43.558835 | 5.52s 2025-10-03 13:54:16.222239 | fa163ec6-d492-82e0-62f1-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-03 13:54:16.223335 | fa163ec6-d492-82e0-62f1-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:43.833103 | 5.79s 2025-10-03 13:54:16.468055 | fa163ec6-d492-82e0-62f1-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-03 13:54:16.470198 | fa163ec6-d492-82e0-62f1-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:44.079958 | 6.04s 2025-10-03 13:54:16.481409 | fa163ec6-d492-82e0-62f1-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:44.091166 | 6.05s 2025-10-03 13:54:16.498604 | fa163ec6-d492-82e0-62f1-000000003d25 | TASK | Create Keystone Users 2025-10-03 13:54:16.568634 | fa163ec6-d492-82e0-62f1-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:44.178378 | 0.07s 2025-10-03 13:54:16.586412 | fa163ec6-d492-82e0-62f1-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:44.196182 | 0.09s 2025-10-03 13:54:16.593214 | fa163ec6-d492-82e0-62f1-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:44.202979 | 0.09s 2025-10-03 13:54:16.605158 | 5c5f1604-61a4-48ce-85d1-3085cd7d3d0f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-03 13:54:16.613810 | 136f5ed1-9847-4dc1-aa96-764a735f1dd6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-03 13:54:16.673245 | fa163ec6-d492-82e0-62f1-000000004749 | TASK | Check password of Keystone user 2025-10-03 13:54:17.631571 | fa163ec6-d492-82e0-62f1-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:17.632671 | fa163ec6-d492-82e0-62f1-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:45.242440 | 0.96s 2025-10-03 13:54:18.474046 | fa163ec6-d492-82e0-62f1-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:18.475723 | fa163ec6-d492-82e0-62f1-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:46.085490 | 1.80s 2025-10-03 13:54:19.373426 | fa163ec6-d492-82e0-62f1-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:19.374330 | fa163ec6-d492-82e0-62f1-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:46.984100 | 2.70s 2025-10-03 13:54:20.256088 | fa163ec6-d492-82e0-62f1-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:20.259015 | fa163ec6-d492-82e0-62f1-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:47.868779 | 3.58s 2025-10-03 13:54:21.143239 | fa163ec6-d492-82e0-62f1-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:21.145372 | fa163ec6-d492-82e0-62f1-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:48.755133 | 4.47s 2025-10-03 13:54:22.063557 | fa163ec6-d492-82e0-62f1-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:22.065151 | fa163ec6-d492-82e0-62f1-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:49.674920 | 5.39s 2025-10-03 13:54:22.927867 | fa163ec6-d492-82e0-62f1-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:22.928445 | fa163ec6-d492-82e0-62f1-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:50.538220 | 6.25s 2025-10-03 13:54:23.797684 | fa163ec6-d492-82e0-62f1-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:23.799087 | fa163ec6-d492-82e0-62f1-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:51.408855 | 7.12s 2025-10-03 13:54:24.704454 | fa163ec6-d492-82e0-62f1-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:24.706140 | fa163ec6-d492-82e0-62f1-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:52.315908 | 8.03s 2025-10-03 13:54:25.602364 | fa163ec6-d492-82e0-62f1-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:25.603143 | fa163ec6-d492-82e0-62f1-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:53.212918 | 8.93s 2025-10-03 13:54:25.607596 | fa163ec6-d492-82e0-62f1-000000004749 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:25.608323 | fa163ec6-d492-82e0-62f1-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:53.218095 | 8.93s 2025-10-03 13:54:25.628402 | fa163ec6-d492-82e0-62f1-00000000474b | TASK | Async creation of Keystone user 2025-10-03 13:54:25.956702 | fa163ec6-d492-82e0-62f1-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:25.958023 | fa163ec6-d492-82e0-62f1-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.567793 | 0.33s 2025-10-03 13:54:26.247151 | fa163ec6-d492-82e0-62f1-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:26.247986 | fa163ec6-d492-82e0-62f1-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.857759 | 0.62s 2025-10-03 13:54:26.579025 | fa163ec6-d492-82e0-62f1-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:26.579752 | fa163ec6-d492-82e0-62f1-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:54.189522 | 0.95s 2025-10-03 13:54:26.882129 | fa163ec6-d492-82e0-62f1-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:26.883297 | fa163ec6-d492-82e0-62f1-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:54.493067 | 1.25s 2025-10-03 13:54:27.170668 | fa163ec6-d492-82e0-62f1-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:27.171234 | fa163ec6-d492-82e0-62f1-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:54.781010 | 1.54s 2025-10-03 13:54:27.445610 | fa163ec6-d492-82e0-62f1-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:27.446182 | fa163ec6-d492-82e0-62f1-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:55.055959 | 1.82s 2025-10-03 13:54:27.757340 | fa163ec6-d492-82e0-62f1-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:27.758091 | fa163ec6-d492-82e0-62f1-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:55.367864 | 2.13s 2025-10-03 13:54:28.152525 | fa163ec6-d492-82e0-62f1-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:28.153099 | fa163ec6-d492-82e0-62f1-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:55.762876 | 2.52s 2025-10-03 13:54:28.485728 | fa163ec6-d492-82e0-62f1-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:28.486385 | fa163ec6-d492-82e0-62f1-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:56.096162 | 2.86s 2025-10-03 13:54:28.849378 | fa163ec6-d492-82e0-62f1-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:28.850815 | fa163ec6-d492-82e0-62f1-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:56.460546 | 3.22s 2025-10-03 13:54:28.861001 | fa163ec6-d492-82e0-62f1-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:28.861642 | fa163ec6-d492-82e0-62f1-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:56.471417 | 3.23s 2025-10-03 13:54:28.877581 | fa163ec6-d492-82e0-62f1-00000000474d | TASK | Check Keystone user status 2025-10-03 13:54:29.197975 | fa163ec6-d492-82e0-62f1-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:29.199027 | fa163ec6-d492-82e0-62f1-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:56.808796 | 0.32s 2025-10-03 13:54:29.439051 | fa163ec6-d492-82e0-62f1-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:29.440052 | fa163ec6-d492-82e0-62f1-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:57.049816 | 0.56s 2025-10-03 13:54:29.675812 | fa163ec6-d492-82e0-62f1-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:29.676613 | fa163ec6-d492-82e0-62f1-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:57.286385 | 0.80s 2025-10-03 13:54:29.895415 | fa163ec6-d492-82e0-62f1-00000000474d | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-03 13:54:35.130394 | fa163ec6-d492-82e0-62f1-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:35.132006 | fa163ec6-d492-82e0-62f1-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:02.741774 | 6.25s 2025-10-03 13:54:35.392179 | fa163ec6-d492-82e0-62f1-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:35.392801 | fa163ec6-d492-82e0-62f1-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:03.002578 | 6.51s 2025-10-03 13:54:35.604556 | fa163ec6-d492-82e0-62f1-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:35.606363 | fa163ec6-d492-82e0-62f1-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:03.216123 | 6.73s 2025-10-03 13:54:35.869744 | fa163ec6-d492-82e0-62f1-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:35.870982 | fa163ec6-d492-82e0-62f1-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:03.480749 | 6.99s 2025-10-03 13:54:36.121073 | fa163ec6-d492-82e0-62f1-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:36.122976 | fa163ec6-d492-82e0-62f1-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:03.732743 | 7.24s 2025-10-03 13:54:36.347704 | fa163ec6-d492-82e0-62f1-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:36.348394 | fa163ec6-d492-82e0-62f1-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:03.958169 | 7.47s 2025-10-03 13:54:36.606326 | fa163ec6-d492-82e0-62f1-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:36.607381 | fa163ec6-d492-82e0-62f1-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:04.217148 | 7.73s 2025-10-03 13:54:36.619132 | fa163ec6-d492-82e0-62f1-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:36.620109 | fa163ec6-d492-82e0-62f1-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:04.229884 | 7.74s 2025-10-03 13:54:36.636400 | fa163ec6-d492-82e0-62f1-000000004752 | TASK | Check password of Keystone user 2025-10-03 13:54:37.603694 | fa163ec6-d492-82e0-62f1-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:37.604598 | fa163ec6-d492-82e0-62f1-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:05.214370 | 0.97s 2025-10-03 13:54:38.520023 | fa163ec6-d492-82e0-62f1-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:38.520919 | fa163ec6-d492-82e0-62f1-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:06.130687 | 1.88s 2025-10-03 13:54:39.424211 | fa163ec6-d492-82e0-62f1-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:39.425148 | fa163ec6-d492-82e0-62f1-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:07.034916 | 2.79s 2025-10-03 13:54:40.373045 | fa163ec6-d492-82e0-62f1-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:40.375012 | fa163ec6-d492-82e0-62f1-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:07.984779 | 3.74s 2025-10-03 13:54:41.288983 | fa163ec6-d492-82e0-62f1-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:41.289637 | fa163ec6-d492-82e0-62f1-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:08.899412 | 4.65s 2025-10-03 13:54:42.195254 | fa163ec6-d492-82e0-62f1-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:42.197165 | fa163ec6-d492-82e0-62f1-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:09.806932 | 5.56s 2025-10-03 13:54:43.119610 | fa163ec6-d492-82e0-62f1-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:43.120945 | fa163ec6-d492-82e0-62f1-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:10.730711 | 6.48s 2025-10-03 13:54:43.139079 | fa163ec6-d492-82e0-62f1-000000004752 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 13:54:43.140192 | fa163ec6-d492-82e0-62f1-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:10.749959 | 6.50s 2025-10-03 13:54:43.160370 | fa163ec6-d492-82e0-62f1-000000004754 | TASK | Async creation of Keystone user 2025-10-03 13:54:43.520229 | fa163ec6-d492-82e0-62f1-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:43.521289 | fa163ec6-d492-82e0-62f1-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:11.131059 | 0.36s 2025-10-03 13:54:43.806646 | fa163ec6-d492-82e0-62f1-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:43.807705 | fa163ec6-d492-82e0-62f1-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:11.417469 | 0.65s 2025-10-03 13:54:44.088153 | fa163ec6-d492-82e0-62f1-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:44.089336 | fa163ec6-d492-82e0-62f1-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:11.699110 | 0.93s 2025-10-03 13:54:44.410854 | fa163ec6-d492-82e0-62f1-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:44.411487 | fa163ec6-d492-82e0-62f1-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.021262 | 1.25s 2025-10-03 13:54:44.701105 | fa163ec6-d492-82e0-62f1-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:44.701651 | fa163ec6-d492-82e0-62f1-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.311427 | 1.54s 2025-10-03 13:54:45.034559 | fa163ec6-d492-82e0-62f1-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:45.035800 | fa163ec6-d492-82e0-62f1-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.645551 | 1.87s 2025-10-03 13:54:45.316326 | fa163ec6-d492-82e0-62f1-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:45.316888 | fa163ec6-d492-82e0-62f1-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.926664 | 2.15s 2025-10-03 13:54:45.322733 | fa163ec6-d492-82e0-62f1-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 13:54:45.323445 | fa163ec6-d492-82e0-62f1-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.933219 | 2.16s 2025-10-03 13:54:45.338503 | fa163ec6-d492-82e0-62f1-000000004756 | TASK | Check Keystone user status 2025-10-03 13:54:45.565222 | fa163ec6-d492-82e0-62f1-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:45.566951 | fa163ec6-d492-82e0-62f1-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:13.176717 | 0.23s 2025-10-03 13:54:45.840099 | fa163ec6-d492-82e0-62f1-000000004756 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-03 13:54:51.066962 | fa163ec6-d492-82e0-62f1-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:51.068051 | fa163ec6-d492-82e0-62f1-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:18.677819 | 5.73s 2025-10-03 13:54:51.305961 | fa163ec6-d492-82e0-62f1-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:51.306825 | fa163ec6-d492-82e0-62f1-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:18.916598 | 5.97s 2025-10-03 13:54:51.580056 | fa163ec6-d492-82e0-62f1-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:51.581120 | fa163ec6-d492-82e0-62f1-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:19.190888 | 6.24s 2025-10-03 13:54:51.839761 | fa163ec6-d492-82e0-62f1-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:51.840521 | fa163ec6-d492-82e0-62f1-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:19.450294 | 6.50s 2025-10-03 13:54:52.082200 | fa163ec6-d492-82e0-62f1-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:52.082882 | fa163ec6-d492-82e0-62f1-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:19.692657 | 6.74s 2025-10-03 13:54:52.332872 | fa163ec6-d492-82e0-62f1-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:52.333870 | fa163ec6-d492-82e0-62f1-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:19.943637 | 6.99s 2025-10-03 13:54:52.340992 | fa163ec6-d492-82e0-62f1-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-10-03 13:54:52.342052 | fa163ec6-d492-82e0-62f1-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:19.951820 | 7.00s 2025-10-03 13:54:52.363116 | fa163ec6-d492-82e0-62f1-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-03 13:54:52.424009 | fa163ec6-d492-82e0-62f1-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:20.033757 | 0.06s 2025-10-03 13:54:52.448638 | fa163ec6-d492-82e0-62f1-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:20.058403 | 0.08s 2025-10-03 13:54:52.469957 | fa163ec6-d492-82e0-62f1-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:20.079725 | 0.10s 2025-10-03 13:54:52.478315 | fa163ec6-d492-82e0-62f1-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:20.088075 | 0.11s 2025-10-03 13:54:52.494047 | 8c625523-4404-4e0f-8eec-036933fab94e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 13:54:52.500612 | 687c7d02-f4ee-4bdc-9823-0b5e05abfc63 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 13:54:52.506153 | c0f86842-56fe-4c27-93bb-cbfcf7b06f28 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 13:54:52.578992 | fa163ec6-d492-82e0-62f1-000000004966 | TASK | Async assignment of Keystone user per role 2025-10-03 13:54:52.645663 | fa163ec6-d492-82e0-62f1-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:20.255394 | 0.07s 2025-10-03 13:54:52.665029 | fa163ec6-d492-82e0-62f1-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:20.274791 | 0.09s 2025-10-03 13:54:52.670768 | fa163ec6-d492-82e0-62f1-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:20.280526 | 0.09s 2025-10-03 13:54:52.688275 | 30bf4950-8343-42be-86f7-f586be95d398 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 13:54:52.697495 | fe4a5f81-9bdf-4ba0-a624-a970856729f5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 13:54:52.720869 | fa163ec6-d492-82e0-62f1-000000004b46 | TASK | Async assignment of Keystone user to roles 2025-10-03 13:54:53.012536 | fa163ec6-d492-82e0-62f1-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-03 13:54:53.014917 | fa163ec6-d492-82e0-62f1-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:20.624672 | 0.29s 2025-10-03 13:54:53.292632 | fa163ec6-d492-82e0-62f1-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-03 13:54:53.293830 | fa163ec6-d492-82e0-62f1-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:20.903596 | 0.57s 2025-10-03 13:54:53.570526 | fa163ec6-d492-82e0-62f1-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-03 13:54:53.571770 | fa163ec6-d492-82e0-62f1-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:21.181537 | 0.85s 2025-10-03 13:54:53.879989 | fa163ec6-d492-82e0-62f1-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-03 13:54:53.880751 | fa163ec6-d492-82e0-62f1-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:21.490524 | 1.16s 2025-10-03 13:54:54.211409 | fa163ec6-d492-82e0-62f1-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-03 13:54:54.211992 | fa163ec6-d492-82e0-62f1-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:21.821769 | 1.49s 2025-10-03 13:54:54.537123 | fa163ec6-d492-82e0-62f1-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-03 13:54:54.537696 | fa163ec6-d492-82e0-62f1-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:22.147473 | 1.82s 2025-10-03 13:54:54.839707 | fa163ec6-d492-82e0-62f1-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-03 13:54:54.840326 | fa163ec6-d492-82e0-62f1-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:22.450102 | 2.12s 2025-10-03 13:54:55.144306 | fa163ec6-d492-82e0-62f1-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-03 13:54:55.145311 | fa163ec6-d492-82e0-62f1-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:22.755082 | 2.42s 2025-10-03 13:54:55.529266 | fa163ec6-d492-82e0-62f1-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-03 13:54:55.531886 | fa163ec6-d492-82e0-62f1-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:23.141646 | 2.81s 2025-10-03 13:54:55.824400 | fa163ec6-d492-82e0-62f1-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-03 13:54:55.825410 | fa163ec6-d492-82e0-62f1-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:23.435179 | 3.10s 2025-10-03 13:54:55.838475 | fa163ec6-d492-82e0-62f1-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:23.448244 | 3.12s 2025-10-03 13:54:55.856197 | fa163ec6-d492-82e0-62f1-000000004b48 | TASK | Check Keystone user assignment to roles status 2025-10-03 13:54:56.175425 | fa163ec6-d492-82e0-62f1-000000004b48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 13:55:01.394444 | fa163ec6-d492-82e0-62f1-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-03 13:55:01.396704 | fa163ec6-d492-82e0-62f1-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:29.006413 | 5.54s 2025-10-03 13:55:01.667785 | fa163ec6-d492-82e0-62f1-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-03 13:55:01.669996 | fa163ec6-d492-82e0-62f1-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:29.279758 | 5.81s 2025-10-03 13:55:01.922245 | fa163ec6-d492-82e0-62f1-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-03 13:55:01.924045 | fa163ec6-d492-82e0-62f1-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:29.533816 | 6.07s 2025-10-03 13:55:02.156834 | fa163ec6-d492-82e0-62f1-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-03 13:55:02.157987 | fa163ec6-d492-82e0-62f1-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:29.767755 | 6.30s 2025-10-03 13:55:02.413428 | fa163ec6-d492-82e0-62f1-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-03 13:55:02.415626 | fa163ec6-d492-82e0-62f1-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.025393 | 6.56s 2025-10-03 13:55:02.638859 | fa163ec6-d492-82e0-62f1-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-03 13:55:02.641159 | fa163ec6-d492-82e0-62f1-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.250925 | 6.78s 2025-10-03 13:55:02.878616 | fa163ec6-d492-82e0-62f1-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-03 13:55:02.880044 | fa163ec6-d492-82e0-62f1-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.489811 | 7.02s 2025-10-03 13:55:03.095868 | fa163ec6-d492-82e0-62f1-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-03 13:55:03.097591 | fa163ec6-d492-82e0-62f1-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.707359 | 7.24s 2025-10-03 13:55:03.340014 | fa163ec6-d492-82e0-62f1-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-03 13:55:03.341163 | fa163ec6-d492-82e0-62f1-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.950930 | 7.48s 2025-10-03 13:55:03.555742 | fa163ec6-d492-82e0-62f1-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-03 13:55:03.556617 | fa163ec6-d492-82e0-62f1-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:31.166390 | 7.70s 2025-10-03 13:55:03.566875 | fa163ec6-d492-82e0-62f1-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:31.176569 | 7.71s 2025-10-03 13:55:03.593137 | fa163ec6-d492-82e0-62f1-000000004b4d | TASK | Async assignment of Keystone user to roles 2025-10-03 13:55:03.932659 | fa163ec6-d492-82e0-62f1-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-03 13:55:03.934169 | fa163ec6-d492-82e0-62f1-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:31.543932 | 0.34s 2025-10-03 13:55:04.258671 | fa163ec6-d492-82e0-62f1-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-03 13:55:04.260141 | fa163ec6-d492-82e0-62f1-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:31.869913 | 0.67s 2025-10-03 13:55:04.563182 | fa163ec6-d492-82e0-62f1-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-03 13:55:04.564833 | fa163ec6-d492-82e0-62f1-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:32.174606 | 0.97s 2025-10-03 13:55:04.835149 | fa163ec6-d492-82e0-62f1-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-03 13:55:04.835721 | fa163ec6-d492-82e0-62f1-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:32.445498 | 1.24s 2025-10-03 13:55:05.145002 | fa163ec6-d492-82e0-62f1-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-03 13:55:05.146914 | fa163ec6-d492-82e0-62f1-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:32.756681 | 1.55s 2025-10-03 13:55:05.438141 | fa163ec6-d492-82e0-62f1-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-03 13:55:05.438957 | fa163ec6-d492-82e0-62f1-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:33.048732 | 1.84s 2025-10-03 13:55:05.741937 | fa163ec6-d492-82e0-62f1-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-03 13:55:05.742544 | fa163ec6-d492-82e0-62f1-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:33.352319 | 2.15s 2025-10-03 13:55:05.746853 | fa163ec6-d492-82e0-62f1-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:33.356618 | 2.15s 2025-10-03 13:55:05.765952 | fa163ec6-d492-82e0-62f1-000000004b4f | TASK | Check Keystone user assignment to roles status 2025-10-03 13:55:05.986824 | fa163ec6-d492-82e0-62f1-000000004b4f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 13:55:11.234072 | fa163ec6-d492-82e0-62f1-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-03 13:55:11.236763 | fa163ec6-d492-82e0-62f1-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:38.846523 | 5.47s 2025-10-03 13:55:11.455161 | fa163ec6-d492-82e0-62f1-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-03 13:55:11.456684 | fa163ec6-d492-82e0-62f1-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:39.066460 | 5.69s 2025-10-03 13:55:11.685505 | fa163ec6-d492-82e0-62f1-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-03 13:55:11.686589 | fa163ec6-d492-82e0-62f1-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:39.296358 | 5.92s 2025-10-03 13:55:11.946947 | fa163ec6-d492-82e0-62f1-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-03 13:55:11.948047 | fa163ec6-d492-82e0-62f1-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:39.557816 | 6.18s 2025-10-03 13:55:12.186485 | fa163ec6-d492-82e0-62f1-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-03 13:55:12.188248 | fa163ec6-d492-82e0-62f1-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:39.798019 | 6.42s 2025-10-03 13:55:12.437834 | fa163ec6-d492-82e0-62f1-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-03 13:55:12.439185 | fa163ec6-d492-82e0-62f1-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:40.048958 | 6.67s 2025-10-03 13:55:12.689522 | fa163ec6-d492-82e0-62f1-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-03 13:55:12.690456 | fa163ec6-d492-82e0-62f1-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:40.300227 | 6.92s 2025-10-03 13:55:12.695859 | fa163ec6-d492-82e0-62f1-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:40.305630 | 6.93s 2025-10-03 13:55:12.712158 | fa163ec6-d492-82e0-62f1-00000000496b | TASK | Async assignment of Keystone user per role 2025-10-03 13:55:12.767227 | fa163ec6-d492-82e0-62f1-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:40.376985 | 0.05s 2025-10-03 13:55:12.771806 | fa163ec6-d492-82e0-62f1-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:40.381561 | 0.06s 2025-10-03 13:55:12.778833 | f8be63c8-56cc-4d4e-85d2-da9338b36724 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 13:55:12.795286 | fa163ec6-d492-82e0-62f1-000000004bb7 | TASK | Async assignment of Keystone user to roles 2025-10-03 13:55:13.140652 | fa163ec6-d492-82e0-62f1-000000004bb7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-03 13:55:13.141681 | fa163ec6-d492-82e0-62f1-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:40.751451 | 0.35s 2025-10-03 13:55:13.146132 | fa163ec6-d492-82e0-62f1-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:40.755892 | 0.35s 2025-10-03 13:55:13.166712 | fa163ec6-d492-82e0-62f1-000000004bb9 | TASK | Check Keystone user assignment to roles status 2025-10-03 13:55:13.467268 | fa163ec6-d492-82e0-62f1-000000004bb9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 13:55:18.695506 | fa163ec6-d492-82e0-62f1-000000004bb9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-03 13:55:18.696349 | fa163ec6-d492-82e0-62f1-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:46.306122 | 5.53s 2025-10-03 13:55:18.699408 | fa163ec6-d492-82e0-62f1-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:46.309184 | 5.53s 2025-10-03 13:55:18.716697 | fa163ec6-d492-82e0-62f1-000000004970 | TASK | Async assignment of Keystone user per role 2025-10-03 13:55:18.798161 | fa163ec6-d492-82e0-62f1-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:46.407908 | 0.08s 2025-10-03 13:55:18.807850 | fa163ec6-d492-82e0-62f1-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:46.417552 | 0.09s 2025-10-03 13:55:18.826586 | 8d3dc4f5-fb18-4602-b508-b9a8ad76b53b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 13:55:18.852664 | fa163ec6-d492-82e0-62f1-000000004bdb | TASK | Async assignment of Keystone user to roles 2025-10-03 13:55:19.252924 | fa163ec6-d492-82e0-62f1-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-03 13:55:19.254285 | fa163ec6-d492-82e0-62f1-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:46.864049 | 0.40s 2025-10-03 13:55:19.579633 | fa163ec6-d492-82e0-62f1-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-03 13:55:19.580394 | fa163ec6-d492-82e0-62f1-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:47.190168 | 0.73s 2025-10-03 13:55:19.893874 | fa163ec6-d492-82e0-62f1-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-03 13:55:19.894559 | fa163ec6-d492-82e0-62f1-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:47.504334 | 1.04s 2025-10-03 13:55:19.900435 | fa163ec6-d492-82e0-62f1-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:47.510211 | 1.05s 2025-10-03 13:55:19.916621 | fa163ec6-d492-82e0-62f1-000000004bdd | TASK | Check Keystone user assignment to roles status 2025-10-03 13:55:20.157573 | fa163ec6-d492-82e0-62f1-000000004bdd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 13:55:25.370661 | fa163ec6-d492-82e0-62f1-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-03 13:55:25.373522 | fa163ec6-d492-82e0-62f1-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:52.983278 | 5.46s 2025-10-03 13:55:25.604950 | fa163ec6-d492-82e0-62f1-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-03 13:55:25.607094 | fa163ec6-d492-82e0-62f1-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:53.216867 | 5.69s 2025-10-03 13:55:25.852271 | fa163ec6-d492-82e0-62f1-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-03 13:55:25.854663 | fa163ec6-d492-82e0-62f1-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:53.464429 | 5.94s 2025-10-03 13:55:25.865920 | fa163ec6-d492-82e0-62f1-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:53.475682 | 5.95s 2025-10-03 13:55:25.902003 | fa163ec6-d492-82e0-62f1-000000003ced | TASK | is Keystone LDAP enabled 2025-10-03 13:55:25.958973 | fa163ec6-d492-82e0-62f1-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-03 13:55:25.960326 | fa163ec6-d492-82e0-62f1-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:22:53.570095 | 0.06s 2025-10-03 13:55:25.977610 | fa163ec6-d492-82e0-62f1-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-03 13:55:26.017725 | fa163ec6-d492-82e0-62f1-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-03 13:55:26.018886 | fa163ec6-d492-82e0-62f1-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:53.628656 | 0.04s 2025-10-03 13:55:26.035080 | fa163ec6-d492-82e0-62f1-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-03 13:55:26.078570 | fa163ec6-d492-82e0-62f1-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-03 13:55:26.080131 | fa163ec6-d492-82e0-62f1-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:53.689893 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-03 13:55:26.229713 | fa163ec6-d492-82e0-62f1-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-03 13:55:26.257127 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000e2') missing from stats 2025-10-03 13:55:26.282070 | fa163ec6-d492-82e0-62f1-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-03 13:55:26.825027 | fa163ec6-d492-82e0-62f1-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-03 13:55:26.826546 | fa163ec6-d492-82e0-62f1-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:54.436311 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 13:55:26.901493 | fa163ec6-d492-82e0-62f1-0000000000e4 | TIMING | include_tasks | standalone | 0:22:54.511251 | 0.04s 2025-10-03 13:55:26.951686 | 4efbd718-c1fb-4e67-a54e-cdcd73318098 | INCLUDED | /root/standalone-ansible-ns0w0h08/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-03 13:55:26.984608 | fa163ec6-d492-82e0-62f1-000000004c1f | TASK | Create virtqemud recovery script 2025-10-03 13:55:27.518349 | fa163ec6-d492-82e0-62f1-000000004c1f | CHANGED | Create virtqemud recovery script | standalone 2025-10-03 13:55:27.519422 | fa163ec6-d492-82e0-62f1-000000004c1f | TIMING | Create virtqemud recovery script | standalone | 0:22:55.129196 | 0.53s 2025-10-03 13:55:27.539377 | fa163ec6-d492-82e0-62f1-000000004c20 | TASK | Create virtqemud recovery trigger service 2025-10-03 13:55:28.009652 | fa163ec6-d492-82e0-62f1-000000004c20 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-03 13:55:28.010535 | fa163ec6-d492-82e0-62f1-000000004c20 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:55.620310 | 0.47s 2025-10-03 13:55:28.030419 | fa163ec6-d492-82e0-62f1-000000004c21 | TASK | Create virtqemud recovery trigger timer 2025-10-03 13:55:28.466602 | fa163ec6-d492-82e0-62f1-000000004c21 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-03 13:55:28.468131 | fa163ec6-d492-82e0-62f1-000000004c21 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:56.077895 | 0.44s 2025-10-03 13:55:28.497636 | fa163ec6-d492-82e0-62f1-000000004c22 | TASK | Enable virtqemud recovery trigger service 2025-10-03 13:55:29.679584 | fa163ec6-d492-82e0-62f1-000000004c22 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-03 13:55:29.681189 | fa163ec6-d492-82e0-62f1-000000004c22 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:57.290960 | 1.18s 2025-10-03 13:55:29.706054 | fa163ec6-d492-82e0-62f1-000000004c23 | TASK | Enable virtqemud recovery trigger timer 2025-10-03 13:55:30.893280 | fa163ec6-d492-82e0-62f1-000000004c23 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-03 13:55:30.894931 | fa163ec6-d492-82e0-62f1-000000004c23 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:58.504698 | 1.19s 2025-10-03 13:55:30.926540 | fa163ec6-d492-82e0-62f1-000000004c24 | TASK | Really enable virtqemud recovery trigger timer 2025-10-03 13:55:31.529484 | fa163ec6-d492-82e0-62f1-000000004c24 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-03 13:55:31.531025 | fa163ec6-d492-82e0-62f1-000000004c24 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:59.140792 | 0.60s 2025-10-03 13:55:31.560556 | fa163ec6-d492-82e0-62f1-000000004c26 | TASK | Create systemd file 2025-10-03 13:55:31.987585 | fa163ec6-d492-82e0-62f1-000000004c26 | CHANGED | Create systemd file | standalone 2025-10-03 13:55:31.988852 | fa163ec6-d492-82e0-62f1-000000004c26 | TIMING | Create systemd file | standalone | 0:22:59.598619 | 0.43s 2025-10-03 13:55:32.018291 | fa163ec6-d492-82e0-62f1-000000004c27 | TASK | Reload systemd 2025-10-03 13:55:32.836863 | fa163ec6-d492-82e0-62f1-000000004c27 | CHANGED | Reload systemd | standalone 2025-10-03 13:55:32.838002 | fa163ec6-d492-82e0-62f1-000000004c27 | TIMING | Reload systemd | standalone | 0:23:00.447778 | 0.82s 2025-10-03 13:55:32.858049 | fa163ec6-d492-82e0-62f1-000000004c2a | TASK | Start OVN container 2025-10-03 13:55:32.906599 | fa163ec6-d492-82e0-62f1-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-03 13:55:32.924770 | fa163ec6-d492-82e0-62f1-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-03 13:55:32.941342 | fa163ec6-d492-82e0-62f1-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-03 13:55:32.953714 | fa163ec6-d492-82e0-62f1-000000004c2a | TIMING | Start OVN container | standalone | 0:23:00.563467 | 0.09s 2025-10-03 13:55:32.984128 | fa163ec6-d492-82e0-62f1-000000004c2c | TASK | Set NB connection 2025-10-03 13:55:33.025177 | fa163ec6-d492-82e0-62f1-000000004c2c | SKIPPED | Set NB connection | standalone 2025-10-03 13:55:33.026765 | fa163ec6-d492-82e0-62f1-000000004c2c | TIMING | Set NB connection | standalone | 0:23:00.636529 | 0.04s 2025-10-03 13:55:33.056460 | fa163ec6-d492-82e0-62f1-000000004c2d | TASK | Set SB connection 2025-10-03 13:55:33.086015 | fa163ec6-d492-82e0-62f1-000000004c2d | SKIPPED | Set SB connection | standalone 2025-10-03 13:55:33.087637 | fa163ec6-d492-82e0-62f1-000000004c2d | TIMING | Set SB connection | standalone | 0:23:00.697397 | 0.03s 2025-10-03 13:55:33.111591 | fa163ec6-d492-82e0-62f1-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-03 13:55:33.337958 | fa163ec6-d492-82e0-62f1-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-03 13:55:33.339073 | fa163ec6-d492-82e0-62f1-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:00.948846 | 0.23s 2025-10-03 13:55:33.423045 | fa163ec6-d492-82e0-62f1-0000000000e7 | TIMING | include_tasks | standalone | 0:23:01.032800 | 0.06s 2025-10-03 13:55:33.460089 | 141ab0fc-aa52-4446-9fdc-27e1f3888f4d | INCLUDED | /root/standalone-ansible-ns0w0h08/common_deploy_steps_tasks.yaml | standalone 2025-10-03 13:55:33.487833 | fa163ec6-d492-82e0-62f1-000000004c5c | TASK | Write the config_step hieradata 2025-10-03 13:55:34.040289 | fa163ec6-d492-82e0-62f1-000000004c5c | OK | Write the config_step hieradata | standalone 2025-10-03 13:55:34.041357 | fa163ec6-d492-82e0-62f1-000000004c5c | TIMING | Write the config_step hieradata | standalone | 0:23:01.651127 | 0.55s 2025-10-03 13:55:34.065553 | fa163ec6-d492-82e0-62f1-000000004c5d | TASK | Run puppet host configuration for step 4 2025-10-03 13:55:34.423435 | fa163ec6-d492-82e0-62f1-000000004c5d | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-03 13:55:34.424716 | fa163ec6-d492-82e0-62f1-000000004c5d | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:02.034484 | 0.36s 2025-10-03 13:55:34.447230 | fa163ec6-d492-82e0-62f1-000000004c5e | TASK | Wait for puppet host configuration to finish 2025-10-03 13:55:34.718131 | fa163ec6-d492-82e0-62f1-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 13:55:44.944988 | fa163ec6-d492-82e0-62f1-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 13:55:55.222885 | fa163ec6-d492-82e0-62f1-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-03 13:56:05.430757 | fa163ec6-d492-82e0-62f1-000000004c5e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 13:56:05.433857 | fa163ec6-d492-82e0-62f1-000000004c5e | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:33.043615 | 30.99s 2025-10-03 13:56:05.458760 | fa163ec6-d492-82e0-62f1-000000004c5f | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-03 13:56:05.569840 | fa163ec6-d492-82e0-62f1-000000004c5f | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 3 13:55:34 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 13:55:39 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 13:55:39 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 13:55:39 puppet-user: (file & line not available)", "<13>Oct 3 13:55:39 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 3 13:55:39 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 3 13:55:39 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>Oct 3 13:55:39 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 3 13:55:40 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 3 13:55:40 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>Oct 3 13:55:40 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 3 13:55:40 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>Oct 3 13:55:40 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>Oct 3 13:55:40 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>Oct 3 13:55:40 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>Oct 3 13:55:40 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 13:55:40 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.60 seconds", "<13>Oct 3 13:55:44 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 13:55:46 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 13:55:52 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 3 13:55:52 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}fac63534ee3781f4920ed266c1fffcb2a48e95999fbf987e093996d69e6fea66'", "<13>Oct 3 13:55:52 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 3 13:55:52 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 3 13:55:52 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 3 13:55:52 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 3 13:55:54 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 13:55:59 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Oct 3 13:56:00 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 3 13:56:00 puppet-user: Notice: Applied catalog in 20.70 seconds", "<13>Oct 3 13:56:00 puppet-user: Application:", "<13>Oct 3 13:56:00 puppet-user: Initial environment: production", "<13>Oct 3 13:56:00 puppet-user: Converged environment: production", "<13>Oct 3 13:56:00 puppet-user: Run mode: user", "<13>Oct 3 13:56:00 puppet-user: Changes:", "<13>Oct 3 13:56:00 puppet-user: Total: 10", "<13>Oct 3 13:56:00 puppet-user: Events:", "<13>Oct 3 13:56:00 puppet-user: Success: 10", "<13>Oct 3 13:56:00 puppet-user: Resources:", "<13>Oct 3 13:56:00 puppet-user: Restarted: 1", "<13>Oct 3 13:56:00 puppet-user: Changed: 10", "<13>Oct 3 13:56:00 puppet-user: Out of sync: 10", "<13>Oct 3 13:56:00 puppet-user: Total: 37", "<13>Oct 3 13:56:00 puppet-user: Time:", "<13>Oct 3 13:56:00 puppet-user: Schedule: 0.00", "<13>Oct 3 13:56:00 puppet-user: File line: 0.00", "<13>Oct 3 13:56:00 puppet-user: User: 0.01", "<13>Oct 3 13:56:00 puppet-user: Augeas: 0.01", "<13>Oct 3 13:56:00 puppet-user: File: 0.09", "<13>Oct 3 13:56:00 puppet-user: Config retrieval: 0.69", "<13>Oct 3 13:56:00 puppet-user: Service: 1.52", "<13>Oct 3 13:56:00 puppet-user: Pcmk property: 1.55", "<13>Oct 3 13:56:00 puppet-user: Last run: 1759499760", "<13>Oct 3 13:56:00 puppet-user: Pcmk resource default: 2.14", "<13>Oct 3 13:56:00 puppet-user: Pcmk resource op default: 2.21", "<13>Oct 3 13:56:00 puppet-user: Transaction evaluation: 20.69", "<13>Oct 3 13:56:00 puppet-user: Catalog application: 20.70", "<13>Oct 3 13:56:00 puppet-user: Filebucket: 0.00", "<13>Oct 3 13:56:00 puppet-user: Package: 6.03", "<13>Oct 3 13:56:00 puppet-user: Exec: 6.94", "<13>Oct 3 13:56:00 puppet-user: Total: 20.71", "<13>Oct 3 13:56:00 puppet-user: Version:", "<13>Oct 3 13:56:00 puppet-user: Config: 1759499739", "<13>Oct 3 13:56:00 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 13:56:05.571677 | fa163ec6-d492-82e0-62f1-000000004c5f | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:33.181446 | 0.11s 2025-10-03 13:56:05.597950 | fa163ec6-d492-82e0-62f1-000000004c60 | TASK | Pre-cache facts for puppet containers 2025-10-03 13:56:05.624490 | fa163ec6-d492-82e0-62f1-000000004c60 | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:33.234247 | 0.02s 2025-10-03 13:56:05.674916 | fa163ec6-d492-82e0-62f1-000000004ca1 | TASK | Gather variables for each operating system 2025-10-03 13:56:05.799723 | fa163ec6-d492-82e0-62f1-000000004ca1 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:33.409472 | 0.12s 2025-10-03 13:56:05.830500 | fa163ec6-d492-82e0-62f1-000000004ca2 | TASK | Create puppet caching structures 2025-10-03 13:56:06.247442 | fa163ec6-d492-82e0-62f1-000000004ca2 | CHANGED | Create puppet caching structures | standalone 2025-10-03 13:56:06.248356 | fa163ec6-d492-82e0-62f1-000000004ca2 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:33.858128 | 0.42s 2025-10-03 13:56:06.267970 | fa163ec6-d492-82e0-62f1-000000004ca3 | TASK | Check for facter.conf 2025-10-03 13:56:06.468069 | fa163ec6-d492-82e0-62f1-000000004ca3 | OK | Check for facter.conf | standalone 2025-10-03 13:56:06.469588 | fa163ec6-d492-82e0-62f1-000000004ca3 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:34.079352 | 0.20s 2025-10-03 13:56:06.491178 | fa163ec6-d492-82e0-62f1-000000004ca4 | TASK | Remove facter.conf if directory 2025-10-03 13:56:06.517286 | fa163ec6-d492-82e0-62f1-000000004ca4 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 13:56:06.517977 | fa163ec6-d492-82e0-62f1-000000004ca4 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:34.127751 | 0.03s 2025-10-03 13:56:06.537222 | fa163ec6-d492-82e0-62f1-000000004ca5 | TASK | Write facter cache config 2025-10-03 13:56:07.029013 | fa163ec6-d492-82e0-62f1-000000004ca5 | CHANGED | Write facter cache config | standalone 2025-10-03 13:56:07.030176 | fa163ec6-d492-82e0-62f1-000000004ca5 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:34.639946 | 0.49s 2025-10-03 13:56:07.054588 | fa163ec6-d492-82e0-62f1-000000004ca6 | TASK | Cleanup facter cache if exists 2025-10-03 13:56:07.293887 | fa163ec6-d492-82e0-62f1-000000004ca6 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 13:56:07.295419 | fa163ec6-d492-82e0-62f1-000000004ca6 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:34.905184 | 0.24s 2025-10-03 13:56:07.325600 | fa163ec6-d492-82e0-62f1-000000004ca7 | TASK | Pre-cache facts 2025-10-03 13:56:07.975338 | fa163ec6-d492-82e0-62f1-000000004ca7 | CHANGED | Pre-cache facts | standalone 2025-10-03 13:56:07.976479 | fa163ec6-d492-82e0-62f1-000000004ca7 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:35.586249 | 0.65s 2025-10-03 13:56:08.002652 | fa163ec6-d492-82e0-62f1-000000004ca8 | TASK | Failed deployment if facter fails 2025-10-03 13:56:08.032021 | fa163ec6-d492-82e0-62f1-000000004ca8 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 13:56:08.033110 | fa163ec6-d492-82e0-62f1-000000004ca8 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:35.642877 | 0.03s 2025-10-03 13:56:08.068932 | fa163ec6-d492-82e0-62f1-000000004ca9 | TASK | Sync cached facts 2025-10-03 13:56:08.367501 | fa163ec6-d492-82e0-62f1-000000004ca9 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec6-d492-82e0-62f1-000000004ca9') missing from stats 2025-10-03 13:56:08.426727 | fa163ec6-d492-82e0-62f1-000000004c61 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 13:56:08.467363 | fa163ec6-d492-82e0-62f1-000000004c61 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 13:56:08.468522 | fa163ec6-d492-82e0-62f1-000000004c61 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:36.078290 | 0.04s 2025-10-03 13:56:08.501497 | fa163ec6-d492-82e0-62f1-000000004c63 | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-03 13:56:08.524674 | fa163ec6-d492-82e0-62f1-000000004c63 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:36.134427 | 0.02s 2025-10-03 13:56:08.588142 | fa163ec6-d492-82e0-62f1-000000004d00 | TASK | Gather variables for each operating system 2025-10-03 13:56:08.710844 | fa163ec6-d492-82e0-62f1-000000004d00 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:36.320600 | 0.12s 2025-10-03 13:56:08.736238 | fa163ec6-d492-82e0-62f1-000000004d01 | TASK | Create container logs path 2025-10-03 13:56:08.934842 | fa163ec6-d492-82e0-62f1-000000004d01 | OK | Create container logs path | standalone 2025-10-03 13:56:08.935645 | fa163ec6-d492-82e0-62f1-000000004d01 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:36.545418 | 0.20s 2025-10-03 13:56:08.959122 | fa163ec6-d492-82e0-62f1-000000004d03 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 13:56:09.208053 | fa163ec6-d492-82e0-62f1-000000004d03 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 13:56:09.209466 | fa163ec6-d492-82e0-62f1-000000004d03 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:36.819227 | 0.25s 2025-10-03 13:56:09.244092 | fa163ec6-d492-82e0-62f1-000000004d04 | TASK | Finalise hashes for all containers 2025-10-03 13:56:09.338555 | fa163ec6-d492-82e0-62f1-000000004d04 | OK | Finalise hashes for all containers | standalone 2025-10-03 13:56:09.340176 | fa163ec6-d492-82e0-62f1-000000004d04 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:36.949934 | 0.09s 2025-10-03 13:56:09.373485 | fa163ec6-d492-82e0-62f1-000000004d06 | TASK | Manage systemd shutdown files 2025-10-03 13:56:09.420404 | fa163ec6-d492-82e0-62f1-000000004d06 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:37.030156 | 0.05s 2025-10-03 13:56:09.456334 | c0123c47-a053-4c0e-a8ae-fbf18c50a3b8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 13:56:09.488608 | fa163ec6-d492-82e0-62f1-000000004d39 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 13:56:09.769513 | fa163ec6-d492-82e0-62f1-000000004d39 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 13:56:09.771114 | fa163ec6-d492-82e0-62f1-000000004d39 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:37.380867 | 0.28s 2025-10-03 13:56:09.803581 | fa163ec6-d492-82e0-62f1-000000004d3a | TASK | Set podman_drop_in fact 2025-10-03 13:56:09.855271 | fa163ec6-d492-82e0-62f1-000000004d3a | OK | Set podman_drop_in fact | standalone 2025-10-03 13:56:09.856741 | fa163ec6-d492-82e0-62f1-000000004d3a | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:37.466505 | 0.05s 2025-10-03 13:56:09.888635 | fa163ec6-d492-82e0-62f1-000000004d3c | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 13:56:10.409866 | fa163ec6-d492-82e0-62f1-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 13:56:10.411444 | fa163ec6-d492-82e0-62f1-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:38.021204 | 0.52s 2025-10-03 13:56:10.845006 | fa163ec6-d492-82e0-62f1-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 13:56:10.847461 | fa163ec6-d492-82e0-62f1-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:38.457222 | 0.96s 2025-10-03 13:56:10.857852 | fa163ec6-d492-82e0-62f1-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:38.467612 | 0.97s 2025-10-03 13:56:10.888129 | fa163ec6-d492-82e0-62f1-000000004d3d | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 13:56:11.386846 | fa163ec6-d492-82e0-62f1-000000004d3d | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 13:56:11.389443 | fa163ec6-d492-82e0-62f1-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:38.999205 | 0.50s 2025-10-03 13:56:11.420613 | fa163ec6-d492-82e0-62f1-000000004d3e | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 13:56:11.883843 | fa163ec6-d492-82e0-62f1-000000004d3e | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 13:56:11.885101 | fa163ec6-d492-82e0-62f1-000000004d3e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:39.494872 | 0.46s 2025-10-03 13:56:11.905617 | fa163ec6-d492-82e0-62f1-000000004d3f | TASK | Enable and start tripleo-container-shutdown 2025-10-03 13:56:12.611318 | fa163ec6-d492-82e0-62f1-000000004d3f | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 13:56:12.614425 | fa163ec6-d492-82e0-62f1-000000004d3f | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:40.224169 | 0.71s 2025-10-03 13:56:12.635975 | fa163ec6-d492-82e0-62f1-000000004d40 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 13:56:13.127827 | fa163ec6-d492-82e0-62f1-000000004d40 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 13:56:13.129493 | fa163ec6-d492-82e0-62f1-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:40.739256 | 0.49s 2025-10-03 13:56:13.166194 | fa163ec6-d492-82e0-62f1-000000004d41 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 13:56:13.604202 | fa163ec6-d492-82e0-62f1-000000004d41 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 13:56:13.606057 | fa163ec6-d492-82e0-62f1-000000004d41 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:41.215820 | 0.44s 2025-10-03 13:56:13.640060 | fa163ec6-d492-82e0-62f1-000000004d42 | TASK | Enable and start netns-placeholder 2025-10-03 13:56:14.462945 | fa163ec6-d492-82e0-62f1-000000004d42 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 13:56:14.465107 | fa163ec6-d492-82e0-62f1-000000004d42 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:42.074873 | 0.82s 2025-10-03 13:56:14.487840 | fa163ec6-d492-82e0-62f1-000000004d08 | TASK | Update container configs with new config hashes 2025-10-03 13:56:14.540912 | fa163ec6-d492-82e0-62f1-000000004d08 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:42.150671 | 0.05s 2025-10-03 13:56:14.552759 | 2cb272bb-ef74-4450-9050-b8aa8d26ae4a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 13:56:14.574409 | fa163ec6-d492-82e0-62f1-000000004d6a | TASK | Update config hashes for container startup configs 2025-10-03 13:56:14.855181 | fa163ec6-d492-82e0-62f1-000000004d6a | OK | Update config hashes for container startup configs | standalone 2025-10-03 13:56:14.856406 | fa163ec6-d492-82e0-62f1-000000004d6a | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:42.466173 | 0.28s 2025-10-03 13:56:14.886422 | fa163ec6-d492-82e0-62f1-000000004d09 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 13:56:14.950389 | fa163ec6-d492-82e0-62f1-000000004d09 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:42.560150 | 0.06s 2025-10-03 13:56:14.963045 | bce3be56-31e5-4537-90cb-7dda6401b9af | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 13:56:14.986437 | fa163ec6-d492-82e0-62f1-000000004d89 | TASK | Gather podman infos 2025-10-03 13:56:16.558147 | fa163ec6-d492-82e0-62f1-000000004d89 | OK | Gather podman infos | standalone 2025-10-03 13:56:16.559203 | fa163ec6-d492-82e0-62f1-000000004d89 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:44.168972 | 1.57s 2025-10-03 13:56:16.685318 | fa163ec6-d492-82e0-62f1-000000004d8a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 13:56:16.734272 | fa163ec6-d492-82e0-62f1-000000004d8a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:44.344033 | 0.04s 2025-10-03 13:56:16.880386 | fa163ec6-d492-82e0-62f1-000000004dd3 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:44.490143 | 0.10s 2025-10-03 13:56:16.923550 | fa163ec6-d492-82e0-62f1-000000004d0a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 13:56:16.972509 | fa163ec6-d492-82e0-62f1-000000004d0a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:44.582268 | 0.05s 2025-10-03 13:56:16.985142 | 64cee8cc-bf8e-40d7-90f3-b2a861e6a8e4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 13:56:17.012898 | fa163ec6-d492-82e0-62f1-000000004df9 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 13:56:48.364765 | fa163ec6-d492-82e0-62f1-000000004df9 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 13:56:48.366170 | fa163ec6-d492-82e0-62f1-000000004df9 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:15.975939 | 31.35s 2025-10-03 13:56:48.392680 | fa163ec6-d492-82e0-62f1-000000004dfa | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 13:58:49.767589 | fa163ec6-d492-82e0-62f1-000000004dfa | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 13:58:49.769447 | fa163ec6-d492-82e0-62f1-000000004dfa | 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:17.379212 | 121.38s 2025-10-03 13:58:49.845200 | fa163ec6-d492-82e0-62f1-000000004c65 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-03 13:58:50.109038 | fa163ec6-d492-82e0-62f1-000000004c65 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-03 13:58:50.110758 | fa163ec6-d492-82e0-62f1-000000004c65 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:17.720525 | 0.26s 2025-10-03 13:58:50.159033 | fa163ec6-d492-82e0-62f1-000000004c66 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-03 13:58:50.218882 | fa163ec6-d492-82e0-62f1-000000004c66 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:17.828639 | 0.06s 2025-10-03 13:58:50.244287 | fa163ec6-d492-82e0-62f1-000000004c67 | TASK | Include container-puppet tasks for step 4 2025-10-03 13:58:50.294143 | fa163ec6-d492-82e0-62f1-000000004c67 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:17.903903 | 0.05s 2025-10-03 13:58:50.312540 | 8d97b981-d1a1-4219-9e28-de488897dd58 | INCLUDED | /root/standalone-ansible-ns0w0h08/host-container-puppet-tasks.yaml | standalone 2025-10-03 13:58:50.351660 | fa163ec6-d492-82e0-62f1-000000004e45 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-03 13:58:50.903218 | fa163ec6-d492-82e0-62f1-000000004e45 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-03 13:58:50.904523 | fa163ec6-d492-82e0-62f1-000000004e45 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:18.514297 | 0.55s 2025-10-03 13:58:50.925439 | fa163ec6-d492-82e0-62f1-000000004e47 | TASK | Generate container puppet configs for step 4 2025-10-03 13:58:51.156175 | fa163ec6-d492-82e0-62f1-000000004e47 | OK | Generate container puppet configs for step 4 | standalone 2025-10-03 13:58:51.159327 | fa163ec6-d492-82e0-62f1-000000004e47 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:18.769092 | 0.23s 2025-10-03 13:58:51.193239 | fa163ec6-d492-82e0-62f1-000000004e48 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-03 13:58:51.217548 | fa163ec6-d492-82e0-62f1-000000004e48 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:18.827303 | 0.02s 2025-10-03 13:58:51.293850 | fa163ec6-d492-82e0-62f1-000000004e77 | TASK | Gather variables for each operating system 2025-10-03 13:58:51.392698 | fa163ec6-d492-82e0-62f1-000000004e77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:19.002450 | 0.10s 2025-10-03 13:58:51.425871 | fa163ec6-d492-82e0-62f1-000000004e78 | TASK | Create container logs path 2025-10-03 13:58:51.646395 | fa163ec6-d492-82e0-62f1-000000004e78 | OK | Create container logs path | standalone 2025-10-03 13:58:51.648029 | fa163ec6-d492-82e0-62f1-000000004e78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:19.257794 | 0.22s 2025-10-03 13:58:51.681522 | fa163ec6-d492-82e0-62f1-000000004e7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 13:58:51.960756 | fa163ec6-d492-82e0-62f1-000000004e7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 13:58:51.962425 | fa163ec6-d492-82e0-62f1-000000004e7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:19.572187 | 0.28s 2025-10-03 13:58:51.988047 | fa163ec6-d492-82e0-62f1-000000004e7b | TASK | Finalise hashes for all containers 2025-10-03 13:58:52.030709 | fa163ec6-d492-82e0-62f1-000000004e7b | OK | Finalise hashes for all containers | standalone 2025-10-03 13:58:52.031847 | fa163ec6-d492-82e0-62f1-000000004e7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:19.641621 | 0.04s 2025-10-03 13:58:52.052427 | fa163ec6-d492-82e0-62f1-000000004e7d | TASK | Manage systemd shutdown files 2025-10-03 13:58:52.079500 | fa163ec6-d492-82e0-62f1-000000004e7d | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 13:58:52.080682 | fa163ec6-d492-82e0-62f1-000000004e7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:19.690454 | 0.03s 2025-10-03 13:58:52.101715 | fa163ec6-d492-82e0-62f1-000000004e7f | TASK | Update container configs with new config hashes 2025-10-03 13:58:52.132497 | fa163ec6-d492-82e0-62f1-000000004e7f | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 13:58:52.133781 | fa163ec6-d492-82e0-62f1-000000004e7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:19.743508 | 0.03s 2025-10-03 13:58:52.158454 | fa163ec6-d492-82e0-62f1-000000004e80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 13:58:52.196121 | fa163ec6-d492-82e0-62f1-000000004e80 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 13:58:52.197155 | fa163ec6-d492-82e0-62f1-000000004e80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:19.806928 | 0.04s 2025-10-03 13:58:52.228355 | fa163ec6-d492-82e0-62f1-000000004e81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 13:58:52.267502 | fa163ec6-d492-82e0-62f1-000000004e81 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 13:58:52.268578 | fa163ec6-d492-82e0-62f1-000000004e81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:19.878349 | 0.04s PLAY [External deployment step 5] ********************************************** 2025-10-03 13:58:52.422487 | fa163ec6-d492-82e0-62f1-0000000000ea | TASK | External deployment step 5 2025-10-03 13:58:52.452273 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000ea') missing from stats 2025-10-03 13:58:52.515457 | fa163ec6-d492-82e0-62f1-0000000000eb | TIMING | include_tasks | undercloud | 0:26:20.125211 | 0.04s 2025-10-03 13:58:52.527921 | 103c14ab-ad77-4747-b5c6-982c45fb3c39 | INCLUDED | /root/standalone-ansible-ns0w0h08/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-03 13:58:52.549256 | fa163ec6-d492-82e0-62f1-000000004ed0 | TASK | Manage Cinder's default volume type 2025-10-03 13:59:05.665403 | fa163ec6-d492-82e0-62f1-000000004ed0 | OK | Manage Cinder's default volume type | undercloud 2025-10-03 13:59:05.666944 | fa163ec6-d492-82e0-62f1-000000004ed0 | TIMING | Manage Cinder's default volume type | undercloud | 0:26:33.276708 | 13.12s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-03 13:59:05.781000 | fa163ec6-d492-82e0-62f1-0000000000ee | TASK | Deploy step tasks for 5 2025-10-03 13:59:05.810909 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000ee') missing from stats 2025-10-03 13:59:05.831288 | fa163ec6-d492-82e0-62f1-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-03 13:59:06.373095 | fa163ec6-d492-82e0-62f1-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-03 13:59:06.374243 | fa163ec6-d492-82e0-62f1-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:33.984014 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 13:59:06.442518 | fa163ec6-d492-82e0-62f1-0000000000f0 | TIMING | include_tasks | standalone | 0:26:34.052279 | 0.04s 2025-10-03 13:59:06.529398 | 196f9609-541c-4d06-b279-051391f6104e | INCLUDED | /root/standalone-ansible-ns0w0h08/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-03 13:59:06.565658 | fa163ec6-d492-82e0-62f1-000000004ef3 | TASK | Gather variables for each operating system 2025-10-03 13:59:06.690439 | fa163ec6-d492-82e0-62f1-000000004ef3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:34.300192 | 0.12s 2025-10-03 13:59:06.722888 | fa163ec6-d492-82e0-62f1-000000004ef4 | TASK | Detect if resource is being created or already exists 2025-10-03 13:59:07.490335 | fa163ec6-d492-82e0-62f1-000000004ef4 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 13:59:07.491930 | fa163ec6-d492-82e0-62f1-000000004ef4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:35.101696 | 0.77s 2025-10-03 13:59:07.520129 | fa163ec6-d492-82e0-62f1-000000004ef5 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-03 13:59:30.428344 | fa163ec6-d492-82e0-62f1-000000004ef5 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-03 13:59:30.430457 | fa163ec6-d492-82e0-62f1-000000004ef5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:58.040214 | 22.91s 2025-10-03 13:59:30.468364 | fa163ec6-d492-82e0-62f1-000000004ef6 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-03 13:59:30.732215 | fa163ec6-d492-82e0-62f1-000000004ef6 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-03 13:59:30.733086 | fa163ec6-d492-82e0-62f1-000000004ef6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:58.342860 | 0.26s 2025-10-03 13:59:30.753950 | fa163ec6-d492-82e0-62f1-000000004ef7 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 13:59:31.156051 | fa163ec6-d492-82e0-62f1-000000004ef7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 13:59:31.157727 | fa163ec6-d492-82e0-62f1-000000004ef7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:58.767492 | 0.40s 2025-10-03 13:59:31.195735 | fa163ec6-d492-82e0-62f1-000000004ef8 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-03 13:59:31.467687 | fa163ec6-d492-82e0-62f1-000000004ef8 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-03 13:59:31.468969 | fa163ec6-d492-82e0-62f1-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:59.078741 | 0.27s 2025-10-03 13:59:31.492106 | fa163ec6-d492-82e0-62f1-000000004efa | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-03 13:59:31.530108 | fa163ec6-d492-82e0-62f1-000000004efa | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-03 13:59:31.530874 | fa163ec6-d492-82e0-62f1-000000004efa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:59.140647 | 0.04s 2025-10-03 13:59:31.552578 | fa163ec6-d492-82e0-62f1-000000004efb | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-03 13:59:31.602838 | fa163ec6-d492-82e0-62f1-000000004efb | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-03 13:59:31.603997 | fa163ec6-d492-82e0-62f1-000000004efb | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:59.213766 | 0.05s 2025-10-03 13:59:31.630851 | fa163ec6-d492-82e0-62f1-000000004efc | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-03 13:59:31.671501 | fa163ec6-d492-82e0-62f1-000000004efc | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-03 13:59:31.672732 | fa163ec6-d492-82e0-62f1-000000004efc | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:59.282501 | 0.04s 2025-10-03 13:59:31.700012 | fa163ec6-d492-82e0-62f1-000000004efd | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 13:59:31.739129 | fa163ec6-d492-82e0-62f1-000000004efd | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 13:59:31.740039 | fa163ec6-d492-82e0-62f1-000000004efd | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:59.349811 | 0.04s 2025-10-03 13:59:31.760872 | fa163ec6-d492-82e0-62f1-000000004efe | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-03 13:59:31.799086 | fa163ec6-d492-82e0-62f1-000000004efe | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-03 13:59:31.799957 | fa163ec6-d492-82e0-62f1-000000004efe | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:59.409731 | 0.04s 2025-10-03 13:59:31.839559 | fa163ec6-d492-82e0-62f1-000000004f1f | TASK | Gather variables for each operating system 2025-10-03 13:59:31.929497 | fa163ec6-d492-82e0-62f1-000000004f1f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:59.539252 | 0.09s 2025-10-03 13:59:31.963659 | fa163ec6-d492-82e0-62f1-000000004f20 | TASK | Detect if resource is being created or already exists 2025-10-03 13:59:32.749138 | fa163ec6-d492-82e0-62f1-000000004f20 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 13:59:32.750653 | fa163ec6-d492-82e0-62f1-000000004f20 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:00.360421 | 0.79s 2025-10-03 13:59:32.782943 | fa163ec6-d492-82e0-62f1-000000004f21 | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-03 13:59:56.302498 | fa163ec6-d492-82e0-62f1-000000004f21 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-03 13:59:56.304005 | fa163ec6-d492-82e0-62f1-000000004f21 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:23.913778 | 23.52s 2025-10-03 13:59:56.326730 | fa163ec6-d492-82e0-62f1-000000004f22 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-03 13:59:56.603408 | fa163ec6-d492-82e0-62f1-000000004f22 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-03 13:59:56.604877 | fa163ec6-d492-82e0-62f1-000000004f22 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:24.214642 | 0.28s 2025-10-03 13:59:56.632869 | fa163ec6-d492-82e0-62f1-000000004f23 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 13:59:57.093088 | fa163ec6-d492-82e0-62f1-000000004f23 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 13:59:57.096093 | fa163ec6-d492-82e0-62f1-000000004f23 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:24.705859 | 0.46s 2025-10-03 13:59:57.124002 | fa163ec6-d492-82e0-62f1-000000004f24 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-03 13:59:57.360750 | fa163ec6-d492-82e0-62f1-000000004f24 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-03 13:59:57.361920 | fa163ec6-d492-82e0-62f1-000000004f24 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:24.971694 | 0.24s 2025-10-03 13:59:57.384966 | fa163ec6-d492-82e0-62f1-000000004f26 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-03 13:59:57.426211 | fa163ec6-d492-82e0-62f1-000000004f26 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-03 13:59:57.427543 | fa163ec6-d492-82e0-62f1-000000004f26 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:25.037315 | 0.04s 2025-10-03 13:59:57.448985 | fa163ec6-d492-82e0-62f1-000000004f27 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-03 13:59:57.497336 | fa163ec6-d492-82e0-62f1-000000004f27 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-03 13:59:57.498420 | fa163ec6-d492-82e0-62f1-000000004f27 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:25.108192 | 0.05s 2025-10-03 13:59:57.523672 | fa163ec6-d492-82e0-62f1-000000004f28 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-03 13:59:57.565230 | fa163ec6-d492-82e0-62f1-000000004f28 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-03 13:59:57.566341 | fa163ec6-d492-82e0-62f1-000000004f28 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:25.176112 | 0.04s 2025-10-03 13:59:57.592897 | fa163ec6-d492-82e0-62f1-000000004f29 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 13:59:57.652328 | fa163ec6-d492-82e0-62f1-000000004f29 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 13:59:57.653407 | fa163ec6-d492-82e0-62f1-000000004f29 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:25.263177 | 0.06s 2025-10-03 13:59:57.683161 | fa163ec6-d492-82e0-62f1-000000004f2a | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-03 13:59:57.723975 | fa163ec6-d492-82e0-62f1-000000004f2a | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-03 13:59:57.725220 | fa163ec6-d492-82e0-62f1-000000004f2a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:25.334990 | 0.04s 2025-10-03 13:59:57.773436 | fa163ec6-d492-82e0-62f1-000000004f4b | TASK | Gather variables for each operating system 2025-10-03 13:59:57.878534 | fa163ec6-d492-82e0-62f1-000000004f4b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:25.488290 | 0.10s 2025-10-03 13:59:57.907490 | fa163ec6-d492-82e0-62f1-000000004f4c | TASK | Detect if resource is being created or already exists 2025-10-03 13:59:58.735296 | fa163ec6-d492-82e0-62f1-000000004f4c | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 13:59:58.736808 | fa163ec6-d492-82e0-62f1-000000004f4c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:26.346547 | 0.83s 2025-10-03 13:59:58.771009 | fa163ec6-d492-82e0-62f1-000000004f4d | TASK | Run init bundle puppet on the host for manila_share 2025-10-03 14:00:21.505726 | fa163ec6-d492-82e0-62f1-000000004f4d | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-03 14:00:21.507042 | fa163ec6-d492-82e0-62f1-000000004f4d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:49.116814 | 22.73s 2025-10-03 14:00:21.529592 | fa163ec6-d492-82e0-62f1-000000004f4e | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-03 14:00:21.768501 | fa163ec6-d492-82e0-62f1-000000004f4e | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-03 14:00:21.769763 | fa163ec6-d492-82e0-62f1-000000004f4e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:49.379539 | 0.24s 2025-10-03 14:00:21.790151 | fa163ec6-d492-82e0-62f1-000000004f4f | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 14:00:22.193147 | fa163ec6-d492-82e0-62f1-000000004f4f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 14:00:22.194497 | fa163ec6-d492-82e0-62f1-000000004f4f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:49.804263 | 0.40s 2025-10-03 14:00:22.222677 | fa163ec6-d492-82e0-62f1-000000004f50 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-03 14:00:22.465858 | fa163ec6-d492-82e0-62f1-000000004f50 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-03 14:00:22.466639 | fa163ec6-d492-82e0-62f1-000000004f50 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:50.076415 | 0.24s 2025-10-03 14:00:22.488097 | fa163ec6-d492-82e0-62f1-000000004f52 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-03 14:00:22.525622 | fa163ec6-d492-82e0-62f1-000000004f52 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-03 14:00:22.526837 | fa163ec6-d492-82e0-62f1-000000004f52 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:50.136604 | 0.04s 2025-10-03 14:00:22.553168 | fa163ec6-d492-82e0-62f1-000000004f53 | TASK | Get container image tag from bundle openstack-manila-share 2025-10-03 14:00:22.581622 | fa163ec6-d492-82e0-62f1-000000004f53 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-03 14:00:22.582670 | fa163ec6-d492-82e0-62f1-000000004f53 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:50.192442 | 0.03s 2025-10-03 14:00:22.607699 | fa163ec6-d492-82e0-62f1-000000004f54 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-03 14:00:22.637472 | fa163ec6-d492-82e0-62f1-000000004f54 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-03 14:00:22.638401 | fa163ec6-d492-82e0-62f1-000000004f54 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:50.248172 | 0.03s 2025-10-03 14:00:22.663268 | fa163ec6-d492-82e0-62f1-000000004f55 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 14:00:22.701609 | fa163ec6-d492-82e0-62f1-000000004f55 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 14:00:22.702469 | fa163ec6-d492-82e0-62f1-000000004f55 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:50.312242 | 0.04s 2025-10-03 14:00:22.727942 | fa163ec6-d492-82e0-62f1-000000004f56 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-03 14:00:22.778934 | fa163ec6-d492-82e0-62f1-000000004f56 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-03 14:00:22.779900 | fa163ec6-d492-82e0-62f1-000000004f56 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:50.389670 | 0.05s 2025-10-03 14:00:22.827270 | fa163ec6-d492-82e0-62f1-000000004f77 | TASK | Run kolla_set_configs to copy ring files 2025-10-03 14:00:23.326256 | fa163ec6-d492-82e0-62f1-000000004f77 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-03 14:00:23.329692 | fa163ec6-d492-82e0-62f1-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:50.939450 | 0.50s 2025-10-03 14:00:23.338821 | fa163ec6-d492-82e0-62f1-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:50.948532 | 0.51s 2025-10-03 14:00:23.371714 | fa163ec6-d492-82e0-62f1-000000004f78 | TASK | Run kolla_set_configs to copy ring files 2025-10-03 14:00:23.695262 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-03 14:00:23.696439 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:51.306210 | 0.32s 2025-10-03 14:00:24.095655 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-03 14:00:24.096357 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:51.706133 | 0.72s 2025-10-03 14:00:24.355264 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-03 14:00:24.356012 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:51.965786 | 0.98s 2025-10-03 14:00:25.368913 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-03 14:00:25.370084 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:52.979856 | 2.00s 2025-10-03 14:00:25.604989 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-03 14:00:25.606444 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:53.216215 | 2.23s 2025-10-03 14:00:25.859446 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-03 14:00:25.860734 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:53.470510 | 2.49s 2025-10-03 14:00:26.263160 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-03 14:00:26.264876 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:53.874649 | 2.89s 2025-10-03 14:00:26.646405 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-03 14:00:26.647732 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:54.257500 | 3.27s 2025-10-03 14:00:26.933503 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-03 14:00:26.934383 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:54.544160 | 3.56s 2025-10-03 14:00:27.377579 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-03 14:00:27.378431 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:54.988209 | 4.00s 2025-10-03 14:00:27.642584 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-03 14:00:27.643939 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:55.253711 | 4.27s 2025-10-03 14:00:28.037860 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-03 14:00:28.038833 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:55.648609 | 4.66s 2025-10-03 14:00:28.446618 | fa163ec6-d492-82e0-62f1-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-03 14:00:28.447772 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:56.057539 | 5.07s 2025-10-03 14:00:28.462626 | fa163ec6-d492-82e0-62f1-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:56.072366 | 5.09s 2025-10-03 14:00:28.489709 | fa163ec6-d492-82e0-62f1-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-03 14:00:28.722614 | fa163ec6-d492-82e0-62f1-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-03 14:00:28.724361 | fa163ec6-d492-82e0-62f1-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:56.334133 | 0.23s 2025-10-03 14:00:28.796507 | fa163ec6-d492-82e0-62f1-0000000000f3 | TIMING | include_tasks | standalone | 0:27:56.406266 | 0.05s 2025-10-03 14:00:28.818200 | da826c80-e137-41b0-9639-6f6ad0e81535 | INCLUDED | /root/standalone-ansible-ns0w0h08/common_deploy_steps_tasks.yaml | standalone 2025-10-03 14:00:28.845079 | fa163ec6-d492-82e0-62f1-000000004ff5 | TASK | Write the config_step hieradata 2025-10-03 14:00:29.346887 | fa163ec6-d492-82e0-62f1-000000004ff5 | OK | Write the config_step hieradata | standalone 2025-10-03 14:00:29.349525 | fa163ec6-d492-82e0-62f1-000000004ff5 | TIMING | Write the config_step hieradata | standalone | 0:27:56.959290 | 0.50s 2025-10-03 14:00:29.373740 | fa163ec6-d492-82e0-62f1-000000004ff6 | TASK | Run puppet host configuration for step 5 2025-10-03 14:00:29.718191 | fa163ec6-d492-82e0-62f1-000000004ff6 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-03 14:00:29.719590 | fa163ec6-d492-82e0-62f1-000000004ff6 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:57.329364 | 0.34s 2025-10-03 14:00:29.743723 | fa163ec6-d492-82e0-62f1-000000004ff7 | TASK | Wait for puppet host configuration to finish 2025-10-03 14:00:29.976290 | fa163ec6-d492-82e0-62f1-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 14:00:40.151850 | fa163ec6-d492-82e0-62f1-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 14:00:50.343299 | fa163ec6-d492-82e0-62f1-000000004ff7 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 14:00:50.344733 | fa163ec6-d492-82e0-62f1-000000004ff7 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:17.954500 | 20.60s 2025-10-03 14:00:50.376347 | fa163ec6-d492-82e0-62f1-000000004ff8 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-03 14:00:50.430070 | fa163ec6-d492-82e0-62f1-000000004ff8 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 3 14:00:29 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 14:00:34 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 14:00:34 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 14:00:34 puppet-user: (file & line not available)", "<13>Oct 3 14:00:34 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 3 14:00:34 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 3 14:00:35 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>Oct 3 14:00:35 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 3 14:00:35 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 3 14:00:35 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>Oct 3 14:00:35 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>Oct 3 14:00:35 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>Oct 3 14:00:35 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>Oct 3 14:00:35 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>Oct 3 14:00:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 14:00:35 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Oct 3 14:00:40 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 14:00:42 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 14:00:43 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 14:00:43 puppet-user: Notice: Applied catalog in 8.45 seconds", "<13>Oct 3 14:00:43 puppet-user: Application:", "<13>Oct 3 14:00:43 puppet-user: Initial environment: production", "<13>Oct 3 14:00:43 puppet-user: Converged environment: production", "<13>Oct 3 14:00:43 puppet-user: Run mode: user", "<13>Oct 3 14:00:43 puppet-user: Changes:", "<13>Oct 3 14:00:43 puppet-user: Total: 2", "<13>Oct 3 14:00:43 puppet-user: Events:", "<13>Oct 3 14:00:43 puppet-user: Success: 2", "<13>Oct 3 14:00:43 puppet-user: Resources:", "<13>Oct 3 14:00:43 puppet-user: Changed: 2", "<13>Oct 3 14:00:43 puppet-user: Out of sync: 2", "<13>Oct 3 14:00:43 puppet-user: Total: 37", "<13>Oct 3 14:00:43 puppet-user: Time:", "<13>Oct 3 14:00:43 puppet-user: Filebucket: 0.00", "<13>Oct 3 14:00:43 puppet-user: File line: 0.00", "<13>Oct 3 14:00:43 puppet-user: Schedule: 0.00", "<13>Oct 3 14:00:43 puppet-user: Package: 0.00", "<13>Oct 3 14:00:43 puppet-user: User: 0.01", "<13>Oct 3 14:00:43 puppet-user: Augeas: 0.02", "<13>Oct 3 14:00:43 puppet-user: File: 0.06", "<13>Oct 3 14:00:43 puppet-user: Service: 0.15", "<13>Oct 3 14:00:43 puppet-user: Config retrieval: 0.66", "<13>Oct 3 14:00:43 puppet-user: Pcmk property: 1.51", "<13>Oct 3 14:00:43 puppet-user: Last run: 1759500043", "<13>Oct 3 14:00:43 puppet-user: Exec: 2.05", "<13>Oct 3 14:00:43 puppet-user: Pcmk resource op default: 2.16", "<13>Oct 3 14:00:43 puppet-user: Pcmk resource default: 2.22", "<13>Oct 3 14:00:43 puppet-user: Transaction evaluation: 8.43", "<13>Oct 3 14:00:43 puppet-user: Catalog application: 8.45", "<13>Oct 3 14:00:43 puppet-user: Total: 8.46", "<13>Oct 3 14:00:43 puppet-user: Version:", "<13>Oct 3 14:00:43 puppet-user: Config: 1759500034", "<13>Oct 3 14:00:43 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 14:00:50.432405 | fa163ec6-d492-82e0-62f1-000000004ff8 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:18.042164 | 0.05s 2025-10-03 14:00:50.458663 | fa163ec6-d492-82e0-62f1-000000004ff9 | TASK | Pre-cache facts for puppet containers 2025-10-03 14:00:50.481667 | fa163ec6-d492-82e0-62f1-000000004ff9 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:18.091422 | 0.02s 2025-10-03 14:00:50.559827 | fa163ec6-d492-82e0-62f1-000000005038 | TASK | Gather variables for each operating system 2025-10-03 14:00:50.665730 | fa163ec6-d492-82e0-62f1-000000005038 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:18.275488 | 0.10s 2025-10-03 14:00:50.690186 | fa163ec6-d492-82e0-62f1-000000005039 | TASK | Create puppet caching structures 2025-10-03 14:00:50.899650 | fa163ec6-d492-82e0-62f1-000000005039 | CHANGED | Create puppet caching structures | standalone 2025-10-03 14:00:50.901048 | fa163ec6-d492-82e0-62f1-000000005039 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:18.510816 | 0.21s 2025-10-03 14:00:50.925095 | fa163ec6-d492-82e0-62f1-00000000503a | TASK | Check for facter.conf 2025-10-03 14:00:51.146646 | fa163ec6-d492-82e0-62f1-00000000503a | OK | Check for facter.conf | standalone 2025-10-03 14:00:51.148133 | fa163ec6-d492-82e0-62f1-00000000503a | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:18.757899 | 0.22s 2025-10-03 14:00:51.180329 | fa163ec6-d492-82e0-62f1-00000000503b | TASK | Remove facter.conf if directory 2025-10-03 14:00:51.222146 | fa163ec6-d492-82e0-62f1-00000000503b | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 14:00:51.223633 | fa163ec6-d492-82e0-62f1-00000000503b | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:18.833398 | 0.04s 2025-10-03 14:00:51.256214 | fa163ec6-d492-82e0-62f1-00000000503c | TASK | Write facter cache config 2025-10-03 14:00:51.672418 | fa163ec6-d492-82e0-62f1-00000000503c | CHANGED | Write facter cache config | standalone 2025-10-03 14:00:51.673943 | fa163ec6-d492-82e0-62f1-00000000503c | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:19.283710 | 0.42s 2025-10-03 14:00:51.706004 | fa163ec6-d492-82e0-62f1-00000000503d | TASK | Cleanup facter cache if exists 2025-10-03 14:00:51.931368 | fa163ec6-d492-82e0-62f1-00000000503d | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 14:00:51.932961 | fa163ec6-d492-82e0-62f1-00000000503d | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:19.542734 | 0.23s 2025-10-03 14:00:51.953697 | fa163ec6-d492-82e0-62f1-00000000503e | TASK | Pre-cache facts 2025-10-03 14:00:52.464358 | fa163ec6-d492-82e0-62f1-00000000503e | CHANGED | Pre-cache facts | standalone 2025-10-03 14:00:52.465153 | fa163ec6-d492-82e0-62f1-00000000503e | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:20.074928 | 0.51s 2025-10-03 14:00:52.490907 | fa163ec6-d492-82e0-62f1-00000000503f | TASK | Failed deployment if facter fails 2025-10-03 14:00:52.528799 | fa163ec6-d492-82e0-62f1-00000000503f | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 14:00:52.529774 | fa163ec6-d492-82e0-62f1-00000000503f | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:20.139545 | 0.04s 2025-10-03 14:00:52.562717 | fa163ec6-d492-82e0-62f1-000000005040 | TASK | Sync cached facts 2025-10-03 14:00:52.880209 | fa163ec6-d492-82e0-62f1-000000005040 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec6-d492-82e0-62f1-000000005040') missing from stats 2025-10-03 14:00:52.941500 | fa163ec6-d492-82e0-62f1-000000004ffa | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 14:00:52.982519 | fa163ec6-d492-82e0-62f1-000000004ffa | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 14:00:52.984339 | fa163ec6-d492-82e0-62f1-000000004ffa | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:20.594098 | 0.04s 2025-10-03 14:00:53.017880 | fa163ec6-d492-82e0-62f1-000000004ffc | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-03 14:00:53.047759 | fa163ec6-d492-82e0-62f1-000000004ffc | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:20.657516 | 0.03s 2025-10-03 14:00:53.123149 | fa163ec6-d492-82e0-62f1-000000005097 | TASK | Gather variables for each operating system 2025-10-03 14:00:53.250015 | fa163ec6-d492-82e0-62f1-000000005097 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:20.859775 | 0.13s 2025-10-03 14:00:53.281423 | fa163ec6-d492-82e0-62f1-000000005098 | TASK | Create container logs path 2025-10-03 14:00:53.533168 | fa163ec6-d492-82e0-62f1-000000005098 | OK | Create container logs path | standalone 2025-10-03 14:00:53.534472 | fa163ec6-d492-82e0-62f1-000000005098 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:21.144241 | 0.25s 2025-10-03 14:00:53.566697 | fa163ec6-d492-82e0-62f1-00000000509a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:00:53.872435 | fa163ec6-d492-82e0-62f1-00000000509a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 14:00:53.873516 | fa163ec6-d492-82e0-62f1-00000000509a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:21.483289 | 0.31s 2025-10-03 14:00:53.897505 | fa163ec6-d492-82e0-62f1-00000000509b | TASK | Finalise hashes for all containers 2025-10-03 14:00:53.941772 | fa163ec6-d492-82e0-62f1-00000000509b | OK | Finalise hashes for all containers | standalone 2025-10-03 14:00:53.942699 | fa163ec6-d492-82e0-62f1-00000000509b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:21.552472 | 0.04s 2025-10-03 14:00:53.966461 | fa163ec6-d492-82e0-62f1-00000000509d | TASK | Manage systemd shutdown files 2025-10-03 14:00:53.994935 | fa163ec6-d492-82e0-62f1-00000000509d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:21.604696 | 0.03s 2025-10-03 14:00:54.018117 | 6cf26959-afd5-46b0-911d-fb4b83f03b47 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 14:00:54.046294 | fa163ec6-d492-82e0-62f1-0000000050d0 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 14:00:54.299368 | fa163ec6-d492-82e0-62f1-0000000050d0 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 14:00:54.300237 | fa163ec6-d492-82e0-62f1-0000000050d0 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:21.910012 | 0.25s 2025-10-03 14:00:54.320758 | fa163ec6-d492-82e0-62f1-0000000050d1 | TASK | Set podman_drop_in fact 2025-10-03 14:00:54.358829 | fa163ec6-d492-82e0-62f1-0000000050d1 | OK | Set podman_drop_in fact | standalone 2025-10-03 14:00:54.359636 | fa163ec6-d492-82e0-62f1-0000000050d1 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:21.969411 | 0.04s 2025-10-03 14:00:54.380487 | fa163ec6-d492-82e0-62f1-0000000050d3 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 14:00:54.816112 | fa163ec6-d492-82e0-62f1-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 14:00:54.818524 | fa163ec6-d492-82e0-62f1-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:22.428284 | 0.44s 2025-10-03 14:00:55.215813 | fa163ec6-d492-82e0-62f1-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 14:00:55.217512 | fa163ec6-d492-82e0-62f1-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:22.827285 | 0.84s 2025-10-03 14:00:55.227349 | fa163ec6-d492-82e0-62f1-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:22.837116 | 0.85s 2025-10-03 14:00:55.249259 | fa163ec6-d492-82e0-62f1-0000000050d4 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 14:00:55.704055 | fa163ec6-d492-82e0-62f1-0000000050d4 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 14:00:55.705031 | fa163ec6-d492-82e0-62f1-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:23.314806 | 0.45s 2025-10-03 14:00:55.724650 | fa163ec6-d492-82e0-62f1-0000000050d5 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 14:00:56.247271 | fa163ec6-d492-82e0-62f1-0000000050d5 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 14:00:56.248374 | fa163ec6-d492-82e0-62f1-0000000050d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:23.858143 | 0.52s 2025-10-03 14:00:56.269510 | fa163ec6-d492-82e0-62f1-0000000050d6 | TASK | Enable and start tripleo-container-shutdown 2025-10-03 14:00:57.222335 | fa163ec6-d492-82e0-62f1-0000000050d6 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 14:00:57.223569 | fa163ec6-d492-82e0-62f1-0000000050d6 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:24.833345 | 0.95s 2025-10-03 14:00:57.245958 | fa163ec6-d492-82e0-62f1-0000000050d7 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 14:00:57.687302 | fa163ec6-d492-82e0-62f1-0000000050d7 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 14:00:57.688721 | fa163ec6-d492-82e0-62f1-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:25.298495 | 0.44s 2025-10-03 14:00:57.710727 | fa163ec6-d492-82e0-62f1-0000000050d8 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 14:00:58.186820 | fa163ec6-d492-82e0-62f1-0000000050d8 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 14:00:58.188541 | fa163ec6-d492-82e0-62f1-0000000050d8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:25.798307 | 0.48s 2025-10-03 14:00:58.221245 | fa163ec6-d492-82e0-62f1-0000000050d9 | TASK | Enable and start netns-placeholder 2025-10-03 14:00:59.246391 | fa163ec6-d492-82e0-62f1-0000000050d9 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 14:00:59.248549 | fa163ec6-d492-82e0-62f1-0000000050d9 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:26.858315 | 1.03s 2025-10-03 14:00:59.282115 | fa163ec6-d492-82e0-62f1-00000000509f | TASK | Update container configs with new config hashes 2025-10-03 14:00:59.344564 | fa163ec6-d492-82e0-62f1-00000000509f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:26.954322 | 0.06s 2025-10-03 14:00:59.366861 | bf9ed298-9985-40c5-95b7-c2971a2e03d5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 14:00:59.396649 | fa163ec6-d492-82e0-62f1-000000005101 | TASK | Update config hashes for container startup configs 2025-10-03 14:00:59.662914 | fa163ec6-d492-82e0-62f1-000000005101 | OK | Update config hashes for container startup configs | standalone 2025-10-03 14:00:59.664600 | fa163ec6-d492-82e0-62f1-000000005101 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:27.274361 | 0.27s 2025-10-03 14:00:59.699071 | fa163ec6-d492-82e0-62f1-0000000050a0 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:00:59.750434 | fa163ec6-d492-82e0-62f1-0000000050a0 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:27.360189 | 0.05s 2025-10-03 14:00:59.767585 | 471da495-7531-4ddb-bea6-a39264ae27ec | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 14:00:59.801400 | fa163ec6-d492-82e0-62f1-000000005120 | TASK | Gather podman infos 2025-10-03 14:01:01.995065 | fa163ec6-d492-82e0-62f1-000000005120 | OK | Gather podman infos | standalone 2025-10-03 14:01:01.995959 | fa163ec6-d492-82e0-62f1-000000005120 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:29.605735 | 2.19s 2025-10-03 14:01:02.109901 | fa163ec6-d492-82e0-62f1-000000005121 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:01:02.174673 | fa163ec6-d492-82e0-62f1-000000005121 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:29.784435 | 0.06s 2025-10-03 14:01:02.338999 | fa163ec6-d492-82e0-62f1-00000000516a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:29.948756 | 0.12s 2025-10-03 14:01:02.388120 | fa163ec6-d492-82e0-62f1-0000000050a1 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:01:02.432613 | fa163ec6-d492-82e0-62f1-0000000050a1 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:30.042374 | 0.04s 2025-10-03 14:01:02.512602 | 9e14fb00-3964-471a-8d40-3664ce2d60ff | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 14:01:02.540043 | fa163ec6-d492-82e0-62f1-000000005190 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:01:27.094363 | fa163ec6-d492-82e0-62f1-000000005190 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 14:01:27.096032 | fa163ec6-d492-82e0-62f1-000000005190 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:54.705807 | 24.56s 2025-10-03 14:01:27.117689 | fa163ec6-d492-82e0-62f1-000000005191 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:01:53.597567 | fa163ec6-d492-82e0-62f1-000000005191 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 14:01:53.598812 | fa163ec6-d492-82e0-62f1-000000005191 | 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:21.208563 | 26.48s 2025-10-03 14:01:53.660002 | fa163ec6-d492-82e0-62f1-000000004ffe | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-03 14:01:53.910845 | fa163ec6-d492-82e0-62f1-000000004ffe | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-03 14:01:53.911867 | fa163ec6-d492-82e0-62f1-000000004ffe | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:21.521643 | 0.25s 2025-10-03 14:01:53.940503 | fa163ec6-d492-82e0-62f1-000000004fff | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-03 14:01:53.977480 | fa163ec6-d492-82e0-62f1-000000004fff | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:21.587245 | 0.04s 2025-10-03 14:01:54.000099 | fa163ec6-d492-82e0-62f1-000000005000 | TASK | Include container-puppet tasks for step 5 2025-10-03 14:01:54.030394 | fa163ec6-d492-82e0-62f1-000000005000 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:21.640152 | 0.03s 2025-10-03 14:01:54.048399 | fba329f9-a7cc-4695-a408-71aa4ae4217f | INCLUDED | /root/standalone-ansible-ns0w0h08/host-container-puppet-tasks.yaml | standalone 2025-10-03 14:01:54.087873 | fa163ec6-d492-82e0-62f1-0000000051dc | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-03 14:01:54.631035 | fa163ec6-d492-82e0-62f1-0000000051dc | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-03 14:01:54.632075 | fa163ec6-d492-82e0-62f1-0000000051dc | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:22.241846 | 0.54s 2025-10-03 14:01:54.657066 | fa163ec6-d492-82e0-62f1-0000000051de | TASK | Generate container puppet configs for step 5 2025-10-03 14:01:54.905415 | fa163ec6-d492-82e0-62f1-0000000051de | OK | Generate container puppet configs for step 5 | standalone 2025-10-03 14:01:54.907909 | fa163ec6-d492-82e0-62f1-0000000051de | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:22.517679 | 0.25s 2025-10-03 14:01:54.933504 | fa163ec6-d492-82e0-62f1-0000000051df | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-03 14:01:54.952859 | fa163ec6-d492-82e0-62f1-0000000051df | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:22.562620 | 0.02s 2025-10-03 14:01:55.015280 | fa163ec6-d492-82e0-62f1-00000000520e | TASK | Gather variables for each operating system 2025-10-03 14:01:55.129918 | fa163ec6-d492-82e0-62f1-00000000520e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:22.739675 | 0.11s 2025-10-03 14:01:55.150642 | fa163ec6-d492-82e0-62f1-00000000520f | TASK | Create container logs path 2025-10-03 14:01:55.353438 | fa163ec6-d492-82e0-62f1-00000000520f | OK | Create container logs path | standalone 2025-10-03 14:01:55.355063 | fa163ec6-d492-82e0-62f1-00000000520f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:22.964827 | 0.20s 2025-10-03 14:01:55.380143 | fa163ec6-d492-82e0-62f1-000000005211 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 14:01:55.605644 | fa163ec6-d492-82e0-62f1-000000005211 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 14:01:55.607522 | fa163ec6-d492-82e0-62f1-000000005211 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:23.217293 | 0.23s 2025-10-03 14:01:55.632301 | fa163ec6-d492-82e0-62f1-000000005212 | TASK | Finalise hashes for all containers 2025-10-03 14:01:55.672082 | fa163ec6-d492-82e0-62f1-000000005212 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:01:55.674038 | fa163ec6-d492-82e0-62f1-000000005212 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:23.283809 | 0.04s 2025-10-03 14:01:55.699129 | fa163ec6-d492-82e0-62f1-000000005214 | TASK | Manage systemd shutdown files 2025-10-03 14:01:55.719007 | fa163ec6-d492-82e0-62f1-000000005214 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 14:01:55.720636 | fa163ec6-d492-82e0-62f1-000000005214 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:23.330406 | 0.02s 2025-10-03 14:01:55.745020 | fa163ec6-d492-82e0-62f1-000000005216 | TASK | Update container configs with new config hashes 2025-10-03 14:01:55.793715 | fa163ec6-d492-82e0-62f1-000000005216 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 14:01:55.795653 | fa163ec6-d492-82e0-62f1-000000005216 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:23.405420 | 0.05s 2025-10-03 14:01:55.821678 | fa163ec6-d492-82e0-62f1-000000005217 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 14:01:55.860548 | fa163ec6-d492-82e0-62f1-000000005217 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 14:01:55.862611 | fa163ec6-d492-82e0-62f1-000000005217 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:23.472381 | 0.04s 2025-10-03 14:01:55.888369 | fa163ec6-d492-82e0-62f1-000000005218 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 14:01:55.928090 | fa163ec6-d492-82e0-62f1-000000005218 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 14:01:55.929486 | fa163ec6-d492-82e0-62f1-000000005218 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:23.539260 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-10-03 14:01:56.066179 | fa163ec6-d492-82e0-62f1-0000000000f7 | TASK | Server Post Deployments 2025-10-03 14:01:56.094235 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000f7') missing from stats 2025-10-03 14:01:56.168205 | fa163ec6-d492-82e0-62f1-0000000000f8 | TIMING | include_tasks | standalone | 0:29:23.777968 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-03 14:01:56.278654 | fa163ec6-d492-82e0-62f1-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-03 14:01:56.305394 | fa163ec6-d492-82e0-62f1-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', 'fa163ec6-d492-82e0-62f1-0000000000fc') missing from stats 2025-10-03 14:01:56.322528 | fa163ec6-d492-82e0-62f1-000000000100 | TASK | is additonal Cell? 2025-10-03 14:01:56.350663 | fa163ec6-d492-82e0-62f1-000000000100 | OK | is additonal Cell? | undercloud 2025-10-03 14:01:56.353053 | fa163ec6-d492-82e0-62f1-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:23.962824 | 0.03s 2025-10-03 14:01:56.368088 | fa163ec6-d492-82e0-62f1-000000000102 | TASK | discover via nova_manager? 2025-10-03 14:01:56.426401 | fa163ec6-d492-82e0-62f1-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-03 14:01:56.428348 | fa163ec6-d492-82e0-62f1-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:24.038120 | 0.06s 2025-10-03 14:01:56.443050 | fa163ec6-d492-82e0-62f1-000000000103 | TASK | discover via nova_api? 2025-10-03 14:01:56.521879 | fa163ec6-d492-82e0-62f1-000000000103 | OK | discover via nova_api? | undercloud 2025-10-03 14:01:56.523118 | fa163ec6-d492-82e0-62f1-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:24.132890 | 0.08s 2025-10-03 14:01:56.537370 | fa163ec6-d492-82e0-62f1-000000000104 | TASK | Warn if no discovery host available 2025-10-03 14:01:56.586144 | fa163ec6-d492-82e0-62f1-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-03 14:01:56.587882 | fa163ec6-d492-82e0-62f1-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:24.197651 | 0.05s 2025-10-03 14:01:56.610803 | fa163ec6-d492-82e0-62f1-000000000105 | TASK | Discovering nova hosts 2025-10-03 14:02:00.047267 | fa163ec6-d492-82e0-62f1-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ec6-d492-82e0-62f1-000000000105') missing from stats 2025-10-03 14:02:00.134002 | fa163ec6-d492-82e0-62f1-000000000106 | OK | set_fact | undercloud 2025-10-03 14:02:00.135481 | fa163ec6-d492-82e0-62f1-000000000106 | TIMING | set_fact | undercloud | 0:29:27.745251 | 0.07s 2025-10-03 14:02:00.151586 | fa163ec6-d492-82e0-62f1-000000000108 | TASK | Set up group_vars 2025-10-03 14:02:00.197374 | fa163ec6-d492-82e0-62f1-000000000108 | OK | Set up group_vars | undercloud 2025-10-03 14:02:00.198615 | fa163ec6-d492-82e0-62f1-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:27.808387 | 0.05s 2025-10-03 14:02:00.214984 | fa163ec6-d492-82e0-62f1-000000000109 | TASK | Make needed directories on the undercloud 2025-10-03 14:02:00.482398 | fa163ec6-d492-82e0-62f1-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-ns0w0h08/octavia-ansible 2025-10-03 14:02:00.484193 | fa163ec6-d492-82e0-62f1-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:28.093961 | 0.27s 2025-10-03 14:02:00.688814 | fa163ec6-d492-82e0-62f1-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-ns0w0h08/octavia-ansible/local_dir 2025-10-03 14:02:00.689658 | fa163ec6-d492-82e0-62f1-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:28.299430 | 0.47s 2025-10-03 14:02:00.896698 | fa163ec6-d492-82e0-62f1-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-ns0w0h08/octavia-ansible/group_vars 2025-10-03 14:02:00.897880 | fa163ec6-d492-82e0-62f1-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:28.507647 | 0.68s 2025-10-03 14:02:00.909663 | fa163ec6-d492-82e0-62f1-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:28.519432 | 0.69s 2025-10-03 14:02:00.928200 | fa163ec6-d492-82e0-62f1-00000000010a | TASK | Write group_vars file 2025-10-03 14:02:01.442996 | fa163ec6-d492-82e0-62f1-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-03 14:02:01.444492 | fa163ec6-d492-82e0-62f1-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:29.054256 | 0.51s 2025-10-03 14:02:01.483009 | fa163ec6-d492-82e0-62f1-00000000010b | TASK | Gather missing facts 2025-10-03 14:02:01.825291 | fa163ec6-d492-82e0-62f1-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ec6-d492-82e0-62f1-00000000010b') missing from stats 2025-10-03 14:02:01.852649 | fa163ec6-d492-82e0-62f1-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:29.462399 | 0.37s 2025-10-03 14:02:01.874158 | fa163ec6-d492-82e0-62f1-00000000010c | TASK | Write octavia inventory 2025-10-03 14:02:02.431927 | fa163ec6-d492-82e0-62f1-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-03 14:02:02.433257 | fa163ec6-d492-82e0-62f1-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:30.043031 | 0.56s 2025-10-03 14:02:02.448062 | fa163ec6-d492-82e0-62f1-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-03 14:02:02.683886 | fa163ec6-d492-82e0-62f1-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-03 14:02:02.685238 | fa163ec6-d492-82e0-62f1-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:30.295004 | 0.24s 2025-10-03 14:02:02.703003 | fa163ec6-d492-82e0-62f1-00000000010e | TASK | Set private key location 2025-10-03 14:02:02.763968 | fa163ec6-d492-82e0-62f1-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-03 14:02:02.765769 | fa163ec6-d492-82e0-62f1-00000000010e | TIMING | Set private key location | undercloud | 0:29:30.375539 | 0.06s 2025-10-03 14:02:02.781691 | fa163ec6-d492-82e0-62f1-00000000010f | TASK | Configure octavia command 2025-10-03 14:02:02.834531 | fa163ec6-d492-82e0-62f1-00000000010f | OK | Configure octavia command | undercloud 2025-10-03 14:02:02.835648 | fa163ec6-d492-82e0-62f1-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:30.445420 | 0.05s 2025-10-03 14:02:02.881708 | fa163ec6-d492-82e0-62f1-000000000110 | OK | set_fact | undercloud 2025-10-03 14:02:02.883755 | fa163ec6-d492-82e0-62f1-000000000110 | TIMING | set_fact | undercloud | 0:29:30.493526 | 0.03s 2025-10-03 14:02:02.926481 | fa163ec6-d492-82e0-62f1-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-ns0w0h08/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-ns0w0h08/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-ns0w0h08/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-03 14:02:02.928661 | fa163ec6-d492-82e0-62f1-000000000111 | TIMING | debug | undercloud | 0:29:30.538432 | 0.03s 2025-10-03 14:02:02.944933 | fa163ec6-d492-82e0-62f1-000000000112 | TASK | Configure octavia on overcloud 2025-10-03 14:06:22.244748 | fa163ec6-d492-82e0-62f1-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-03 14:06:22.246935 | fa163ec6-d492-82e0-62f1-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:49.856708 | 259.30s 2025-10-03 14:06:22.262659 | fa163ec6-d492-82e0-62f1-000000000113 | TASK | Purge temp dirs 2025-10-03 14:06:22.467512 | fa163ec6-d492-82e0-62f1-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-ns0w0h08/octavia-ansible/local_dir 2025-10-03 14:06:22.468712 | fa163ec6-d492-82e0-62f1-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:50.078483 | 0.21s 2025-10-03 14:06:22.473461 | fa163ec6-d492-82e0-62f1-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:50.083225 | 0.21s 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-10-03 14:06:22.538408 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:06:22.538723 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:06:22.539000 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:50.148779 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:06:22.539249 | UUID | Info | Host | Task Name | Run Time 2025-10-03 14:06:22.539563 | fa163ec6-d492-82e0-62f1-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 288.43s 2025-10-03 14:06:22.539852 | fa163ec6-d492-82e0-62f1-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 259.30s 2025-10-03 14:06:22.540098 | fa163ec6-d492-82e0-62f1-000000004dfa | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 121.38s 2025-10-03 14:06:22.540345 | fa163ec6-d492-82e0-62f1-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 105.61s 2025-10-03 14:06:22.540588 | fa163ec6-d492-82e0-62f1-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.51s 2025-10-03 14:06:22.540906 | fa163ec6-d492-82e0-62f1-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 58.38s 2025-10-03 14:06:22.541167 | fa163ec6-d492-82e0-62f1-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 53.77s 2025-10-03 14:06:22.541411 | fa163ec6-d492-82e0-62f1-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 | 33.23s 2025-10-03 14:06:22.541650 | fa163ec6-d492-82e0-62f1-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.37s 2025-10-03 14:06:22.541934 | fa163ec6-d492-82e0-62f1-000000004df9 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 31.35s 2025-10-03 14:06:22.542174 | fa163ec6-d492-82e0-62f1-000000004c5e | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.99s 2025-10-03 14:06:22.542414 | fa163ec6-d492-82e0-62f1-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.59s 2025-10-03 14:06:22.542668 | fa163ec6-d492-82e0-62f1-000000005191 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 26.48s 2025-10-03 14:06:22.542956 | fa163ec6-d492-82e0-62f1-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.67s 2025-10-03 14:06:22.543213 | fa163ec6-d492-82e0-62f1-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.63s 2025-10-03 14:06:22.543488 | fa163ec6-d492-82e0-62f1-000000005190 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.56s 2025-10-03 14:06:22.543747 | fa163ec6-d492-82e0-62f1-000000004f21 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 23.52s 2025-10-03 14:06:22.544028 | fa163ec6-d492-82e0-62f1-000000004ef5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.91s 2025-10-03 14:06:22.544315 | fa163ec6-d492-82e0-62f1-000000004f4d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.73s 2025-10-03 14:06:22.544555 | fa163ec6-d492-82e0-62f1-0000000021c9 | SUMMARY | standalone | install systemd-container for a greenfield | 22.16s 2025-10-03 14:06:22.544794 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-ns0w0h08 Install artifact is located at /root/standalone-install-20251003140623.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.GsU4Q5n8NX + exit 0 ~/ci-framework-data/artifacts