~/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.DWGst1gTjb + 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.DWGst1gTjb/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.DWGst1gTjb/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.DWGst1gTjb + J2_VARS_FILE=/tmp/tmp.DWGst1gTjb/tmp.a03lTD8rUB.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.DWGst1gTjb/tmp.a03lTD8rUB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.DWGst1gTjb/tmp.a03lTD8rUB.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.DWGst1gTjb/tmp.a03lTD8rUB.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.DWGst1gTjb/tmp.a03lTD8rUB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.DWGst1gTjb/tmp.a03lTD8rUB.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.DWGst1gTjb/tmp.a03lTD8rUB.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.DWGst1gTjb/tmp.a03lTD8rUB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.DWGst1gTjb/tmp.a03lTD8rUB.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.DWGst1gTjb/tmp.a03lTD8rUB.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.DWGst1gTjb/tmp.a03lTD8rUB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.DWGst1gTjb/tmp.a03lTD8rUB.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.DWGst1gTjb/tmp.a03lTD8rUB.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.DWGst1gTjb/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.DWGst1gTjb/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.DWGst1gTjb/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.DWGst1gTjb/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.DWGst1gTjb/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 5.9 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost 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-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libaio-0.3.111-13.el9.x86_64.rpm 176 kB/s | 26 kB 00:00 (2/399): bash-completion-2.11-4.el9.noarch.rpm 1.7 MB/s | 459 kB 00:00 (3/399): device-mapper-persistent-data-0.9.0-13 2.6 MB/s | 786 kB 00:00 (4/399): glibc-langpack-en-2.34-60.el9.x86_64.r 4.1 MB/s | 675 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 589 kB/s | 62 kB 00:00 (6/399): libkadm5-1.20.1-8.el9.x86_64.rpm 937 kB/s | 81 kB 00:00 (7/399): krb5-workstation-1.20.1-8.el9.x86_64.r 4.3 MB/s | 542 kB 00:00 (8/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 365 kB/s | 37 kB 00:00 (9/399): pkgconf-1.7.3-10.el9.x86_64.rpm 524 kB/s | 45 kB 00:00 (10/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 168 kB/s | 16 kB 00:00 (11/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 144 kB/s | 12 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.2 MB/s | 418 kB 00:00 (13/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 2.2 MB/s | 223 kB 00:00 (14/399): boost-system-1.75.0-8.el9.x86_64.rpm 174 kB/s | 15 kB 00:00 (15/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 723 kB/s | 64 kB 00:00 (16/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.1 MB/s | 98 kB 00:00 (17/399): python3-urllib-gssapi-1.0.2-4.el9.noa 280 kB/s | 24 kB 00:00 (18/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.7 MB/s | 216 kB 00:00 (19/399): boost-thread-1.75.0-8.el9.x86_64.rpm 481 kB/s | 57 kB 00:00 (20/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 89 kB/s | 17 kB 00:00 (21/399): perl-Data-Dumper-2.174-462.el9.x86_64 508 kB/s | 59 kB 00:00 (22/399): perl-Exporter-5.74-461.el9.noarch.rpm 339 kB/s | 34 kB 00:00 (23/399): perl-File-Temp-0.231.100-4.el9.noarch 699 kB/s | 63 kB 00:00 (24/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 283 kB/s | 25 kB 00:00 (25/399): perl-parent-0.238-460.el9.noarch.rpm 186 kB/s | 16 kB 00:00 (26/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.2 MB/s | 283 kB 00:00 (27/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.7 MB/s | 321 kB 00:00 (28/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.4 MB/s | 224 kB 00:00 (29/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 467 kB/s | 45 kB 00:00 (30/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 4.0 MB/s | 392 kB 00:00 (31/399): perl-PathTools-3.78-461.el9.x86_64.rp 646 kB/s | 92 kB 00:00 (32/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.4 MB/s | 229 kB 00:00 (33/399): perl-Term-ANSIColor-5.01-461.el9.noar 596 kB/s | 51 kB 00:00 (34/399): perl-Text-ParseWords-3.30-460.el9.noa 218 kB/s | 18 kB 00:00 (35/399): perl-libnet-3.13-4.el9.noarch.rpm 1.3 MB/s | 134 kB 00:00 (36/399): perl-URI-5.09-3.el9.noarch.rpm 1.0 MB/s | 125 kB 00:00 (37/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 (38/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 316 kB/s | 26 kB 00:00 (39/399): iptables-nft-services-1.8.8-6.el9_1.n 316 kB/s | 28 kB 00:00 (40/399): perl-Carp-1.50-460.el9.noarch.rpm 365 kB/s | 31 kB 00:00 (41/399): perl-Pod-Escapes-1.07-460.el9.noarch. 241 kB/s | 22 kB 00:00 (42/399): perl-Encode-3.08-462.el9.x86_64.rpm 13 MB/s | 1.7 MB 00:00 (43/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.4 MB/s | 218 kB 00:00 (44/399): libburn-1.5.4-4.el9.x86_64.rpm 1.7 MB/s | 175 kB 00:00 (45/399): perl-Mozilla-CA-20200520-6.el9.noarch 170 kB/s | 14 kB 00:00 (46/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 278 kB/s | 24 kB 00:00 (47/399): perl-Time-Local-1.300-7.el9.noarch.rp 417 kB/s | 37 kB 00:00 (48/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 868 kB/s | 76 kB 00:00 (49/399): python3-yubico-1.3.3-7.el9.noarch.rpm 748 kB/s | 73 kB 00:00 (50/399): sshpass-1.09-4.el9.x86_64.rpm 356 kB/s | 30 kB 00:00 (51/399): boost-filesystem-1.75.0-8.el9.x86_64. 674 kB/s | 59 kB 00:00 (52/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.5 MB/s | 410 kB 00:00 (53/399): boost-program-options-1.75.0-8.el9.x8 1.1 MB/s | 108 kB 00:00 (54/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 439 kB/s | 39 kB 00:00 (55/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 358 kB/s | 34 kB 00:00 (56/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 210 kB/s | 19 kB 00:00 (57/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.3 MB/s | 419 kB 00:00 (58/399): perl-Digest-1.19-4.el9.noarch.rpm 343 kB/s | 29 kB 00:00 (59/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.0 MB/s | 92 kB 00:00 (60/399): perl-File-Path-2.18-4.el9.noarch.rpm 369 kB/s | 38 kB 00:00 (61/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 498 kB/s | 43 kB 00:00 (62/399): perl-Scalar-List-Utils-1.56-461.el9.x 894 kB/s | 77 kB 00:00 (63/399): perl-Socket-2.031-4.el9.x86_64.rpm 621 kB/s | 58 kB 00:00 (64/399): perl-constant-1.33-461.el9.noarch.rpm 302 kB/s | 25 kB 00:00 (65/399): perl-podlators-4.14-460.el9.noarch.rp 1.2 MB/s | 118 kB 00:00 (66/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.1 MB/s | 112 kB 00:00 (67/399): python3-appdirs-1.4.4-4.el9.noarch.rp 309 kB/s | 27 kB 00:00 (68/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.8 MB/s | 163 kB 00:00 (69/399): python3-qrcode-core-6.1-12.el9.noarch 708 kB/s | 61 kB 00:00 (70/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 791 kB/s | 96 kB 00:00 (71/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 544 kB/s | 48 kB 00:00 (72/399): boost-regex-1.75.0-8.el9.x86_64.rpm 3.1 MB/s | 279 kB 00:00 (73/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.3 MB/s | 221 kB 00:00 (74/399): python3-alembic-1.7.5-3.el9.noarch.rp 9.1 MB/s | 900 kB 00:00 (75/399): python3-augeas-0.5.0-25.el9.noarch.rp 348 kB/s | 31 kB 00:00 (76/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 3.7 MB/s | 489 kB 00:00 (77/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 341 kB/s | 42 kB 00:00 (78/399): perl-AutoLoader-5.74-480.el9.noarch.r 200 kB/s | 23 kB 00:00 (79/399): perl-B-1.80-480.el9.x86_64.rpm 1.6 MB/s | 185 kB 00:00 (80/399): perl-Class-Struct-0.66-480.el9.noarch 273 kB/s | 24 kB 00:00 (81/399): perl-Errno-1.30-480.el9.x86_64.rpm 188 kB/s | 17 kB 00:00 (82/399): perl-File-stat-1.09-480.el9.noarch.rp 213 kB/s | 19 kB 00:00 (83/399): perl-File-Basename-2.85-480.el9.noarc 178 kB/s | 19 kB 00:00 (84/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 195 kB/s | 23 kB 00:00 (85/399): perl-FileHandle-2.03-480.el9.noarch.r 195 kB/s | 17 kB 00:00 (86/399): perl-IO-1.43-480.el9.x86_64.rpm 988 kB/s | 94 kB 00:00 (87/399): perl-Getopt-Std-1.12-480.el9.noarch.r 126 kB/s | 17 kB 00:00 (88/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 277 kB/s | 25 kB 00:00 (89/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 214 kB/s | 25 kB 00:00 (90/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.0 MB/s | 99 kB 00:00 (91/399): perl-Symbol-1.08-480.el9.noarch.rpm 185 kB/s | 16 kB 00:00 (92/399): perl-SelectSaver-1.02-480.el9.noarch. 139 kB/s | 13 kB 00:00 (93/399): perl-base-2.27-480.el9.noarch.rpm 206 kB/s | 18 kB 00:00 (94/399): perl-if-0.60.800-480.el9.noarch.rpm 186 kB/s | 16 kB 00:00 (95/399): perl-interpreter-5.32.1-480.el9.x86_6 827 kB/s | 75 kB 00:00 (96/399): perl-libs-5.32.1-480.el9.x86_64.rpm 20 MB/s | 2.2 MB 00:00 (97/399): perl-mro-1.23-480.el9.x86_64.rpm 363 kB/s | 31 kB 00:00 (98/399): perl-overload-1.31-480.el9.noarch.rpm 359 kB/s | 47 kB 00:00 (99/399): perl-overloading-0.02-480.el9.noarch. 171 kB/s | 15 kB 00:00 (100/399): perl-subs-1.03-480.el9.noarch.rpm 152 kB/s | 13 kB 00:00 (101/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.8 MB/s | 259 kB 00:00 (102/399): perl-vars-1.05-480.el9.noarch.rpm 135 kB/s | 15 kB 00:00 (103/399): python3-mako-1.1.4-6.el9.noarch.rpm 2.0 MB/s | 176 kB 00:00 (104/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 445 kB/s | 40 kB 00:00 (105/399): jq-1.6-14.el9.x86_64.rpm 2.1 MB/s | 190 kB 00:00 (106/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.2 MB/s | 459 kB 00:00 (107/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 636 kB/s | 59 kB 00:00 (108/399): ansible-freeipa-1.9.2-3.el9_2.noarch 4.6 MB/s | 452 kB 00:00 (109/399): rhel-system-roles-1.21.2-1.el9_2.noa 14 MB/s | 2.4 MB 00:00 (110/399): ansible-collection-community-general 11 MB/s | 1.3 MB 00:00 (111/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 553 kB/s | 68 kB 00:00 (112/399): ansible-collection-ansible-posix-1.2 1.2 MB/s | 124 kB 00:00 (113/399): ipa-client-common-4.10.1-12.el9_2.2. 320 kB/s | 44 kB 00:00 (114/399): cephadm-18.2.1-361.el9cp.noarch.rpm 2.2 MB/s | 354 kB 00:00 (115/399): ipa-common-4.10.1-12.el9_2.2.noarch. 4.6 MB/s | 656 kB 00:00 (116/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.7 MB/s | 648 kB 00:00 (117/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.1 MB/s | 663 kB 00:00 (118/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 543 kB/s | 57 kB 00:00 (119/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 433 kB/s | 41 kB 00:00 (120/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 42 MB/s | 7.9 MB 00:00 (121/399): ruby-default-gems-3.0.4-161.el9_2.2. 403 kB/s | 46 kB 00:00 (122/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 20 MB/s | 3.3 MB 00:00 (123/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 489 kB/s | 55 kB 00:00 (124/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.4 MB/s | 456 kB 00:00 (125/399): rubygem-io-console-0.5.7-161.el9_2.2 282 kB/s | 26 kB 00:00 (126/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 550 kB/s | 59 kB 00:00 (127/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 3.5 MB/s | 441 kB 00:00 (128/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.1 MB/s | 110 kB 00:00 (129/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 230 kB/s | 60 kB 00:00 (130/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.3 MB/s | 306 kB 00:00 (131/399): buildah-1.29.5-1.el9_2.x86_64.rpm 46 MB/s | 8.6 MB 00:00 (132/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 18 MB/s | 2.2 MB 00:00 (133/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.7 MB/s | 245 kB 00:00 (134/399): ansible-collection-ansible-netcommon 1.4 MB/s | 181 kB 00:00 (135/399): golang-github-vbatts-tar-split-0.11. 8.1 MB/s | 1.0 MB 00:00 (136/399): ansible-collection-ansible-utils-2.3 361 kB/s | 91 kB 00:00 (137/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 349 kB/s | 162 kB 00:00 (138/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 388 kB/s | 178 kB 00:00 (139/399): puppet-fdio-18.2-1.20220727113954.6f 220 kB/s | 25 kB 00:00 (140/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 501 kB/s | 44 kB 00:00 (141/399): python3-ansible-runner-2.0.0a1-3.el9 990 kB/s | 122 kB 00:00 (142/399): python3-beautifulsoup4-4.9.3-2.el9os 2.2 MB/s | 204 kB 00:00 (143/399): python3-croniter-0.3.35-2.el9ost.noa 576 kB/s | 49 kB 00:00 (144/399): python3-daemon-2.3.0-1.el9ost.noarch 436 kB/s | 39 kB 00:00 (145/399): python3-docutils-0.16-6.el9ost.noarc 15 MB/s | 1.5 MB 00:00 (146/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 82 kB/s | 77 kB 00:00 (147/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 500 kB/s | 44 kB 00:00 (148/399): python3-gevent-21.1.2-2.el9ost.x86_6 15 MB/s | 1.6 MB 00:00 (149/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.1 MB/s | 107 kB 00:00 (150/399): python3-jeepney-0.6.0-2.el9ost.noarc 3.0 MB/s | 284 kB 00:00 (151/399): python3-jmespath-0.10.0-1.el9ost.noa 542 kB/s | 46 kB 00:00 (152/399): python3-lockfile-0.12.2-2.el9ost.noa 371 kB/s | 31 kB 00:00 (153/399): python3-logutils-0.3.5-15.el9ost.noa 540 kB/s | 47 kB 00:00 (154/399): python3-memcached-1.59-3.el9ost.noar 386 kB/s | 40 kB 00:00 (155/399): python3-migrate-0.13.0-1.el9ost.noar 2.1 MB/s | 224 kB 00:00 (156/399): python3-mimeparse-1.6.0-16.el9ost.no 190 kB/s | 16 kB 00:00 (157/399): python3-natsort-7.1.1-2.el9ost.noarc 597 kB/s | 59 kB 00:00 (158/399): python3-passlib-1.7.4-3.el9ost.noarc 6.4 MB/s | 712 kB 00:00 (159/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.7 MB/s | 273 kB 00:00 (160/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.0 MB/s | 90 kB 00:00 (161/399): python3-pyperclip-1.8.0-3.el9ost.noa 291 kB/s | 25 kB 00:00 (162/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.1 MB/s | 111 kB 00:00 (163/399): python3-setproctitle-1.2.2-1.el9ost. 262 kB/s | 23 kB 00:00 (164/399): python3-smmap-3.0.1-4.el9ost.noarch. 558 kB/s | 47 kB 00:00 (165/399): python3-soupsieve-2.2-1.el9ost.noarc 748 kB/s | 67 kB 00:00 (166/399): python3-tenacity-6.3.1-1.el9ost.noar 589 kB/s | 51 kB 00:00 (167/399): python3-sqlalchemy13-1.3.24-3.el9ost 16 MB/s | 1.7 MB 00:00 (168/399): python3-webtest-2.0.35-6.el9ost.noar 926 kB/s | 82 kB 00:00 (169/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 4.1 MB/s | 396 kB 00:00 (170/399): python3-zope-interface-5.4.0-1.el9os 2.2 MB/s | 202 kB 00:00 (171/399): python3-zope-event-4.2.0-20.el9ost.n 2.0 MB/s | 205 kB 00:00 (172/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.6 MB/s | 243 kB 00:00 (173/399): rubygem-deep_merge-1.2.1-7.el9ost.no 158 kB/s | 14 kB 00:00 (174/399): rubygem-fast_gettext-1.2.0-9.el9ost. 385 kB/s | 34 kB 00:00 (175/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 959 kB/s | 90 kB 00:00 (176/399): rubygem-multi_json-1.15.0-2.el9ost.n 215 kB/s | 22 kB 00:00 (177/399): rubygem-puppet-resource_api-1.8.13-1 218 kB/s | 34 kB 00:00 (178/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 188 kB/s | 16 kB 00:00 (179/399): rubygem-semantic_puppet-1.0.4-2.el9o 243 kB/s | 21 kB 00:00 (180/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.4 MB/s | 433 kB 00:00 (181/399): ansible-config_template-2.0.1-17.1.2 330 kB/s | 29 kB 00:00 (182/399): ansible-role-atos-hsm-1.0.1-17.1.202 203 kB/s | 17 kB 00:00 (183/399): ansible-role-chrony-1.3.1-17.1.20230 252 kB/s | 22 kB 00:00 (184/399): ansible-role-container-registry-1.4. 285 kB/s | 24 kB 00:00 (185/399): ansible-role-collectd-config-0.0.3-1 559 kB/s | 53 kB 00:00 (186/399): ansible-role-openstack-operations-0. 359 kB/s | 30 kB 00:00 (187/399): ansible-role-qdr-config-0.0.2-17.1.2 246 kB/s | 21 kB 00:00 (188/399): ansible-role-redhat-subscription-1.3 329 kB/s | 28 kB 00:00 (189/399): ansible-role-thales-hsm-3.0.1-17.1.2 246 kB/s | 21 kB 00:00 (190/399): ansible-tripleo-ipa-0.3.1-17.1.20230 416 kB/s | 36 kB 00:00 (191/399): ansible-role-tripleo-modify-image-1. 255 kB/s | 27 kB 00:00 (192/399): ansible-tripleo-ipsec-11.0.1-17.1.20 439 kB/s | 38 kB 00:00 (193/399): dib-utils-0.0.11-17.1.20230620173328 145 kB/s | 12 kB 00:00 (194/399): openstack-heat-agents-2.2.1-17.1.202 115 kB/s | 9.6 kB 00:00 (195/399): os-apply-config-13.1.1-17.1.20231020 615 kB/s | 54 kB 00:00 (196/399): os-refresh-config-13.1.1-17.1.202310 236 kB/s | 21 kB 00:00 (197/399): os-collect-config-13.1.1-17.1.202310 389 kB/s | 50 kB 00:00 (198/399): puppet-aodh-18.4.2-17.1.202306201512 686 kB/s | 62 kB 00:00 (199/399): puppet-apache-6.5.2-17.1.20230621001 2.8 MB/s | 259 kB 00:00 (200/399): puppet-archive-4.6.1-17.1.2023062018 512 kB/s | 44 kB 00:00 (201/399): puppet-auditd-2.2.1-17.1.20230620192 331 kB/s | 28 kB 00:00 (202/399): puppet-ceilometer-18.4.3-17.1.202309 815 kB/s | 70 kB 00:00 (203/399): puppet-certmonger-2.7.1-17.1.2023062 304 kB/s | 26 kB 00:00 (204/399): puppet-cinder-18.5.2-17.1.2023062105 1.3 MB/s | 120 kB 00:00 (205/399): puppet-collectd-13.0.1-17.1.20230620 1.5 MB/s | 135 kB 00:00 (206/399): puppet-concat-6.2.1-17.1.20230620181 453 kB/s | 41 kB 00:00 (207/399): puppet-corosync-8.0.1-17.1.202306211 796 kB/s | 68 kB 00:00 (208/399): puppet-designate-18.6.1-17.1.2023062 790 kB/s | 69 kB 00:00 (209/399): puppet-dns-8.2.1-17.1.20230621002045 322 kB/s | 36 kB 00:00 (210/399): puppet-etcd-1.12.3-17.1.202306201932 291 kB/s | 25 kB 00:00 (211/399): puppet-firewall-3.4.1-17.1.202306210 794 kB/s | 77 kB 00:00 (212/399): puppet-git-0.5.0-17.1.20230620193928 257 kB/s | 23 kB 00:00 (213/399): puppet-gnocchi-18.4.3-17.1.202306210 590 kB/s | 58 kB 00:00 (214/399): puppet-haproxy-4.2.2-17.1.2023062019 558 kB/s | 52 kB 00:00 (215/399): puppet-heat-18.4.1-17.1.202306211116 724 kB/s | 70 kB 00:00 (216/399): puppet-horizon-18.6.1-17.1.202306210 699 kB/s | 63 kB 00:00 (217/399): puppet-inifile-4.2.1-17.1.2023062018 384 kB/s | 42 kB 00:00 (218/399): puppet-ipaclient-2.5.2-17.1.20230620 206 kB/s | 17 kB 00:00 (219/399): puppet-keepalived-0.0.2-17.1.2023062 149 kB/s | 14 kB 00:00 (220/399): puppet-manila-18.5.2-17.1.2023110219 872 kB/s | 81 kB 00:00 (221/399): puppet-memcached-6.0.0-17.1.20230620 269 kB/s | 23 kB 00:00 (222/399): puppet-module-data-0.5.1-17.1.202306 148 kB/s | 13 kB 00:00 (223/399): puppet-mysql-10.6.1-17.1.20230621022 1.1 MB/s | 99 kB 00:00 (224/399): puppet-kmod-2.5.0-17.1.2023062019064 80 kB/s | 21 kB 00:00 (225/399): puppet-neutron-18.6.1-17.1.202306210 2.2 MB/s | 196 kB 00:00 (226/399): puppet-nova-18.6.1-17.1.202306210904 1.8 MB/s | 200 kB 00:00 (227/399): puppet-nssdb-1.0.2-17.1.202306201856 102 kB/s | 12 kB 00:00 (228/399): puppet-octavia-18.5.1-17.1.202306210 746 kB/s | 76 kB 00:00 (229/399): puppet-openstack_extras-18.5.1-17.1. 464 kB/s | 48 kB 00:00 (230/399): puppet-openstacklib-18.5.2-17.1.2023 650 kB/s | 62 kB 00:00 (231/399): puppet-oslo-18.5.1-17.1.202306210523 491 kB/s | 48 kB 00:00 (232/399): puppet-placement-5.4.3-17.1.20230621 444 kB/s | 41 kB 00:00 (233/399): puppet-qdr-7.4.1-17.1.20230620195605 338 kB/s | 31 kB 00:00 (234/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.8 MB/s | 266 kB 00:00 (235/399): puppet-redis-6.1.1-17.1.202306201917 545 kB/s | 51 kB 00:00 (236/399): puppet-rsync-1.1.4-17.1.202306210028 335 kB/s | 28 kB 00:00 (237/399): puppet-rsyslog-4.0.1-17.1.2023062020 656 kB/s | 58 kB 00:00 (238/399): puppet-snmp-3.9.1-17.1.2023062020041 381 kB/s | 34 kB 00:00 (239/399): puppet-ssh-6.2.1-17.1.20230620190251 294 kB/s | 29 kB 00:00 (240/399): puppet-remote-10.0.0-17.1.2023062019 64 kB/s | 16 kB 00:00 (241/399): puppet-swift-18.6.1-17.1.20230621052 1.3 MB/s | 115 kB 00:00 (242/399): puppet-stdlib-6.3.1-17.1.20230621000 1.2 MB/s | 160 kB 00:00 (243/399): puppet-sysctl-0.0.13-17.1.2023062018 152 kB/s | 16 kB 00:00 (244/399): puppet-systemd-2.12.1-17.1.202306201 466 kB/s | 42 kB 00:00 (245/399): puppet-vcsrepo-3.1.1-17.1.2023062018 578 kB/s | 50 kB 00:00 (246/399): puppet-xinetd-3.3.1-17.1.20230620185 301 kB/s | 26 kB 00:00 (247/399): python-oslo-cache-lang-2.7.1-17.1.20 218 kB/s | 19 kB 00:00 (248/399): puppet-vswitch-14.4.3-17.1.202306210 203 kB/s | 41 kB 00:00 (249/399): python-oslo-log-lang-4.4.0-17.1.2023 164 kB/s | 14 kB 00:00 (250/399): python-oslo-middleware-lang-4.2.1-17 157 kB/s | 13 kB 00:00 (251/399): python-oslo-versionedobjects-lang-2. 147 kB/s | 14 kB 00:00 (252/399): python-pycadf-common-3.1.1-17.1.2023 167 kB/s | 15 kB 00:00 (253/399): python-oslo-policy-lang-3.7.1-17.1.2 111 kB/s | 14 kB 00:00 (254/399): python3-GitPython-3.1.14-2.el9ost.no 2.4 MB/s | 238 kB 00:00 (255/399): python3-aodhclient-2.2.0-17.1.202306 563 kB/s | 56 kB 00:00 (256/399): python3-barbicanclient-5.3.0-17.1.20 1.2 MB/s | 127 kB 00:00 (257/399): python3-cinderclient-7.4.1-17.1.2023 2.3 MB/s | 218 kB 00:00 (258/399): python3-cliff-3.7.0-17.1.20230620172 1.0 MB/s | 95 kB 00:00 (259/399): python3-designateclient-4.2.1-17.1.2 836 kB/s | 92 kB 00:00 (260/399): python3-futurist-2.3.0-17.1.20230621 684 kB/s | 64 kB 00:00 (261/399): python3-heat-agent-2.2.1-17.1.202306 207 kB/s | 19 kB 00:00 (262/399): python3-heat-agent-ansible-2.2.1-17. 114 kB/s | 11 kB 00:00 (263/399): python3-heat-agent-apply-config-2.2. 111 kB/s | 9.9 kB 00:00 (264/399): python3-heat-agent-docker-cmd-2.2.1- 132 kB/s | 12 kB 00:00 (265/399): python3-heat-agent-hiera-2.2.1-17.1. 71 kB/s | 10 kB 00:00 (266/399): python3-heat-agent-json-file-2.2.1-1 101 kB/s | 9.8 kB 00:00 (267/399): python3-heat-agent-puppet-2.2.1-17.1 118 kB/s | 11 kB 00:00 (268/399): python3-heatclient-2.3.1-17.1.202306 1.5 MB/s | 158 kB 00:00 (269/399): python3-ironic-inspector-client-4.5. 652 kB/s | 67 kB 00:00 (270/399): python3-ironicclient-4.6.4-17.1.2023 3.1 MB/s | 342 kB 00:00 (271/399): python3-keystoneclient-4.3.0-17.1.20 2.6 MB/s | 239 kB 00:00 (272/399): python3-keystonemiddleware-9.2.0-17. 1.0 MB/s | 92 kB 00:00 (273/399): python3-magnumclient-3.4.1-17.1.2023 1.3 MB/s | 121 kB 00:00 (274/399): python3-mistralclient-4.2.0-17.1.202 1.6 MB/s | 166 kB 00:00 (275/399): python3-novaclient-17.4.1-17.1.20230 2.1 MB/s | 201 kB 00:00 (276/399): python3-neutronclient-7.3.1-17.1.202 2.6 MB/s | 298 kB 00:00 (277/399): python3-os-client-config-2.1.0-17.1. 552 kB/s | 55 kB 00:00 (278/399): python3-os-service-types-1.7.0-17.1. 396 kB/s | 38 kB 00:00 (279/399): python3-os-traits-2.5.0-17.1.2023062 476 kB/s | 45 kB 00:00 (280/399): python3-osc-lib-2.3.1-17.1.202306202 717 kB/s | 78 kB 00:00 (281/399): python3-oslo-cache-2.7.1-17.1.202306 322 kB/s | 56 kB 00:00 (282/399): python3-oslo-context-3.2.1-17.1.2023 161 kB/s | 27 kB 00:00 (283/399): python3-oslo-log-4.4.0-17.1.20230620 667 kB/s | 64 kB 00:00 (284/399): python3-oslo-policy-3.7.1-17.1.20230 841 kB/s | 76 kB 00:00 (285/399): python3-oslo-middleware-4.2.1-17.1.2 561 kB/s | 55 kB 00:00 (286/399): python3-oslo-reports-2.2.0-17.1.2023 412 kB/s | 59 kB 00:00 (287/399): python3-oslo-rootwrap-6.3.1-17.1.202 491 kB/s | 46 kB 00:00 (288/399): python3-oslo-serialization-4.1.1-17. 365 kB/s | 34 kB 00:00 (289/399): python3-oslo-upgradecheck-1.3.1-17.1 278 kB/s | 29 kB 00:00 (290/399): python3-oslo-versionedobjects-2.4.1- 701 kB/s | 79 kB 00:00 (291/399): python3-osprofiler-3.4.0-17.1.202306 1.1 MB/s | 130 kB 00:00 (292/399): python3-pycadf-3.1.1-17.1.2023062021 533 kB/s | 53 kB 00:00 (293/399): python3-requestsexceptions-1.4.0-17. 184 kB/s | 17 kB 00:00 (294/399): python3-saharaclient-3.3.0-17.1.2023 2.0 MB/s | 188 kB 00:00 (295/399): python3-shade-1.33.0-17.1.2023062022 5.3 MB/s | 523 kB 00:00 (296/399): python3-swiftclient-3.11.1-17.1.2023 1.5 MB/s | 136 kB 00:00 (297/399): python3-statsd-3.2.1-20.1.el9ost.noa 306 kB/s | 35 kB 00:00 (298/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 516 kB/s | 50 kB 00:00 (299/399): python3-troveclient-7.0.0-17.1.20230 3.0 MB/s | 344 kB 00:00 (300/399): python3-validations-libs-1.9.1-17.1. 1.2 MB/s | 137 kB 00:00 (301/399): python3-zaqarclient-2.4.0-17.1.20230 1.4 MB/s | 129 kB 00:00 (302/399): validations-common-1.9.1-17.1.202310 836 kB/s | 111 kB 00:00 (303/399): python3-paramiko-2.11.0-2.el9ost.noa 2.5 MB/s | 299 kB 00:00 (304/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.0 MB/s | 427 kB 00:00 (305/399): ansible-pacemaker-1.0.4-17.1.2023121 167 kB/s | 21 kB 00:00 (306/399): python3-manilaclient-2.6.4-17.1.2024 4.0 MB/s | 528 kB 00:00 (307/399): python3-sqlparse-0.4.1-2.el9ost.noar 912 kB/s | 83 kB 00:00 (308/399): python3-webob-1.8.7-2.1.el9ost.noarc 1.8 MB/s | 230 kB 00:00 (309/399): openstack-selinux-0.8.37-17.1.202311 2.2 MB/s | 221 kB 00:00 (310/399): ansible-role-metalsmith-deployment-1 172 kB/s | 21 kB 00:00 (311/399): puppet-ironic-18.7.1-17.1.2024030521 1.2 MB/s | 121 kB 00:00 (312/399): python-oslo-db-lang-8.5.2-17.1.20240 155 kB/s | 14 kB 00:00 (313/399): python3-glanceclient-3.3.0-17.1.2024 1.5 MB/s | 143 kB 00:00 (314/399): python3-metalsmith-1.4.4-17.1.202405 744 kB/s | 65 kB 00:00 (315/399): python3-keystoneauth1-4.4.0-17.1.202 4.0 MB/s | 409 kB 00:00 (316/399): python3-neutron-lib-2.10.3-17.1.2023 3.8 MB/s | 375 kB 00:00 (317/399): python3-oslo-db-8.5.2-17.1.202408201 1.3 MB/s | 144 kB 00:00 (318/399): python3-octaviaclient-2.3.1-17.1.202 616 kB/s | 91 kB 00:00 (319/399): python3-oslo-messaging-12.7.3-17.1.2 1.5 MB/s | 216 kB 00:00 (320/399): python3-oslo-service-2.5.1-17.1.2024 706 kB/s | 71 kB 00:00 (321/399): python3-rhosp-openvswitch-3.3-1.el9o 66 kB/s | 8.3 kB 00:00 (322/399): python3-waitress-2.0.0-4.el9ost.noar 863 kB/s | 109 kB 00:00 (323/399): puppet-glance-18.6.1-17.1.2025022015 930 kB/s | 87 kB 00:00 (324/399): openstack-ansible-core-2.14.2-4.7.el 13 MB/s | 2.3 MB 00:00 (325/399): openstack-tripleo-validations-14.3.2 1.5 MB/s | 204 kB 00:00 (326/399): puppet-pacemaker-1.5.1-17.1.20250214 1.8 MB/s | 158 kB 00:00 (327/399): puppet-ovn-18.6.1-17.1.2024092509490 271 kB/s | 29 kB 00:00 (328/399): python3-os-ken-1.4.1-17.1.2024120509 19 MB/s | 2.1 MB 00:00 (329/399): puppet-tripleo-14.2.3-17.1.202503201 2.5 MB/s | 239 kB 00:00 (330/399): ansible-collection-containers-podman 2.5 MB/s | 243 kB 00:00 (331/399): ansible-collections-openstack-1.9.1- 1.5 MB/s | 146 kB 00:00 (332/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.8 MB/s | 351 kB 00:00 (333/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.5 MB/s | 518 kB 00:00 (334/399): hiera-3.6.0-6.el9ost.noarch.rpm 387 kB/s | 33 kB 00:00 (335/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.4 MB/s | 405 kB 00:00 (336/399): openstack-tripleo-common-15.4.1-17.1 479 kB/s | 52 kB 00:00 (337/399): openstack-tripleo-common-containers- 893 kB/s | 78 kB 00:00 (338/399): puppet-7.10.0-4.el9ost.noarch.rpm 119 kB/s | 11 kB 00:00 (339/399): puppet-keystone-18.6.1-17.1.20250425 1.1 MB/s | 127 kB 00:00 (340/399): puppet-headless-7.10.0-4.el9ost.noar 11 MB/s | 1.4 MB 00:00 (341/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (342/399): python3-cachetools-4.2.2-3.el9ost.no 391 kB/s | 33 kB 00:00 (343/399): python3-boto-2.45.0-8.1.el9ost.noarc 12 MB/s | 1.3 MB 00:00 (344/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.1 MB/s | 284 kB 00:00 (345/399): python3-dogpile-cache-1.1.5-5.el9ost 977 kB/s | 89 kB 00:00 (346/399): python3-extras-1.0.0-17.el9ost.noarc 236 kB/s | 21 kB 00:00 (347/399): python3-colorama-0.4.4-4.el9ost.noar 230 kB/s | 35 kB 00:00 (348/399): python3-keyring-21.8.0-4.el9ost.noar 887 kB/s | 77 kB 00:00 (349/399): python3-fixtures-3.0.0-24.el9ost.noa 889 kB/s | 93 kB 00:00 (350/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.4 MB/s | 313 kB 00:00 (351/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.0 MB/s | 87 kB 00:00 (352/399): python3-munch-2.5.0-6.el9ost.noarch. 275 kB/s | 25 kB 00:00 (353/399): python3-openstacksdk-0.55.1-17.1.202 7.4 MB/s | 735 kB 00:00 (354/399): python3-paste-3.5.0-5.el9ost.noarch. 7.3 MB/s | 776 kB 00:00 (355/399): python3-paste-deploy-2.1.1-4.el9ost. 368 kB/s | 41 kB 00:00 (356/399): python3-pystache-0.5.4-15.el9ost.noa 1.3 MB/s | 132 kB 00:00 (357/399): python3-repoze-lru-0.7-12.el9ost.noa 366 kB/s | 32 kB 00:00 (358/399): python3-routes-2.4.1-14.el9ost.noarc 2.0 MB/s | 188 kB 00:00 (359/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 650 kB/s | 57 kB 00:00 (360/399): python3-secretstorage-3.3.1-3.el9ost 324 kB/s | 36 kB 00:00 (361/399): python3-simplejson-3.17.5-3.el9ost.x 3.0 MB/s | 266 kB 00:00 (362/399): python3-tempita-0.5.1-27.el9ost.noar 416 kB/s | 36 kB 00:00 (363/399): python3-testtools-2.4.0-10.el9ost.no 3.7 MB/s | 333 kB 00:00 (364/399): python3-tripleo-common-15.4.1-17.1.2 2.2 MB/s | 202 kB 00:00 (365/399): python3-tripleoclient-16.5.1-17.1.20 5.8 MB/s | 553 kB 00:00 (366/399): python3-vine-5.0.0-5.el9ost.noarch.r 300 kB/s | 26 kB 00:00 (367/399): python3-warlock-1.3.3-7.el9ost.noarc 252 kB/s | 21 kB 00:00 (368/399): python3-yappi-1.3.1-5.el9ost.x86_64. 619 kB/s | 56 kB 00:00 (369/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.9 MB/s | 180 kB 00:00 (370/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 268 kB/s | 29 kB 00:00 (371/399): ruby-facter-3.14.19-3.el9ost.x86_64. 110 kB/s | 9.5 kB 00:00 (372/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.4 MB/s | 123 kB 00:00 (373/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 203 kB/s | 19 kB 00:00 (374/399): openstack-heat-api-16.1.1-17.1.20250 179 kB/s | 16 kB 00:00 (375/399): openstack-heat-common-16.1.1-17.1.20 15 MB/s | 1.6 MB 00:00 (376/399): openstack-heat-engine-16.1.1-17.1.20 133 kB/s | 15 kB 00:00 (377/399): openstack-heat-monolith-16.1.1-17.1. 134 kB/s | 16 kB 00:00 (378/399): openstack-tripleo-heat-templates-14. 5.5 MB/s | 617 kB 00:00 (379/399): python-openstackclient-lang-5.5.2-17 534 kB/s | 58 kB 00:00 (380/399): puppet-barbican-18.4.2-17.1.20250625 502 kB/s | 57 kB 00:00 (381/399): python3-openstackclient-5.5.2-17.1.2 11 MB/s | 1.1 MB 00:00 (382/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 418 kB/s | 36 kB 00:00 (383/399): tripleo-ansible-3.3.1-17.1.202507021 5.7 MB/s | 570 kB 00:00 (384/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 186 kB/s | 19 kB 00:00 (385/399): device-mapper-event-1.02.187-7.el9_2 318 kB/s | 32 kB 00:00 (386/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 145 kB/s | 30 kB 00:00 (387/399): device-mapper-event-libs-1.02.187-7. 297 kB/s | 31 kB 00:00 (388/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 13 MB/s | 1.5 MB 00:00 (389/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 10 MB/s | 1.0 MB 00:00 (390/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 156 kB 00:00 (391/399): python3-openvswitch3.3-3.3.4-110.el9 2.6 MB/s | 369 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 301 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 16 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.0 MB/s | 464 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 992 kB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 739 kB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.5 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 2.0 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 6.7 MB/s | 97 MB 00:14 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 113/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 114/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 115/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 116/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 117/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 118/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 171/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 172/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 173/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 174/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 175/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 176/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 177/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 178/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 179/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 180/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 181/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 182/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 183/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 184/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 186/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 187/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 188/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 189/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 190/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 191/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 192/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 193/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 194/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 195/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 196/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 197/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 198/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 199/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 200/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 201/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 202/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 203/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 204/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 205/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 206/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 207/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 208/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 209/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 210/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 211/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 212/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 213/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 214/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 215/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 216/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 217/408 Installing : python3-memcached-1.59-3.el9ost.noarch 218/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 219/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 220/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 221/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 222/408 Installing : python3-docutils-0.16-6.el9ost.noarch 223/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 224/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 225/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 226/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 227/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 228/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 229/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 230/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 231/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 232/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 233/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 234/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 235/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 236/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 237/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 238/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 239/408 warning: group neutron does not exist - using root Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 240/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 240/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 240/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 241/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 242/408 Installing : jq-1.6-14.el9.x86_64 243/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 244/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 245/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 246/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 247/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 248/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 249/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 250/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 251/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 252/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 253/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 254/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 254/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 255/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 256/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 257/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 258/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 259/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 260/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 261/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 262/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 263/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 264/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 265/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 266/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 267/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 268/408 Installing : boost-log-1.75.0-8.el9.x86_64 269/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 270/408 Installing : sshpass-1.09-4.el9.x86_64 271/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 272/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 273/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 274/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 275/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 276/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 277/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 278/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 279/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 280/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 281/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 282/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 283/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 284/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 285/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 286/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 287/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 288/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 289/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 290/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 291/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 292/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 293/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 294/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 295/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 296/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 297/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 298/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 299/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 300/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 301/408 Installing : libburn-1.5.4-4.el9.x86_64 302/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 303/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 303/408 Installing : libisofs-1.5.4-4.el9.x86_64 304/408 Installing : libisoburn-1.5.4-4.el9.x86_64 305/408 Installing : xorriso-1.5.4-4.el9.x86_64 306/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 306/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 307/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 308/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 309/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 310/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 311/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 312/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 313/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 313/408 Installing : puppet-7.10.0-4.el9ost.noarch 314/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 314/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 315/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 316/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 317/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 318/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 319/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 320/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 321/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 322/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 323/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 324/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 325/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 326/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 327/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 328/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 329/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 330/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 331/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 332/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 333/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 334/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 335/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 336/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 337/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 338/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 339/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 340/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 341/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 342/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 343/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 344/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 345/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 346/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 347/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 348/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 349/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 350/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 351/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 352/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 353/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 354/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 355/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 356/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 357/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 358/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 359/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 360/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 361/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 362/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 363/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 364/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 365/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 366/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 367/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 368/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 369/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 370/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 371/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 372/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 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 : perl-IO-Socket-SSL-2.073-1.el9.noarch 13/408 Verifying : boost-system-1.75.0-8.el9.x86_64 14/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 15/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 16/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 17/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 18/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 19/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 20/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 21/408 Verifying : perl-Exporter-5.74-461.el9.noarch 22/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 23/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 24/408 Verifying : perl-parent-1:0.238-460.el9.noarch 25/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 26/408 Verifying : xorriso-1.5.4-4.el9.x86_64 27/408 Verifying : libisofs-1.5.4-4.el9.x86_64 28/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 29/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 30/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 31/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 32/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 33/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 34/408 Verifying : perl-URI-5.09-3.el9.noarch 35/408 Verifying : perl-libnet-3.13-4.el9.noarch 36/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 37/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 38/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 39/408 Verifying : perl-Carp-1.50-460.el9.noarch 40/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 41/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 42/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 43/408 Verifying : libburn-1.5.4-4.el9.x86_64 44/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 45/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 46/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 47/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 48/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 49/408 Verifying : sshpass-1.09-4.el9.x86_64 50/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 51/408 Verifying : boost-log-1.75.0-8.el9.x86_64 52/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 53/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 54/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 55/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 56/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 57/408 Verifying : perl-Digest-1.19-4.el9.noarch 58/408 Verifying : perl-File-Path-2.18-4.el9.noarch 59/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 60/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 61/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 62/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 63/408 Verifying : perl-constant-1.33-461.el9.noarch 64/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 65/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 66/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 67/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 68/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 69/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 70/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 71/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 72/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 73/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 74/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 75/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 76/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 77/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 78/408 Verifying : perl-B-1.80-480.el9.x86_64 79/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 80/408 Verifying : perl-Errno-1.30-480.el9.x86_64 81/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 82/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 83/408 Verifying : perl-File-stat-1.09-480.el9.noarch 84/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 85/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 86/408 Verifying : perl-IO-1.43-480.el9.x86_64 87/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 88/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 89/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 90/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 91/408 Verifying : perl-Symbol-1.08-480.el9.noarch 92/408 Verifying : perl-base-2.27-480.el9.noarch 93/408 Verifying : perl-if-0.60.800-480.el9.noarch 94/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 95/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 96/408 Verifying : perl-mro-1.23-480.el9.x86_64 97/408 Verifying : perl-overload-1.31-480.el9.noarch 98/408 Verifying : perl-overloading-0.02-480.el9.noarch 99/408 Verifying : perl-subs-1.03-480.el9.noarch 100/408 Verifying : perl-vars-1.05-480.el9.noarch 101/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 102/408 Verifying : python3-mako-1.1.4-6.el9.noarch 103/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 104/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 105/408 Verifying : jq-1.6-14.el9.x86_64 106/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 107/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 108/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 109/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 110/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 111/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 112/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 113/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 114/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 115/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 116/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 117/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 118/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 119/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 120/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 121/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 122/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 123/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 124/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 125/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 126/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 127/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 128/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 129/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 130/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 131/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 132/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 133/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 134/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 135/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 136/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 137/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 138/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 139/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 140/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 141/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 142/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 143/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 144/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 145/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 146/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 147/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 148/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 149/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 150/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 151/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 152/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 153/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 154/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 155/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 156/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 157/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 158/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 159/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 160/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 161/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 162/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 163/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 164/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 165/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 166/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 167/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 168/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 169/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 170/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 171/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 172/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 173/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 174/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 175/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 176/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 177/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 178/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 179/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 180/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 181/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 182/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 183/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 184/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 185/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 186/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 187/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 188/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 189/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 190/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 191/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 192/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 193/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 194/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 195/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 196/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 197/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 198/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 199/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 200/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 201/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 202/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 203/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 204/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 205/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 206/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 207/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 208/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 209/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 210/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 211/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 212/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 213/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 214/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 215/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 216/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 217/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 218/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 219/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 220/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 221/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 222/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 223/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 224/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 225/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 226/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 227/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 228/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 229/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 230/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 231/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 232/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 233/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 234/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 235/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 236/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 237/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 238/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 239/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 240/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 241/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 242/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 243/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 244/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 245/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 246/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 247/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 248/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 249/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 250/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 251/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 252/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 253/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 254/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 255/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 256/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 257/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 258/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 259/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 260/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 261/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 262/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 263/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 264/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 265/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 266/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 267/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 268/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 269/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 270/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 271/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 272/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 273/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 274/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 275/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 276/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 277/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 278/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 279/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 280/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 281/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 282/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 283/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 284/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 285/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 286/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 287/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 288/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 289/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 290/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 291/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 292/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 293/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 294/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 295/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 296/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 297/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 298/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 299/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 300/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 301/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 302/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 303/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 304/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 305/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 306/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 307/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 308/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 309/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 310/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 311/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 312/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 313/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 314/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 315/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 316/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 317/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 318/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 319/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 320/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 321/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 322/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 323/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 324/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 325/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 326/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 327/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 328/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 329/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 330/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 331/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 333/408 Verifying : hiera-3.6.0-6.el9ost.noarch 334/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 335/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 336/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 337/408 Verifying : puppet-7.10.0-4.el9ost.noarch 338/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 339/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 340/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 341/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 342/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 343/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 344/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 345/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 346/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 347/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 348/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 349/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 350/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 351/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 352/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 353/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 354/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 355/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 356/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 357/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 358/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 359/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 360/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 361/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 362/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 363/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 364/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 365/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 366/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 367/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 368/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 369/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 370/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 371/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 372/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 373/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 374/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 375/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 376/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 377/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 378/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 379/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 380/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 381/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 382/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 383/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 386/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 387/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 388/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-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-03T15:57:54.981526 # # 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, 4.8971e-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 15:57:59.028072 | fa163ecf-8126-ba17-d3bf-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-03 15:57:59.066252 | fa163ecf-8126-ba17-d3bf-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-03 15:57:59.067054 | fa163ecf-8126-ba17-d3bf-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.054299 | 0.04s 2025-10-03 15:57:59.070479 | fa163ecf-8126-ba17-d3bf-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-03 15:57:59.108316 | fa163ecf-8126-ba17-d3bf-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-03 15:57:59.108882 | fa163ecf-8126-ba17-d3bf-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.096144 | 0.04s 2025-10-03 15:57:59.112035 | fa163ecf-8126-ba17-d3bf-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-03 15:57:59.196672 | fa163ecf-8126-ba17-d3bf-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-03 15:57:59.197400 | fa163ecf-8126-ba17-d3bf-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.184659 | 0.08s 2025-10-03 15:57:59.201733 | fa163ecf-8126-ba17-d3bf-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-03 15:57:59.532887 | fa163ecf-8126-ba17-d3bf-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-03 15:57:59.533714 | fa163ecf-8126-ba17-d3bf-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.520973 | 0.33s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-03 15:57:59.545771 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 15:57:59.546020 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 15:57:59.546370 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.533635 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 15:57:59.546688 | UUID | Info | Host | Task Name | Run Time 2025-10-03 15:57:59.546991 | fa163ecf-8126-ba17-d3bf-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.33s 2025-10-03 15:57:59.547272 | fa163ecf-8126-ba17-d3bf-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.08s 2025-10-03 15:57:59.547674 | fa163ecf-8126-ba17-d3bf-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-10-03 15:57:59.547981 | fa163ecf-8126-ba17-d3bf-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-10-03 15:57:59.548323 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 15:58:01.944544 | fa163ecf-8126-a0fb-7b62-000000000005 | TASK | set ssh key path facts 2025-10-03 15:58:01.977827 | fa163ecf-8126-a0fb-7b62-000000000005 | OK | set ssh key path facts | undercloud 2025-10-03 15:58:01.978471 | fa163ecf-8126-a0fb-7b62-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.048015 | 0.03s 2025-10-03 15:58:01.981735 | fa163ecf-8126-a0fb-7b62-000000000006 | TASK | stat private key 2025-10-03 15:58:02.334094 | fa163ecf-8126-a0fb-7b62-000000000006 | OK | stat private key | undercloud 2025-10-03 15:58:02.335328 | fa163ecf-8126-a0fb-7b62-000000000006 | TIMING | stat private key | undercloud | 0:00:00.404861 | 0.35s 2025-10-03 15:58:02.342080 | fa163ecf-8126-a0fb-7b62-000000000007 | TASK | stat public key 2025-10-03 15:58:02.551578 | fa163ecf-8126-a0fb-7b62-000000000007 | OK | stat public key | undercloud 2025-10-03 15:58:02.552854 | fa163ecf-8126-a0fb-7b62-000000000007 | TIMING | stat public key | undercloud | 0:00:00.622389 | 0.21s 2025-10-03 15:58:02.559447 | fa163ecf-8126-a0fb-7b62-000000000008 | TASK | create private key if it does not exist 2025-10-03 15:58:03.610422 | fa163ecf-8126-a0fb-7b62-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-03 15:58:03.611019 | fa163ecf-8126-a0fb-7b62-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.680560 | 1.05s 2025-10-03 15:58:03.613978 | fa163ecf-8126-a0fb-7b62-000000000009 | TASK | create public key if it does not exist 2025-10-03 15:58:03.829999 | fa163ecf-8126-a0fb-7b62-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-03 15:58:03.830698 | fa163ecf-8126-a0fb-7b62-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.900242 | 0.22s PLAY [allovercloud] ************************************************************ 2025-10-03 15:58:03.879621 | fa163ecf-8126-a0fb-7b62-000000000023 | TASK | Get local private key 2025-10-03 15:58:04.210778 | fa163ecf-8126-a0fb-7b62-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ecf-8126-a0fb-7b62-000000000023') missing from stats 2025-10-03 15:58:04.222166 | fa163ecf-8126-a0fb-7b62-000000000024 | TASK | Get local public key 2025-10-03 15:58:04.402152 | fa163ecf-8126-a0fb-7b62-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ecf-8126-a0fb-7b62-000000000024') missing from stats 2025-10-03 15:58:04.425820 | fa163ecf-8126-a0fb-7b62-000000000012 | TASK | create user ceph-admin 2025-10-03 15:58:04.861386 | fa163ecf-8126-a0fb-7b62-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-03 15:58:04.862150 | fa163ecf-8126-a0fb-7b62-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.931693 | 0.43s 2025-10-03 15:58:04.866725 | fa163ecf-8126-a0fb-7b62-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-03 15:58:05.454426 | fa163ecf-8126-a0fb-7b62-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-03 15:58:05.455537 | fa163ecf-8126-a0fb-7b62-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.525070 | 0.59s 2025-10-03 15:58:05.463804 | fa163ecf-8126-a0fb-7b62-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-03 15:58:05.811131 | fa163ecf-8126-a0fb-7b62-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-03 15:58:05.813674 | fa163ecf-8126-a0fb-7b62-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.883194 | 0.35s 2025-10-03 15:58:05.824458 | fa163ecf-8126-a0fb-7b62-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-03 15:58:06.047948 | fa163ecf-8126-a0fb-7b62-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-03 15:58:06.049164 | fa163ecf-8126-a0fb-7b62-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.118698 | 0.22s 2025-10-03 15:58:06.058440 | fa163ecf-8126-a0fb-7b62-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-03 15:58:06.249871 | fa163ecf-8126-a0fb-7b62-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-03 15:58:06.251081 | fa163ecf-8126-a0fb-7b62-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.320613 | 0.19s 2025-10-03 15:58:06.260211 | fa163ecf-8126-a0fb-7b62-000000000017 | TASK | get remote ceph-admin public key 2025-10-03 15:58:06.319475 | fa163ecf-8126-a0fb-7b62-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-03 15:58:06.320732 | fa163ecf-8126-a0fb-7b62-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.390256 | 0.06s 2025-10-03 15:58:06.330482 | fa163ecf-8126-a0fb-7b62-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-03 15:58:06.377802 | fa163ecf-8126-a0fb-7b62-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-03 15:58:06.379430 | fa163ecf-8126-a0fb-7b62-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.448954 | 0.05s 2025-10-03 15:58:06.391646 | fa163ecf-8126-a0fb-7b62-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-03 15:58:06.758999 | fa163ecf-8126-a0fb-7b62-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-03 15:58:06.760029 | fa163ecf-8126-a0fb-7b62-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.829557 | 0.37s 2025-10-03 15:58:06.769706 | fa163ecf-8126-a0fb-7b62-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-03 15:58:07.247365 | fa163ecf-8126-a0fb-7b62-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-03 15:58:07.248586 | fa163ecf-8126-a0fb-7b62-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.318120 | 0.48s 2025-10-03 15:58:07.257037 | fa163ecf-8126-a0fb-7b62-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-03 15:58:07.682156 | fa163ecf-8126-a0fb-7b62-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-03 15:58:07.683222 | fa163ecf-8126-a0fb-7b62-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.752759 | 0.42s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-03 15:58:07.702118 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 15:58:07.702477 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 15:58:07.702798 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.772345 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 15:58:07.703091 | UUID | Info | Host | Task Name | Run Time 2025-10-03 15:58:07.703440 | fa163ecf-8126-a0fb-7b62-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.05s 2025-10-03 15:58:07.703753 | fa163ecf-8126-a0fb-7b62-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.59s 2025-10-03 15:58:07.704065 | fa163ecf-8126-a0fb-7b62-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.48s 2025-10-03 15:58:07.704384 | fa163ecf-8126-a0fb-7b62-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.43s 2025-10-03 15:58:07.704685 | fa163ecf-8126-a0fb-7b62-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.42s 2025-10-03 15:58:07.704992 | fa163ecf-8126-a0fb-7b62-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.37s 2025-10-03 15:58:07.705313 | fa163ecf-8126-a0fb-7b62-000000000006 | SUMMARY | undercloud | stat private key | 0.35s 2025-10-03 15:58:07.705592 | fa163ecf-8126-a0fb-7b62-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2025-10-03 15:58:07.705889 | fa163ecf-8126-a0fb-7b62-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.22s 2025-10-03 15:58:07.706208 | fa163ecf-8126-a0fb-7b62-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.22s 2025-10-03 15:58:07.706514 | fa163ecf-8126-a0fb-7b62-000000000007 | SUMMARY | undercloud | stat public key | 0.21s 2025-10-03 15:58:07.706809 | fa163ecf-8126-a0fb-7b62-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.19s 2025-10-03 15:58:07.707091 | fa163ecf-8126-a0fb-7b62-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-03 15:58:07.707427 | fa163ecf-8126-a0fb-7b62-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.05s 2025-10-03 15:58:07.707738 | fa163ecf-8126-a0fb-7b62-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-10-03 15:58:07.707958 | fa163ecf-8126-a0fb-7b62-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-03 15:58:07.708278 | fa163ecf-8126-a0fb-7b62-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-03 15:58:07.708487 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 15:58:10.146476 | fa163ecf-8126-9d64-1bfe-000000000039 | TASK | Gathering Facts 2025-10-03 15:58:10.732038 | fa163ecf-8126-9d64-1bfe-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-03 15:58:10.740639 | fa163ecf-8126-9d64-1bfe-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.607335 | 0.59s 2025-10-03 15:58:10.747242 | fa163ecf-8126-9d64-1bfe-000000000039 | OK | Gathering Facts | undercloud 2025-10-03 15:58:10.749136 | fa163ecf-8126-9d64-1bfe-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.615847 | 0.60s 2025-10-03 15:58:10.775770 | fa163ecf-8126-9d64-1bfe-00000000000a | TASK | Load distro-specific variables 2025-10-03 15:58:10.849888 | fa163ecf-8126-9d64-1bfe-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.716589 | 0.06s 2025-10-03 15:58:10.860997 | fa163ecf-8126-9d64-1bfe-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.727718 | 0.08s 2025-10-03 15:58:10.875897 | b980ba84-6385-4266-9256-97f164300465 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 15:58:10.876644 | b980ba84-6385-4266-9256-97f164300465 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 15:58:10.893248 | fa163ecf-8126-9d64-1bfe-000000000052 | TASK | Load distro-specific variables 2025-10-03 15:58:10.982897 | fa163ecf-8126-9d64-1bfe-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 15:58:10.983876 | fa163ecf-8126-9d64-1bfe-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.850588 | 0.08s 2025-10-03 15:58:10.987666 | fa163ecf-8126-9d64-1bfe-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.854381 | 0.08s 2025-10-03 15:58:11.006053 | fa163ecf-8126-9d64-1bfe-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 15:58:11.006527 | fa163ecf-8126-9d64-1bfe-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.873252 | 0.11s 2025-10-03 15:58:11.009202 | fa163ecf-8126-9d64-1bfe-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.875900 | 0.11s 2025-10-03 15:58:11.013327 | fa163ecf-8126-9d64-1bfe-00000000000b | TASK | Install chronyd 2025-10-03 15:58:11.063556 | fa163ecf-8126-9d64-1bfe-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.930263 | 0.05s 2025-10-03 15:58:11.105421 | fa163ecf-8126-9d64-1bfe-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.972123 | 0.08s 2025-10-03 15:58:11.136724 | 3e0d1c71-749f-4f4d-bd0a-22a5596fe38e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-03 15:58:11.137605 | 3e0d1c71-749f-4f4d-bd0a-22a5596fe38e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-03 15:58:11.160432 | fa163ecf-8126-9d64-1bfe-0000000000a2 | TASK | Load distro-specific variables 2025-10-03 15:58:11.243930 | fa163ecf-8126-9d64-1bfe-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.110602 | 0.08s 2025-10-03 15:58:11.248048 | fa163ecf-8126-9d64-1bfe-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.114767 | 0.08s 2025-10-03 15:58:11.264402 | 5eff6b4c-c282-4503-b583-a5d842188e30 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 15:58:11.265265 | 5eff6b4c-c282-4503-b583-a5d842188e30 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 15:58:11.286889 | fa163ecf-8126-9d64-1bfe-000000000102 | TASK | Load distro-specific variables 2025-10-03 15:58:11.391465 | fa163ecf-8126-9d64-1bfe-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 15:58:11.392473 | fa163ecf-8126-9d64-1bfe-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.259185 | 0.10s 2025-10-03 15:58:11.398609 | fa163ecf-8126-9d64-1bfe-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 15:58:11.399127 | fa163ecf-8126-9d64-1bfe-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.265851 | 0.10s 2025-10-03 15:58:11.403599 | fa163ecf-8126-9d64-1bfe-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.270303 | 0.11s 2025-10-03 15:58:11.404746 | fa163ecf-8126-9d64-1bfe-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.271467 | 0.11s 2025-10-03 15:58:11.413412 | fa163ecf-8126-9d64-1bfe-0000000000a3 | TASK | Check for NTP service 2025-10-03 15:58:11.802841 | fa163ecf-8126-9d64-1bfe-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-03 15:58:11.804279 | fa163ecf-8126-9d64-1bfe-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.670988 | 0.39s 2025-10-03 15:58:11.805477 | fa163ecf-8126-9d64-1bfe-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-03 15:58:11.806306 | fa163ecf-8126-9d64-1bfe-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.673024 | 0.38s 2025-10-03 15:58:11.815848 | fa163ecf-8126-9d64-1bfe-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-03 15:58:11.886638 | fa163ecf-8126-9d64-1bfe-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-03 15:58:11.888048 | fa163ecf-8126-9d64-1bfe-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.754744 | 0.06s 2025-10-03 15:58:11.902092 | fa163ecf-8126-9d64-1bfe-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-03 15:58:11.902814 | fa163ecf-8126-9d64-1bfe-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.769530 | 0.09s 2025-10-03 15:58:11.914272 | fa163ecf-8126-9d64-1bfe-0000000000a5 | TASK | Install chronyd package 2025-10-03 15:58:14.993427 | fa163ecf-8126-9d64-1bfe-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-03 15:58:14.994870 | fa163ecf-8126-9d64-1bfe-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.861573 | 3.07s 2025-10-03 15:58:16.526625 | fa163ecf-8126-9d64-1bfe-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-03 15:58:16.527733 | fa163ecf-8126-9d64-1bfe-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.394449 | 4.61s 2025-10-03 15:58:16.535761 | fa163ecf-8126-9d64-1bfe-00000000000c | TASK | Upgrade chronyd 2025-10-03 15:58:16.616865 | fa163ecf-8126-9d64-1bfe-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-03 15:58:16.618065 | fa163ecf-8126-9d64-1bfe-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.484776 | 0.08s 2025-10-03 15:58:16.628782 | fa163ecf-8126-9d64-1bfe-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-03 15:58:16.629267 | fa163ecf-8126-9d64-1bfe-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.495991 | 0.08s 2025-10-03 15:58:16.634782 | fa163ecf-8126-9d64-1bfe-00000000000d | TASK | Configure chronyd 2025-10-03 15:58:16.699748 | fa163ecf-8126-9d64-1bfe-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.566444 | 0.06s 2025-10-03 15:58:16.713033 | fa163ecf-8126-9d64-1bfe-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.579755 | 0.07s 2025-10-03 15:58:16.724565 | e0f45893-8e66-446b-940d-ade66e9a3395 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-03 15:58:16.725024 | e0f45893-8e66-446b-940d-ade66e9a3395 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-03 15:58:16.749541 | fa163ecf-8126-9d64-1bfe-000000000162 | TASK | Load distro-specific variables 2025-10-03 15:58:16.815509 | fa163ecf-8126-9d64-1bfe-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.682212 | 0.06s 2025-10-03 15:58:16.836745 | fa163ecf-8126-9d64-1bfe-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.703467 | 0.08s 2025-10-03 15:58:16.843515 | 6ecb3f2b-fc9c-492c-acc0-4a34dba7991a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 15:58:16.843892 | 6ecb3f2b-fc9c-492c-acc0-4a34dba7991a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 15:58:16.851045 | fa163ecf-8126-9d64-1bfe-0000000001fa | TASK | Load distro-specific variables 2025-10-03 15:58:16.940140 | fa163ecf-8126-9d64-1bfe-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 15:58:16.941612 | fa163ecf-8126-9d64-1bfe-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.808313 | 0.09s 2025-10-03 15:58:16.953081 | fa163ecf-8126-9d64-1bfe-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 15:58:16.954486 | fa163ecf-8126-9d64-1bfe-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.821203 | 0.10s 2025-10-03 15:58:16.955719 | fa163ecf-8126-9d64-1bfe-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.822429 | 0.10s 2025-10-03 15:58:16.961445 | fa163ecf-8126-9d64-1bfe-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.828163 | 0.10s 2025-10-03 15:58:16.970327 | fa163ecf-8126-9d64-1bfe-000000000163 | TASK | Install chrony configuration file 2025-10-03 15:58:17.794473 | fa163ecf-8126-9d64-1bfe-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-03 15:58:17.797273 | fa163ecf-8126-9d64-1bfe-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.663991 | 0.81s 2025-10-03 15:58:17.797889 | fa163ecf-8126-9d64-1bfe-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-10-03 15:58:17.798261 | fa163ecf-8126-9d64-1bfe-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.664986 | 0.83s 2025-10-03 15:58:17.802544 | fa163ecf-8126-9d64-1bfe-00000000000e | TASK | Run chronyd 2025-10-03 15:58:17.884877 | fa163ecf-8126-9d64-1bfe-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.751576 | 0.08s 2025-10-03 15:58:17.886156 | fa163ecf-8126-9d64-1bfe-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.752876 | 0.08s 2025-10-03 15:58:17.904718 | 8750f364-8fcb-4bf0-975c-dd0b686fda66 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-03 15:58:17.905457 | 8750f364-8fcb-4bf0-975c-dd0b686fda66 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-03 15:58:17.935283 | fa163ecf-8126-9d64-1bfe-000000000233 | TASK | Load distro-specific variables 2025-10-03 15:58:18.031538 | fa163ecf-8126-9d64-1bfe-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.898233 | 0.10s 2025-10-03 15:58:18.043036 | fa163ecf-8126-9d64-1bfe-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.909753 | 0.10s 2025-10-03 15:58:18.057972 | b67ef014-36ec-47fc-ad55-cca237c7e5c3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 15:58:18.058650 | b67ef014-36ec-47fc-ad55-cca237c7e5c3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 15:58:18.096345 | fa163ecf-8126-9d64-1bfe-0000000002ee | TASK | Load distro-specific variables 2025-10-03 15:58:18.204876 | fa163ecf-8126-9d64-1bfe-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 15:58:18.206603 | fa163ecf-8126-9d64-1bfe-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.073308 | 0.11s 2025-10-03 15:58:18.216895 | fa163ecf-8126-9d64-1bfe-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 15:58:18.218455 | fa163ecf-8126-9d64-1bfe-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.085168 | 0.11s 2025-10-03 15:58:18.219470 | fa163ecf-8126-9d64-1bfe-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.086180 | 0.12s 2025-10-03 15:58:18.225061 | fa163ecf-8126-9d64-1bfe-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.091786 | 0.12s 2025-10-03 15:58:18.232535 | fa163ecf-8126-9d64-1bfe-000000000234 | TASK | Ensure chronyd is running 2025-10-03 15:58:18.804765 | fa163ecf-8126-9d64-1bfe-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-03 15:58:18.805835 | fa163ecf-8126-9d64-1bfe-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.672549 | 0.56s 2025-10-03 15:58:18.857955 | fa163ecf-8126-9d64-1bfe-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-03 15:58:18.858821 | fa163ecf-8126-9d64-1bfe-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.725544 | 0.62s 2025-10-03 15:58:18.863250 | fa163ecf-8126-9d64-1bfe-000000000235 | TASK | Force chronyd restart 2025-10-03 15:58:19.366984 | fa163ecf-8126-9d64-1bfe-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-03 15:58:19.369003 | fa163ecf-8126-9d64-1bfe-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.235689 | 0.50s 2025-10-03 15:58:20.342584 | fa163ecf-8126-9d64-1bfe-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-10-03 15:58:20.343450 | fa163ecf-8126-9d64-1bfe-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:10.210174 | 1.48s 2025-10-03 15:58:20.347939 | fa163ecf-8126-9d64-1bfe-00000000000f | TASK | Enable online service 2025-10-03 15:58:20.418737 | fa163ecf-8126-9d64-1bfe-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.285431 | 0.06s 2025-10-03 15:58:20.420245 | fa163ecf-8126-9d64-1bfe-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.286964 | 0.07s 2025-10-03 15:58:20.437998 | edf707dd-951a-4e55-a4eb-018e47ab2bdb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-03 15:58:20.438808 | edf707dd-951a-4e55-a4eb-018e47ab2bdb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-03 15:58:20.481651 | fa163ecf-8126-9d64-1bfe-000000000338 | TASK | Create chrony-online.service unit file 2025-10-03 15:58:20.954699 | fa163ecf-8126-9d64-1bfe-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-10-03 15:58:20.955568 | fa163ecf-8126-9d64-1bfe-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.822286 | 0.47s 2025-10-03 15:58:20.956156 | fa163ecf-8126-9d64-1bfe-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-10-03 15:58:20.956595 | fa163ecf-8126-9d64-1bfe-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.823321 | 0.47s 2025-10-03 15:58:20.961799 | fa163ecf-8126-9d64-1bfe-000000000339 | TASK | Enable chrony-online.service 2025-10-03 15:58:22.125621 | fa163ecf-8126-9d64-1bfe-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-03 15:58:22.126828 | fa163ecf-8126-9d64-1bfe-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.993545 | 1.16s 2025-10-03 15:58:22.128157 | fa163ecf-8126-9d64-1bfe-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-03 15:58:22.128847 | fa163ecf-8126-9d64-1bfe-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.995572 | 1.17s 2025-10-03 15:58:22.133634 | fa163ecf-8126-9d64-1bfe-000000000010 | TASK | Sync chronyc 2025-10-03 15:58:22.213688 | fa163ecf-8126-9d64-1bfe-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.080396 | 0.08s 2025-10-03 15:58:22.224438 | fa163ecf-8126-9d64-1bfe-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.091165 | 0.08s 2025-10-03 15:58:22.232713 | ad0e1606-f3f8-4dfd-b9c2-1c3f2687f8a6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-03 15:58:22.233076 | ad0e1606-f3f8-4dfd-b9c2-1c3f2687f8a6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-03 15:58:22.258827 | fa163ecf-8126-9d64-1bfe-00000000042a | TASK | Force NTP sync 2025-10-03 15:58:22.483231 | fa163ecf-8126-9d64-1bfe-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-03 15:58:22.484212 | fa163ecf-8126-9d64-1bfe-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.350908 | 0.22s 2025-10-03 15:58:22.547298 | fa163ecf-8126-9d64-1bfe-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-03 15:58:22.548295 | fa163ecf-8126-9d64-1bfe-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.415013 | 0.28s 2025-10-03 15:58:22.556552 | fa163ecf-8126-9d64-1bfe-00000000042b | TASK | Ensure system is NTP time synced 2025-10-03 15:58:32.832104 | fa163ecf-8126-9d64-1bfe-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-03 15:58:32.833816 | fa163ecf-8126-9d64-1bfe-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.700514 | 10.26s 2025-10-03 15:58:32.846625 | fa163ecf-8126-9d64-1bfe-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-03 15:58:32.847696 | fa163ecf-8126-9d64-1bfe-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.714406 | 10.29s 2025-10-03 15:58:32.872679 | fa163ecf-8126-9d64-1bfe-00000000002c | TASK | Set timezone 2025-10-03 15:58:33.365623 | fa163ecf-8126-9d64-1bfe-00000000002c | OK | Set timezone | undercloud 2025-10-03 15:58:33.367041 | fa163ecf-8126-9d64-1bfe-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.233747 | 0.48s 2025-10-03 15:58:33.368047 | fa163ecf-8126-9d64-1bfe-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-03 15:58:33.368942 | fa163ecf-8126-9d64-1bfe-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.235658 | 0.49s 2025-10-03 15:58:33.378416 | fa163ecf-8126-9d64-1bfe-00000000002d | TASK | Restart time services 2025-10-03 15:58:33.418651 | fa163ecf-8126-9d64-1bfe-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-03 15:58:33.424724 | fa163ecf-8126-9d64-1bfe-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-03 15:58:33.433799 | fa163ecf-8126-9d64-1bfe-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-03 15:58:33.439457 | fa163ecf-8126-9d64-1bfe-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.306156 | 0.06s 2025-10-03 15:58:33.440573 | fa163ecf-8126-9d64-1bfe-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-03 15:58:33.451077 | fa163ecf-8126-9d64-1bfe-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.317791 | 0.06s 2025-10-03 15:58:33.498927 | fa163ecf-8126-9d64-1bfe-000000000012 | HANDLER | Restart chronyd 2025-10-03 15:58:34.014012 | fa163ecf-8126-9d64-1bfe-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-03 15:58:34.015850 | fa163ecf-8126-9d64-1bfe-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.882552 | 0.51s 2025-10-03 15:58:34.028849 | fa163ecf-8126-9d64-1bfe-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-10-03 15:58:34.030605 | fa163ecf-8126-9d64-1bfe-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:23.897321 | 0.53s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-10-03 15:58:34.058941 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 15:58:34.059534 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 15:58:34.060029 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.926749 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 15:58:34.060594 | UUID | Info | Host | Task Name | Run Time 2025-10-03 15:58:34.061142 | fa163ecf-8126-9d64-1bfe-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.29s 2025-10-03 15:58:34.061740 | fa163ecf-8126-9d64-1bfe-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.26s 2025-10-03 15:58:34.062302 | fa163ecf-8126-9d64-1bfe-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.61s 2025-10-03 15:58:34.062870 | fa163ecf-8126-9d64-1bfe-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.07s 2025-10-03 15:58:34.063489 | fa163ecf-8126-9d64-1bfe-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 1.48s 2025-10-03 15:58:34.064028 | fa163ecf-8126-9d64-1bfe-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.17s 2025-10-03 15:58:34.064601 | fa163ecf-8126-9d64-1bfe-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.16s 2025-10-03 15:58:34.065139 | fa163ecf-8126-9d64-1bfe-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.83s 2025-10-03 15:58:34.065667 | fa163ecf-8126-9d64-1bfe-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.81s 2025-10-03 15:58:34.066282 | fa163ecf-8126-9d64-1bfe-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.62s 2025-10-03 15:58:34.066892 | fa163ecf-8126-9d64-1bfe-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.60s 2025-10-03 15:58:34.067528 | fa163ecf-8126-9d64-1bfe-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.59s 2025-10-03 15:58:34.068312 | fa163ecf-8126-9d64-1bfe-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.56s 2025-10-03 15:58:34.068803 | fa163ecf-8126-9d64-1bfe-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.53s 2025-10-03 15:58:34.069375 | fa163ecf-8126-9d64-1bfe-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.51s 2025-10-03 15:58:34.069930 | fa163ecf-8126-9d64-1bfe-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.50s 2025-10-03 15:58:34.070610 | fa163ecf-8126-9d64-1bfe-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.49s 2025-10-03 15:58:34.071240 | fa163ecf-8126-9d64-1bfe-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.48s 2025-10-03 15:58:34.071889 | fa163ecf-8126-9d64-1bfe-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.47s 2025-10-03 15:58:34.072583 | fa163ecf-8126-9d64-1bfe-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.47s 2025-10-03 15:58:34.073144 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 15:58:35.034312 | fa163ecf-8126-8e3b-9148-000000000005 | SKIPPED | fail | undercloud 2025-10-03 15:58:35.035397 | fa163ecf-8126-8e3b-9148-000000000005 | TIMING | fail | undercloud | 0:00:00.071373 | 0.06s 2025-10-03 15:58:35.096607 | fa163ecf-8126-8e3b-9148-000000000006 | SKIPPED | fail | undercloud 2025-10-03 15:58:35.098040 | fa163ecf-8126-8e3b-9148-000000000006 | TIMING | fail | undercloud | 0:00:00.134010 | 0.06s 2025-10-03 15:58:35.106392 | fa163ecf-8126-8e3b-9148-000000000008 | TASK | Ensure working_dir is provided 2025-10-03 15:58:35.142996 | fa163ecf-8126-8e3b-9148-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-03 15:58:35.144092 | fa163ecf-8126-8e3b-9148-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.180069 | 0.04s 2025-10-03 15:58:35.158249 | fa163ecf-8126-8e3b-9148-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-03 15:58:35.194337 | fa163ecf-8126-8e3b-9148-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-03 15:58:35.195686 | fa163ecf-8126-8e3b-9148-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.231657 | 0.04s 2025-10-03 15:58:35.203241 | fa163ecf-8126-8e3b-9148-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-03 15:58:35.233862 | fa163ecf-8126-8e3b-9148-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-03 15:58:35.235113 | fa163ecf-8126-8e3b-9148-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.271085 | 0.03s 2025-10-03 15:58:35.243635 | fa163ecf-8126-8e3b-9148-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-03 15:58:35.271737 | fa163ecf-8126-8e3b-9148-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-03 15:58:35.272808 | fa163ecf-8126-8e3b-9148-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.308786 | 0.03s 2025-10-03 15:58:35.278758 | fa163ecf-8126-8e3b-9148-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-03 15:58:35.334809 | fa163ecf-8126-8e3b-9148-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-03 15:58:35.336240 | fa163ecf-8126-8e3b-9148-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.372210 | 0.06s 2025-10-03 15:58:35.344442 | fa163ecf-8126-8e3b-9148-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-03 15:58:35.439041 | fa163ecf-8126-8e3b-9148-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', 'mgr', '_admin', 'osd'], 'service_type': 'host'} 2025-10-03 15:58:35.440674 | fa163ecf-8126-8e3b-9148-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.476641 | 0.09s 2025-10-03 15:58:35.451324 | fa163ecf-8126-8e3b-9148-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 15:58:35.466845 | fa163ecf-8126-8e3b-9148-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 15:58:35.480947 | fa163ecf-8126-8e3b-9148-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 15:58:35.486477 | fa163ecf-8126-8e3b-9148-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.522447 | 0.14s 2025-10-03 15:58:35.495585 | fa163ecf-8126-8e3b-9148-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-03 15:58:35.582071 | fa163ecf-8126-8e3b-9148-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': ['mon', 'mgr', '_admin', 'osd'], 'service_type': 'host'} 2025-10-03 15:58:35.598841 | fa163ecf-8126-8e3b-9148-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 15:58:35.618919 | fa163ecf-8126-8e3b-9148-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 15:58:35.630381 | fa163ecf-8126-8e3b-9148-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 15:58:35.641737 | fa163ecf-8126-8e3b-9148-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.677706 | 0.14s 2025-10-03 15:58:35.647462 | fa163ecf-8126-8e3b-9148-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-03 15:58:35.693240 | fa163ecf-8126-8e3b-9148-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-03 15:58:35.694523 | fa163ecf-8126-8e3b-9148-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.730489 | 0.05s 2025-10-03 15:58:35.703746 | fa163ecf-8126-8e3b-9148-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-03 15:58:35.730870 | fa163ecf-8126-8e3b-9148-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-03 15:58:35.732060 | fa163ecf-8126-8e3b-9148-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.768034 | 0.03s 2025-10-03 15:58:35.733050 | fa163ecf-8126-8e3b-9148-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.769031 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-03 15:58:35.799625 | fa163ecf-8126-8e3b-9148-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-03 15:58:35.834331 | fa163ecf-8126-8e3b-9148-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-03 15:58:35.835345 | fa163ecf-8126-8e3b-9148-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.871323 | 0.03s 2025-10-03 15:58:35.841215 | fa163ecf-8126-8e3b-9148-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-03 15:58:36.019440 | fa163ecf-8126-8e3b-9148-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-03 15:58:36.020653 | fa163ecf-8126-8e3b-9148-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.056626 | 0.18s 2025-10-03 15:58:36.028669 | fa163ecf-8126-8e3b-9148-000000000019 | TASK | Set IP address of first monitor 2025-10-03 15:58:36.054361 | fa163ecf-8126-8e3b-9148-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-03 15:58:36.055496 | fa163ecf-8126-8e3b-9148-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.091468 | 0.03s 2025-10-03 15:58:36.077303 | fa163ecf-8126-8e3b-9148-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-03 15:58:36.124374 | fa163ecf-8126-8e3b-9148-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-03 15:58:36.126096 | fa163ecf-8126-8e3b-9148-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.162059 | 0.05s 2025-10-03 15:58:36.143621 | fa163ecf-8126-8e3b-9148-000000000021 | TASK | Install cephadm package 2025-10-03 15:58:39.208065 | fa163ecf-8126-8e3b-9148-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-03 15:58:39.209468 | fa163ecf-8126-8e3b-9148-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.245439 | 3.06s 2025-10-03 15:58:39.218727 | fa163ecf-8126-8e3b-9148-000000000022 | TASK | Stat cephadm file 2025-10-03 15:58:39.556976 | fa163ecf-8126-8e3b-9148-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-03 15:58:39.558359 | fa163ecf-8126-8e3b-9148-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.594327 | 0.34s 2025-10-03 15:58:39.568496 | fa163ecf-8126-8e3b-9148-000000000023 | TASK | Fail if cephadm is not available 2025-10-03 15:58:39.595993 | fa163ecf-8126-8e3b-9148-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-03 15:58:39.597119 | fa163ecf-8126-8e3b-9148-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.633091 | 0.03s 2025-10-03 15:58:39.607248 | fa163ecf-8126-8e3b-9148-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-03 15:58:40.425287 | fa163ecf-8126-8e3b-9148-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-03 15:58:40.427109 | fa163ecf-8126-8e3b-9148-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.463063 | 0.82s 2025-10-03 15:58:40.437686 | fa163ecf-8126-8e3b-9148-000000000026 | TASK | Set list of found FSIDs 2025-10-03 15:58:40.547905 | fa163ecf-8126-8e3b-9148-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-03 15:58:40.549168 | fa163ecf-8126-8e3b-9148-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.585141 | 0.11s 2025-10-03 15:58:40.558148 | fa163ecf-8126-8e3b-9148-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-03 15:58:40.668599 | fa163ecf-8126-8e3b-9148-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-03 15:58:40.669844 | fa163ecf-8126-8e3b-9148-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.705815 | 0.11s 2025-10-03 15:58:40.678831 | fa163ecf-8126-8e3b-9148-000000000028 | TASK | Set FSID to the discovered value 2025-10-03 15:58:40.747313 | fa163ecf-8126-8e3b-9148-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-03 15:58:40.748932 | fa163ecf-8126-8e3b-9148-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.784895 | 0.07s 2025-10-03 15:58:40.763256 | fa163ecf-8126-8e3b-9148-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-03 15:58:40.882459 | fa163ecf-8126-8e3b-9148-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-03 15:58:40.884036 | fa163ecf-8126-8e3b-9148-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.920000 | 0.12s 2025-10-03 15:58:40.897673 | fa163ecf-8126-8e3b-9148-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-03 15:58:40.985783 | fa163ecf-8126-8e3b-9148-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-03 15:58:40.987036 | fa163ecf-8126-8e3b-9148-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.023009 | 0.09s 2025-10-03 15:58:40.996811 | fa163ecf-8126-8e3b-9148-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-03 15:58:41.341097 | fa163ecf-8126-8e3b-9148-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-03 15:58:41.342777 | fa163ecf-8126-8e3b-9148-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.378746 | 0.34s 2025-10-03 15:58:41.352389 | fa163ecf-8126-8e3b-9148-00000000002d | TASK | Ensure specs directory exists 2025-10-03 15:58:41.592548 | fa163ecf-8126-8e3b-9148-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-03 15:58:41.593349 | fa163ecf-8126-8e3b-9148-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.629332 | 0.24s 2025-10-03 15:58:41.600098 | fa163ecf-8126-8e3b-9148-00000000002e | TASK | Stat spec file on ansible host 2025-10-03 15:58:41.789717 | fa163ecf-8126-8e3b-9148-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ecf-8126-8e3b-9148-00000000002e') missing from stats 2025-10-03 15:58:41.801210 | fa163ecf-8126-8e3b-9148-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-03 15:58:42.317360 | fa163ecf-8126-8e3b-9148-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-03 15:58:42.319998 | fa163ecf-8126-8e3b-9148-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.355967 | 0.52s 2025-10-03 15:58:42.335290 | fa163ecf-8126-8e3b-9148-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-03 15:58:42.630485 | fa163ecf-8126-8e3b-9148-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ecf-8126-8e3b-9148-000000000031') missing from stats 2025-10-03 15:58:42.644428 | fa163ecf-8126-8e3b-9148-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-03 15:58:43.134562 | fa163ecf-8126-8e3b-9148-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-03 15:58:43.136331 | fa163ecf-8126-8e3b-9148-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.172224 | 0.49s 2025-10-03 15:58:43.159545 | fa163ecf-8126-8e3b-9148-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-03 15:58:43.249341 | fa163ecf-8126-8e3b-9148-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-03 15:58:43.250672 | fa163ecf-8126-8e3b-9148-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.286642 | 0.09s 2025-10-03 15:58:43.268764 | fa163ecf-8126-8e3b-9148-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-03 15:58:43.336154 | fa163ecf-8126-8e3b-9148-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-03 15:58:43.337433 | fa163ecf-8126-8e3b-9148-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.373398 | 0.07s 2025-10-03 15:58:43.347503 | fa163ecf-8126-8e3b-9148-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-03 15:58:43.612800 | fa163ecf-8126-8e3b-9148-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-03 15:58:43.615364 | fa163ecf-8126-8e3b-9148-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.651315 | 0.27s 2025-10-03 15:58:43.802056 | fa163ecf-8126-8e3b-9148-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-03 15:58:43.803505 | fa163ecf-8126-8e3b-9148-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.839483 | 0.45s 2025-10-03 15:58:43.813170 | fa163ecf-8126-8e3b-9148-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.849148 | 0.46s 2025-10-03 15:58:43.836947 | fa163ecf-8126-8e3b-9148-000000000065 | TASK | Fail if necessary files are missing 2025-10-03 15:58:43.926902 | fa163ecf-8126-8e3b-9148-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': 369100872, 'dev': 64516, 'nlink': 1, 'atime': 1759507087.2150967, 'mtime': 1759507087.069092, 'ctime': 1759507087.2170966, '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': 'c6ff1a8fe460a233885e849034da184b4d8fd4fc', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '4012875142', '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 15:58:43.934885 | fa163ecf-8126-8e3b-9148-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': 394361540, 'dev': 64516, 'nlink': 1, 'atime': 1759507087.6551101, 'mtime': 1759507087.5071056, 'ctime': 1759507087.6581101, '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': '2bf97ff239275c1a53b3bd869bf314702ba6852f', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '4098857539', '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 15:58:43.948835 | fa163ecf-8126-8e3b-9148-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.984793 | 0.11s 2025-10-03 15:58:43.960359 | fa163ecf-8126-8e3b-9148-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-03 15:58:44.204039 | fa163ecf-8126-8e3b-9148-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-03 15:58:44.204926 | fa163ecf-8126-8e3b-9148-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.240902 | 0.24s 2025-10-03 15:58:44.209890 | fa163ecf-8126-8e3b-9148-000000000068 | TASK | Run cephadm bootstrap 2025-10-03 15:59:48.255884 | fa163ecf-8126-8e3b-9148-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-03 15:59:48.256836 | fa163ecf-8126-8e3b-9148-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:13.292814 | 64.05s 2025-10-03 15:59:48.262671 | fa163ecf-8126-8e3b-9148-000000000069 | TASK | Show results of bootstrap 2025-10-03 15:59:48.327853 | fa163ecf-8126-8e3b-9148-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-03 15:59:48.328586 | fa163ecf-8126-8e3b-9148-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:13.364568 | 0.07s 2025-10-03 15:59:48.333119 | fa163ecf-8126-8e3b-9148-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-03 15:59:48.377568 | fa163ecf-8126-8e3b-9148-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:13.413542 | 0.04s 2025-10-03 15:59:48.383894 | 162d3b4c-002a-4781-863e-5dc947a1c0f8 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-03 15:59:48.390729 | fa163ecf-8126-8e3b-9148-00000000020b | TASK | Set ceph CLI 2025-10-03 15:59:48.598593 | fa163ecf-8126-8e3b-9148-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-03 15:59:48.599947 | fa163ecf-8126-8e3b-9148-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:13.635915 | 0.21s 2025-10-03 15:59:48.610042 | fa163ecf-8126-8e3b-9148-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-03 15:59:49.475705 | fa163ecf-8126-8e3b-9148-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-03 15:59:49.477174 | fa163ecf-8126-8e3b-9148-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:14.513144 | 0.87s 2025-10-03 15:59:49.487094 | fa163ecf-8126-8e3b-9148-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-03 15:59:50.751006 | fa163ecf-8126-8e3b-9148-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-03 15:59:50.752308 | fa163ecf-8126-8e3b-9148-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.788280 | 1.26s 2025-10-03 15:59:50.758958 | fa163ecf-8126-8e3b-9148-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-03 15:59:50.786801 | fa163ecf-8126-8e3b-9148-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-03 15:59:50.788018 | fa163ecf-8126-8e3b-9148-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:15.823989 | 0.03s 2025-10-03 15:59:50.802199 | fa163ecf-8126-8e3b-9148-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-03 15:59:50.828174 | fa163ecf-8126-8e3b-9148-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-03 15:59:50.829010 | fa163ecf-8126-8e3b-9148-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.864964 | 0.03s 2025-10-03 15:59:50.833649 | fa163ecf-8126-8e3b-9148-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-03 15:59:50.848528 | fa163ecf-8126-8e3b-9148-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-03 15:59:50.849109 | fa163ecf-8126-8e3b-9148-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:15.885094 | 0.01s 2025-10-03 15:59:50.853554 | fa163ecf-8126-8e3b-9148-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-03 15:59:50.899722 | fa163ecf-8126-8e3b-9148-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-03 15:59:50.900847 | fa163ecf-8126-8e3b-9148-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.936821 | 0.05s 2025-10-03 15:59:50.905761 | fa163ecf-8126-8e3b-9148-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-03 15:59:50.906265 | fa163ecf-8126-8e3b-9148-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.942250 | 0.05s 2025-10-03 15:59:50.911055 | fa163ecf-8126-8e3b-9148-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-03 15:59:50.911685 | fa163ecf-8126-8e3b-9148-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.947673 | 0.06s 2025-10-03 15:59:50.918677 | fa163ecf-8126-8e3b-9148-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-03 15:59:50.919128 | fa163ecf-8126-8e3b-9148-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.955114 | 0.06s 2025-10-03 15:59:50.922737 | fa163ecf-8126-8e3b-9148-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.958714 | 0.07s 2025-10-03 15:59:50.932655 | fa163ecf-8126-8e3b-9148-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-03 15:59:51.035379 | fa163ecf-8126-8e3b-9148-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-03 15:59:51.106988 | fa163ecf-8126-8e3b-9148-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-03 15:59:51.172921 | fa163ecf-8126-8e3b-9148-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-03 15:59:51.237038 | fa163ecf-8126-8e3b-9148-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-03 15:59:51.308111 | fa163ecf-8126-8e3b-9148-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-03 15:59:51.380543 | fa163ecf-8126-8e3b-9148-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-03 15:59:51.449300 | fa163ecf-8126-8e3b-9148-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-03 15:59:51.514884 | fa163ecf-8126-8e3b-9148-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-03 15:59:51.526195 | fa163ecf-8126-8e3b-9148-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:16.562149 | 0.59s 2025-10-03 15:59:51.533156 | fa163ecf-8126-8e3b-9148-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-03 15:59:52.422581 | fa163ecf-8126-8e3b-9148-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 15:59:52.423532 | fa163ecf-8126-8e3b-9148-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.459511 | 0.89s 2025-10-03 15:59:53.298196 | fa163ecf-8126-8e3b-9148-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 15:59:53.299210 | fa163ecf-8126-8e3b-9148-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.335193 | 1.76s 2025-10-03 15:59:54.125972 | fa163ecf-8126-8e3b-9148-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 15:59:54.126707 | fa163ecf-8126-8e3b-9148-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.162692 | 2.59s 2025-10-03 15:59:55.014570 | fa163ecf-8126-8e3b-9148-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 15:59:55.015278 | fa163ecf-8126-8e3b-9148-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.051264 | 3.48s 2025-10-03 15:59:55.018807 | fa163ecf-8126-8e3b-9148-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.054783 | 3.48s 2025-10-03 15:59:55.031631 | fa163ecf-8126-8e3b-9148-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-03 15:59:55.286380 | fa163ecf-8126-8e3b-9148-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-03 15:59:55.288419 | fa163ecf-8126-8e3b-9148-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.324389 | 0.26s 2025-10-03 15:59:55.297703 | fa163ecf-8126-8e3b-9148-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.333677 | 0.26s 2025-10-03 15:59:55.305101 | fa163ecf-8126-8e3b-9148-0000000000a7 | TASK | Fail if spec file is missing 2025-10-03 15:59:55.386611 | fa163ecf-8126-8e3b-9148-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': 1090521261, 'dev': 64516, 'nlink': 1, 'atime': 1759507122.2800562, 'mtime': 1759507121.9960587, 'ctime': 1759507122.2830563, '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': '8780a677d26f151a7007fb3a863dc2af5e6cb5ff', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3487105909', '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 15:59:55.398410 | fa163ecf-8126-8e3b-9148-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:20.434377 | 0.09s 2025-10-03 15:59:55.406166 | fa163ecf-8126-8e3b-9148-0000000000a8 | TASK | Get ceph_cli 2025-10-03 15:59:55.433455 | fa163ecf-8126-8e3b-9148-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:20.469422 | 0.03s 2025-10-03 15:59:55.441796 | 25bf4d7d-1f9c-4fe8-9a33-73282e8175bd | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-03 15:59:55.454344 | fa163ecf-8126-8e3b-9148-000000000270 | TASK | Set ceph CLI 2025-10-03 15:59:55.613972 | fa163ecf-8126-8e3b-9148-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-03 15:59:55.615015 | fa163ecf-8126-8e3b-9148-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:20.650992 | 0.16s 2025-10-03 15:59:55.621370 | fa163ecf-8126-8e3b-9148-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-03 15:59:56.511804 | fa163ecf-8126-8e3b-9148-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-03 15:59:56.513456 | fa163ecf-8126-8e3b-9148-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:21.549425 | 0.89s 2025-10-03 15:59:56.523660 | fa163ecf-8126-8e3b-9148-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-03 15:59:56.559865 | fa163ecf-8126-8e3b-9148-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-03 15:59:56.561283 | fa163ecf-8126-8e3b-9148-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:21.597253 | 0.04s 2025-10-03 15:59:56.570210 | fa163ecf-8126-8e3b-9148-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-03 15:59:56.588728 | fa163ecf-8126-8e3b-9148-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:21.624701 | 0.02s 2025-10-03 15:59:56.602496 | 4b357204-c924-41b8-9398-f09577f69676 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-03 15:59:56.614050 | fa163ecf-8126-8e3b-9148-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-03 15:59:56.663019 | fa163ecf-8126-8e3b-9148-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-03 15:59:56.663845 | fa163ecf-8126-8e3b-9148-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:21.699826 | 0.05s 2025-10-03 15:59:56.669787 | fa163ecf-8126-8e3b-9148-0000000002a8 | TASK | set cephadm debug level 2025-10-03 15:59:56.725142 | fa163ecf-8126-8e3b-9148-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-03 15:59:56.725954 | fa163ecf-8126-8e3b-9148-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:21.761936 | 0.06s 2025-10-03 15:59:56.730544 | fa163ecf-8126-8e3b-9148-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-03 15:59:56.796331 | fa163ecf-8126-8e3b-9148-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-03 15:59:56.797109 | fa163ecf-8126-8e3b-9148-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:21.833091 | 0.07s 2025-10-03 15:59:56.801790 | fa163ecf-8126-8e3b-9148-0000000002aa | TASK | set container image base in ceph configuration 2025-10-03 15:59:57.663444 | fa163ecf-8126-8e3b-9148-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-03 15:59:57.664639 | fa163ecf-8126-8e3b-9148-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:22.700613 | 0.86s 2025-10-03 15:59:57.672169 | fa163ecf-8126-8e3b-9148-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-03 15:59:57.717547 | fa163ecf-8126-8e3b-9148-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-03 15:59:57.718577 | fa163ecf-8126-8e3b-9148-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:22.754550 | 0.05s 2025-10-03 15:59:57.725380 | fa163ecf-8126-8e3b-9148-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-03 15:59:57.773231 | fa163ecf-8126-8e3b-9148-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-03 15:59:57.775137 | fa163ecf-8126-8e3b-9148-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:22.811098 | 0.05s 2025-10-03 15:59:57.788034 | fa163ecf-8126-8e3b-9148-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-03 15:59:57.848458 | fa163ecf-8126-8e3b-9148-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-03 15:59:57.850397 | fa163ecf-8126-8e3b-9148-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:22.886357 | 0.06s 2025-10-03 15:59:57.861341 | fa163ecf-8126-8e3b-9148-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-03 15:59:57.923393 | fa163ecf-8126-8e3b-9148-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-03 15:59:57.924741 | fa163ecf-8126-8e3b-9148-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:22.960711 | 0.06s 2025-10-03 15:59:57.933814 | fa163ecf-8126-8e3b-9148-0000000000ac | TASK | Apply spec 2025-10-03 15:59:59.404677 | fa163ecf-8126-8e3b-9148-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-03 15:59:59.406043 | fa163ecf-8126-8e3b-9148-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:24.442013 | 1.47s 2025-10-03 15:59:59.415105 | fa163ecf-8126-8e3b-9148-0000000000ad | TASK | Show results of spec apply 2025-10-03 15:59:59.474208 | fa163ecf-8126-8e3b-9148-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-03 15:59:59.475459 | fa163ecf-8126-8e3b-9148-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:24.511430 | 0.06s 2025-10-03 15:59:59.485708 | fa163ecf-8126-8e3b-9148-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-03 15:59:59.545616 | fa163ecf-8126-8e3b-9148-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:24.581577 | 0.06s 2025-10-03 15:59:59.561419 | 047fc1c0-b817-4df6-987b-0f28ef35332d | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-03 15:59:59.594037 | fa163ecf-8126-8e3b-9148-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-03 16:00:00.619130 | fa163ecf-8126-8e3b-9148-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-03 16:00:31.549510 | fa163ecf-8126-8e3b-9148-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-03 16:00:31.550340 | fa163ecf-8126-8e3b-9148-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:56.586315 | 31.96s 2025-10-03 16:00:31.562898 | fa163ecf-8126-8e3b-9148-0000000000c9 | TASK | Get ceph_cli 2025-10-03 16:00:31.597662 | fa163ecf-8126-8e3b-9148-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-03 16:00:31.598740 | fa163ecf-8126-8e3b-9148-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.634713 | 0.03s 2025-10-03 16:00:31.609104 | fa163ecf-8126-8e3b-9148-0000000000ca | TASK | Collect ceph config dump 2025-10-03 16:00:31.635410 | fa163ecf-8126-8e3b-9148-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-03 16:00:31.636727 | fa163ecf-8126-8e3b-9148-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:56.672700 | 0.03s 2025-10-03 16:00:31.646001 | fa163ecf-8126-8e3b-9148-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-03 16:00:31.702224 | fa163ecf-8126-8e3b-9148-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-03 16:00:31.703362 | fa163ecf-8126-8e3b-9148-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:56.739331 | 0.06s 2025-10-03 16:00:31.713167 | fa163ecf-8126-8e3b-9148-0000000000cc | TASK | Create pool 2025-10-03 16:00:31.781021 | fa163ecf-8126-8e3b-9148-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:56.816983 | 0.07s 2025-10-03 16:00:31.790861 | fa163ecf-8126-8e3b-9148-0000000000cd | TASK | Enable application on Ceph pools 2025-10-03 16:00:31.839772 | fa163ecf-8126-8e3b-9148-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:56.875734 | 0.05s 2025-10-03 16:00:31.850938 | fa163ecf-8126-8e3b-9148-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-03 16:00:31.887812 | fa163ecf-8126-8e3b-9148-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-03 16:00:31.889044 | fa163ecf-8126-8e3b-9148-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:56.925017 | 0.04s 2025-10-03 16:00:31.898924 | fa163ecf-8126-8e3b-9148-0000000000d0 | TASK | Set trash interval 2025-10-03 16:00:31.981891 | fa163ecf-8126-8e3b-9148-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-03 16:00:31.987781 | fa163ecf-8126-8e3b-9148-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:57.023743 | 0.09s 2025-10-03 16:00:32.005145 | fa163ecf-8126-8e3b-9148-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-03 16:00:32.061551 | fa163ecf-8126-8e3b-9148-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:57.097514 | 0.05s 2025-10-03 16:00:32.071827 | fa163ecf-8126-8e3b-9148-0000000000e9 | TASK | Get ceph_cli 2025-10-03 16:00:32.101631 | fa163ecf-8126-8e3b-9148-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-03 16:00:32.102832 | fa163ecf-8126-8e3b-9148-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.138804 | 0.03s 2025-10-03 16:00:32.113324 | fa163ecf-8126-8e3b-9148-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-03 16:00:32.163105 | fa163ecf-8126-8e3b-9148-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:57.199062 | 0.05s 2025-10-03 16:00:32.189578 | fa163ecf-8126-8e3b-9148-0000000000f9 | TASK | Get ceph_cli 2025-10-03 16:00:32.220631 | fa163ecf-8126-8e3b-9148-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-03 16:00:32.221936 | fa163ecf-8126-8e3b-9148-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.257905 | 0.03s 2025-10-03 16:00:32.232715 | fa163ecf-8126-8e3b-9148-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-03 16:00:32.279651 | fa163ecf-8126-8e3b-9148-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-03 16:00:32.280969 | fa163ecf-8126-8e3b-9148-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:57.316939 | 0.05s 2025-10-03 16:00:32.290228 | fa163ecf-8126-8e3b-9148-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-03 16:00:32.329702 | fa163ecf-8126-8e3b-9148-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-03 16:00:32.330999 | fa163ecf-8126-8e3b-9148-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:57.366970 | 0.04s 2025-10-03 16:00:32.340031 | fa163ecf-8126-8e3b-9148-0000000000fc | TASK | Extract mons_json 2025-10-03 16:00:32.393082 | fa163ecf-8126-8e3b-9148-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-03 16:00:32.394351 | fa163ecf-8126-8e3b-9148-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:57.430322 | 0.05s 2025-10-03 16:00:32.403314 | fa163ecf-8126-8e3b-9148-0000000000fd | TASK | Build mons_list 2025-10-03 16:00:32.449437 | fa163ecf-8126-8e3b-9148-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-03 16:00:32.450285 | fa163ecf-8126-8e3b-9148-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:57.486265 | 0.05s 2025-10-03 16:00:32.456435 | fa163ecf-8126-8e3b-9148-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-03 16:00:32.494389 | fa163ecf-8126-8e3b-9148-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-03 16:00:32.495506 | fa163ecf-8126-8e3b-9148-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:57.531476 | 0.04s 2025-10-03 16:00:32.505432 | fa163ecf-8126-8e3b-9148-0000000000ff | TASK | Verify the keyring 2025-10-03 16:00:32.564283 | fa163ecf-8126-8e3b-9148-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:57.600236 | 0.06s 2025-10-03 16:00:32.585329 | fa163ecf-8126-8e3b-9148-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-03 16:00:32.633551 | fa163ecf-8126-8e3b-9148-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-03 16:00:32.634856 | fa163ecf-8126-8e3b-9148-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:57.670823 | 0.05s 2025-10-03 16:00:32.648608 | fa163ecf-8126-8e3b-9148-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-03 16:00:32.695503 | fa163ecf-8126-8e3b-9148-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-03 16:00:32.696808 | fa163ecf-8126-8e3b-9148-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:57.732779 | 0.05s 2025-10-03 16:00:32.714285 | fa163ecf-8126-8e3b-9148-00000000011c | TASK | Get ceph_cli 2025-10-03 16:00:32.740878 | fa163ecf-8126-8e3b-9148-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.776840 | 0.03s 2025-10-03 16:00:32.752519 | 578426a2-08b0-4cde-833d-6d3c8e983c66 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-03 16:00:32.768753 | fa163ecf-8126-8e3b-9148-0000000003c0 | TASK | Set ceph CLI 2025-10-03 16:00:32.937353 | fa163ecf-8126-8e3b-9148-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-03 16:00:32.938542 | fa163ecf-8126-8e3b-9148-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:57.974514 | 0.17s 2025-10-03 16:00:32.947546 | fa163ecf-8126-8e3b-9148-00000000011d | TASK | Get the ceph orchestrator status 2025-10-03 16:00:33.747590 | fa163ecf-8126-8e3b-9148-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-03 16:00:33.749021 | fa163ecf-8126-8e3b-9148-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:58.784989 | 0.80s 2025-10-03 16:00:33.759085 | fa163ecf-8126-8e3b-9148-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-03 16:00:33.818582 | fa163ecf-8126-8e3b-9148-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-03 16:00:33.819863 | fa163ecf-8126-8e3b-9148-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:58.855834 | 0.06s 2025-10-03 16:00:33.829169 | fa163ecf-8126-8e3b-9148-000000000120 | TASK | Show the deployed daemons 2025-10-03 16:00:34.660083 | fa163ecf-8126-8e3b-9148-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-03 16:00:34.661484 | fa163ecf-8126-8e3b-9148-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:01:59.697456 | 0.83s 2025-10-03 16:00:34.671225 | fa163ecf-8126-8e3b-9148-000000000121 | TASK | Deployed daemons 2025-10-03 16:00:34.728079 | fa163ecf-8126-8e3b-9148-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-03 16:00:34.728985 | fa163ecf-8126-8e3b-9148-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:01:59.764964 | 0.06s 2025-10-03 16:00:34.735307 | fa163ecf-8126-8e3b-9148-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-03 16:00:35.597707 | fa163ecf-8126-8e3b-9148-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-03 16:00:35.599217 | fa163ecf-8126-8e3b-9148-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:00.635154 | 0.86s 2025-10-03 16:00:35.609619 | fa163ecf-8126-8e3b-9148-000000000123 | TASK | Ceph cluster status 2025-10-03 16:00:35.636057 | fa163ecf-8126-8e3b-9148-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 3f411980-2879-5bb5-9aed-33894335e1ed", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 78s)", " mgr: standalone.fszxck(active, since 62s)", " osd: 1 osds: 1 up (since 15s), 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 16:00:35.637158 | fa163ecf-8126-8e3b-9148-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:00.673131 | 0.03s 2025-10-03 16:00:35.658737 | fa163ecf-8126-8e3b-9148-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-03 16:00:36.199086 | fa163ecf-8126-8e3b-9148-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ecf-8126-8e3b-9148-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 16:00:36.240836 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 16:00:36.241340 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 16:00:36.241864 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:01.277844 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 16:00:36.242361 | UUID | Info | Host | Task Name | Run Time 2025-10-03 16:00:36.242836 | fa163ecf-8126-8e3b-9148-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 64.05s 2025-10-03 16:00:36.243334 | fa163ecf-8126-8e3b-9148-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.96s 2025-10-03 16:00:36.243793 | fa163ecf-8126-8e3b-9148-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.48s 2025-10-03 16:00:36.244273 | fa163ecf-8126-8e3b-9148-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.06s 2025-10-03 16:00:36.244727 | fa163ecf-8126-8e3b-9148-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.47s 2025-10-03 16:00:36.245173 | fa163ecf-8126-8e3b-9148-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.26s 2025-10-03 16:00:36.245664 | fa163ecf-8126-8e3b-9148-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.89s 2025-10-03 16:00:36.246203 | fa163ecf-8126-8e3b-9148-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.87s 2025-10-03 16:00:36.246664 | fa163ecf-8126-8e3b-9148-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.86s 2025-10-03 16:00:36.247133 | fa163ecf-8126-8e3b-9148-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.86s 2025-10-03 16:00:36.247625 | fa163ecf-8126-8e3b-9148-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.83s 2025-10-03 16:00:36.248095 | fa163ecf-8126-8e3b-9148-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.82s 2025-10-03 16:00:36.248602 | fa163ecf-8126-8e3b-9148-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.80s 2025-10-03 16:00:36.249061 | fa163ecf-8126-8e3b-9148-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.59s 2025-10-03 16:00:36.249555 | fa163ecf-8126-8e3b-9148-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.52s 2025-10-03 16:00:36.250055 | fa163ecf-8126-8e3b-9148-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.49s 2025-10-03 16:00:36.250546 | fa163ecf-8126-8e3b-9148-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.46s 2025-10-03 16:00:36.251023 | fa163ecf-8126-8e3b-9148-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.34s 2025-10-03 16:00:36.251535 | fa163ecf-8126-8e3b-9148-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.34s 2025-10-03 16:00:36.252024 | fa163ecf-8126-8e3b-9148-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.26s 2025-10-03 16:00:36.252501 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 16:00:39.359 40587 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-03 16:00:39.385 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.385 40587 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-03 16:00:39.387 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.387 40587 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-03 16:00:39.389 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.389 40587 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-03 16:00:39.391 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.391 40587 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-03 16:00:39.393 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.393 40587 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-03 16:00:39.395 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.395 40587 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-03 16:00:39.421 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.421 40587 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-03 16:00:39.439 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.439 40587 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-03 16:00:39.441 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.441 40587 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-03 16:00:39.443 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.443 40587 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-03 16:00:39.445 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.445 40587 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-03 16:00:39.447 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.447 40587 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-03 16:00:39.449 40587 INFO migrate.versioning.api [-] done 2025-10-03 16:00:39.449 40587 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-03 16:00:39.472 40587 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 16:00:48Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:00:48Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:48Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:00:48Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:48Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 16:00:48Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:00:49Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:49Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-03 16:00:49Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:00:49Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:49Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-03 16:00:49Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:00:50Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:50Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:00:50Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-03 16:00:50Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:51Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-03 16:00:51Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:51Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:51Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 16:00:51Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:00:51Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:51Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-03 16:00:51Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-03 16:00:52Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 16:00:52Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:52Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:00:52Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:52Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-03 16:00:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:00:52Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:52Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-03 16:00:53Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:53Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 16:00:53Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:53Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-03 16:00:53Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:53Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-03 16:00:53Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:54Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 16:00:54Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:00:54Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:54Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-03 16:00:54Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:54Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:00:54Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-03 16:00:54Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:54Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 16:00:54Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:00:55Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:55Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-03 16:00:55Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:00:55Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-03 16:00:55Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:56Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-03 16:00:56Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-03 16:00:56Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:56Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:56Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:56Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:56Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:56Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-03 16:00:56Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:56Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-03 16:00:56Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-03 16:00:56Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:57Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 16:00:57Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 16:00:57Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 16:00:58Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 16:00:58Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:58Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:00:58Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:58Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 16:00:58Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:00:59Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-03 16:00:59Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:59Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-03 16:00:59Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-03 16:01:00Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-03 16:01:00Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:00Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-03 16:01:00Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:01Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:01Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:02Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:04Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:04Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:04Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:04Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:01:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 16:01:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:06Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:06Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:01:07Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:07Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:01:08Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:08Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:01:09Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 16:01:09Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:10Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-03 16:01:10Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:10Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:10Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:11Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:12Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:01:12Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:12Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:01:13Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 16:01:13Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:15Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:01:15Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:15Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-03 16:01:16Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:16Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:16Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:16Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:01:17Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:18Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:18Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:01:19Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:19Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 16:01:20Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:01:20Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:21Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-03 16:01:22Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:22Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:22Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:23Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:23Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:01:23Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 16:01:24Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:25Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:25Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:01:26Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:01:26Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:27Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-03 16:01:27Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:27Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:27Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:27Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:01:27Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:28Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-03 16:01:29Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:29Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:29Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:30Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:30Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:01:30Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:01:31Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:31Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:31Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:31Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 16:01:31Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:32Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:32Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:32Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:01:32Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:32Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:01:32Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:33Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:33Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-03 16:01:34Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:34Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-03 16:01:35Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:01:35Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:36Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-03 16:01:36Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:37Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-03 16:01:38Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:39Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-03 16:01:39Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:39Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:39Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:41Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:41Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:01:41Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:41Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:01:42Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:01:42Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:42Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-03 16:01:43Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:43Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:43Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:43Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:01:44Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:45Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:45Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:01:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:01:46Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:47Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-03 16:01:47Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:48Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:48Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:48Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:48Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:48Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 16:01:49Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:49Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 16:01:49Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:49Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 16:01:49Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:50Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-03 16:01:50Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:51Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-03 16:01:51Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:52Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-03 16:01:52Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:53Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 16:01:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-03 16:01:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 16:01:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 16:01:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:55Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-03 16:01:55Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:56Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-03 16:01:56Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:56Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:56Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:56Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:01:56Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:56Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 16:01:56Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:56Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 16:01:57Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 16:01:57Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 16:01:57Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:58Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-03 16:01:58Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:01:59Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-03 16:02:00Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:00Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:00Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:00Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:00Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:00Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 16:02:01Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:01Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 16:02:01Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:01Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 16:02:01Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:02Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:02Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:03Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-03 16:02:03Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:03Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:03Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:04Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:04Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:02:04Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:05Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:05Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:05Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:05Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 16:02:05Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:06Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:06Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:06Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:06Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:07Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:07Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:08Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 16:02:08Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:08Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:02:09Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:09Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:09Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:09Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:10Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:10Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-03 16:02:11Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:11Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:11Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:12Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:12Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:02:13Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:13Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:13Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:13Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:14Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:14Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:02:14Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:14Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:02:15Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:15Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:15Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:15Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:15Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:02:15Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:16Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:16Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:16Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:17Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 16:02:17Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:17Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:17Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:17Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:17Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:18Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:18Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:19Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 16:02:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:21Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:22Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-03 16:02:23Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:23Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:23Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:24Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:24Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:25Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:25Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:02:25Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:26Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:26Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:26Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:27Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:27Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:27Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 16:02:28Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:02:28Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:28Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:29Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:29Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:30Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-03 16:02:31Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:31Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:31Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:32Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:32Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:02:33Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:33Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:33Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:33Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:34Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:34Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:34Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:34Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 16:02:34Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:34Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:37Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:37Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 16:02:37Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:37Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:02:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:40Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:41Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-03 16:02:42Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:42Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:42Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:42Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:42Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:43Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:43Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:02:43Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:44Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:44Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:44Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:44Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:02:45Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:45Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:45Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:45Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:45Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:46Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-03 16:02:47Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:47Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:47Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:48Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:48Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:49Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:49Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:02:49Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:49Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:50Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-03 16:02:50Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:52Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-03 16:02:52Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:52Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:52Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:52Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:02:53Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:54Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:54Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:02:55Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-03 16:02:55Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:57Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-03 16:02:57Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:57Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:02:57Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:58Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:58Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:02:59Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:02:59Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 16:02:59Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 16:03:00Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:00Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:01Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:02Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:02Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:02Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:03:02Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:02Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:02Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:03Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 16:03:03Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:04Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-03 16:03:05Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:05Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:05Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:06Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:03:06Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:06Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:06Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:06Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:06Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:07Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:07Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:07Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 16:03:08Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:08Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:08Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:08Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:08Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:08Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:08Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:09Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:09Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 16:03:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:03:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 16:03:12Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 16:03:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:03:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-03 16:03:14Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:15Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-03 16:03:15Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:16Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:16Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:17Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:17Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:03:18Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:18Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:03:19Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:19Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:19Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:03:20Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:20Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:20Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:20Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 16:03:20Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:21Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:03:21Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:22Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-03 16:03:22Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:22Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:22Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:23Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:23Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:03:24Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:24Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:03:25Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:25Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:25Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:03:25Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:26Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-03 16:03:27Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:27Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:27Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:28Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:28Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:28Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:03:29Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:30Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:30Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:03:31Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:03:31Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:32Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-03 16:03:32Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:32Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:33Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:34Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:34Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-03 16:03:34Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:34Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:35Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:35Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:35Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:35Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-03 16:03:36Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:36Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-03 16:03:36Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:36Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:36Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-03 16:03:37Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:37Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:37Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-03 16:03:38Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:03:38Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:39Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:03:39Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:40Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-03 16:03:40Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:41Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-03 16:03:41Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:41Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:41Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:41Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:42Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:43Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:43Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:44Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 16:03:44Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:44Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 16:03:44Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:44Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:45Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:03:45Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:45Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-03 16:03:46Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:03:47Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:47Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-03 16:03:48Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:48Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:48Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:48Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:49Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:50Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 16:03:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 16:03:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:51Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:51Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:03:52Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:52Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:03:53Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-03 16:03:53Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:03:54Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-03 16:03:55Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:55Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:55Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:56Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:56Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:03:57Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:57Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:57Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:03:58Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:03:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 16:03:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:03:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:03:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:00Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-03 16:04:00Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:01Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-03 16:04:01Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:01Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:01Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:02Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:02Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:02Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:02Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:03Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-03 16:04:04Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:04Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:04Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:04Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:06Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:07Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-03 16:04:07Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:07Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:08Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:08Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:08Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:08Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-03 16:04:09Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:09Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:09Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:09Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:10Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:11Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:11Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:11Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:11Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:11Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:11Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:12Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:12Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-03 16:04:13Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:13Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:13Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:04:13Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:13Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 16:04:13Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:14Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:04:14Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:15Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-03 16:04:15Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:16Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:16Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:16Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:17Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:18Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:18Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:18Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 16:04:18Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:18Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 16:04:18Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:19Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:19Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:04:20Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:20Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:21Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:04:21Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:22Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-03 16:04:22Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:23Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-03 16:04:24Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:24Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:24Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:24Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:25Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:26Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:26Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:04:27Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:27Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:28Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 16:04:28Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:29Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-03 16:04:29Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:29Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:29Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:29Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:30Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:31Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:31Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:31Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:04:32Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:32Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:33Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:33Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:04:33Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:33Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 16:04:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-03 16:04:37Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:37Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-03 16:04:38Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:38Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:38Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:38Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:39Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:40Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:40Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:41Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-03 16:04:42Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:42Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:42Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:43Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:43Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:43Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-03 16:04:44Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:45Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:45Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:46Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-03 16:04:46Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:47Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-03 16:04:48Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:48Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:48Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:49Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:49Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:04:49Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 16:04:50Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:50Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:51Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:52Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:52Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:04:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 16:04:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:54Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 16:04:54Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:55Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-03 16:04:55Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:55Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:55Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:55Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:04:56Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:57Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:57Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:57Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:04:57Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:04:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 16:04:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:04:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-03 16:04:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 16:05:00Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:00Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-03 16:05:01Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:01Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:01Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:02Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:02Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:05:03Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:03Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 16:05:04Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:04Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:04Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 16:05:04Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:05Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-03 16:05:06Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:06Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:06Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:06Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:07Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:08Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:08Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:05:09Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:09Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 16:05:10Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 16:05:10Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:11Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-03 16:05:11Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:11Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:11Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:12Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:13Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:13Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:13Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:13Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 16:05:13Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:14Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:14Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:05:15Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:15Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:16Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:16Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:05:17Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:17Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-03 16:05:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 16:05:20Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:20Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-03 16:05:21Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:21Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:21Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:22Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:23Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:23Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 16:05:24Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:24Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:24Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:25Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:25Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:05:25Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:25Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 16:05:25Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:26Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:26Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:26Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:26Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:26Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 16:05:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:27Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:28Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-03 16:05:29Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:29Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:29Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:30Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:30Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:31Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:31Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:31Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:05:32Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:33Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:33Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:33Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:33Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:33Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 16:05:33Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:34Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:34Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:34Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:05:34Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:34Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:34Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:35Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:35Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-03 16:05:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:37Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 16:05:37Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:38Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-03 16:05:39Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:39Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:39Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:40Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:40Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:40Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:40Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:40Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:40Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:41Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:41Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 16:05:42Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:42Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:42Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:42Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:05:42Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:42Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:42Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:43Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:43Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:43Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 16:05:43Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:44Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:44Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:44Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 16:05:45Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 16:05:45Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:46Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-03 16:05:47Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:47Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:47Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:47Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:47Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:47Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:47Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:48Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:48Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 16:05:49Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:49Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:05:50Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:50Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 16:05:51Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:51Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-03 16:05:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 16:05:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 16:05:53Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:54Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-03 16:05:55Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:55Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:55Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:56Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:56Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:56Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:56Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:56Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-03 16:05:56Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:57Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:57Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-03 16:05:57Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:05:57Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:57Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:57Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:05:58Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:58Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 16:05:59Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:05:59Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:05:59Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:05:59Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:00Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-03 16:06:00Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:00Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:00Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:02Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:02Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:02Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:02Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:03Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-03 16:06:03Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:03Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-03 16:06:04Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:04Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:04Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:05Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:05Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 16:06:06Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:06Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:06Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:06:06Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:06Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:06Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:06Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 16:06:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:08Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 16:06:08Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:08Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 16:06:09Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:09Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:10Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-03 16:06:11Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:11Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:11Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:11Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:12Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:12Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:13Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:14Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:14Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:15Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-03 16:06:15Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:15Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:15Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:15Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:16Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:17Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:17Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:18Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-03 16:06:19Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:19Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:19Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:19Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:20Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:21Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:21Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:22Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:22Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 16:06:23Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 16:06:23Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:24Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-03 16:06:24Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:25Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:25Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:26Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:26Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:27Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:27Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:27Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-03 16:06:27Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:27Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:28Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:28Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:29Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:29Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:29Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:06:29Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:29Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:06:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:31Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 16:06:31Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 16:06:31Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:32Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-03 16:06:32Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:33Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-03 16:06:33Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:33Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:33Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:33Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-03 16:06:33Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:34Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-03 16:06:35Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:35Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:35Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:36Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:36Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:06:37Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:37Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:38Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:38Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:38Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 16:06:38Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:39Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-03 16:06:39Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:40Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:40Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:41Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:41Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:42Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:42Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:42Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 16:06:43Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:44Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:06:44Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:45Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-03 16:06:45Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:45Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:45Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:46Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:46Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:47Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:47Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:49Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-03 16:06:50Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:51Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-03 16:06:51Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:51Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:51Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:52Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:52Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:53Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-03 16:06:54Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:54Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:54Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:54Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:54Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:54Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:06:54Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:54Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:55Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:55Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:55Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:55Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:06:55Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:56Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:56Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:06:56Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:56Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:57Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:57Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:06:57Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:06:57Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:58Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-03 16:06:58Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:06:59Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-03 16:06:59Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:00Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-03 16:07:01Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:01Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:01Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:01Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:01Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:01Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:07:01Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:02Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:02Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:07:02Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-03 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:04Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:04Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 16:07:05Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:05Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 16:07:06Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:07:06Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:07Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-03 16:07:08Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:09Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-03 16:07:09Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:09Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:09Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:09Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:07:10Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:11Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:11Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:11Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:07:11Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:11Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:07:12Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:07:14Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-03 16:07:14Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:15Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-03 16:07:15Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:16Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-03 16:07:17Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:18Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-03 16:07:18Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:19Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-03 16:07:20Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:21Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-03 16:07:21Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:21Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:21Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:22Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:22Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-03 16:07:23Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:23Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:07:23Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:07:24Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:24Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 16:07:24Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:25Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-03 16:07:26Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:26Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:26Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:26Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:07:26Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:27Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-03 16:07:27Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:27Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:27Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:27Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:07:28Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:29Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:30Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-03 16:07:30Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 16:07:30Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:31Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-03 16:07:32Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:33Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-03 16:07:33Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:34Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-03 16:07:35Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-03 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:37Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-03 16:07:38Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:38Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:38Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:39Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:39Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:07:39Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-03 16:07:39Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:40Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-03 16:07:40Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:40Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:40Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:40Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 16:07:40Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:41Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-03 16:07:41Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:41Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-03 16:07:43Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:44Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:44Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:44Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:44Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:44Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 16:07:44Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:45Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 16:07:45Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:45Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:45Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:45Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:46Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:46Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-03 16:07:46Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:46Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-03 16:07:46Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:47Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-03 16:07:47Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:47Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-03 16:07:47Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:47Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:47Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:47Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-03 16:07:47Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:48Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:48Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:48Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:48Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:48Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:48Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-03 16:07:49Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:49Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:49Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-03 16:07:49Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:50Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:50Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:50Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:50Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:50Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-03 16:07:50Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:51Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-03 16:07:51Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:51Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:51Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:51Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:51Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:52Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:52Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:52Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-03 16:07:52Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:52Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:52Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:53Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:53Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:53Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-03 16:07:53Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:53Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:53Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:53Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:53Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:53Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-03 16:07:54Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:54Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 16:07:54Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:54Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-03 16:07:55Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:55Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-03 16:07:55Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:55Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:55Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-03 16:07:55Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-03 16:07:55Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:56Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-03 16:07:56Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:56Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:56Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 16:07:56Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:56Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:56Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-03 16:07:56Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:56Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:07:56Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-03 16:07:57Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-03 16:07:57Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:57Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:58Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:58Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:07:58Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:59Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:59Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-03 16:07:59Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-03 16:07:59Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-03 16:07:59Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-03 16:07:59Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:08:00Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:08:00Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:08:00Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:08:00Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:08:00Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:08:00Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:00Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:08:01Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:08:01Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:08:01Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:08:01Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:08:01Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-03 16:08:01Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:02Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:02Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:08:02Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:02Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 16:08:02Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:08:03Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 16:08:03Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-03 16:08:03Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:08:03Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-03 16:08:03Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-03 16:08:04Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-03 16:08:05Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:05Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:05Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:05Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:05Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:05Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:05Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:05Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-03 16:08:05Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-03 16:08:05Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-03 16:08:05Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-03 16:08:05Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-03 16:08:05Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-03 16:08:05Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-03 16:08:05Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:05Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:05Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 16:08:05Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:05Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 16:08:06Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:06Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-03 16:08:06Z [ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:06Z [ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 16:08:07Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:07Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 16:08:07Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:08:07Z [ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:07Z [ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 16:08:07Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-03 16:08:08Z [BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:08Z [BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-03 16:08:09Z [ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:09Z [ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 16:08:10Z [StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:11Z [ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:11Z [ScaleTasks]: CREATE_COMPLETE state changed 2025-10-03 16:08:11Z [StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-03 16:08:11Z [StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:11Z [StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-03 16:08:12Z [PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:12Z [PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-03 16:08:13Z [ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 16:08:13Z [ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 16:08:13Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 16:08:14Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-03 16:08:14Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/86c73139-559c-4951-98b5-48f9775fe3fc 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 16:08:36.340627 | fa163ecf-8126-e916-b606-000000000006 | TASK | External deployment step 0 2025-10-03 16:08:36.366173 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-000000000006') missing from stats 2025-10-03 16:08:36.410625 | fa163ecf-8126-e916-b606-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.123505 | 0.03s 2025-10-03 16:08:36.417320 | 5a01cfe4-f134-4c88-a6f1-337684b35885 | INCLUDED | /root/standalone-ansible-rsw2524j/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-03 16:08:36.434894 | fa163ecf-8126-e916-b606-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-03 16:08:37.318370 | fa163ecf-8126-e916-b606-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-03 16:08:37.319587 | fa163ecf-8126-e916-b606-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.032471 | 0.88s 2025-10-03 16:08:37.337977 | fa163ecf-8126-e916-b606-000000000129 | TASK | create redis virtual ip 2025-10-03 16:08:38.306611 | fa163ecf-8126-e916-b606-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-03 16:08:38.307958 | fa163ecf-8126-e916-b606-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.020839 | 0.97s PLAY [Check if required variables are defined] ********************************* 2025-10-03 16:08:38.392048 | fa163ecf-8126-e916-b606-000000000138 | TASK | Gathering Facts 2025-10-03 16:08:38.970787 | fa163ecf-8126-e916-b606-000000000138 | OK | Gathering Facts | localhost 2025-10-03 16:08:38.971697 | fa163ecf-8126-e916-b606-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.684588 | 0.58s 2025-10-03 16:08:39.025269 | fa163ecf-8126-e916-b606-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-03 16:08:39.026652 | fa163ecf-8126-e916-b606-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.739530 | 0.05s 2025-10-03 16:08:39.075811 | fa163ecf-8126-e916-b606-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-03 16:08:39.077368 | fa163ecf-8126-e916-b606-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.790242 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-03 16:08:39.196986 | fa163ecf-8126-e916-b606-000000000160 | TASK | Gathering Facts 2025-10-03 16:08:39.207116 | fa163ecf-8126-e916-b606-000000000160 | TASK | Gathering Facts 2025-10-03 16:08:39.548543 | fa163ecf-8126-e916-b606-000000000160 | OK | Gathering Facts | standalone 2025-10-03 16:08:39.550107 | fa163ecf-8126-e916-b606-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.262987 | 0.34s 2025-10-03 16:08:39.553052 | fa163ecf-8126-e916-b606-000000000160 | OK | Gathering Facts | undercloud 2025-10-03 16:08:39.554217 | fa163ecf-8126-e916-b606-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.267072 | 0.36s 2025-10-03 16:08:39.616278 | fa163ecf-8126-e916-b606-000000000012 | TASK | Set legacy facts 2025-10-03 16:08:39.636630 | fa163ecf-8126-e916-b606-000000000012 | TASK | Set legacy facts 2025-10-03 16:08:39.646281 | fa163ecf-8126-e916-b606-000000000012 | OK | Set legacy facts | undercloud 2025-10-03 16:08:39.647377 | fa163ecf-8126-e916-b606-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.360261 | 0.03s 2025-10-03 16:08:39.670597 | fa163ecf-8126-e916-b606-000000000012 | OK | Set legacy facts | standalone 2025-10-03 16:08:39.671285 | fa163ecf-8126-e916-b606-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.384175 | 0.03s PLAY [Load global variables] *************************************************** 2025-10-03 16:08:39.833120 | fa163ecf-8126-e916-b606-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-03 16:08:39.833998 | fa163ecf-8126-e916-b606-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.546887 | 0.03s 2025-10-03 16:08:39.855337 | fa163ecf-8126-e916-b606-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-03 16:08:39.855876 | fa163ecf-8126-e916-b606-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.568766 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-03 16:08:39.931512 | fa163ecf-8126-e916-b606-000000000018 | TASK | Include Service VIP vars 2025-10-03 16:08:39.958651 | fa163ecf-8126-e916-b606-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-03 16:08:39.959457 | fa163ecf-8126-e916-b606-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.672347 | 0.03s 2025-10-03 16:08:39.959781 | fa163ecf-8126-e916-b606-000000000018 | OK | Include Service VIP vars | standalone 2025-10-03 16:08:39.960126 | fa163ecf-8126-e916-b606-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.673022 | 0.02s 2025-10-03 16:08:39.963610 | fa163ecf-8126-e916-b606-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-03 16:08:39.987260 | fa163ecf-8126-e916-b606-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-03 16:08:39.988150 | fa163ecf-8126-e916-b606-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.701037 | 0.02s 2025-10-03 16:08:39.998773 | fa163ecf-8126-e916-b606-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-03 16:08:40.000487 | fa163ecf-8126-e916-b606-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.713380 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-03 16:08:40.089052 | fa163ecf-8126-e916-b606-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-03 16:08:40.796239 | fa163ecf-8126-e916-b606-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ecf-8126-e916-b606-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-03 16:08:40.876896 | fa163ecf-8126-e916-b606-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-03 16:08:40.911956 | fa163ecf-8126-e916-b606-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-03 16:08:40.912703 | fa163ecf-8126-e916-b606-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.625591 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-03 16:08:40.978253 | fa163ecf-8126-e916-b606-000000000023 | TASK | Set selinux state 2025-10-03 16:08:41.524278 | fa163ecf-8126-e916-b606-000000000023 | OK | Set selinux state | standalone 2025-10-03 16:08:41.525480 | fa163ecf-8126-e916-b606-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.238358 | 0.55s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-03 16:08:41.675324 | fa163ecf-8126-e916-b606-000000000026 | TASK | Configure Hosts Entries 2025-10-03 16:08:41.706763 | fa163ecf-8126-e916-b606-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.419626 | 0.03s 2025-10-03 16:08:41.719158 | fa163ecf-8126-e916-b606-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.432050 | 0.02s 2025-10-03 16:08:41.766993 | fa163ecf-8126-e916-b606-0000000001f1 | TASK | Create temporary file for hosts 2025-10-03 16:08:42.134343 | fa163ecf-8126-e916-b606-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-03 16:08:42.136377 | fa163ecf-8126-e916-b606-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.849252 | 0.37s 2025-10-03 16:08:42.157747 | fa163ecf-8126-e916-b606-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-03 16:08:42.158524 | fa163ecf-8126-e916-b606-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.871411 | 0.38s 2025-10-03 16:08:42.176985 | fa163ecf-8126-e916-b606-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-03 16:08:42.566990 | fa163ecf-8126-e916-b606-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-03 16:08:42.568767 | fa163ecf-8126-e916-b606-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.281640 | 0.39s 2025-10-03 16:08:42.580149 | fa163ecf-8126-e916-b606-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-03 16:08:42.581086 | fa163ecf-8126-e916-b606-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.293974 | 0.38s 2025-10-03 16:08:42.599152 | fa163ecf-8126-e916-b606-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-03 16:08:42.934447 | fa163ecf-8126-e916-b606-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-03 16:08:42.935868 | fa163ecf-8126-e916-b606-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.648743 | 0.33s 2025-10-03 16:08:42.957566 | fa163ecf-8126-e916-b606-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-03 16:08:42.958514 | fa163ecf-8126-e916-b606-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.671400 | 0.34s 2025-10-03 16:08:42.977170 | fa163ecf-8126-e916-b606-0000000001f4 | TASK | Render out the hosts entries 2025-10-03 16:08:43.109170 | fa163ecf-8126-e916-b606-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-03 16:08:43.110525 | fa163ecf-8126-e916-b606-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.823405 | 0.13s 2025-10-03 16:08:43.129819 | fa163ecf-8126-e916-b606-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-03 16:08:43.368471 | fa163ecf-8126-e916-b606-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-03 16:08:43.369625 | fa163ecf-8126-e916-b606-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.082508 | 0.24s 2025-10-03 16:08:43.413795 | fa163ecf-8126-e916-b606-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-03 16:08:43.414705 | fa163ecf-8126-e916-b606-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.127594 | 0.26s 2025-10-03 16:08:43.431727 | fa163ecf-8126-e916-b606-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-03 16:08:43.745084 | fa163ecf-8126-e916-b606-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-03 16:08:43.746265 | fa163ecf-8126-e916-b606-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.459151 | 0.31s 2025-10-03 16:08:43.746946 | fa163ecf-8126-e916-b606-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-03 16:08:43.747461 | fa163ecf-8126-e916-b606-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.460353 | 0.30s 2025-10-03 16:08:43.765375 | fa163ecf-8126-e916-b606-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-03 16:08:44.120774 | fa163ecf-8126-e916-b606-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-03 16:08:44.122630 | fa163ecf-8126-e916-b606-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.835509 | 0.34s 2025-10-03 16:08:44.146437 | fa163ecf-8126-e916-b606-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-03 16:08:44.147536 | fa163ecf-8126-e916-b606-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.860415 | 0.38s PLAY [Common roles for TripleO servers] **************************************** 2025-10-03 16:08:44.272790 | fa163ecf-8126-e916-b606-00000000002a | TASK | Common roles for TripleO servers 2025-10-03 16:08:44.298734 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-00000000002a') missing from stats 2025-10-03 16:08:44.371537 | fa163ecf-8126-e916-b606-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.084413 | 0.02s 2025-10-03 16:08:44.439872 | fa163ecf-8126-e916-b606-000000000254 | TASK | Gather variables for each operating system 2025-10-03 16:08:44.554393 | fa163ecf-8126-e916-b606-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 16:08:44.555064 | fa163ecf-8126-e916-b606-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.267955 | 0.11s 2025-10-03 16:08:44.557867 | fa163ecf-8126-e916-b606-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.270746 | 0.12s 2025-10-03 16:08:44.579041 | fa163ecf-8126-e916-b606-000000000256 | TASK | Check release version package is installed 2025-10-03 16:08:44.891049 | fa163ecf-8126-e916-b606-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-03 16:08:44.892406 | fa163ecf-8126-e916-b606-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.605287 | 0.31s 2025-10-03 16:08:44.920079 | fa163ecf-8126-e916-b606-000000000257 | TASK | Deploy release version package 2025-10-03 16:08:49.184674 | fa163ecf-8126-e916-b606-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-03 16:08:49.186020 | fa163ecf-8126-e916-b606-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.898902 | 4.26s 2025-10-03 16:08:49.211581 | fa163ecf-8126-e916-b606-000000000259 | TASK | Include packages tasks 2025-10-03 16:08:49.230863 | fa163ecf-8126-e916-b606-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.943737 | 0.02s 2025-10-03 16:08:49.257104 | c32c0d03-cdc1-4d86-890f-90880e3d6ab4 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-03 16:08:49.284494 | fa163ecf-8126-e916-b606-0000000002ad | TASK | Gather facts if they don't exist 2025-10-03 16:08:49.319433 | fa163ecf-8126-e916-b606-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-03 16:08:49.320445 | fa163ecf-8126-e916-b606-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.033330 | 0.03s 2025-10-03 16:08:49.343240 | fa163ecf-8126-e916-b606-0000000002ae | TASK | Gather variables for each operating system 2025-10-03 16:08:49.467364 | fa163ecf-8126-e916-b606-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 16:08:49.473037 | fa163ecf-8126-e916-b606-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.185920 | 0.13s 2025-10-03 16:08:49.490616 | fa163ecf-8126-e916-b606-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-03 16:08:49.722091 | fa163ecf-8126-e916-b606-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-03 16:08:49.723667 | fa163ecf-8126-e916-b606-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.436548 | 0.23s 2025-10-03 16:08:49.749983 | fa163ecf-8126-e916-b606-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-03 16:08:55.200541 | fa163ecf-8126-e916-b606-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-03 16:08:55.202031 | fa163ecf-8126-e916-b606-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:18.914914 | 5.45s 2025-10-03 16:08:55.227776 | fa163ecf-8126-e916-b606-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-03 16:08:56.192043 | fa163ecf-8126-e916-b606-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-03 16:08:56.193761 | fa163ecf-8126-e916-b606-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:19.906645 | 0.96s 2025-10-03 16:08:56.220517 | fa163ecf-8126-e916-b606-00000000025a | TASK | Enable openvswitch service if installed 2025-10-03 16:08:57.192228 | fa163ecf-8126-e916-b606-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-03 16:08:57.194036 | fa163ecf-8126-e916-b606-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:20.906918 | 0.97s 2025-10-03 16:08:57.220928 | fa163ecf-8126-e916-b606-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-03 16:08:57.462303 | fa163ecf-8126-e916-b606-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-03 16:08:57.463049 | fa163ecf-8126-e916-b606-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.175941 | 0.24s 2025-10-03 16:08:57.489230 | fa163ecf-8126-e916-b606-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-03 16:08:57.772504 | fa163ecf-8126-e916-b606-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-03 16:08:57.773564 | fa163ecf-8126-e916-b606-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.486451 | 0.28s 2025-10-03 16:08:57.793787 | fa163ecf-8126-e916-b606-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-03 16:08:57.854578 | fa163ecf-8126-e916-b606-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-03 16:08:57.855558 | fa163ecf-8126-e916-b606-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.568444 | 0.06s 2025-10-03 16:08:57.876169 | fa163ecf-8126-e916-b606-00000000025f | TASK | Ensure network service is enabled 2025-10-03 16:08:58.239973 | fa163ecf-8126-e916-b606-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-03 16:08:58.241908 | fa163ecf-8126-e916-b606-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:21.954788 | 0.36s 2025-10-03 16:08:58.270063 | fa163ecf-8126-e916-b606-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 16:08:58.599774 | fa163ecf-8126-e916-b606-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 16:08:58.601636 | fa163ecf-8126-e916-b606-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.314513 | 0.33s 2025-10-03 16:08:58.628767 | fa163ecf-8126-e916-b606-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 16:08:58.852769 | fa163ecf-8126-e916-b606-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 16:08:58.854359 | fa163ecf-8126-e916-b606-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.567239 | 0.22s 2025-10-03 16:08:58.882500 | fa163ecf-8126-e916-b606-000000000263 | TASK | Reload NetworkManager 2025-10-03 16:08:59.278544 | fa163ecf-8126-e916-b606-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-03 16:08:59.279605 | fa163ecf-8126-e916-b606-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:22.992495 | 0.40s 2025-10-03 16:08:59.298255 | fa163ecf-8126-e916-b606-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-03 16:08:59.538910 | fa163ecf-8126-e916-b606-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-03 16:08:59.539753 | fa163ecf-8126-e916-b606-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.252644 | 0.24s 2025-10-03 16:08:59.556987 | fa163ecf-8126-e916-b606-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-03 16:08:59.858412 | fa163ecf-8126-e916-b606-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-03 16:08:59.859450 | fa163ecf-8126-e916-b606-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.572337 | 0.30s 2025-10-03 16:08:59.880234 | fa163ecf-8126-e916-b606-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-03 16:09:00.091061 | fa163ecf-8126-e916-b606-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-03 16:09:00.092450 | fa163ecf-8126-e916-b606-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.805330 | 0.21s 2025-10-03 16:09:00.113385 | fa163ecf-8126-e916-b606-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-03 16:09:00.335410 | fa163ecf-8126-e916-b606-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-03 16:09:00.336802 | fa163ecf-8126-e916-b606-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.049681 | 0.22s 2025-10-03 16:09:00.403587 | fa163ecf-8126-e916-b606-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.116457 | 0.02s 2025-10-03 16:09:00.484227 | fa163ecf-8126-e916-b606-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-03 16:09:00.706675 | fa163ecf-8126-e916-b606-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-03 16:09:00.708289 | fa163ecf-8126-e916-b606-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.421164 | 0.22s 2025-10-03 16:09:00.733799 | fa163ecf-8126-e916-b606-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-03 16:09:00.967504 | fa163ecf-8126-e916-b606-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-03 16:09:00.968565 | fa163ecf-8126-e916-b606-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.681452 | 0.23s 2025-10-03 16:09:00.987826 | fa163ecf-8126-e916-b606-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-03 16:09:01.015288 | fa163ecf-8126-e916-b606-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-03 16:09:01.016648 | fa163ecf-8126-e916-b606-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.729521 | 0.03s 2025-10-03 16:09:01.041590 | fa163ecf-8126-e916-b606-000000000364 | TASK | Write temporary file 2025-10-03 16:09:01.069754 | fa163ecf-8126-e916-b606-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-03 16:09:01.070987 | fa163ecf-8126-e916-b606-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.783867 | 0.03s 2025-10-03 16:09:01.096289 | fa163ecf-8126-e916-b606-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-03 16:09:01.176152 | fa163ecf-8126-e916-b606-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-03 16:09:01.177367 | fa163ecf-8126-e916-b606-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.890248 | 0.08s 2025-10-03 16:09:01.203040 | fa163ecf-8126-e916-b606-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-03 16:09:01.426892 | fa163ecf-8126-e916-b606-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-03 16:09:01.428660 | fa163ecf-8126-e916-b606-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.141533 | 0.22s 2025-10-03 16:09:01.456341 | fa163ecf-8126-e916-b606-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-03 16:09:01.649049 | fa163ecf-8126-e916-b606-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-03 16:09:01.650682 | fa163ecf-8126-e916-b606-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.363556 | 0.19s 2025-10-03 16:09:01.680852 | fa163ecf-8126-e916-b606-000000000368 | TASK | Remove temp file 2025-10-03 16:09:01.924316 | fa163ecf-8126-e916-b606-000000000368 | CHANGED | Remove temp file | standalone 2025-10-03 16:09:01.925594 | fa163ecf-8126-e916-b606-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.638476 | 0.24s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-03 16:09:02.117940 | fa163ecf-8126-e916-b606-000000000034 | TASK | Deploy step tasks for step 0 2025-10-03 16:09:02.176709 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-000000000034') missing from stats 2025-10-03 16:09:02.203736 | fa163ecf-8126-e916-b606-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-03 16:09:02.412540 | fa163ecf-8126-e916-b606-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-03 16:09:02.413903 | fa163ecf-8126-e916-b606-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.126784 | 0.21s 2025-10-03 16:09:02.440244 | fa163ecf-8126-e916-b606-000000000036 | TASK | Check cloud-init status 2025-10-03 16:09:02.642432 | fa163ecf-8126-e916-b606-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-03 16:09:02.643954 | fa163ecf-8126-e916-b606-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.356836 | 0.20s 2025-10-03 16:09:02.670269 | fa163ecf-8126-e916-b606-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-03 16:09:02.891888 | fa163ecf-8126-e916-b606-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-03 16:09:02.893344 | fa163ecf-8126-e916-b606-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.606226 | 0.22s 2025-10-03 16:09:02.919250 | fa163ecf-8126-e916-b606-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-03 16:09:03.323421 | fa163ecf-8126-e916-b606-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-03 16:09:03.324876 | fa163ecf-8126-e916-b606-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.037754 | 0.40s 2025-10-03 16:09:03.352967 | fa163ecf-8126-e916-b606-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-03 16:09:03.561304 | fa163ecf-8126-e916-b606-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-03 16:09:03.561959 | fa163ecf-8126-e916-b606-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.274849 | 0.21s 2025-10-03 16:09:03.579278 | fa163ecf-8126-e916-b606-00000000003a | TASK | Write container-puppet.sh 2025-10-03 16:09:04.018293 | fa163ecf-8126-e916-b606-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-03 16:09:04.018951 | fa163ecf-8126-e916-b606-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.731842 | 0.44s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 16:09:04.075817 | fa163ecf-8126-e916-b606-00000000003b | TIMING | include_tasks | standalone | 0:00:27.788700 | 0.04s 2025-10-03 16:09:04.095146 | 1a91bdae-216d-4716-b214-a86f5e29287f | INCLUDED | /root/standalone-ansible-rsw2524j/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-03 16:09:04.128990 | fa163ecf-8126-e916-b606-000000000416 | TASK | Configure tuned before reboot 2025-10-03 16:09:04.156985 | fa163ecf-8126-e916-b606-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:27.869858 | 0.03s 2025-10-03 16:09:04.214903 | fa163ecf-8126-e916-b606-000000000455 | TASK | Gather variables for each operating system 2025-10-03 16:09:04.338108 | fa163ecf-8126-e916-b606-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-03 16:09:04.340319 | fa163ecf-8126-e916-b606-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.053187 | 0.12s 2025-10-03 16:09:04.352528 | fa163ecf-8126-e916-b606-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.065408 | 0.14s 2025-10-03 16:09:04.407768 | fa163ecf-8126-e916-b606-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.120646 | 0.04s 2025-10-03 16:09:04.419392 | a5bf1782-49b1-4277-803e-f6f9056a51ca | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-03 16:09:04.444685 | fa163ecf-8126-e916-b606-00000000047f | TASK | Check tuned package is installed 2025-10-03 16:09:04.674651 | fa163ecf-8126-e916-b606-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-03 16:09:04.675783 | fa163ecf-8126-e916-b606-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.388668 | 0.23s 2025-10-03 16:09:04.698371 | fa163ecf-8126-e916-b606-000000000480 | TASK | Install tuned 2025-10-03 16:09:11.058834 | fa163ecf-8126-e916-b606-000000000480 | CHANGED | Install tuned | standalone 2025-10-03 16:09:11.059948 | fa163ecf-8126-e916-b606-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:34.772836 | 6.36s 2025-10-03 16:09:11.081563 | fa163ecf-8126-e916-b606-000000000481 | TASK | Restart tuned 2025-10-03 16:09:12.886528 | fa163ecf-8126-e916-b606-000000000481 | CHANGED | Restart tuned | standalone 2025-10-03 16:09:12.888355 | fa163ecf-8126-e916-b606-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:36.601239 | 1.81s 2025-10-03 16:09:12.916108 | fa163ecf-8126-e916-b606-000000000457 | TASK | Check for tuned-adm 2025-10-03 16:09:13.167309 | fa163ecf-8126-e916-b606-000000000457 | OK | Check for tuned-adm | standalone 2025-10-03 16:09:13.168620 | fa163ecf-8126-e916-b606-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:36.881503 | 0.25s 2025-10-03 16:09:13.228359 | fa163ecf-8126-e916-b606-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:36.941233 | 0.03s 2025-10-03 16:09:13.259330 | 5c1734aa-f3e8-4629-90fe-7efe78607859 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-03 16:09:13.297737 | fa163ecf-8126-e916-b606-0000000004b6 | TASK | Ensure profile directory exists 2025-10-03 16:09:13.346988 | fa163ecf-8126-e916-b606-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-03 16:09:13.348308 | fa163ecf-8126-e916-b606-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.061185 | 0.05s 2025-10-03 16:09:13.377126 | fa163ecf-8126-e916-b606-0000000004b7 | TASK | Create custom tuned profile 2025-10-03 16:09:13.451892 | fa163ecf-8126-e916-b606-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-03 16:09:13.452716 | fa163ecf-8126-e916-b606-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.165606 | 0.07s 2025-10-03 16:09:13.470743 | fa163ecf-8126-e916-b606-0000000004b8 | TASK | Check tuned active profile 2025-10-03 16:09:13.810714 | fa163ecf-8126-e916-b606-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-03 16:09:13.812144 | fa163ecf-8126-e916-b606-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.525023 | 0.34s 2025-10-03 16:09:13.842496 | fa163ecf-8126-e916-b606-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-03 16:09:14.080242 | fa163ecf-8126-e916-b606-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-03 16:09:14.081640 | fa163ecf-8126-e916-b606-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:37.794523 | 0.24s 2025-10-03 16:09:14.108663 | fa163ecf-8126-e916-b606-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-03 16:09:14.170408 | fa163ecf-8126-e916-b606-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-03 16:09:14.171655 | fa163ecf-8126-e916-b606-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:37.884535 | 0.06s 2025-10-03 16:09:14.201509 | fa163ecf-8126-e916-b606-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-03 16:09:14.264807 | fa163ecf-8126-e916-b606-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-03 16:09:14.266065 | fa163ecf-8126-e916-b606-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:37.978948 | 0.06s 2025-10-03 16:09:14.292494 | fa163ecf-8126-e916-b606-0000000004bc | TASK | Enable tuned profile 2025-10-03 16:09:15.717346 | fa163ecf-8126-e916-b606-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-03 16:09:15.718459 | fa163ecf-8126-e916-b606-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.431348 | 1.42s 2025-10-03 16:09:15.758533 | fa163ecf-8126-e916-b606-000000000417 | TASK | Configure kernel args and reboot 2025-10-03 16:09:15.810625 | fa163ecf-8126-e916-b606-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.523499 | 0.05s 2025-10-03 16:09:15.957449 | fa163ecf-8126-e916-b606-000000000569 | TASK | Get the command line args of the node 2025-10-03 16:09:16.178694 | fa163ecf-8126-e916-b606-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-03 16:09:16.179947 | fa163ecf-8126-e916-b606-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:39.892828 | 0.22s 2025-10-03 16:09:16.206664 | fa163ecf-8126-e916-b606-00000000056b | TASK | Check if node has a nova.conf 2025-10-03 16:09:16.406597 | fa163ecf-8126-e916-b606-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-03 16:09:16.407888 | fa163ecf-8126-e916-b606-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.120771 | 0.20s 2025-10-03 16:09:16.435507 | fa163ecf-8126-e916-b606-00000000056d | TASK | Warn operator about workload protection 2025-10-03 16:09:16.463335 | fa163ecf-8126-e916-b606-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-03 16:09:16.464478 | fa163ecf-8126-e916-b606-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.177359 | 0.03s 2025-10-03 16:09:16.491905 | fa163ecf-8126-e916-b606-00000000056e | TASK | Setting defer reboot fact 2025-10-03 16:09:16.520097 | fa163ecf-8126-e916-b606-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-03 16:09:16.521339 | fa163ecf-8126-e916-b606-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.234220 | 0.03s 2025-10-03 16:09:16.547920 | fa163ecf-8126-e916-b606-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-03 16:09:16.579043 | fa163ecf-8126-e916-b606-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.291909 | 0.03s 2025-10-03 16:09:16.605956 | fa163ecf-8126-e916-b606-000000000575 | TASK | Find hugepages in cmdline 2025-10-03 16:09:16.637851 | fa163ecf-8126-e916-b606-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-03 16:09:16.639031 | fa163ecf-8126-e916-b606-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.351913 | 0.03s 2025-10-03 16:09:16.666877 | fa163ecf-8126-e916-b606-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-03 16:09:16.699339 | fa163ecf-8126-e916-b606-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-03 16:09:16.700673 | fa163ecf-8126-e916-b606-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.413550 | 0.03s 2025-10-03 16:09:16.729540 | fa163ecf-8126-e916-b606-00000000057a | TASK | Find desired default hugepage size 2025-10-03 16:09:16.780951 | fa163ecf-8126-e916-b606-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-03 16:09:16.782343 | fa163ecf-8126-e916-b606-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.495218 | 0.05s 2025-10-03 16:09:16.809895 | fa163ecf-8126-e916-b606-00000000057c | TASK | Storing non-configured hugepages 2025-10-03 16:09:16.848913 | fa163ecf-8126-e916-b606-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.561785 | 0.04s 2025-10-03 16:09:16.877632 | fa163ecf-8126-e916-b606-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-03 16:09:16.921706 | fa163ecf-8126-e916-b606-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-03 16:09:16.922958 | fa163ecf-8126-e916-b606-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:40.635839 | 0.04s 2025-10-03 16:09:16.950494 | fa163ecf-8126-e916-b606-00000000057f | TASK | Determining the default hugepagesz 2025-10-03 16:09:16.979368 | fa163ecf-8126-e916-b606-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-03 16:09:16.980443 | fa163ecf-8126-e916-b606-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:40.693325 | 0.03s 2025-10-03 16:09:17.008222 | fa163ecf-8126-e916-b606-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-03 16:09:17.037068 | fa163ecf-8126-e916-b606-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-03 16:09:17.038321 | fa163ecf-8126-e916-b606-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:40.751203 | 0.03s 2025-10-03 16:09:17.065914 | fa163ecf-8126-e916-b606-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-03 16:09:17.094295 | fa163ecf-8126-e916-b606-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-03 16:09:17.095464 | fa163ecf-8126-e916-b606-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:40.808347 | 0.03s 2025-10-03 16:09:17.122003 | fa163ecf-8126-e916-b606-000000000583 | TASK | Warn about possible modifications 2025-10-03 16:09:17.164929 | fa163ecf-8126-e916-b606-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-03 16:09:17.165988 | fa163ecf-8126-e916-b606-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:40.878870 | 0.04s 2025-10-03 16:09:17.192670 | fa163ecf-8126-e916-b606-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-03 16:09:17.234392 | fa163ecf-8126-e916-b606-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-03 16:09:17.235552 | fa163ecf-8126-e916-b606-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:40.948434 | 0.04s 2025-10-03 16:09:17.261691 | fa163ecf-8126-e916-b606-000000000585 | TASK | Cleaning up whitespaces 2025-10-03 16:09:17.290382 | fa163ecf-8126-e916-b606-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-03 16:09:17.291772 | fa163ecf-8126-e916-b606-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.004653 | 0.03s 2025-10-03 16:09:17.320303 | fa163ecf-8126-e916-b606-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-03 16:09:17.674417 | fa163ecf-8126-e916-b606-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-03 16:09:17.675422 | fa163ecf-8126-e916-b606-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.388310 | 0.35s 2025-10-03 16:09:17.696901 | fa163ecf-8126-e916-b606-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-03 16:09:17.744559 | fa163ecf-8126-e916-b606-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-03 16:09:17.745348 | fa163ecf-8126-e916-b606-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.458240 | 0.05s 2025-10-03 16:09:17.764195 | fa163ecf-8126-e916-b606-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-03 16:09:17.799586 | fa163ecf-8126-e916-b606-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-03 16:09:17.800399 | fa163ecf-8126-e916-b606-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.513290 | 0.04s 2025-10-03 16:09:17.819171 | fa163ecf-8126-e916-b606-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-03 16:09:17.864269 | fa163ecf-8126-e916-b606-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-03 16:09:17.864873 | fa163ecf-8126-e916-b606-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:41.577766 | 0.04s 2025-10-03 16:09:17.882444 | fa163ecf-8126-e916-b606-00000000058c | TASK | Generate grub config 2025-10-03 16:09:17.942872 | fa163ecf-8126-e916-b606-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-03 16:09:17.943695 | fa163ecf-8126-e916-b606-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:41.656583 | 0.06s 2025-10-03 16:09:17.965292 | fa163ecf-8126-e916-b606-000000000590 | TASK | Get the block device that /boot is on 2025-10-03 16:09:18.012959 | fa163ecf-8126-e916-b606-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-03 16:09:18.013950 | fa163ecf-8126-e916-b606-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:41.726837 | 0.05s 2025-10-03 16:09:18.032625 | fa163ecf-8126-e916-b606-000000000591 | TASK | Get the mount point that /boot is in 2025-10-03 16:09:18.089120 | fa163ecf-8126-e916-b606-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-03 16:09:18.090011 | fa163ecf-8126-e916-b606-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:41.802901 | 0.06s 2025-10-03 16:09:18.108088 | fa163ecf-8126-e916-b606-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-03 16:09:18.165721 | fa163ecf-8126-e916-b606-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-03 16:09:18.166924 | fa163ecf-8126-e916-b606-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:41.879804 | 0.06s 2025-10-03 16:09:18.198941 | fa163ecf-8126-e916-b606-000000000593 | TASK | Executed script to fix grub-menu 2025-10-03 16:09:18.237340 | fa163ecf-8126-e916-b606-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-03 16:09:18.238224 | fa163ecf-8126-e916-b606-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:41.951075 | 0.04s 2025-10-03 16:09:18.256352 | fa163ecf-8126-e916-b606-000000000594 | TASK | Check grub config paths 2025-10-03 16:09:18.309792 | fa163ecf-8126-e916-b606-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-03 16:09:18.327421 | fa163ecf-8126-e916-b606-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-03 16:09:18.333326 | fa163ecf-8126-e916-b606-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.046206 | 0.08s 2025-10-03 16:09:18.355557 | fa163ecf-8126-e916-b606-000000000595 | TASK | Write EFI grub.cfg 2025-10-03 16:09:18.430834 | fa163ecf-8126-e916-b606-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 16:09:18.449758 | fa163ecf-8126-e916-b606-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 16:09:18.462364 | fa163ecf-8126-e916-b606-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.175235 | 0.11s 2025-10-03 16:09:18.490626 | fa163ecf-8126-e916-b606-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-03 16:09:18.550978 | fa163ecf-8126-e916-b606-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-03 16:09:18.552256 | fa163ecf-8126-e916-b606-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.265137 | 0.06s 2025-10-03 16:09:18.582720 | fa163ecf-8126-e916-b606-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-03 16:09:18.644237 | fa163ecf-8126-e916-b606-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-03 16:09:18.645060 | fa163ecf-8126-e916-b606-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.357949 | 0.06s 2025-10-03 16:09:18.665410 | fa163ecf-8126-e916-b606-000000000598 | TASK | Execute grub2-mkconfig 2025-10-03 16:09:18.717053 | fa163ecf-8126-e916-b606-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-03 16:09:18.717914 | fa163ecf-8126-e916-b606-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.430803 | 0.05s 2025-10-03 16:09:18.738125 | fa163ecf-8126-e916-b606-000000000599 | TASK | Check for active tuned profile 2025-10-03 16:09:18.788270 | fa163ecf-8126-e916-b606-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-03 16:09:18.789063 | fa163ecf-8126-e916-b606-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:42.501951 | 0.05s 2025-10-03 16:09:18.809031 | fa163ecf-8126-e916-b606-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-03 16:09:18.859547 | fa163ecf-8126-e916-b606-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-03 16:09:18.861161 | fa163ecf-8126-e916-b606-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:42.574041 | 0.05s 2025-10-03 16:09:18.888672 | fa163ecf-8126-e916-b606-00000000059b | TASK | Set reboot required fact 2025-10-03 16:09:18.942400 | fa163ecf-8126-e916-b606-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-03 16:09:18.943751 | fa163ecf-8126-e916-b606-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:42.656629 | 0.05s 2025-10-03 16:09:18.981671 | fa163ecf-8126-e916-b606-00000000059d | TASK | Apply DPDK workarounds 2025-10-03 16:09:19.034078 | fa163ecf-8126-e916-b606-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-03 16:09:19.035446 | fa163ecf-8126-e916-b606-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:42.748328 | 0.05s 2025-10-03 16:09:19.060071 | fa163ecf-8126-e916-b606-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-03 16:09:19.098666 | fa163ecf-8126-e916-b606-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-03 16:09:19.099847 | fa163ecf-8126-e916-b606-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:42.812729 | 0.04s 2025-10-03 16:09:19.126209 | fa163ecf-8126-e916-b606-0000000005a0 | TASK | Load modules 2025-10-03 16:09:19.175570 | fa163ecf-8126-e916-b606-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-03 16:09:19.187709 | fa163ecf-8126-e916-b606-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:42.900582 | 0.06s 2025-10-03 16:09:19.213829 | fa163ecf-8126-e916-b606-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-03 16:09:19.265882 | fa163ecf-8126-e916-b606-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-03 16:09:19.278642 | fa163ecf-8126-e916-b606-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:42.991525 | 0.06s 2025-10-03 16:09:19.309149 | fa163ecf-8126-e916-b606-0000000005a4 | TASK | Drop module persistence 2025-10-03 16:09:19.339863 | fa163ecf-8126-e916-b606-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-03 16:09:19.351999 | fa163ecf-8126-e916-b606-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.064875 | 0.04s 2025-10-03 16:09:19.387742 | fa163ecf-8126-e916-b606-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-03 16:09:19.433661 | fa163ecf-8126-e916-b606-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-03 16:09:19.445642 | fa163ecf-8126-e916-b606-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.158513 | 0.06s 2025-10-03 16:09:19.475463 | fa163ecf-8126-e916-b606-0000000005a8 | TASK | Modules reload 2025-10-03 16:09:19.518564 | fa163ecf-8126-e916-b606-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-03 16:09:19.520730 | fa163ecf-8126-e916-b606-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.233610 | 0.04s 2025-10-03 16:09:19.548103 | fa163ecf-8126-e916-b606-0000000005aa | TASK | Reboot tasks 2025-10-03 16:09:19.600342 | fa163ecf-8126-e916-b606-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-03 16:09:19.601563 | fa163ecf-8126-e916-b606-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:43.314444 | 0.05s 2025-10-03 16:09:19.628558 | fa163ecf-8126-e916-b606-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-03 16:09:19.668397 | fa163ecf-8126-e916-b606-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-03 16:09:19.669582 | fa163ecf-8126-e916-b606-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.382465 | 0.04s PLAY [Server pre network steps] ************************************************ 2025-10-03 16:09:19.860736 | fa163ecf-8126-e916-b606-00000000003f | TASK | Server pre-network deployments 2025-10-03 16:09:19.887246 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-00000000003f') missing from stats 2025-10-03 16:09:19.909776 | fa163ecf-8126-e916-b606-000000000043 | TASK | Hiera config 2025-10-03 16:09:19.936251 | fa163ecf-8126-e916-b606-000000000043 | TIMING | Hiera config | standalone | 0:00:43.649125 | 0.03s 2025-10-03 16:09:19.981524 | fa163ecf-8126-e916-b606-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-03 16:09:20.195905 | fa163ecf-8126-e916-b606-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-03 16:09:20.196941 | fa163ecf-8126-e916-b606-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:43.909828 | 0.21s 2025-10-03 16:09:20.223016 | fa163ecf-8126-e916-b606-000000000722 | TASK | Write hiera config 2025-10-03 16:09:20.733205 | fa163ecf-8126-e916-b606-000000000722 | CHANGED | Write hiera config | standalone 2025-10-03 16:09:20.734580 | fa163ecf-8126-e916-b606-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.447463 | 0.51s 2025-10-03 16:09:20.785942 | fa163ecf-8126-e916-b606-000000000044 | TASK | Hiera symlink 2025-10-03 16:09:21.024779 | fa163ecf-8126-e916-b606-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-03 16:09:21.026489 | fa163ecf-8126-e916-b606-000000000044 | TIMING | Hiera symlink | standalone | 0:00:44.739366 | 0.24s 2025-10-03 16:09:21.045584 | fa163ecf-8126-e916-b606-000000000045 | TASK | Hieradata from vars 2025-10-03 16:09:21.071047 | fa163ecf-8126-e916-b606-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:44.783928 | 0.02s 2025-10-03 16:09:21.111146 | fa163ecf-8126-e916-b606-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-03 16:09:21.606403 | fa163ecf-8126-e916-b606-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-03 16:09:21.607648 | fa163ecf-8126-e916-b606-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.320529 | 0.50s 2025-10-03 16:09:21.634411 | fa163ecf-8126-e916-b606-00000000077d | TASK | Render hieradata from template 2025-10-03 16:09:22.164345 | fa163ecf-8126-e916-b606-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-03 16:09:22.166439 | fa163ecf-8126-e916-b606-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.879322 | 0.53s 2025-10-03 16:09:22.700164 | fa163ecf-8126-e916-b606-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-03 16:09:22.701788 | fa163ecf-8126-e916-b606-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.414679 | 1.07s 2025-10-03 16:09:23.328688 | fa163ecf-8126-e916-b606-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-03 16:09:23.330019 | fa163ecf-8126-e916-b606-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.042903 | 1.69s 2025-10-03 16:09:23.764062 | fa163ecf-8126-e916-b606-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-03 16:09:23.765286 | fa163ecf-8126-e916-b606-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.478169 | 2.13s 2025-10-03 16:09:24.235026 | fa163ecf-8126-e916-b606-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-03 16:09:24.236984 | fa163ecf-8126-e916-b606-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.949868 | 2.60s 2025-10-03 16:09:24.718621 | fa163ecf-8126-e916-b606-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-03 16:09:24.720775 | fa163ecf-8126-e916-b606-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.433659 | 3.08s 2025-10-03 16:09:25.134553 | fa163ecf-8126-e916-b606-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-03 16:09:25.135739 | fa163ecf-8126-e916-b606-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.848622 | 3.50s 2025-10-03 16:09:25.606593 | fa163ecf-8126-e916-b606-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-03 16:09:25.607394 | fa163ecf-8126-e916-b606-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.320284 | 3.97s 2025-10-03 16:09:26.024349 | fa163ecf-8126-e916-b606-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-03 16:09:26.025477 | fa163ecf-8126-e916-b606-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.738359 | 4.39s 2025-10-03 16:09:26.452172 | fa163ecf-8126-e916-b606-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-03 16:09:26.453166 | fa163ecf-8126-e916-b606-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.166050 | 4.82s 2025-10-03 16:09:26.462495 | fa163ecf-8126-e916-b606-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.175345 | 4.83s 2025-10-03 16:09:26.518878 | fa163ecf-8126-e916-b606-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-03 16:09:26.547718 | fa163ecf-8126-e916-b606-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.260587 | 0.03s 2025-10-03 16:09:26.619687 | fa163ecf-8126-e916-b606-000000000821 | TASK | Check for hieradata file 2025-10-03 16:09:26.847822 | fa163ecf-8126-e916-b606-000000000821 | OK | Check for hieradata file | standalone 2025-10-03 16:09:26.849023 | fa163ecf-8126-e916-b606-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:50.561905 | 0.23s 2025-10-03 16:09:26.875052 | fa163ecf-8126-e916-b606-000000000823 | TASK | Get existing data 2025-10-03 16:09:26.902642 | fa163ecf-8126-e916-b606-000000000823 | SKIPPED | Get existing data | standalone 2025-10-03 16:09:26.903851 | fa163ecf-8126-e916-b606-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:50.616733 | 0.03s 2025-10-03 16:09:26.929960 | fa163ecf-8126-e916-b606-000000000824 | TASK | Set data fact 2025-10-03 16:09:27.007672 | fa163ecf-8126-e916-b606-000000000824 | SKIPPED | Set data fact | standalone 2025-10-03 16:09:27.008987 | fa163ecf-8126-e916-b606-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:50.721866 | 0.08s 2025-10-03 16:09:27.034884 | fa163ecf-8126-e916-b606-000000000826 | TASK | Write ansible hieradata file 2025-10-03 16:09:27.480681 | fa163ecf-8126-e916-b606-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-03 16:09:27.482115 | fa163ecf-8126-e916-b606-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.194997 | 0.45s 2025-10-03 16:09:27.585443 | fa163ecf-8126-e916-b606-000000000047 | TIMING | include_tasks | standalone | 0:00:51.298313 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-03 16:09:27.758393 | fa163ecf-8126-e916-b606-00000000004b | TASK | Network Configuration 2025-10-03 16:09:27.784281 | fa163ecf-8126-e916-b606-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ecf-8126-e916-b606-00000000004b') missing from stats 2025-10-03 16:09:27.808481 | fa163ecf-8126-e916-b606-00000000004c | TASK | Check NetworkConfig script existence 2025-10-03 16:09:27.834740 | fa163ecf-8126-e916-b606-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-03 16:09:27.835733 | fa163ecf-8126-e916-b606-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:51.548620 | 0.03s 2025-10-03 16:09:27.856887 | fa163ecf-8126-e916-b606-000000000052 | TASK | Gather SELinux fact if needed 2025-10-03 16:09:27.905228 | fa163ecf-8126-e916-b606-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-03 16:09:27.906532 | fa163ecf-8126-e916-b606-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:51.619412 | 0.05s 2025-10-03 16:09:27.934443 | fa163ecf-8126-e916-b606-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-03 16:09:28.622863 | fa163ecf-8126-e916-b606-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-03 16:09:28.624135 | fa163ecf-8126-e916-b606-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:52.337018 | 0.69s 2025-10-03 16:09:28.651085 | fa163ecf-8126-e916-b606-000000000054 | TASK | Ensure requirements are satisfied 2025-10-03 16:09:28.679106 | fa163ecf-8126-e916-b606-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:52.391973 | 0.03s 2025-10-03 16:09:28.740845 | fa163ecf-8126-e916-b606-0000000008bf | TASK | Gather facts if they don't exist 2025-10-03 16:09:28.792174 | fa163ecf-8126-e916-b606-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-03 16:09:28.792980 | fa163ecf-8126-e916-b606-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:52.505868 | 0.05s 2025-10-03 16:09:28.813959 | fa163ecf-8126-e916-b606-0000000008c0 | TASK | Gather variables for each operating system 2025-10-03 16:09:28.936592 | fa163ecf-8126-e916-b606-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 16:09:28.949950 | fa163ecf-8126-e916-b606-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:52.662831 | 0.13s 2025-10-03 16:09:28.976589 | fa163ecf-8126-e916-b606-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-03 16:09:29.239821 | fa163ecf-8126-e916-b606-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-03 16:09:29.240724 | fa163ecf-8126-e916-b606-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:52.953614 | 0.26s 2025-10-03 16:09:29.259425 | fa163ecf-8126-e916-b606-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-03 16:09:29.295889 | fa163ecf-8126-e916-b606-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-03 16:09:29.296755 | fa163ecf-8126-e916-b606-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.009645 | 0.04s 2025-10-03 16:09:29.314982 | fa163ecf-8126-e916-b606-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-03 16:09:30.292858 | fa163ecf-8126-e916-b606-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-03 16:09:30.294170 | fa163ecf-8126-e916-b606-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.007053 | 0.98s 2025-10-03 16:09:30.344723 | fa163ecf-8126-e916-b606-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 16:09:30.593369 | fa163ecf-8126-e916-b606-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 16:09:30.594638 | fa163ecf-8126-e916-b606-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:54.307520 | 0.25s 2025-10-03 16:09:30.623077 | fa163ecf-8126-e916-b606-000000000057 | TASK | Reload NetworkManager 2025-10-03 16:09:31.010099 | fa163ecf-8126-e916-b606-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-03 16:09:31.011094 | fa163ecf-8126-e916-b606-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:54.723985 | 0.39s 2025-10-03 16:09:31.039140 | fa163ecf-8126-e916-b606-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-03 16:09:31.263932 | fa163ecf-8126-e916-b606-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-03 16:09:31.265471 | fa163ecf-8126-e916-b606-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:54.978353 | 0.22s 2025-10-03 16:09:31.292460 | fa163ecf-8126-e916-b606-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-03 16:09:31.519249 | fa163ecf-8126-e916-b606-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-03 16:09:31.520173 | fa163ecf-8126-e916-b606-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.233062 | 0.23s 2025-10-03 16:09:31.541058 | fa163ecf-8126-e916-b606-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-03 16:09:31.571236 | fa163ecf-8126-e916-b606-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-03 16:09:31.572109 | fa163ecf-8126-e916-b606-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:55.284997 | 0.03s 2025-10-03 16:09:31.592904 | fa163ecf-8126-e916-b606-00000000005c | TASK | Ensure we get cloud-init 2025-10-03 16:09:31.834578 | fa163ecf-8126-e916-b606-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-03 16:09:31.836047 | fa163ecf-8126-e916-b606-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:55.548918 | 0.24s 2025-10-03 16:09:31.862630 | fa163ecf-8126-e916-b606-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-03 16:09:32.133790 | fa163ecf-8126-e916-b606-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-03 16:09:32.135220 | fa163ecf-8126-e916-b606-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:55.848101 | 0.27s 2025-10-03 16:09:32.161783 | fa163ecf-8126-e916-b606-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-03 16:09:32.534241 | fa163ecf-8126-e916-b606-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-03 16:09:32.535520 | fa163ecf-8126-e916-b606-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:56.248403 | 0.37s 2025-10-03 16:09:32.561727 | fa163ecf-8126-e916-b606-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-03 16:09:32.600109 | fa163ecf-8126-e916-b606-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-03 16:09:32.601311 | fa163ecf-8126-e916-b606-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:56.314192 | 0.04s 2025-10-03 16:09:32.628886 | fa163ecf-8126-e916-b606-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-03 16:09:32.866199 | fa163ecf-8126-e916-b606-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-03 16:09:32.867749 | fa163ecf-8126-e916-b606-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:56.580626 | 0.24s 2025-10-03 16:09:32.894812 | fa163ecf-8126-e916-b606-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-03 16:09:32.966521 | fa163ecf-8126-e916-b606-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:56.679392 | 0.07s 2025-10-03 16:09:32.995804 | 25687db1-5e70-42dc-907e-6505ecd15a2d | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-03 16:09:33.029889 | fa163ecf-8126-e916-b606-000000000909 | TASK | Set nic_config_file fact 2025-10-03 16:09:33.092689 | fa163ecf-8126-e916-b606-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-03 16:09:33.093949 | fa163ecf-8126-e916-b606-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:56.806830 | 0.06s 2025-10-03 16:09:33.121960 | fa163ecf-8126-e916-b606-00000000090a | TASK | Render overidden network config 2025-10-03 16:09:33.193112 | fa163ecf-8126-e916-b606-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-03 16:09:33.194424 | fa163ecf-8126-e916-b606-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:56.907306 | 0.07s 2025-10-03 16:09:33.220896 | fa163ecf-8126-e916-b606-00000000090b | TASK | Render network_config 2025-10-03 16:09:33.264579 | fa163ecf-8126-e916-b606-00000000090b | SKIPPED | Render network_config | standalone 2025-10-03 16:09:33.265872 | fa163ecf-8126-e916-b606-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:56.978754 | 0.04s 2025-10-03 16:09:33.292389 | fa163ecf-8126-e916-b606-00000000090c | TASK | Render network_config from template 2025-10-03 16:09:33.807612 | fa163ecf-8126-e916-b606-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-03 16:09:33.808678 | fa163ecf-8126-e916-b606-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:57.521566 | 0.51s 2025-10-03 16:09:33.838081 | fa163ecf-8126-e916-b606-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=489442111022.43678 2025-10-03 16:09:37.878228 | fa163ecf-8126-e916-b606-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-03 16:09:37.880254 | fa163ecf-8126-e916-b606-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:01.593141 | 4.04s 2025-10-03 16:09:37.903277 | fa163ecf-8126-e916-b606-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-03 16:09:38.350400 | fa163ecf-8126-e916-b606-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-03 16:09:38.351784 | fa163ecf-8126-e916-b606-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.064667 | 0.45s 2025-10-03 16:09:38.378686 | fa163ecf-8126-e916-b606-000000000065 | TASK | Disable cloud-init network config 2025-10-03 16:09:38.880012 | fa163ecf-8126-e916-b606-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-03 16:09:38.880741 | fa163ecf-8126-e916-b606-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:02.593633 | 0.50s 2025-10-03 16:09:38.899001 | fa163ecf-8126-e916-b606-000000000066 | TASK | Ensure network service is enabled 2025-10-03 16:09:39.286103 | fa163ecf-8126-e916-b606-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-03 16:09:39.287888 | fa163ecf-8126-e916-b606-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:03.000738 | 0.39s PLAY [Server network validation] *********************************************** 2025-10-03 16:09:39.456600 | fa163ecf-8126-e916-b606-000000000096 | TASK | Basic Network Validation 2025-10-03 16:09:39.473461 | fa163ecf-8126-e916-b606-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:03.186341 | 0.02s 2025-10-03 16:09:39.510620 | fa163ecf-8126-e916-b606-000000000945 | TASK | Collect default network fact 2025-10-03 16:09:40.002684 | fa163ecf-8126-e916-b606-000000000945 | OK | Collect default network fact | standalone 2025-10-03 16:09:40.004515 | fa163ecf-8126-e916-b606-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:03.717391 | 0.49s 2025-10-03 16:09:40.030643 | fa163ecf-8126-e916-b606-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-03 16:09:40.050994 | fa163ecf-8126-e916-b606-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-03 16:09:40.052357 | fa163ecf-8126-e916-b606-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:03.765232 | 0.02s 2025-10-03 16:09:40.078729 | fa163ecf-8126-e916-b606-000000000947 | TASK | Check all networks Gateway availability 2025-10-03 16:09:40.108400 | fa163ecf-8126-e916-b606-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:03.821268 | 0.03s 2025-10-03 16:09:40.130995 | fa163ecf-8126-e916-b606-000000000949 | TASK | Check Controllers availability 2025-10-03 16:09:40.193653 | fa163ecf-8126-e916-b606-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-03 16:09:40.201888 | fa163ecf-8126-e916-b606-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-03 16:09:40.207338 | fa163ecf-8126-e916-b606-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-03 16:09:40.221520 | fa163ecf-8126-e916-b606-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-03 16:09:40.228753 | fa163ecf-8126-e916-b606-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-03 16:09:40.233679 | fa163ecf-8126-e916-b606-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-03 16:09:40.245675 | fa163ecf-8126-e916-b606-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:03.958546 | 0.11s 2025-10-03 16:09:40.272682 | fa163ecf-8126-e916-b606-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-03 16:09:40.302153 | fa163ecf-8126-e916-b606-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-03 16:09:40.303382 | fa163ecf-8126-e916-b606-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:04.016265 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-03 16:09:40.475205 | fa163ecf-8126-e916-b606-00000000009a | TASK | Server pre deployments 2025-10-03 16:09:40.500802 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-00000000009a') missing from stats 2025-10-03 16:09:40.522529 | fa163ecf-8126-e916-b606-00000000009e | TASK | Hiera config 2025-10-03 16:09:40.542172 | fa163ecf-8126-e916-b606-00000000009e | TIMING | Hiera config | standalone | 0:01:04.255055 | 0.02s 2025-10-03 16:09:40.585044 | fa163ecf-8126-e916-b606-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-03 16:09:40.782053 | fa163ecf-8126-e916-b606-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-03 16:09:40.782878 | fa163ecf-8126-e916-b606-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:04.495769 | 0.20s 2025-10-03 16:09:40.801324 | fa163ecf-8126-e916-b606-00000000099f | TASK | Write hiera config 2025-10-03 16:09:41.253964 | fa163ecf-8126-e916-b606-00000000099f | OK | Write hiera config | standalone 2025-10-03 16:09:41.255322 | fa163ecf-8126-e916-b606-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:04.968205 | 0.45s 2025-10-03 16:09:41.306103 | fa163ecf-8126-e916-b606-00000000009f | TASK | Hiera symlink 2025-10-03 16:09:41.527500 | fa163ecf-8126-e916-b606-00000000009f | OK | Hiera symlink | standalone 2025-10-03 16:09:41.528829 | fa163ecf-8126-e916-b606-00000000009f | TIMING | Hiera symlink | standalone | 0:01:05.241713 | 0.22s 2025-10-03 16:09:41.555008 | fa163ecf-8126-e916-b606-0000000000a0 | TASK | Hieradata from vars 2025-10-03 16:09:41.586977 | fa163ecf-8126-e916-b606-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:05.299859 | 0.03s 2025-10-03 16:09:41.626531 | fa163ecf-8126-e916-b606-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-03 16:09:42.039570 | fa163ecf-8126-e916-b606-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-03 16:09:42.041108 | fa163ecf-8126-e916-b606-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:05.753981 | 0.41s 2025-10-03 16:09:42.067808 | fa163ecf-8126-e916-b606-0000000009fa | TASK | Render hieradata from template 2025-10-03 16:09:42.557530 | fa163ecf-8126-e916-b606-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-03 16:09:42.558802 | fa163ecf-8126-e916-b606-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.271688 | 0.49s 2025-10-03 16:09:43.039021 | fa163ecf-8126-e916-b606-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-03 16:09:43.040110 | fa163ecf-8126-e916-b606-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.752997 | 0.97s 2025-10-03 16:09:43.619403 | fa163ecf-8126-e916-b606-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-03 16:09:43.621096 | fa163ecf-8126-e916-b606-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.333988 | 1.55s 2025-10-03 16:09:44.060872 | fa163ecf-8126-e916-b606-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-03 16:09:44.063335 | fa163ecf-8126-e916-b606-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.776212 | 1.99s 2025-10-03 16:09:44.618958 | fa163ecf-8126-e916-b606-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-03 16:09:44.620727 | fa163ecf-8126-e916-b606-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.333611 | 2.55s 2025-10-03 16:09:45.027333 | fa163ecf-8126-e916-b606-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-03 16:09:45.028095 | fa163ecf-8126-e916-b606-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.740985 | 2.96s 2025-10-03 16:09:45.474774 | fa163ecf-8126-e916-b606-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-03 16:09:45.475580 | fa163ecf-8126-e916-b606-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.188469 | 3.41s 2025-10-03 16:09:45.925901 | fa163ecf-8126-e916-b606-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-03 16:09:45.927349 | fa163ecf-8126-e916-b606-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.640238 | 3.86s 2025-10-03 16:09:46.391865 | fa163ecf-8126-e916-b606-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-03 16:09:46.393709 | fa163ecf-8126-e916-b606-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.106600 | 4.32s 2025-10-03 16:09:46.787730 | fa163ecf-8126-e916-b606-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-03 16:09:46.790220 | fa163ecf-8126-e916-b606-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.503070 | 4.72s 2025-10-03 16:09:46.803122 | fa163ecf-8126-e916-b606-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.516001 | 4.73s 2025-10-03 16:09:46.858293 | fa163ecf-8126-e916-b606-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-03 16:09:46.878238 | fa163ecf-8126-e916-b606-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:10.591110 | 0.02s 2025-10-03 16:09:46.950204 | fa163ecf-8126-e916-b606-000000000a9e | TASK | Check for hieradata file 2025-10-03 16:09:47.147242 | fa163ecf-8126-e916-b606-000000000a9e | OK | Check for hieradata file | standalone 2025-10-03 16:09:47.148742 | fa163ecf-8126-e916-b606-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:10.861617 | 0.20s 2025-10-03 16:09:47.167346 | fa163ecf-8126-e916-b606-000000000aa0 | TASK | Get existing data 2025-10-03 16:09:47.202942 | fa163ecf-8126-e916-b606-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-03 16:09:47.203897 | fa163ecf-8126-e916-b606-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:10.916785 | 0.04s 2025-10-03 16:09:47.226445 | fa163ecf-8126-e916-b606-000000000aa1 | TASK | Set data fact 2025-10-03 16:09:47.275649 | fa163ecf-8126-e916-b606-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-03 16:09:47.277052 | fa163ecf-8126-e916-b606-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:10.989925 | 0.05s 2025-10-03 16:09:47.304978 | fa163ecf-8126-e916-b606-000000000aa3 | TASK | Write ansible hieradata file 2025-10-03 16:09:47.795777 | fa163ecf-8126-e916-b606-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-03 16:09:47.796521 | fa163ecf-8126-e916-b606-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:11.509412 | 0.49s 2025-10-03 16:09:47.875025 | fa163ecf-8126-e916-b606-0000000000a2 | TIMING | include_tasks | standalone | 0:01:11.587895 | 0.03s PLAY [Host prep steps] ********************************************************* 2025-10-03 16:09:48.036922 | fa163ecf-8126-e916-b606-0000000000a6 | TASK | Host prep steps 2025-10-03 16:09:48.053828 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000a6') missing from stats 2025-10-03 16:09:48.141892 | fa163ecf-8126-e916-b606-0000000000a7 | TASK | Deploy Artifacts 2025-10-03 16:09:48.251896 | fa163ecf-8126-e916-b606-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-03 16:09:48.253071 | fa163ecf-8126-e916-b606-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:11.965952 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 16:09:48.321208 | fa163ecf-8126-e916-b606-0000000000a8 | TIMING | include_tasks | standalone | 0:01:12.034058 | 0.04s 2025-10-03 16:09:48.507741 | d5a91e38-62af-4f5d-869d-3ad7360a2412 | INCLUDED | /root/standalone-ansible-rsw2524j/Standalone/host_prep_tasks.yaml | standalone 2025-10-03 16:09:48.566304 | fa163ecf-8126-e916-b606-000000000b1e | TASK | Run firewall role 2025-10-03 16:09:48.583912 | fa163ecf-8126-e916-b606-000000000b1e | TIMING | Run firewall role | standalone | 0:01:12.296798 | 0.02s 2025-10-03 16:09:48.639859 | fa163ecf-8126-e916-b606-000000000c36 | TASK | Gather variables for each operating system 2025-10-03 16:09:48.761154 | fa163ecf-8126-e916-b606-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-03 16:09:48.763027 | fa163ecf-8126-e916-b606-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:12.475902 | 0.12s 2025-10-03 16:09:48.772621 | fa163ecf-8126-e916-b606-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:12.485512 | 0.13s 2025-10-03 16:09:48.794149 | fa163ecf-8126-e916-b606-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-03 16:09:51.849212 | fa163ecf-8126-e916-b606-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-03 16:09:51.850005 | fa163ecf-8126-e916-b606-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:15.562895 | 3.05s 2025-10-03 16:09:51.867904 | fa163ecf-8126-e916-b606-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-03 16:09:51.895314 | fa163ecf-8126-e916-b606-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-03 16:09:51.896717 | fa163ecf-8126-e916-b606-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:15.609592 | 0.03s 2025-10-03 16:09:51.927153 | fa163ecf-8126-e916-b606-000000000c3c | TASK | Enable masquerade 2025-10-03 16:09:51.969897 | fa163ecf-8126-e916-b606-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-03 16:09:51.970791 | fa163ecf-8126-e916-b606-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:15.683679 | 0.04s 2025-10-03 16:09:51.991444 | fa163ecf-8126-e916-b606-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-03 16:09:52.021965 | fa163ecf-8126-e916-b606-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-03 16:09:52.022838 | fa163ecf-8126-e916-b606-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:15.735727 | 0.03s 2025-10-03 16:09:52.048501 | fa163ecf-8126-e916-b606-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-03 16:09:52.080977 | fa163ecf-8126-e916-b606-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-03 16:09:52.083024 | fa163ecf-8126-e916-b606-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:15.795899 | 0.03s 2025-10-03 16:09:52.111555 | fa163ecf-8126-e916-b606-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-03 16:09:52.140268 | fa163ecf-8126-e916-b606-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-03 16:09:52.141655 | fa163ecf-8126-e916-b606-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:15.854536 | 0.03s 2025-10-03 16:09:52.168994 | fa163ecf-8126-e916-b606-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-03 16:09:52.198907 | fa163ecf-8126-e916-b606-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-03 16:09:52.200161 | fa163ecf-8126-e916-b606-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:15.913041 | 0.03s 2025-10-03 16:09:52.228464 | fa163ecf-8126-e916-b606-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-03 16:09:52.257364 | fa163ecf-8126-e916-b606-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-03 16:09:52.258651 | fa163ecf-8126-e916-b606-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:15.971533 | 0.03s 2025-10-03 16:09:52.285324 | fa163ecf-8126-e916-b606-000000000c46 | TASK | Enable LOG rules 2025-10-03 16:09:52.314318 | fa163ecf-8126-e916-b606-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-03 16:09:52.315682 | fa163ecf-8126-e916-b606-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:16.028563 | 0.03s 2025-10-03 16:09:52.342799 | fa163ecf-8126-e916-b606-000000000c47 | TASK | Set rule fact 2025-10-03 16:09:52.448915 | fa163ecf-8126-e916-b606-000000000c47 | OK | Set rule fact | standalone 2025-10-03 16:09:52.452048 | fa163ecf-8126-e916-b606-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:16.164928 | 0.11s 2025-10-03 16:09:52.482706 | fa163ecf-8126-e916-b606-000000000c48 | TASK | Manage rules via nftables 2025-10-03 16:09:52.504940 | fa163ecf-8126-e916-b606-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:16.217803 | 0.02s 2025-10-03 16:09:52.594092 | fa163ecf-8126-e916-b606-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:16.306970 | 0.03s 2025-10-03 16:09:52.610378 | d15d0e54-8bd8-44b7-a709-8db03b77f6fb | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-03 16:09:52.637764 | fa163ecf-8126-e916-b606-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-03 16:09:53.038615 | fa163ecf-8126-e916-b606-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-03 16:09:53.040640 | fa163ecf-8126-e916-b606-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:16.753517 | 0.40s 2025-10-03 16:09:53.359736 | fa163ecf-8126-e916-b606-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-03 16:09:53.360947 | fa163ecf-8126-e916-b606-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.073835 | 0.72s 2025-10-03 16:09:53.368811 | fa163ecf-8126-e916-b606-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.081700 | 0.73s 2025-10-03 16:09:53.388212 | fa163ecf-8126-e916-b606-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-03 16:09:54.146329 | fa163ecf-8126-e916-b606-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-03 16:09:54.148528 | fa163ecf-8126-e916-b606-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:17.861405 | 0.76s 2025-10-03 16:09:54.179538 | fa163ecf-8126-e916-b606-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-03 16:09:54.221055 | fa163ecf-8126-e916-b606-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-03 16:09:54.222360 | fa163ecf-8126-e916-b606-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:17.935242 | 0.04s 2025-10-03 16:09:54.277197 | fa163ecf-8126-e916-b606-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.990047 | 0.03s 2025-10-03 16:09:54.316729 | 484daf1c-d415-4233-aa58-f61a491a9844 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-03 16:09:54.353873 | fa163ecf-8126-e916-b606-000000000d40 | TASK | Push empty ruleset 2025-10-03 16:09:54.842652 | fa163ecf-8126-e916-b606-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-03 16:09:54.844016 | fa163ecf-8126-e916-b606-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:18.556899 | 0.49s 2025-10-03 16:09:54.870924 | fa163ecf-8126-e916-b606-000000000d41 | TASK | Load empty ruleset 2025-10-03 16:09:55.140163 | fa163ecf-8126-e916-b606-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-03 16:09:55.141677 | fa163ecf-8126-e916-b606-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:18.854540 | 0.27s 2025-10-03 16:09:55.169000 | fa163ecf-8126-e916-b606-000000000d43 | TASK | Use default rules 2025-10-03 16:09:55.258853 | fa163ecf-8126-e916-b606-000000000d43 | OK | Use default rules | standalone 2025-10-03 16:09:55.261975 | fa163ecf-8126-e916-b606-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:18.974856 | 0.09s 2025-10-03 16:09:55.292257 | fa163ecf-8126-e916-b606-000000000d44 | TASK | Enable LOG rules 2025-10-03 16:09:55.387576 | fa163ecf-8126-e916-b606-000000000d44 | OK | Enable LOG rules | standalone 2025-10-03 16:09:55.390525 | fa163ecf-8126-e916-b606-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:19.103406 | 0.10s 2025-10-03 16:09:55.422390 | fa163ecf-8126-e916-b606-000000000d46 | TASK | Get current nftables content 2025-10-03 16:09:55.667482 | fa163ecf-8126-e916-b606-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-03 16:09:55.668810 | fa163ecf-8126-e916-b606-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:19.381691 | 0.24s 2025-10-03 16:09:55.695787 | fa163ecf-8126-e916-b606-000000000d48 | TASK | Generate chain jumps 2025-10-03 16:09:56.268133 | fa163ecf-8126-e916-b606-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-03 16:09:56.269503 | fa163ecf-8126-e916-b606-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:19.982387 | 0.57s 2025-10-03 16:09:56.295918 | fa163ecf-8126-e916-b606-000000000d49 | TASK | Generate chain jumps 2025-10-03 16:09:56.861648 | fa163ecf-8126-e916-b606-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-03 16:09:56.862654 | fa163ecf-8126-e916-b606-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:20.575542 | 0.56s 2025-10-03 16:09:56.884333 | fa163ecf-8126-e916-b606-000000000d4a | TASK | Generate nft flushes 2025-10-03 16:09:57.471006 | fa163ecf-8126-e916-b606-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-03 16:09:57.472487 | fa163ecf-8126-e916-b606-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:21.185369 | 0.59s 2025-10-03 16:09:57.499430 | fa163ecf-8126-e916-b606-000000000d4b | TASK | Generate nft tripleo chains 2025-10-03 16:09:58.052365 | fa163ecf-8126-e916-b606-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-03 16:09:58.053449 | fa163ecf-8126-e916-b606-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:21.766337 | 0.55s 2025-10-03 16:09:58.075792 | fa163ecf-8126-e916-b606-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-03 16:09:59.744364 | fa163ecf-8126-e916-b606-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-03 16:09:59.745752 | fa163ecf-8126-e916-b606-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:23.458635 | 1.67s 2025-10-03 16:09:59.774482 | fa163ecf-8126-e916-b606-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-03 16:10:00.371168 | fa163ecf-8126-e916-b606-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-03 16:10:00.372711 | fa163ecf-8126-e916-b606-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:24.085593 | 0.60s 2025-10-03 16:10:00.400217 | fa163ecf-8126-e916-b606-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-03 16:10:00.654328 | fa163ecf-8126-e916-b606-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-03 16:10:00.655743 | fa163ecf-8126-e916-b606-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:24.368625 | 0.25s 2025-10-03 16:10:00.713719 | fa163ecf-8126-e916-b606-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:24.426595 | 0.03s 2025-10-03 16:10:00.727732 | f034ee8f-2cb6-4c7a-9b8e-25c3b04d64c5 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-03 16:10:00.779683 | fa163ecf-8126-e916-b606-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-03 16:10:01.004162 | fa163ecf-8126-e916-b606-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-03 16:10:01.005460 | fa163ecf-8126-e916-b606-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:24.718341 | 0.22s 2025-10-03 16:10:01.026935 | fa163ecf-8126-e916-b606-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-03 16:10:01.283951 | fa163ecf-8126-e916-b606-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-03 16:10:01.285283 | fa163ecf-8126-e916-b606-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:24.998166 | 0.26s 2025-10-03 16:10:01.359327 | fa163ecf-8126-e916-b606-000000000b1f | TASK | create persistent logs directory 2025-10-03 16:10:01.596948 | fa163ecf-8126-e916-b606-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 16:10:01.598027 | fa163ecf-8126-e916-b606-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:25.310916 | 0.24s 2025-10-03 16:10:01.816800 | fa163ecf-8126-e916-b606-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-03 16:10:01.817927 | fa163ecf-8126-e916-b606-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:25.530812 | 0.46s 2025-10-03 16:10:01.824539 | fa163ecf-8126-e916-b606-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:25.537416 | 0.46s 2025-10-03 16:10:01.857950 | fa163ecf-8126-e916-b606-000000000b20 | TASK | create persistent directories 2025-10-03 16:10:02.084512 | fa163ecf-8126-e916-b606-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 16:10:02.085403 | fa163ecf-8126-e916-b606-000000000b20 | TIMING | create persistent directories | standalone | 0:01:25.798258 | 0.23s 2025-10-03 16:10:02.093294 | fa163ecf-8126-e916-b606-000000000b20 | TIMING | create persistent directories | standalone | 0:01:25.806170 | 0.23s 2025-10-03 16:10:02.121762 | fa163ecf-8126-e916-b606-000000000b21 | TASK | create persistent directories 2025-10-03 16:10:02.407513 | fa163ecf-8126-e916-b606-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 16:10:02.408685 | fa163ecf-8126-e916-b606-000000000b21 | TIMING | create persistent directories | standalone | 0:01:26.121564 | 0.29s 2025-10-03 16:10:02.643737 | fa163ecf-8126-e916-b606-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-03 16:10:02.644857 | fa163ecf-8126-e916-b606-000000000b21 | TIMING | create persistent directories | standalone | 0:01:26.357742 | 0.52s 2025-10-03 16:10:02.651220 | fa163ecf-8126-e916-b606-000000000b21 | TIMING | create persistent directories | standalone | 0:01:26.364102 | 0.53s 2025-10-03 16:10:02.669236 | fa163ecf-8126-e916-b606-000000000b22 | TASK | create persistent directories 2025-10-03 16:10:02.906745 | fa163ecf-8126-e916-b606-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-03 16:10:02.908363 | fa163ecf-8126-e916-b606-000000000b22 | TIMING | create persistent directories | standalone | 0:01:26.621239 | 0.24s 2025-10-03 16:10:03.110685 | fa163ecf-8126-e916-b606-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-03 16:10:03.113139 | fa163ecf-8126-e916-b606-000000000b22 | TIMING | create persistent directories | standalone | 0:01:26.826012 | 0.44s 2025-10-03 16:10:03.123340 | fa163ecf-8126-e916-b606-000000000b22 | TIMING | create persistent directories | standalone | 0:01:26.836215 | 0.45s 2025-10-03 16:10:03.150029 | fa163ecf-8126-e916-b606-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-03 16:10:04.220408 | fa163ecf-8126-e916-b606-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-03 16:10:04.221671 | fa163ecf-8126-e916-b606-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:27.934560 | 1.07s 2025-10-03 16:10:04.241654 | fa163ecf-8126-e916-b606-000000000b24 | TASK | create persistent directories 2025-10-03 16:10:04.466951 | fa163ecf-8126-e916-b606-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-03 16:10:04.467887 | fa163ecf-8126-e916-b606-000000000b24 | TIMING | create persistent directories | standalone | 0:01:28.180773 | 0.23s 2025-10-03 16:10:04.472341 | fa163ecf-8126-e916-b606-000000000b24 | TIMING | create persistent directories | standalone | 0:01:28.185223 | 0.23s 2025-10-03 16:10:04.498416 | fa163ecf-8126-e916-b606-000000000b25 | TASK | create persistent directories 2025-10-03 16:10:04.734821 | fa163ecf-8126-e916-b606-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 16:10:04.735900 | fa163ecf-8126-e916-b606-000000000b25 | TIMING | create persistent directories | standalone | 0:01:28.448788 | 0.24s 2025-10-03 16:10:04.976634 | fa163ecf-8126-e916-b606-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-03 16:10:04.978311 | fa163ecf-8126-e916-b606-000000000b25 | TIMING | create persistent directories | standalone | 0:01:28.691195 | 0.48s 2025-10-03 16:10:04.989366 | fa163ecf-8126-e916-b606-000000000b25 | TIMING | create persistent directories | standalone | 0:01:28.702244 | 0.49s 2025-10-03 16:10:05.018041 | fa163ecf-8126-e916-b606-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-03 16:10:06.278138 | fa163ecf-8126-e916-b606-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-03 16:10:06.280123 | fa163ecf-8126-e916-b606-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:29.993002 | 1.26s 2025-10-03 16:10:06.306478 | fa163ecf-8126-e916-b606-000000000b27 | TASK | create persistent directories 2025-10-03 16:10:06.582952 | fa163ecf-8126-e916-b606-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 16:10:06.585851 | fa163ecf-8126-e916-b606-000000000b27 | TIMING | create persistent directories | standalone | 0:01:30.298721 | 0.28s 2025-10-03 16:10:06.817479 | fa163ecf-8126-e916-b606-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-03 16:10:06.819340 | fa163ecf-8126-e916-b606-000000000b27 | TIMING | create persistent directories | standalone | 0:01:30.532224 | 0.51s 2025-10-03 16:10:06.830280 | fa163ecf-8126-e916-b606-000000000b27 | TIMING | create persistent directories | standalone | 0:01:30.543155 | 0.52s 2025-10-03 16:10:06.857322 | fa163ecf-8126-e916-b606-000000000b28 | TASK | ensure ceph configurations exist 2025-10-03 16:10:07.104624 | fa163ecf-8126-e916-b606-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-03 16:10:07.106406 | fa163ecf-8126-e916-b606-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:30.819283 | 0.25s 2025-10-03 16:10:07.142534 | fa163ecf-8126-e916-b606-000000000b29 | TASK | create persistent directories 2025-10-03 16:10:07.374806 | fa163ecf-8126-e916-b606-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 16:10:07.375684 | fa163ecf-8126-e916-b606-000000000b29 | TIMING | create persistent directories | standalone | 0:01:31.088573 | 0.23s 2025-10-03 16:10:07.378793 | fa163ecf-8126-e916-b606-000000000b29 | TIMING | create persistent directories | standalone | 0:01:31.091678 | 0.23s 2025-10-03 16:10:07.405345 | fa163ecf-8126-e916-b606-000000000b2b | TASK | Create cinder image conversion directory 2025-10-03 16:10:07.433445 | fa163ecf-8126-e916-b606-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-03 16:10:07.434669 | fa163ecf-8126-e916-b606-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:31.147551 | 0.03s 2025-10-03 16:10:07.461083 | fa163ecf-8126-e916-b606-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-03 16:10:07.490492 | fa163ecf-8126-e916-b606-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-03 16:10:07.491472 | fa163ecf-8126-e916-b606-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:31.204359 | 0.03s 2025-10-03 16:10:07.509302 | fa163ecf-8126-e916-b606-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-03 16:10:07.536221 | fa163ecf-8126-e916-b606-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-03 16:10:07.537006 | fa163ecf-8126-e916-b606-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:31.249897 | 0.03s 2025-10-03 16:10:07.557813 | fa163ecf-8126-e916-b606-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-03 16:10:07.575467 | fa163ecf-8126-e916-b606-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-03 16:10:07.576988 | fa163ecf-8126-e916-b606-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:31.289865 | 0.02s 2025-10-03 16:10:07.600123 | fa163ecf-8126-e916-b606-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-03 16:10:07.628023 | fa163ecf-8126-e916-b606-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-03 16:10:07.628877 | fa163ecf-8126-e916-b606-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:31.341764 | 0.03s 2025-10-03 16:10:07.649650 | fa163ecf-8126-e916-b606-000000000b32 | TASK | Get or create LVM loopback device 2025-10-03 16:10:07.676441 | fa163ecf-8126-e916-b606-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-03 16:10:07.677352 | fa163ecf-8126-e916-b606-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:31.390238 | 0.03s 2025-10-03 16:10:07.698081 | fa163ecf-8126-e916-b606-000000000b33 | TASK | Create LVM volume group 2025-10-03 16:10:07.724563 | fa163ecf-8126-e916-b606-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-03 16:10:07.725518 | fa163ecf-8126-e916-b606-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:31.438404 | 0.03s 2025-10-03 16:10:07.745763 | fa163ecf-8126-e916-b606-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-03 16:10:07.774782 | fa163ecf-8126-e916-b606-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-03 16:10:07.775718 | fa163ecf-8126-e916-b606-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:31.488605 | 0.03s 2025-10-03 16:10:07.796528 | fa163ecf-8126-e916-b606-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-03 16:10:07.825038 | fa163ecf-8126-e916-b606-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-03 16:10:07.826479 | fa163ecf-8126-e916-b606-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:31.539355 | 0.03s 2025-10-03 16:10:07.852671 | fa163ecf-8126-e916-b606-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-03 16:10:08.696306 | fa163ecf-8126-e916-b606-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-03 16:10:08.697527 | fa163ecf-8126-e916-b606-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:32.410415 | 0.84s 2025-10-03 16:10:08.717405 | fa163ecf-8126-e916-b606-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-03 16:10:10.835925 | fa163ecf-8126-e916-b606-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-03 16:10:10.837336 | fa163ecf-8126-e916-b606-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:34.550223 | 2.12s 2025-10-03 16:10:10.871858 | fa163ecf-8126-e916-b606-000000000b3a | OK | set_fact | standalone 2025-10-03 16:10:10.872708 | fa163ecf-8126-e916-b606-000000000b3a | TIMING | set_fact | standalone | 0:01:34.585598 | 0.02s 2025-10-03 16:10:10.904663 | fa163ecf-8126-e916-b606-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:34.617542 | 0.01s 2025-10-03 16:10:10.942473 | fa163ecf-8126-e916-b606-000000000f04 | TASK | ensure apache is installed 2025-10-03 16:10:16.939230 | fa163ecf-8126-e916-b606-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-03 16:10:16.940443 | fa163ecf-8126-e916-b606-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:40.653332 | 6.00s 2025-10-03 16:10:16.966666 | fa163ecf-8126-e916-b606-000000000f05 | TASK | create image data directory 2025-10-03 16:10:17.190092 | fa163ecf-8126-e916-b606-000000000f05 | CHANGED | create image data directory | standalone 2025-10-03 16:10:17.191485 | fa163ecf-8126-e916-b606-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:40.904366 | 0.22s 2025-10-03 16:10:17.218941 | fa163ecf-8126-e916-b606-000000000f06 | TASK | create /v2/ response file 2025-10-03 16:10:17.636304 | fa163ecf-8126-e916-b606-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-03 16:10:17.637741 | fa163ecf-8126-e916-b606-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:41.350623 | 0.42s 2025-10-03 16:10:17.667548 | fa163ecf-8126-e916-b606-000000000f07 | TASK | Add listen line 2025-10-03 16:10:18.053155 | fa163ecf-8126-e916-b606-000000000f07 | CHANGED | Add listen line | standalone 2025-10-03 16:10:18.054705 | fa163ecf-8126-e916-b606-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:41.767587 | 0.39s 2025-10-03 16:10:18.081586 | fa163ecf-8126-e916-b606-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-03 16:10:18.594121 | fa163ecf-8126-e916-b606-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-03 16:10:18.595172 | fa163ecf-8126-e916-b606-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:42.308059 | 0.51s 2025-10-03 16:10:18.616707 | fa163ecf-8126-e916-b606-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-03 16:10:19.564107 | fa163ecf-8126-e916-b606-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-03 16:10:19.567320 | fa163ecf-8126-e916-b606-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:43.280201 | 0.95s 2025-10-03 16:10:19.617888 | fa163ecf-8126-e916-b606-000000000b3d | TASK | create persistent logs directory 2025-10-03 16:10:19.823800 | fa163ecf-8126-e916-b606-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-03 16:10:19.825415 | fa163ecf-8126-e916-b606-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:43.538292 | 0.21s 2025-10-03 16:10:19.988995 | fa163ecf-8126-e916-b606-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-03 16:10:19.990784 | fa163ecf-8126-e916-b606-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:43.703668 | 0.37s 2025-10-03 16:10:20.002314 | fa163ecf-8126-e916-b606-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:43.715183 | 0.38s 2025-10-03 16:10:20.029347 | fa163ecf-8126-e916-b606-000000000b3e | TASK | Mount NFS on host 2025-10-03 16:10:20.058134 | fa163ecf-8126-e916-b606-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-03 16:10:20.059587 | fa163ecf-8126-e916-b606-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:43.772466 | 0.03s 2025-10-03 16:10:20.085112 | fa163ecf-8126-e916-b606-000000000b3f | TASK | Mount Node Staging Location 2025-10-03 16:10:20.104796 | fa163ecf-8126-e916-b606-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-03 16:10:20.106000 | fa163ecf-8126-e916-b606-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:43.818881 | 0.02s 2025-10-03 16:10:20.131511 | fa163ecf-8126-e916-b606-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-03 16:10:20.363031 | fa163ecf-8126-e916-b606-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-03 16:10:20.364579 | fa163ecf-8126-e916-b606-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:44.077460 | 0.23s 2025-10-03 16:10:20.390327 | fa163ecf-8126-e916-b606-000000000b41 | TASK | create logs directory 2025-10-03 16:10:20.608504 | fa163ecf-8126-e916-b606-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-03 16:10:20.610166 | fa163ecf-8126-e916-b606-000000000b41 | TIMING | create logs directory | standalone | 0:01:44.323045 | 0.22s 2025-10-03 16:10:20.842863 | fa163ecf-8126-e916-b606-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-03 16:10:20.844065 | fa163ecf-8126-e916-b606-000000000b41 | TIMING | create logs directory | standalone | 0:01:44.556949 | 0.45s 2025-10-03 16:10:20.850835 | fa163ecf-8126-e916-b606-000000000b41 | TIMING | create logs directory | standalone | 0:01:44.563713 | 0.46s 2025-10-03 16:10:20.873302 | fa163ecf-8126-e916-b606-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-03 16:10:20.900937 | fa163ecf-8126-e916-b606-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-03 16:10:20.902245 | fa163ecf-8126-e916-b606-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:44.615126 | 0.03s 2025-10-03 16:10:20.922799 | fa163ecf-8126-e916-b606-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-03 16:10:21.106955 | fa163ecf-8126-e916-b606-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-03 16:10:21.107729 | fa163ecf-8126-e916-b606-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:44.820621 | 0.18s 2025-10-03 16:10:21.124810 | fa163ecf-8126-e916-b606-000000000b44 | TASK | create persistent directories 2025-10-03 16:10:21.358915 | fa163ecf-8126-e916-b606-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-03 16:10:21.361599 | fa163ecf-8126-e916-b606-000000000b44 | TIMING | create persistent directories | standalone | 0:01:45.074469 | 0.24s 2025-10-03 16:10:21.371706 | fa163ecf-8126-e916-b606-000000000b44 | TIMING | create persistent directories | standalone | 0:01:45.084588 | 0.25s 2025-10-03 16:10:21.389947 | fa163ecf-8126-e916-b606-000000000b45 | TASK | create persistent data directory 2025-10-03 16:10:21.630685 | fa163ecf-8126-e916-b606-000000000b45 | OK | create persistent data directory | standalone 2025-10-03 16:10:21.632081 | fa163ecf-8126-e916-b606-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:45.344963 | 0.24s 2025-10-03 16:10:21.660225 | fa163ecf-8126-e916-b606-000000000b46 | TASK | get parameters 2025-10-03 16:10:21.708374 | fa163ecf-8126-e916-b606-000000000b46 | OK | get parameters | standalone 2025-10-03 16:10:21.710032 | fa163ecf-8126-e916-b606-000000000b46 | TIMING | get parameters | standalone | 0:01:45.422915 | 0.05s 2025-10-03 16:10:21.737812 | fa163ecf-8126-e916-b606-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-03 16:10:21.777040 | fa163ecf-8126-e916-b606-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-03 16:10:21.778522 | fa163ecf-8126-e916-b606-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:45.491401 | 0.04s 2025-10-03 16:10:21.805533 | fa163ecf-8126-e916-b606-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-03 16:10:21.856639 | fa163ecf-8126-e916-b606-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-03 16:10:21.858046 | fa163ecf-8126-e916-b606-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:45.570926 | 0.05s 2025-10-03 16:10:21.884846 | fa163ecf-8126-e916-b606-000000000b4a | TASK | get haproxy status 2025-10-03 16:10:21.924280 | fa163ecf-8126-e916-b606-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-03 16:10:21.925395 | fa163ecf-8126-e916-b606-000000000b4a | TIMING | get haproxy status | standalone | 0:01:45.638280 | 0.04s 2025-10-03 16:10:21.947452 | fa163ecf-8126-e916-b606-000000000b4b | TASK | get pacemaker status 2025-10-03 16:10:21.996004 | fa163ecf-8126-e916-b606-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-03 16:10:21.997099 | fa163ecf-8126-e916-b606-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:45.709977 | 0.05s 2025-10-03 16:10:22.018424 | fa163ecf-8126-e916-b606-000000000b4c | TASK | get docker status 2025-10-03 16:10:22.051519 | fa163ecf-8126-e916-b606-000000000b4c | SKIPPED | get docker status | standalone 2025-10-03 16:10:22.052960 | fa163ecf-8126-e916-b606-000000000b4c | TIMING | get docker status | standalone | 0:01:45.765839 | 0.03s 2025-10-03 16:10:22.080349 | fa163ecf-8126-e916-b606-000000000b4d | TASK | get container_id 2025-10-03 16:10:22.123531 | fa163ecf-8126-e916-b606-000000000b4d | SKIPPED | get container_id | standalone 2025-10-03 16:10:22.124793 | fa163ecf-8126-e916-b606-000000000b4d | TIMING | get container_id | standalone | 0:01:45.837674 | 0.04s 2025-10-03 16:10:22.150122 | fa163ecf-8126-e916-b606-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-03 16:10:22.188629 | fa163ecf-8126-e916-b606-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-03 16:10:22.189602 | fa163ecf-8126-e916-b606-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:45.902488 | 0.04s 2025-10-03 16:10:22.210128 | fa163ecf-8126-e916-b606-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-03 16:10:22.257824 | fa163ecf-8126-e916-b606-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-03 16:10:22.258711 | fa163ecf-8126-e916-b606-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:45.971599 | 0.05s 2025-10-03 16:10:22.278480 | fa163ecf-8126-e916-b606-000000000b50 | TASK | push certificate content 2025-10-03 16:10:22.324987 | fa163ecf-8126-e916-b606-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-03 16:10:22.325955 | fa163ecf-8126-e916-b606-000000000b50 | TIMING | push certificate content | standalone | 0:01:46.038842 | 0.05s 2025-10-03 16:10:22.347024 | fa163ecf-8126-e916-b606-000000000b52 | TASK | set certificate ownership 2025-10-03 16:10:22.394857 | fa163ecf-8126-e916-b606-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-03 16:10:22.396205 | fa163ecf-8126-e916-b606-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:46.109055 | 0.05s 2025-10-03 16:10:22.424858 | fa163ecf-8126-e916-b606-000000000b53 | TASK | reload haproxy if enabled 2025-10-03 16:10:22.475169 | fa163ecf-8126-e916-b606-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-03 16:10:22.476586 | fa163ecf-8126-e916-b606-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:46.189466 | 0.05s 2025-10-03 16:10:22.502532 | fa163ecf-8126-e916-b606-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-03 16:10:22.607887 | fa163ecf-8126-e916-b606-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-03 16:10:22.608892 | fa163ecf-8126-e916-b606-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:46.321778 | 0.10s 2025-10-03 16:10:22.630438 | fa163ecf-8126-e916-b606-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-03 16:10:22.680811 | fa163ecf-8126-e916-b606-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-03 16:10:22.682397 | fa163ecf-8126-e916-b606-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:46.395272 | 0.05s 2025-10-03 16:10:22.709348 | fa163ecf-8126-e916-b606-000000000b58 | TASK | create persistent directories 2025-10-03 16:10:22.984867 | fa163ecf-8126-e916-b606-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-03 16:10:22.987637 | fa163ecf-8126-e916-b606-000000000b58 | TIMING | create persistent directories | standalone | 0:01:46.700515 | 0.28s 2025-10-03 16:10:23.168872 | fa163ecf-8126-e916-b606-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-03 16:10:23.170814 | fa163ecf-8126-e916-b606-000000000b58 | TIMING | create persistent directories | standalone | 0:01:46.883696 | 0.46s 2025-10-03 16:10:23.181460 | fa163ecf-8126-e916-b606-000000000b58 | TIMING | create persistent directories | standalone | 0:01:46.894337 | 0.47s 2025-10-03 16:10:23.207128 | fa163ecf-8126-e916-b606-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-03 16:10:29.491358 | fa163ecf-8126-e916-b606-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-03 16:10:29.492590 | fa163ecf-8126-e916-b606-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:53.205473 | 6.28s 2025-10-03 16:10:29.517728 | fa163ecf-8126-e916-b606-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-03 16:10:29.567555 | fa163ecf-8126-e916-b606-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.77 seconds", "Notice: Applied catalog in 0.23 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.23", " Catalog application: 0.23", " Config retrieval: 0.84", " Last run: 1759507829", " Total: 0.23", "Version:", " Config: 1759507828", " 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 16:10:29.568923 | fa163ecf-8126-e916-b606-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:53.281808 | 0.05s 2025-10-03 16:10:29.593757 | fa163ecf-8126-e916-b606-000000000b5b | TASK | create persistent directories 2025-10-03 16:10:29.788655 | fa163ecf-8126-e916-b606-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 16:10:29.791110 | fa163ecf-8126-e916-b606-000000000b5b | TIMING | create persistent directories | standalone | 0:01:53.503991 | 0.20s 2025-10-03 16:10:29.996193 | fa163ecf-8126-e916-b606-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-03 16:10:29.998024 | fa163ecf-8126-e916-b606-000000000b5b | TIMING | create persistent directories | standalone | 0:01:53.710908 | 0.40s 2025-10-03 16:10:30.008622 | fa163ecf-8126-e916-b606-000000000b5b | TIMING | create persistent directories | standalone | 0:01:53.721503 | 0.41s 2025-10-03 16:10:30.029903 | fa163ecf-8126-e916-b606-000000000b5c | TASK | create persistent directories 2025-10-03 16:10:30.226067 | fa163ecf-8126-e916-b606-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 16:10:30.226928 | fa163ecf-8126-e916-b606-000000000b5c | TIMING | create persistent directories | standalone | 0:01:53.939816 | 0.20s 2025-10-03 16:10:30.411377 | fa163ecf-8126-e916-b606-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-03 16:10:30.413289 | fa163ecf-8126-e916-b606-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.126170 | 0.38s 2025-10-03 16:10:30.424275 | fa163ecf-8126-e916-b606-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.137152 | 0.39s 2025-10-03 16:10:30.451420 | fa163ecf-8126-e916-b606-000000000b5d | TASK | create persistent directories 2025-10-03 16:10:30.704783 | fa163ecf-8126-e916-b606-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 16:10:30.707718 | fa163ecf-8126-e916-b606-000000000b5d | TIMING | create persistent directories | standalone | 0:01:54.420589 | 0.25s 2025-10-03 16:10:30.717390 | fa163ecf-8126-e916-b606-000000000b5d | TIMING | create persistent directories | standalone | 0:01:54.430264 | 0.26s 2025-10-03 16:10:30.743293 | fa163ecf-8126-e916-b606-000000000b5e | TASK | create persistent directories 2025-10-03 16:10:30.964224 | fa163ecf-8126-e916-b606-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-03 16:10:30.965991 | fa163ecf-8126-e916-b606-000000000b5e | TIMING | create persistent directories | standalone | 0:01:54.678876 | 0.22s 2025-10-03 16:10:31.173431 | fa163ecf-8126-e916-b606-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-03 16:10:31.174115 | fa163ecf-8126-e916-b606-000000000b5e | TIMING | create persistent directories | standalone | 0:01:54.887008 | 0.43s 2025-10-03 16:10:31.410687 | fa163ecf-8126-e916-b606-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-03 16:10:31.412731 | fa163ecf-8126-e916-b606-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.125616 | 0.67s 2025-10-03 16:10:31.599841 | fa163ecf-8126-e916-b606-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-03 16:10:31.601103 | fa163ecf-8126-e916-b606-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.313987 | 0.86s 2025-10-03 16:10:31.609064 | fa163ecf-8126-e916-b606-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.321947 | 0.86s 2025-10-03 16:10:31.635781 | fa163ecf-8126-e916-b606-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-03 16:10:32.077943 | fa163ecf-8126-e916-b606-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-03 16:10:32.079053 | fa163ecf-8126-e916-b606-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:55.791939 | 0.44s 2025-10-03 16:10:32.101325 | fa163ecf-8126-e916-b606-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-03 16:10:33.297105 | fa163ecf-8126-e916-b606-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-03 16:10:33.298798 | fa163ecf-8126-e916-b606-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:57.011676 | 1.20s 2025-10-03 16:10:34.621126 | fa163ecf-8126-e916-b606-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-03 16:10:34.622237 | fa163ecf-8126-e916-b606-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:58.335127 | 2.52s 2025-10-03 16:10:35.893342 | fa163ecf-8126-e916-b606-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-03 16:10:35.894631 | fa163ecf-8126-e916-b606-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.607517 | 3.79s 2025-10-03 16:10:35.900887 | fa163ecf-8126-e916-b606-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.613772 | 3.80s 2025-10-03 16:10:35.928789 | fa163ecf-8126-e916-b606-000000000b61 | TASK | create persistent directories 2025-10-03 16:10:36.140028 | fa163ecf-8126-e916-b606-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-03 16:10:36.141735 | fa163ecf-8126-e916-b606-000000000b61 | TIMING | create persistent directories | standalone | 0:01:59.854621 | 0.21s 2025-10-03 16:10:36.356662 | fa163ecf-8126-e916-b606-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-03 16:10:36.358432 | fa163ecf-8126-e916-b606-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.071315 | 0.43s 2025-10-03 16:10:36.535403 | fa163ecf-8126-e916-b606-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-03 16:10:36.536320 | fa163ecf-8126-e916-b606-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.249209 | 0.61s 2025-10-03 16:10:36.541743 | fa163ecf-8126-e916-b606-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.254627 | 0.61s 2025-10-03 16:10:36.564680 | fa163ecf-8126-e916-b606-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-03 16:10:36.737772 | fa163ecf-8126-e916-b606-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-03 16:10:36.740285 | fa163ecf-8126-e916-b606-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:00.453165 | 0.17s 2025-10-03 16:10:36.768791 | fa163ecf-8126-e916-b606-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-03 16:10:36.797905 | fa163ecf-8126-e916-b606-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-03 16:10:36.799864 | fa163ecf-8126-e916-b606-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:00.512693 | 0.03s 2025-10-03 16:10:36.825897 | fa163ecf-8126-e916-b606-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-03 16:10:37.016939 | fa163ecf-8126-e916-b606-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-03 16:10:37.017756 | fa163ecf-8126-e916-b606-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:00.730631 | 0.19s 2025-10-03 16:10:37.035576 | fa163ecf-8126-e916-b606-000000000b65 | TASK | Stop iscsi.service 2025-10-03 16:10:37.071093 | fa163ecf-8126-e916-b606-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-03 16:10:37.071802 | fa163ecf-8126-e916-b606-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:00.784692 | 0.04s 2025-10-03 16:10:37.118626 | fa163ecf-8126-e916-b606-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:00.831509 | 0.03s 2025-10-03 16:10:37.188110 | fa163ecf-8126-e916-b606-000000001067 | TASK | Install additional packages 2025-10-03 16:10:37.224056 | fa163ecf-8126-e916-b606-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:00.936930 | 0.04s 2025-10-03 16:10:37.247570 | fa163ecf-8126-e916-b606-000000001068 | TASK | Remove dracut-config-generic 2025-10-03 16:10:41.026935 | fa163ecf-8126-e916-b606-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-03 16:10:41.028032 | fa163ecf-8126-e916-b606-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:04.740918 | 3.78s 2025-10-03 16:10:41.049103 | fa163ecf-8126-e916-b606-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-03 16:10:41.270564 | fa163ecf-8126-e916-b606-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-03 16:10:41.271575 | fa163ecf-8126-e916-b606-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:04.984462 | 0.22s 2025-10-03 16:10:41.293337 | fa163ecf-8126-e916-b606-00000000106a | TASK | Write list of modules to load at boot 2025-10-03 16:10:41.698741 | fa163ecf-8126-e916-b606-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-03 16:10:41.699846 | fa163ecf-8126-e916-b606-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:05.412734 | 0.41s 2025-10-03 16:10:41.721033 | fa163ecf-8126-e916-b606-00000000106b | TASK | Modules reload 2025-10-03 16:10:42.182811 | fa163ecf-8126-e916-b606-00000000106b | CHANGED | Modules reload | standalone 2025-10-03 16:10:42.184175 | fa163ecf-8126-e916-b606-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:05.897062 | 0.46s 2025-10-03 16:10:42.208749 | fa163ecf-8126-e916-b606-00000000106c | TASK | Set default sysctl options 2025-10-03 16:10:42.682645 | fa163ecf-8126-e916-b606-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-03 16:10:42.683690 | fa163ecf-8126-e916-b606-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:06.396580 | 0.47s 2025-10-03 16:10:42.703205 | fa163ecf-8126-e916-b606-00000000106d | TASK | Set extra sysctl options 2025-10-03 16:10:43.099597 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-03 16:10:43.101127 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.814008 | 0.40s 2025-10-03 16:10:43.329380 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-03 16:10:43.331278 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.044160 | 0.63s 2025-10-03 16:10:43.526091 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-03 16:10:43.527633 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.240523 | 0.82s 2025-10-03 16:10:43.759076 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-03 16:10:43.759872 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.472760 | 1.06s 2025-10-03 16:10:44.006476 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-03 16:10:44.007443 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.720332 | 1.30s 2025-10-03 16:10:44.235781 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-03 16:10:44.237253 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.950144 | 1.53s 2025-10-03 16:10:44.452323 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-03 16:10:44.454239 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.167128 | 1.75s 2025-10-03 16:10:44.699298 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-03 16:10:44.699944 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.412836 | 2.00s 2025-10-03 16:10:44.914023 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-03 16:10:44.915726 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.628616 | 2.21s 2025-10-03 16:10:45.143198 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-03 16:10:45.144039 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.856929 | 2.44s 2025-10-03 16:10:45.391069 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-03 16:10:45.392104 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.104990 | 2.69s 2025-10-03 16:10:45.617527 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-03 16:10:45.618333 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.331223 | 2.91s 2025-10-03 16:10:45.847162 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-03 16:10:45.849104 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.561985 | 3.14s 2025-10-03 16:10:46.124201 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-03 16:10:46.125337 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.838212 | 3.42s 2025-10-03 16:10:46.356853 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-03 16:10:46.358872 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.071753 | 3.65s 2025-10-03 16:10:46.614657 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-03 16:10:46.615231 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.328125 | 3.91s 2025-10-03 16:10:46.846302 | fa163ecf-8126-e916-b606-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-03 16:10:46.847345 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.560229 | 4.14s 2025-10-03 16:10:46.856403 | fa163ecf-8126-e916-b606-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.569280 | 4.15s 2025-10-03 16:10:46.887319 | fa163ecf-8126-e916-b606-00000000106f | TASK | Sysctl reload 2025-10-03 16:10:47.285049 | fa163ecf-8126-e916-b606-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-03 16:10:47.286909 | fa163ecf-8126-e916-b606-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:10.999791 | 0.40s 2025-10-03 16:10:47.339363 | fa163ecf-8126-e916-b606-000000000b67 | TASK | create persistent directories 2025-10-03 16:10:47.554807 | fa163ecf-8126-e916-b606-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-03 16:10:47.555896 | fa163ecf-8126-e916-b606-000000000b67 | TIMING | create persistent directories | standalone | 0:02:11.268783 | 0.22s 2025-10-03 16:10:47.762353 | fa163ecf-8126-e916-b606-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-03 16:10:47.763247 | fa163ecf-8126-e916-b606-000000000b67 | TIMING | create persistent directories | standalone | 0:02:11.476138 | 0.42s 2025-10-03 16:10:47.775534 | fa163ecf-8126-e916-b606-000000000b67 | TIMING | create persistent directories | standalone | 0:02:11.488412 | 0.43s 2025-10-03 16:10:47.803336 | fa163ecf-8126-e916-b606-000000000b68 | TASK | Check if file certs_valid exist 2025-10-03 16:10:48.020917 | fa163ecf-8126-e916-b606-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-03 16:10:48.022291 | fa163ecf-8126-e916-b606-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:11.735173 | 0.22s 2025-10-03 16:10:48.048139 | fa163ecf-8126-e916-b606-000000000b69 | TASK | Check if file cert9.db exist 2025-10-03 16:10:48.219375 | fa163ecf-8126-e916-b606-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-03 16:10:48.220712 | fa163ecf-8126-e916-b606-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:11.933593 | 0.17s 2025-10-03 16:10:48.247426 | fa163ecf-8126-e916-b606-000000000b6a | TASK | Check if file key4.db exist 2025-10-03 16:10:48.485913 | fa163ecf-8126-e916-b606-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-03 16:10:48.487171 | fa163ecf-8126-e916-b606-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:12.200053 | 0.24s 2025-10-03 16:10:48.541573 | fa163ecf-8126-e916-b606-000000000b6b | SKIPPED | fail | standalone 2025-10-03 16:10:48.542799 | fa163ecf-8126-e916-b606-000000000b6b | TIMING | fail | standalone | 0:02:12.255681 | 0.03s 2025-10-03 16:10:48.570410 | fa163ecf-8126-e916-b606-000000000b6c | TASK | Create persistent directories 2025-10-03 16:10:48.858433 | fa163ecf-8126-e916-b606-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 16:10:48.859607 | fa163ecf-8126-e916-b606-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:12.572493 | 0.29s 2025-10-03 16:10:49.034511 | fa163ecf-8126-e916-b606-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-03 16:10:49.035588 | fa163ecf-8126-e916-b606-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:12.748470 | 0.46s 2025-10-03 16:10:49.042226 | fa163ecf-8126-e916-b606-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:12.755111 | 0.47s 2025-10-03 16:10:49.059713 | fa163ecf-8126-e916-b606-000000000b6d | TASK | create persistent directories 2025-10-03 16:10:49.285902 | fa163ecf-8126-e916-b606-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 16:10:49.287851 | fa163ecf-8126-e916-b606-000000000b6d | TIMING | create persistent directories | standalone | 0:02:13.000731 | 0.23s 2025-10-03 16:10:49.297514 | fa163ecf-8126-e916-b606-000000000b6d | TIMING | create persistent directories | standalone | 0:02:13.010403 | 0.24s 2025-10-03 16:10:49.324575 | fa163ecf-8126-e916-b606-000000000b6e | TASK | create persistent directories 2025-10-03 16:10:49.571368 | fa163ecf-8126-e916-b606-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 16:10:49.572492 | fa163ecf-8126-e916-b606-000000000b6e | TIMING | create persistent directories | standalone | 0:02:13.285378 | 0.25s 2025-10-03 16:10:49.782011 | fa163ecf-8126-e916-b606-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-03 16:10:49.782823 | fa163ecf-8126-e916-b606-000000000b6e | TIMING | create persistent directories | standalone | 0:02:13.495713 | 0.46s 2025-10-03 16:10:49.789800 | fa163ecf-8126-e916-b606-000000000b6e | TIMING | create persistent directories | standalone | 0:02:13.502686 | 0.46s 2025-10-03 16:10:49.814772 | fa163ecf-8126-e916-b606-000000000b6f | TASK | create persistent directories 2025-10-03 16:10:50.060020 | fa163ecf-8126-e916-b606-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-03 16:10:50.062269 | fa163ecf-8126-e916-b606-000000000b6f | TIMING | create persistent directories | standalone | 0:02:13.775140 | 0.25s 2025-10-03 16:10:50.071888 | fa163ecf-8126-e916-b606-000000000b6f | TIMING | create persistent directories | standalone | 0:02:13.784769 | 0.26s 2025-10-03 16:10:50.092974 | fa163ecf-8126-e916-b606-000000000b70 | TASK | create persistent directories 2025-10-03 16:10:50.303978 | fa163ecf-8126-e916-b606-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-03 16:10:50.304969 | fa163ecf-8126-e916-b606-000000000b70 | TIMING | create persistent directories | standalone | 0:02:14.017858 | 0.21s 2025-10-03 16:10:50.492245 | fa163ecf-8126-e916-b606-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-03 16:10:50.493409 | fa163ecf-8126-e916-b606-000000000b70 | TIMING | create persistent directories | standalone | 0:02:14.206295 | 0.40s 2025-10-03 16:10:50.654717 | fa163ecf-8126-e916-b606-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-03 16:10:50.655788 | fa163ecf-8126-e916-b606-000000000b70 | TIMING | create persistent directories | standalone | 0:02:14.368681 | 0.56s 2025-10-03 16:10:50.666313 | fa163ecf-8126-e916-b606-000000000b70 | TIMING | create persistent directories | standalone | 0:02:14.379200 | 0.57s 2025-10-03 16:10:50.684563 | fa163ecf-8126-e916-b606-000000000b71 | TASK | create persistent directories 2025-10-03 16:10:50.938356 | fa163ecf-8126-e916-b606-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-03 16:10:50.939301 | fa163ecf-8126-e916-b606-000000000b71 | TIMING | create persistent directories | standalone | 0:02:14.652190 | 0.25s 2025-10-03 16:10:51.102810 | fa163ecf-8126-e916-b606-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-03 16:10:51.103926 | fa163ecf-8126-e916-b606-000000000b71 | TIMING | create persistent directories | standalone | 0:02:14.816811 | 0.42s 2025-10-03 16:10:51.110010 | fa163ecf-8126-e916-b606-000000000b71 | TIMING | create persistent directories | standalone | 0:02:14.822895 | 0.42s 2025-10-03 16:10:51.128247 | fa163ecf-8126-e916-b606-000000000b72 | TASK | create persistent directories 2025-10-03 16:10:51.369738 | fa163ecf-8126-e916-b606-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-03 16:10:51.371273 | fa163ecf-8126-e916-b606-000000000b72 | TIMING | create persistent directories | standalone | 0:02:15.084153 | 0.24s 2025-10-03 16:10:51.377789 | fa163ecf-8126-e916-b606-000000000b72 | TIMING | create persistent directories | standalone | 0:02:15.090667 | 0.25s 2025-10-03 16:10:51.404661 | fa163ecf-8126-e916-b606-000000000b73 | TASK | creating directory 2025-10-03 16:10:51.596605 | fa163ecf-8126-e916-b606-000000000b73 | CHANGED | creating directory | standalone 2025-10-03 16:10:51.598033 | fa163ecf-8126-e916-b606-000000000b73 | TIMING | creating directory | standalone | 0:02:15.310915 | 0.19s 2025-10-03 16:10:51.625716 | fa163ecf-8126-e916-b606-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-03 16:10:52.042328 | fa163ecf-8126-e916-b606-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-03 16:10:52.043779 | fa163ecf-8126-e916-b606-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:15.756661 | 0.42s 2025-10-03 16:10:52.072288 | fa163ecf-8126-e916-b606-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-03 16:10:52.934594 | fa163ecf-8126-e916-b606-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-03 16:10:52.935347 | fa163ecf-8126-e916-b606-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:16.648238 | 0.86s 2025-10-03 16:10:52.953467 | fa163ecf-8126-e916-b606-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-03 16:10:53.182537 | fa163ecf-8126-e916-b606-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-03 16:10:53.183935 | fa163ecf-8126-e916-b606-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:16.896818 | 0.23s 2025-10-03 16:10:53.211792 | fa163ecf-8126-e916-b606-000000000b77 | TASK | remove temp namespace 2025-10-03 16:10:53.474391 | fa163ecf-8126-e916-b606-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-03 16:10:53.475759 | fa163ecf-8126-e916-b606-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:17.188642 | 0.26s 2025-10-03 16:10:53.501257 | fa163ecf-8126-e916-b606-000000000b78 | TASK | create /var/lib/neutron 2025-10-03 16:10:53.741370 | fa163ecf-8126-e916-b606-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-03 16:10:53.742776 | fa163ecf-8126-e916-b606-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:17.455659 | 0.24s 2025-10-03 16:10:53.768781 | fa163ecf-8126-e916-b606-000000000b79 | TASK | set conditions 2025-10-03 16:10:53.796955 | fa163ecf-8126-e916-b606-000000000b79 | OK | set conditions | standalone 2025-10-03 16:10:53.798122 | fa163ecf-8126-e916-b606-000000000b79 | TIMING | set conditions | standalone | 0:02:17.511004 | 0.03s 2025-10-03 16:10:53.824032 | fa163ecf-8126-e916-b606-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-03 16:10:54.044028 | fa163ecf-8126-e916-b606-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-03 16:10:54.044777 | fa163ecf-8126-e916-b606-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:17.757668 | 0.22s 2025-10-03 16:10:54.061713 | fa163ecf-8126-e916-b606-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-03 16:10:54.507353 | fa163ecf-8126-e916-b606-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-03 16:10:54.508631 | fa163ecf-8126-e916-b606-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:18.221513 | 0.45s 2025-10-03 16:10:54.529083 | fa163ecf-8126-e916-b606-000000000b7c | TASK | create haproxy kill script 2025-10-03 16:10:54.985025 | fa163ecf-8126-e916-b606-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-03 16:10:54.986076 | fa163ecf-8126-e916-b606-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:18.698964 | 0.46s 2025-10-03 16:10:55.007237 | fa163ecf-8126-e916-b606-000000000b7d | TASK | create persistent directories 2025-10-03 16:10:55.253145 | fa163ecf-8126-e916-b606-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 16:10:55.255071 | fa163ecf-8126-e916-b606-000000000b7d | TIMING | create persistent directories | standalone | 0:02:18.967955 | 0.25s 2025-10-03 16:10:55.413620 | fa163ecf-8126-e916-b606-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-03 16:10:55.414483 | fa163ecf-8126-e916-b606-000000000b7d | TIMING | create persistent directories | standalone | 0:02:19.127372 | 0.41s 2025-10-03 16:10:55.419919 | fa163ecf-8126-e916-b606-000000000b7d | TIMING | create persistent directories | standalone | 0:02:19.132795 | 0.41s 2025-10-03 16:10:55.451790 | fa163ecf-8126-e916-b606-000000000b7e | TASK | create persistent directories 2025-10-03 16:10:55.630289 | fa163ecf-8126-e916-b606-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 16:10:55.631274 | fa163ecf-8126-e916-b606-000000000b7e | TIMING | create persistent directories | standalone | 0:02:19.344162 | 0.18s 2025-10-03 16:10:55.635893 | fa163ecf-8126-e916-b606-000000000b7e | TIMING | create persistent directories | standalone | 0:02:19.348769 | 0.18s 2025-10-03 16:10:55.657708 | fa163ecf-8126-e916-b606-000000000b7f | TASK | create persistent directories 2025-10-03 16:10:55.888788 | fa163ecf-8126-e916-b606-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 16:10:55.891146 | fa163ecf-8126-e916-b606-000000000b7f | TIMING | create persistent directories | standalone | 0:02:19.604024 | 0.23s 2025-10-03 16:10:56.060893 | fa163ecf-8126-e916-b606-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-03 16:10:56.062222 | fa163ecf-8126-e916-b606-000000000b7f | TIMING | create persistent directories | standalone | 0:02:19.775112 | 0.40s 2025-10-03 16:10:56.073088 | fa163ecf-8126-e916-b606-000000000b7f | TIMING | create persistent directories | standalone | 0:02:19.785966 | 0.41s 2025-10-03 16:10:56.100065 | fa163ecf-8126-e916-b606-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-03 16:10:56.281021 | fa163ecf-8126-e916-b606-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-03 16:10:56.282336 | fa163ecf-8126-e916-b606-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:19.995220 | 0.18s 2025-10-03 16:10:56.307390 | fa163ecf-8126-e916-b606-000000000b81 | TASK | create persistent directories 2025-10-03 16:10:56.577594 | fa163ecf-8126-e916-b606-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-03 16:10:56.578921 | fa163ecf-8126-e916-b606-000000000b81 | TIMING | create persistent directories | standalone | 0:02:20.291795 | 0.27s 2025-10-03 16:10:56.776389 | fa163ecf-8126-e916-b606-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-03 16:10:56.777584 | fa163ecf-8126-e916-b606-000000000b81 | TIMING | create persistent directories | standalone | 0:02:20.490468 | 0.47s 2025-10-03 16:10:56.952357 | fa163ecf-8126-e916-b606-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-03 16:10:56.954022 | fa163ecf-8126-e916-b606-000000000b81 | TIMING | create persistent directories | standalone | 0:02:20.666901 | 0.65s 2025-10-03 16:10:57.139928 | fa163ecf-8126-e916-b606-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-03 16:10:57.141112 | fa163ecf-8126-e916-b606-000000000b81 | TIMING | create persistent directories | standalone | 0:02:20.853997 | 0.83s 2025-10-03 16:10:57.320413 | fa163ecf-8126-e916-b606-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-03 16:10:57.321878 | fa163ecf-8126-e916-b606-000000000b81 | TIMING | create persistent directories | standalone | 0:02:21.034756 | 1.01s 2025-10-03 16:10:57.336242 | fa163ecf-8126-e916-b606-000000000b81 | TIMING | create persistent directories | standalone | 0:02:21.049116 | 1.03s 2025-10-03 16:10:57.364370 | fa163ecf-8126-e916-b606-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-03 16:10:57.796876 | fa163ecf-8126-e916-b606-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-03 16:10:57.798294 | fa163ecf-8126-e916-b606-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:21.511177 | 0.43s 2025-10-03 16:10:57.823600 | fa163ecf-8126-e916-b606-000000000b83 | TASK | create tempfiles 2025-10-03 16:10:58.085704 | fa163ecf-8126-e916-b606-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-03 16:10:58.087167 | fa163ecf-8126-e916-b606-000000000b83 | TIMING | create tempfiles | standalone | 0:02:21.800047 | 0.26s 2025-10-03 16:10:58.111898 | fa163ecf-8126-e916-b606-000000000b84 | TASK | Mount Nova NFS Share 2025-10-03 16:10:58.134550 | fa163ecf-8126-e916-b606-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-03 16:10:58.135488 | fa163ecf-8126-e916-b606-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:21.848376 | 0.02s 2025-10-03 16:10:58.153456 | fa163ecf-8126-e916-b606-000000000b86 | TASK | check systemd-container package installed or not 2025-10-03 16:10:58.183811 | fa163ecf-8126-e916-b606-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-03 16:10:58.184767 | fa163ecf-8126-e916-b606-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:21.897655 | 0.03s 2025-10-03 16:10:58.203301 | fa163ecf-8126-e916-b606-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-03 16:10:58.229308 | fa163ecf-8126-e916-b606-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-03 16:10:58.230239 | fa163ecf-8126-e916-b606-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:21.943129 | 0.03s 2025-10-03 16:10:58.248382 | fa163ecf-8126-e916-b606-000000000b88 | TASK | Install systemd-container package on boot 2025-10-03 16:10:58.274575 | fa163ecf-8126-e916-b606-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-03 16:10:58.275746 | fa163ecf-8126-e916-b606-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:21.988631 | 0.03s 2025-10-03 16:10:58.293809 | fa163ecf-8126-e916-b606-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-03 16:10:58.321894 | fa163ecf-8126-e916-b606-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-03 16:10:58.322826 | fa163ecf-8126-e916-b606-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:22.035715 | 0.03s 2025-10-03 16:10:58.341717 | fa163ecf-8126-e916-b606-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-03 16:10:58.368479 | fa163ecf-8126-e916-b606-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-03 16:10:58.369439 | fa163ecf-8126-e916-b606-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:22.082326 | 0.03s 2025-10-03 16:10:58.387070 | fa163ecf-8126-e916-b606-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-03 16:10:58.412746 | fa163ecf-8126-e916-b606-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-03 16:10:58.413633 | fa163ecf-8126-e916-b606-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:22.126522 | 0.03s 2025-10-03 16:10:58.431724 | fa163ecf-8126-e916-b606-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-03 16:10:58.461128 | fa163ecf-8126-e916-b606-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-03 16:10:58.461930 | fa163ecf-8126-e916-b606-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:22.174822 | 0.03s 2025-10-03 16:10:58.479212 | fa163ecf-8126-e916-b606-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-03 16:10:58.516829 | fa163ecf-8126-e916-b606-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-03 16:10:58.517811 | fa163ecf-8126-e916-b606-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:22.230699 | 0.04s 2025-10-03 16:10:58.535967 | fa163ecf-8126-e916-b606-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-03 16:10:58.564990 | fa163ecf-8126-e916-b606-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-03 16:10:58.565844 | fa163ecf-8126-e916-b606-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:22.278734 | 0.03s 2025-10-03 16:10:58.583493 | fa163ecf-8126-e916-b606-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-03 16:10:58.612438 | fa163ecf-8126-e916-b606-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-03 16:10:58.613381 | fa163ecf-8126-e916-b606-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:22.326271 | 0.03s 2025-10-03 16:10:58.631319 | fa163ecf-8126-e916-b606-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-03 16:10:58.659566 | fa163ecf-8126-e916-b606-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-03 16:10:58.660337 | fa163ecf-8126-e916-b606-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:22.373228 | 0.03s 2025-10-03 16:10:58.678210 | fa163ecf-8126-e916-b606-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-03 16:10:58.704373 | fa163ecf-8126-e916-b606-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-03 16:10:58.705911 | fa163ecf-8126-e916-b606-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:22.418797 | 0.03s 2025-10-03 16:10:58.724102 | fa163ecf-8126-e916-b606-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-03 16:10:58.749852 | fa163ecf-8126-e916-b606-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-03 16:10:58.750753 | fa163ecf-8126-e916-b606-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:22.463642 | 0.03s 2025-10-03 16:10:58.769090 | fa163ecf-8126-e916-b606-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-03 16:10:58.794619 | fa163ecf-8126-e916-b606-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-03 16:10:58.795392 | fa163ecf-8126-e916-b606-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:22.508283 | 0.03s 2025-10-03 16:10:58.813095 | fa163ecf-8126-e916-b606-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-03 16:10:58.839049 | fa163ecf-8126-e916-b606-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-03 16:10:58.839825 | fa163ecf-8126-e916-b606-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:22.552717 | 0.03s 2025-10-03 16:10:58.858529 | fa163ecf-8126-e916-b606-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-03 16:10:58.905108 | fa163ecf-8126-e916-b606-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-03 16:10:58.906036 | fa163ecf-8126-e916-b606-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:22.618925 | 0.05s 2025-10-03 16:10:58.923284 | fa163ecf-8126-e916-b606-000000000b9a | TASK | Is irqbalance enabled 2025-10-03 16:10:58.952037 | fa163ecf-8126-e916-b606-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-03 16:10:58.952676 | fa163ecf-8126-e916-b606-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:22.665568 | 0.03s 2025-10-03 16:10:58.979090 | fa163ecf-8126-e916-b606-000000000b9b | TASK | disable irqbalance service on compute 2025-10-03 16:10:59.009974 | fa163ecf-8126-e916-b606-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-03 16:10:59.010824 | fa163ecf-8126-e916-b606-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:22.723713 | 0.03s 2025-10-03 16:10:59.028169 | fa163ecf-8126-e916-b606-000000000b9c | TASK | create persistent directories 2025-10-03 16:10:59.223501 | fa163ecf-8126-e916-b606-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-03 16:10:59.225015 | fa163ecf-8126-e916-b606-000000000b9c | TIMING | create persistent directories | standalone | 0:02:22.937903 | 0.20s 2025-10-03 16:10:59.235673 | fa163ecf-8126-e916-b606-000000000b9c | TIMING | create persistent directories | standalone | 0:02:22.948551 | 0.21s 2025-10-03 16:10:59.262853 | fa163ecf-8126-e916-b606-000000000b9d | TASK | create libvirt persistent data directories 2025-10-03 16:10:59.511903 | fa163ecf-8126-e916-b606-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-03 16:10:59.513099 | fa163ecf-8126-e916-b606-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:23.225983 | 0.25s 2025-10-03 16:10:59.682312 | fa163ecf-8126-e916-b606-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-03 16:10:59.683673 | fa163ecf-8126-e916-b606-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:23.396564 | 0.42s 2025-10-03 16:10:59.928244 | fa163ecf-8126-e916-b606-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-03 16:10:59.930041 | fa163ecf-8126-e916-b606-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:23.642925 | 0.67s 2025-10-03 16:11:00.173224 | fa163ecf-8126-e916-b606-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-03 16:11:00.174439 | fa163ecf-8126-e916-b606-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:23.887332 | 0.91s 2025-10-03 16:11:00.413111 | fa163ecf-8126-e916-b606-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-03 16:11:00.414218 | fa163ecf-8126-e916-b606-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:24.127103 | 1.15s 2025-10-03 16:11:00.635439 | fa163ecf-8126-e916-b606-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-03 16:11:00.636656 | fa163ecf-8126-e916-b606-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:24.349539 | 1.37s 2025-10-03 16:11:00.874028 | fa163ecf-8126-e916-b606-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-03 16:11:00.874723 | fa163ecf-8126-e916-b606-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:24.587615 | 1.61s 2025-10-03 16:11:01.061093 | fa163ecf-8126-e916-b606-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-03 16:11:01.061799 | fa163ecf-8126-e916-b606-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:24.774692 | 1.80s 2025-10-03 16:11:01.070204 | fa163ecf-8126-e916-b606-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:24.783069 | 1.81s 2025-10-03 16:11:01.093857 | fa163ecf-8126-e916-b606-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-03 16:11:01.524438 | fa163ecf-8126-e916-b606-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-03 16:11:01.525736 | fa163ecf-8126-e916-b606-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:25.238617 | 0.43s 2025-10-03 16:11:01.553094 | fa163ecf-8126-e916-b606-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-03 16:11:02.049734 | fa163ecf-8126-e916-b606-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-03 16:11:02.051303 | fa163ecf-8126-e916-b606-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:25.764184 | 0.50s 2025-10-03 16:11:02.078432 | fa163ecf-8126-e916-b606-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-03 16:11:02.301468 | fa163ecf-8126-e916-b606-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-03 16:11:02.302312 | fa163ecf-8126-e916-b606-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:26.015203 | 0.22s 2025-10-03 16:11:02.322591 | fa163ecf-8126-e916-b606-000000000ba1 | TASK | check if libvirt is installed 2025-10-03 16:11:02.542268 | fa163ecf-8126-e916-b606-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-03 16:11:02.543678 | fa163ecf-8126-e916-b606-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:26.256562 | 0.22s 2025-10-03 16:11:02.571487 | fa163ecf-8126-e916-b606-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-03 16:11:02.615834 | fa163ecf-8126-e916-b606-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-03 16:11:02.620115 | fa163ecf-8126-e916-b606-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-03 16:11:02.623121 | fa163ecf-8126-e916-b606-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:26.335998 | 0.05s 2025-10-03 16:11:02.648250 | fa163ecf-8126-e916-b606-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-03 16:11:03.097418 | fa163ecf-8126-e916-b606-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-03 16:11:03.098245 | fa163ecf-8126-e916-b606-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:26.811136 | 0.45s 2025-10-03 16:11:03.115664 | fa163ecf-8126-e916-b606-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-03 16:11:03.998429 | fa163ecf-8126-e916-b606-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-03 16:11:03.999429 | fa163ecf-8126-e916-b606-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:27.712320 | 0.88s 2025-10-03 16:11:04.017462 | fa163ecf-8126-e916-b606-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-03 16:11:04.264169 | fa163ecf-8126-e916-b606-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-03 16:11:04.266401 | fa163ecf-8126-e916-b606-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:27.979281 | 0.25s 2025-10-03 16:11:04.276553 | fa163ecf-8126-e916-b606-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:27.989431 | 0.26s 2025-10-03 16:11:04.303403 | fa163ecf-8126-e916-b606-000000000ba6 | TASK | create persistent directories 2025-10-03 16:11:04.549564 | fa163ecf-8126-e916-b606-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-03 16:11:04.551163 | fa163ecf-8126-e916-b606-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:28.264040 | 0.25s 2025-10-03 16:11:04.725121 | fa163ecf-8126-e916-b606-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-03 16:11:04.726821 | fa163ecf-8126-e916-b606-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:28.439705 | 0.42s 2025-10-03 16:11:04.736946 | fa163ecf-8126-e916-b606-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:28.449829 | 0.43s 2025-10-03 16:11:04.760739 | fa163ecf-8126-e916-b606-000000000ba7 | TASK | Copy in cleanup script 2025-10-03 16:11:05.193015 | fa163ecf-8126-e916-b606-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-03 16:11:05.194400 | fa163ecf-8126-e916-b606-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:28.907282 | 0.43s 2025-10-03 16:11:05.220377 | fa163ecf-8126-e916-b606-000000000ba8 | TASK | Copy in cleanup service 2025-10-03 16:11:05.678860 | fa163ecf-8126-e916-b606-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-03 16:11:05.679854 | fa163ecf-8126-e916-b606-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:29.392744 | 0.46s 2025-10-03 16:11:05.698516 | fa163ecf-8126-e916-b606-000000000ba9 | TASK | Enabling the cleanup service 2025-10-03 16:11:06.351745 | fa163ecf-8126-e916-b606-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-03 16:11:06.354285 | fa163ecf-8126-e916-b606-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:30.067163 | 0.65s 2025-10-03 16:11:06.382741 | fa163ecf-8126-e916-b606-000000000baa | TASK | create persistent directories 2025-10-03 16:11:06.670876 | fa163ecf-8126-e916-b606-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-03 16:11:06.673078 | fa163ecf-8126-e916-b606-000000000baa | TIMING | create persistent directories | standalone | 0:02:30.385959 | 0.29s 2025-10-03 16:11:06.870322 | fa163ecf-8126-e916-b606-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-03 16:11:06.871357 | fa163ecf-8126-e916-b606-000000000baa | TIMING | create persistent directories | standalone | 0:02:30.584243 | 0.49s 2025-10-03 16:11:06.883812 | fa163ecf-8126-e916-b606-000000000baa | TIMING | create persistent directories | standalone | 0:02:30.596688 | 0.50s 2025-10-03 16:11:06.910427 | fa163ecf-8126-e916-b606-000000000bab | TASK | set conditions 2025-10-03 16:11:06.939122 | fa163ecf-8126-e916-b606-000000000bab | OK | set conditions | standalone 2025-10-03 16:11:06.940483 | fa163ecf-8126-e916-b606-000000000bab | TIMING | set conditions | standalone | 0:02:30.653365 | 0.03s 2025-10-03 16:11:06.963880 | fa163ecf-8126-e916-b606-000000000bac | TASK | create persistent directories 2025-10-03 16:11:07.162166 | fa163ecf-8126-e916-b606-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 16:11:07.164383 | fa163ecf-8126-e916-b606-000000000bac | TIMING | create persistent directories | standalone | 0:02:30.877219 | 0.20s 2025-10-03 16:11:07.381607 | fa163ecf-8126-e916-b606-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-03 16:11:07.382732 | fa163ecf-8126-e916-b606-000000000bac | TIMING | create persistent directories | standalone | 0:02:31.095618 | 0.42s 2025-10-03 16:11:07.554458 | fa163ecf-8126-e916-b606-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-03 16:11:07.555541 | fa163ecf-8126-e916-b606-000000000bac | TIMING | create persistent directories | standalone | 0:02:31.268426 | 0.59s 2025-10-03 16:11:07.562790 | fa163ecf-8126-e916-b606-000000000bac | TIMING | create persistent directories | standalone | 0:02:31.275674 | 0.60s 2025-10-03 16:11:07.589793 | fa163ecf-8126-e916-b606-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-03 16:11:07.950783 | fa163ecf-8126-e916-b606-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-03 16:11:07.952384 | fa163ecf-8126-e916-b606-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:31.665261 | 0.36s 2025-10-03 16:11:07.979524 | fa163ecf-8126-e916-b606-000000000bae | TASK | create persistent directories 2025-10-03 16:11:08.213169 | fa163ecf-8126-e916-b606-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 16:11:08.215204 | fa163ecf-8126-e916-b606-000000000bae | TIMING | create persistent directories | standalone | 0:02:31.928072 | 0.23s 2025-10-03 16:11:08.396055 | fa163ecf-8126-e916-b606-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-03 16:11:08.398128 | fa163ecf-8126-e916-b606-000000000bae | TIMING | create persistent directories | standalone | 0:02:32.111010 | 0.42s 2025-10-03 16:11:08.408342 | fa163ecf-8126-e916-b606-000000000bae | TIMING | create persistent directories | standalone | 0:02:32.121219 | 0.43s 2025-10-03 16:11:08.436738 | fa163ecf-8126-e916-b606-000000000baf | TASK | create empty log files 2025-10-03 16:11:08.664583 | fa163ecf-8126-e916-b606-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 16:11:08.666269 | fa163ecf-8126-e916-b606-000000000baf | TIMING | create empty log files | standalone | 0:02:32.379145 | 0.23s 2025-10-03 16:11:08.830931 | fa163ecf-8126-e916-b606-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 16:11:08.831979 | fa163ecf-8126-e916-b606-000000000baf | TIMING | create empty log files | standalone | 0:02:32.544864 | 0.39s 2025-10-03 16:11:08.838635 | fa163ecf-8126-e916-b606-000000000baf | TIMING | create empty log files | standalone | 0:02:32.551520 | 0.40s 2025-10-03 16:11:08.856128 | fa163ecf-8126-e916-b606-000000000bb0 | TASK | create persistent directories 2025-10-03 16:11:09.035618 | fa163ecf-8126-e916-b606-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 16:11:09.037457 | fa163ecf-8126-e916-b606-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:32.750346 | 0.18s 2025-10-03 16:11:09.047679 | fa163ecf-8126-e916-b606-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:32.760560 | 0.19s 2025-10-03 16:11:09.068043 | fa163ecf-8126-e916-b606-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-03 16:11:11.937150 | fa163ecf-8126-e916-b606-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-03 16:11:11.938469 | fa163ecf-8126-e916-b606-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:35.651354 | 2.87s 2025-10-03 16:11:11.978989 | fa163ecf-8126-e916-b606-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:35.691860 | 0.02s 2025-10-03 16:11:12.040089 | fa163ecf-8126-e916-b606-000000001291 | TASK | Gather variables for each operating system 2025-10-03 16:11:12.144979 | fa163ecf-8126-e916-b606-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:35.857848 | 0.10s 2025-10-03 16:11:12.171591 | fa163ecf-8126-e916-b606-000000001292 | TASK | Set packages facts 2025-10-03 16:11:12.211100 | fa163ecf-8126-e916-b606-000000001292 | OK | Set packages facts | standalone 2025-10-03 16:11:12.212400 | fa163ecf-8126-e916-b606-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:35.925283 | 0.04s 2025-10-03 16:11:12.239151 | fa163ecf-8126-e916-b606-000000001293 | TASK | Manage package 2025-10-03 16:11:12.285971 | fa163ecf-8126-e916-b606-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-03 16:11:12.301507 | fa163ecf-8126-e916-b606-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-03 16:11:12.318516 | fa163ecf-8126-e916-b606-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-03 16:11:17.142051 | fa163ecf-8126-e916-b606-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:40.854922 | 4.90s 2025-10-03 16:11:17.156042 | fa163ecf-8126-e916-b606-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-03 16:11:17.169073 | fa163ecf-8126-e916-b606-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:40.881951 | 4.93s 2025-10-03 16:11:17.221287 | fa163ecf-8126-e916-b606-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-03 16:11:18.382679 | fa163ecf-8126-e916-b606-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-03 16:11:18.384489 | fa163ecf-8126-e916-b606-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:42.097363 | 1.16s 2025-10-03 16:11:18.411877 | fa163ecf-8126-e916-b606-000000000bb6 | TASK | create persistent directories 2025-10-03 16:11:18.684119 | fa163ecf-8126-e916-b606-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-03 16:11:18.686362 | fa163ecf-8126-e916-b606-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:42.399240 | 0.27s 2025-10-03 16:11:18.873553 | fa163ecf-8126-e916-b606-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-03 16:11:18.874969 | fa163ecf-8126-e916-b606-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:42.587846 | 0.46s 2025-10-03 16:11:18.893925 | fa163ecf-8126-e916-b606-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:42.606802 | 0.48s 2025-10-03 16:11:18.921291 | fa163ecf-8126-e916-b606-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 16:11:19.171653 | fa163ecf-8126-e916-b606-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 16:11:19.172709 | fa163ecf-8126-e916-b606-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:42.885598 | 0.25s 2025-10-03 16:11:19.194024 | fa163ecf-8126-e916-b606-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-03 16:11:19.220639 | fa163ecf-8126-e916-b606-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-03 16:11:19.221869 | fa163ecf-8126-e916-b606-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:42.934753 | 0.03s 2025-10-03 16:11:19.246445 | fa163ecf-8126-e916-b606-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-03 16:11:19.475304 | fa163ecf-8126-e916-b606-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-03 16:11:19.476702 | fa163ecf-8126-e916-b606-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:43.189580 | 0.23s 2025-10-03 16:11:19.497739 | fa163ecf-8126-e916-b606-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-03 16:11:19.682059 | fa163ecf-8126-e916-b606-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-03 16:11:19.683398 | fa163ecf-8126-e916-b606-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:43.396282 | 0.18s 2025-10-03 16:11:19.709646 | fa163ecf-8126-e916-b606-000000000bbb | TASK | Restart systemd-logind 2025-10-03 16:11:20.258589 | fa163ecf-8126-e916-b606-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-03 16:11:20.259813 | fa163ecf-8126-e916-b606-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:43.972701 | 0.55s 2025-10-03 16:11:20.280235 | fa163ecf-8126-e916-b606-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 16:11:20.349008 | fa163ecf-8126-e916-b606-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-03 16:11:20.349936 | fa163ecf-8126-e916-b606-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:44.062824 | 0.07s 2025-10-03 16:11:20.377807 | fa163ecf-8126-e916-b606-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 16:11:20.448459 | fa163ecf-8126-e916-b606-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-03 16:11:20.449316 | fa163ecf-8126-e916-b606-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:44.162198 | 0.07s 2025-10-03 16:11:20.475756 | fa163ecf-8126-e916-b606-000000000bbe | TASK | create persistent logs directory 2025-10-03 16:11:20.742330 | fa163ecf-8126-e916-b606-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-03 16:11:20.744664 | fa163ecf-8126-e916-b606-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:44.457540 | 0.27s 2025-10-03 16:11:20.930730 | fa163ecf-8126-e916-b606-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-03 16:11:20.931540 | fa163ecf-8126-e916-b606-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:44.644430 | 0.45s 2025-10-03 16:11:20.936488 | fa163ecf-8126-e916-b606-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:44.649373 | 0.46s 2025-10-03 16:11:20.963819 | fa163ecf-8126-e916-b606-000000000bc0 | TASK | Set login facts 2025-10-03 16:11:20.991734 | fa163ecf-8126-e916-b606-000000000bc0 | OK | Set login facts | standalone 2025-10-03 16:11:20.992665 | fa163ecf-8126-e916-b606-000000000bc0 | TIMING | Set login facts | standalone | 0:02:44.705553 | 0.03s 2025-10-03 16:11:21.018320 | fa163ecf-8126-e916-b606-000000000bc1 | TASK | Convert logins json to dict 2025-10-03 16:11:21.047504 | fa163ecf-8126-e916-b606-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-03 16:11:21.048709 | fa163ecf-8126-e916-b606-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:44.761590 | 0.03s 2025-10-03 16:11:21.078565 | fa163ecf-8126-e916-b606-000000000bc2 | TASK | Set registry logins 2025-10-03 16:11:21.120772 | fa163ecf-8126-e916-b606-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-03 16:11:21.121614 | fa163ecf-8126-e916-b606-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:44.834503 | 0.04s 2025-10-03 16:11:21.139456 | fa163ecf-8126-e916-b606-000000000bc3 | TASK | Run podman install 2025-10-03 16:11:21.165425 | fa163ecf-8126-e916-b606-000000000bc3 | TIMING | Run podman install | standalone | 0:02:44.878306 | 0.02s 2025-10-03 16:11:21.218966 | fa163ecf-8126-e916-b606-000000001323 | TASK | Gather variables for each operating system 2025-10-03 16:11:21.336892 | fa163ecf-8126-e916-b606-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-03 16:11:21.339584 | fa163ecf-8126-e916-b606-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:45.052463 | 0.12s 2025-10-03 16:11:21.350237 | fa163ecf-8126-e916-b606-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:45.063044 | 0.13s 2025-10-03 16:11:21.369215 | fa163ecf-8126-e916-b606-000000001325 | TASK | ensure podman and deps are installed 2025-10-03 16:11:24.291587 | fa163ecf-8126-e916-b606-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-03 16:11:24.292961 | fa163ecf-8126-e916-b606-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:48.005843 | 2.92s 2025-10-03 16:11:24.321412 | fa163ecf-8126-e916-b606-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-03 16:11:24.868781 | fa163ecf-8126-e916-b606-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-03 16:11:24.869929 | fa163ecf-8126-e916-b606-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:48.582811 | 0.55s 2025-10-03 16:11:24.901726 | fa163ecf-8126-e916-b606-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-03 16:11:24.930423 | fa163ecf-8126-e916-b606-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-03 16:11:24.931804 | fa163ecf-8126-e916-b606-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:48.644678 | 0.03s 2025-10-03 16:11:24.959086 | fa163ecf-8126-e916-b606-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-03 16:11:24.987481 | fa163ecf-8126-e916-b606-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-03 16:11:24.988745 | fa163ecf-8126-e916-b606-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:48.701622 | 0.03s 2025-10-03 16:11:25.017074 | fa163ecf-8126-e916-b606-00000000132a | TASK | Update default network configuration if possible 2025-10-03 16:11:25.045316 | fa163ecf-8126-e916-b606-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-03 16:11:25.046612 | fa163ecf-8126-e916-b606-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:48.759487 | 0.03s 2025-10-03 16:11:25.073715 | fa163ecf-8126-e916-b606-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-03 16:11:25.319639 | fa163ecf-8126-e916-b606-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-03 16:11:25.321075 | fa163ecf-8126-e916-b606-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:49.033958 | 0.25s 2025-10-03 16:11:25.350484 | fa163ecf-8126-e916-b606-00000000132d | TASK | Get current podman network 2025-10-03 16:11:25.672289 | fa163ecf-8126-e916-b606-00000000132d | CHANGED | Get current podman network | standalone 2025-10-03 16:11:25.673891 | fa163ecf-8126-e916-b606-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:49.386768 | 0.32s 2025-10-03 16:11:25.701809 | fa163ecf-8126-e916-b606-00000000132e | TASK | Update the default network configuration 2025-10-03 16:11:26.253935 | fa163ecf-8126-e916-b606-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-03 16:11:26.255207 | fa163ecf-8126-e916-b606-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:49.968060 | 0.55s 2025-10-03 16:11:26.281036 | fa163ecf-8126-e916-b606-00000000132f | TASK | Write containers registries.conf 2025-10-03 16:11:26.833556 | fa163ecf-8126-e916-b606-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-03 16:11:26.834904 | fa163ecf-8126-e916-b606-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:50.547788 | 0.55s 2025-10-03 16:11:26.861592 | fa163ecf-8126-e916-b606-000000001330 | TASK | Write containers.conf 2025-10-03 16:11:27.117557 | fa163ecf-8126-e916-b606-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-03 16:11:27.119083 | fa163ecf-8126-e916-b606-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:50.831973 | 0.26s 2025-10-03 16:11:27.328201 | fa163ecf-8126-e916-b606-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-03 16:11:27.329284 | fa163ecf-8126-e916-b606-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:51.042169 | 0.47s 2025-10-03 16:11:27.548218 | fa163ecf-8126-e916-b606-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-03 16:11:27.549613 | fa163ecf-8126-e916-b606-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:51.262499 | 0.69s 2025-10-03 16:11:27.780388 | fa163ecf-8126-e916-b606-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-03 16:11:27.781509 | fa163ecf-8126-e916-b606-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:51.494393 | 0.92s 2025-10-03 16:11:27.789555 | fa163ecf-8126-e916-b606-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:51.502431 | 0.93s 2025-10-03 16:11:27.813605 | fa163ecf-8126-e916-b606-000000001331 | TASK | Enable podman.socket service 2025-10-03 16:11:27.846249 | fa163ecf-8126-e916-b606-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-03 16:11:27.847129 | fa163ecf-8126-e916-b606-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:51.560017 | 0.03s 2025-10-03 16:11:27.881064 | fa163ecf-8126-e916-b606-000000000bc4 | TASK | Run podman login 2025-10-03 16:11:27.907838 | fa163ecf-8126-e916-b606-000000000bc4 | TIMING | Run podman login | standalone | 0:02:51.620721 | 0.03s 2025-10-03 16:11:27.966586 | fa163ecf-8126-e916-b606-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-03 16:11:27.992458 | fa163ecf-8126-e916-b606-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:51.705335 | 0.02s 2025-10-03 16:11:28.027517 | fa163ecf-8126-e916-b606-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-03 16:11:28.444648 | fa163ecf-8126-e916-b606-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-03 16:11:28.446616 | fa163ecf-8126-e916-b606-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:52.159491 | 0.42s 2025-10-03 16:11:28.474816 | fa163ecf-8126-e916-b606-000000000bc7 | TASK | create persistent directories 2025-10-03 16:11:28.739347 | fa163ecf-8126-e916-b606-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-03 16:11:28.741666 | fa163ecf-8126-e916-b606-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:52.454550 | 0.26s 2025-10-03 16:11:28.928587 | fa163ecf-8126-e916-b606-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-03 16:11:28.929571 | fa163ecf-8126-e916-b606-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:52.642460 | 0.45s 2025-10-03 16:11:29.143731 | fa163ecf-8126-e916-b606-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-03 16:11:29.144900 | fa163ecf-8126-e916-b606-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:52.857785 | 0.67s 2025-10-03 16:11:29.154022 | fa163ecf-8126-e916-b606-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:52.866892 | 0.68s 2025-10-03 16:11:29.184570 | fa163ecf-8126-e916-b606-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-03 16:11:29.629468 | fa163ecf-8126-e916-b606-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-03 16:11:29.632397 | fa163ecf-8126-e916-b606-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:53.345272 | 0.45s 2025-10-03 16:11:29.659697 | fa163ecf-8126-e916-b606-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-03 16:11:32.606280 | fa163ecf-8126-e916-b606-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-03 16:11:32.607685 | fa163ecf-8126-e916-b606-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:02:56.320566 | 2.95s 2025-10-03 16:11:32.633554 | fa163ecf-8126-e916-b606-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-03 16:11:34.019629 | fa163ecf-8126-e916-b606-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-03 16:11:34.021758 | fa163ecf-8126-e916-b606-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:57.734637 | 1.39s 2025-10-03 16:11:34.078830 | fa163ecf-8126-e916-b606-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:02:57.791700 | 0.03s 2025-10-03 16:11:34.170278 | fa163ecf-8126-e916-b606-00000000154c | TASK | Gather variables for each operating system 2025-10-03 16:11:34.291732 | fa163ecf-8126-e916-b606-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-03 16:11:34.293341 | fa163ecf-8126-e916-b606-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:58.006227 | 0.12s 2025-10-03 16:11:34.303808 | fa163ecf-8126-e916-b606-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:58.016690 | 0.13s 2025-10-03 16:11:34.330344 | fa163ecf-8126-e916-b606-00000000154e | TASK | Install the OpenSSH server 2025-10-03 16:11:37.292899 | fa163ecf-8126-e916-b606-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-03 16:11:37.293858 | fa163ecf-8126-e916-b606-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:01.006747 | 2.96s 2025-10-03 16:11:37.321422 | fa163ecf-8126-e916-b606-00000000154f | TASK | Start sshd 2025-10-03 16:11:37.349669 | fa163ecf-8126-e916-b606-00000000154f | SKIPPED | Start sshd | standalone 2025-10-03 16:11:37.351130 | fa163ecf-8126-e916-b606-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:01.064005 | 0.03s 2025-10-03 16:11:37.378002 | fa163ecf-8126-e916-b606-000000001550 | TASK | PasswordAuthentication notice 2025-10-03 16:11:37.405774 | fa163ecf-8126-e916-b606-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-03 16:11:37.407023 | fa163ecf-8126-e916-b606-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:01.119905 | 0.03s 2025-10-03 16:11:37.433973 | fa163ecf-8126-e916-b606-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-03 16:11:37.462015 | fa163ecf-8126-e916-b606-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-03 16:11:37.463229 | fa163ecf-8126-e916-b606-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:01.176110 | 0.03s 2025-10-03 16:11:37.489484 | fa163ecf-8126-e916-b606-000000001552 | TASK | Motd duplication notice 2025-10-03 16:11:37.530356 | fa163ecf-8126-e916-b606-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 16:11:37.531796 | fa163ecf-8126-e916-b606-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:01.244679 | 0.04s 2025-10-03 16:11:37.554730 | fa163ecf-8126-e916-b606-000000001553 | TASK | Configure the banner text 2025-10-03 16:11:37.588961 | fa163ecf-8126-e916-b606-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-03 16:11:37.590391 | fa163ecf-8126-e916-b606-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:01.303273 | 0.03s 2025-10-03 16:11:37.612260 | fa163ecf-8126-e916-b606-000000001554 | TASK | Configure the motd banner 2025-10-03 16:11:37.652465 | fa163ecf-8126-e916-b606-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-03 16:11:37.653833 | fa163ecf-8126-e916-b606-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:01.366718 | 0.04s 2025-10-03 16:11:37.675821 | fa163ecf-8126-e916-b606-000000001555 | TASK | Update sshd configuration options from vars 2025-10-03 16:11:37.710219 | fa163ecf-8126-e916-b606-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-03 16:11:37.711636 | fa163ecf-8126-e916-b606-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:01.424521 | 0.03s 2025-10-03 16:11:37.734509 | fa163ecf-8126-e916-b606-000000001556 | TASK | Adjust ssh server configuration 2025-10-03 16:11:38.245282 | fa163ecf-8126-e916-b606-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-03 16:11:38.246886 | fa163ecf-8126-e916-b606-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:01.959767 | 0.51s 2025-10-03 16:11:38.268212 | fa163ecf-8126-e916-b606-000000001557 | TASK | Restart sshd 2025-10-03 16:11:38.721284 | fa163ecf-8126-e916-b606-000000001557 | CHANGED | Restart sshd | standalone 2025-10-03 16:11:38.722411 | fa163ecf-8126-e916-b606-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:02.435302 | 0.45s 2025-10-03 16:11:38.762923 | fa163ecf-8126-e916-b606-000000000bcc | TASK | create persistent directories 2025-10-03 16:11:39.023337 | fa163ecf-8126-e916-b606-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-03 16:11:39.026640 | fa163ecf-8126-e916-b606-000000000bcc | TIMING | create persistent directories | standalone | 0:03:02.739408 | 0.26s 2025-10-03 16:11:39.270056 | fa163ecf-8126-e916-b606-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-03 16:11:39.271507 | fa163ecf-8126-e916-b606-000000000bcc | TIMING | create persistent directories | standalone | 0:03:02.984400 | 0.51s 2025-10-03 16:11:39.461484 | fa163ecf-8126-e916-b606-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-03 16:11:39.463402 | fa163ecf-8126-e916-b606-000000000bcc | TIMING | create persistent directories | standalone | 0:03:03.176281 | 0.70s 2025-10-03 16:11:39.473564 | fa163ecf-8126-e916-b606-000000000bcc | TIMING | create persistent directories | standalone | 0:03:03.186448 | 0.71s 2025-10-03 16:11:39.491916 | fa163ecf-8126-e916-b606-000000000bcd | TASK | create persistent directories 2025-10-03 16:11:39.746793 | fa163ecf-8126-e916-b606-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-03 16:11:39.748386 | fa163ecf-8126-e916-b606-000000000bcd | TIMING | create persistent directories | standalone | 0:03:03.461264 | 0.26s 2025-10-03 16:11:39.917504 | fa163ecf-8126-e916-b606-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-03 16:11:39.918468 | fa163ecf-8126-e916-b606-000000000bcd | TIMING | create persistent directories | standalone | 0:03:03.631355 | 0.43s 2025-10-03 16:11:40.105546 | fa163ecf-8126-e916-b606-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-03 16:11:40.107490 | fa163ecf-8126-e916-b606-000000000bcd | TIMING | create persistent directories | standalone | 0:03:03.820380 | 0.61s 2025-10-03 16:11:40.119722 | fa163ecf-8126-e916-b606-000000000bcd | TIMING | create persistent directories | standalone | 0:03:03.832593 | 0.63s 2025-10-03 16:11:40.151243 | fa163ecf-8126-e916-b606-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-03 16:11:40.172939 | fa163ecf-8126-e916-b606-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-03 16:11:40.174387 | fa163ecf-8126-e916-b606-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:03.887268 | 0.02s 2025-10-03 16:11:40.198576 | fa163ecf-8126-e916-b606-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-03 16:11:40.240704 | fa163ecf-8126-e916-b606-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-03 16:11:40.241929 | fa163ecf-8126-e916-b606-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:03.954814 | 0.04s 2025-10-03 16:11:40.267338 | fa163ecf-8126-e916-b606-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-03 16:11:40.509245 | fa163ecf-8126-e916-b606-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-03 16:11:40.510719 | fa163ecf-8126-e916-b606-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:04.223602 | 0.24s 2025-10-03 16:11:40.535954 | fa163ecf-8126-e916-b606-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-03 16:11:40.564014 | fa163ecf-8126-e916-b606-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-03 16:11:40.565144 | fa163ecf-8126-e916-b606-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:04.278028 | 0.03s 2025-10-03 16:11:40.592324 | fa163ecf-8126-e916-b606-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-03 16:11:40.611907 | fa163ecf-8126-e916-b606-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-03 16:11:40.613454 | fa163ecf-8126-e916-b606-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:04.326335 | 0.02s 2025-10-03 16:11:40.637161 | fa163ecf-8126-e916-b606-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-03 16:11:40.677003 | fa163ecf-8126-e916-b606-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-03 16:11:40.678394 | fa163ecf-8126-e916-b606-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:04.391276 | 0.04s 2025-10-03 16:11:40.701857 | fa163ecf-8126-e916-b606-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-03 16:11:40.724464 | fa163ecf-8126-e916-b606-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:04.437325 | 0.02s 2025-10-03 16:11:40.747697 | fa163ecf-8126-e916-b606-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-03 16:11:40.790297 | fa163ecf-8126-e916-b606-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-03 16:11:40.791977 | fa163ecf-8126-e916-b606-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:04.504853 | 0.04s 2025-10-03 16:11:40.818836 | fa163ecf-8126-e916-b606-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-03 16:11:40.851029 | fa163ecf-8126-e916-b606-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:04.563879 | 0.03s 2025-10-03 16:11:40.877400 | fa163ecf-8126-e916-b606-000000000bd7 | TASK | Check for NTP service 2025-10-03 16:11:41.094832 | fa163ecf-8126-e916-b606-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-03 16:11:41.096138 | fa163ecf-8126-e916-b606-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:04.809022 | 0.22s 2025-10-03 16:11:41.117471 | fa163ecf-8126-e916-b606-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-03 16:11:41.168073 | fa163ecf-8126-e916-b606-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-03 16:11:41.169449 | fa163ecf-8126-e916-b606-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:04.882329 | 0.05s 2025-10-03 16:11:41.195642 | fa163ecf-8126-e916-b606-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-03 16:11:41.215476 | fa163ecf-8126-e916-b606-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:04.928349 | 0.02s 2025-10-03 16:11:41.309922 | fa163ecf-8126-e916-b606-0000000016e8 | TASK | Load distro-specific variables 2025-10-03 16:11:41.334604 | fa163ecf-8126-e916-b606-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.047489 | 0.02s 2025-10-03 16:11:41.342748 | a386cfb0-77d8-40de-8bdb-7d36c99bc9a3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 16:11:41.363828 | fa163ecf-8126-e916-b606-0000000017cd | TASK | Load distro-specific variables 2025-10-03 16:11:41.392413 | fa163ecf-8126-e916-b606-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 16:11:41.394235 | fa163ecf-8126-e916-b606-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.107114 | 0.03s 2025-10-03 16:11:41.403716 | fa163ecf-8126-e916-b606-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.116602 | 0.04s 2025-10-03 16:11:41.421860 | fa163ecf-8126-e916-b606-0000000016e9 | TASK | Install chronyd 2025-10-03 16:11:41.446174 | fa163ecf-8126-e916-b606-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:05.159058 | 0.02s 2025-10-03 16:11:41.457571 | 1ffc1f88-9345-40cb-8a69-39a9b6cbbac9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-03 16:11:41.481468 | fa163ecf-8126-e916-b606-000000001806 | TASK | Load distro-specific variables 2025-10-03 16:11:41.508070 | fa163ecf-8126-e916-b606-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.220939 | 0.03s 2025-10-03 16:11:41.522607 | d6a74466-b9a4-499f-87ad-ad514ab001c9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 16:11:41.548899 | fa163ecf-8126-e916-b606-00000000184d | TASK | Load distro-specific variables 2025-10-03 16:11:41.603284 | fa163ecf-8126-e916-b606-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 16:11:41.604540 | fa163ecf-8126-e916-b606-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.317412 | 0.05s 2025-10-03 16:11:41.610495 | fa163ecf-8126-e916-b606-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.323379 | 0.06s 2025-10-03 16:11:41.637563 | fa163ecf-8126-e916-b606-000000001807 | TASK | Check for NTP service 2025-10-03 16:11:41.892460 | fa163ecf-8126-e916-b606-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-03 16:11:41.893848 | fa163ecf-8126-e916-b606-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:05.606735 | 0.25s 2025-10-03 16:11:41.915144 | fa163ecf-8126-e916-b606-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-03 16:11:41.965717 | fa163ecf-8126-e916-b606-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-03 16:11:41.966966 | fa163ecf-8126-e916-b606-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:05.679848 | 0.05s 2025-10-03 16:11:41.992575 | fa163ecf-8126-e916-b606-000000001809 | TASK | Install chronyd package 2025-10-03 16:11:44.991484 | fa163ecf-8126-e916-b606-000000001809 | OK | Install chronyd package | standalone 2025-10-03 16:11:44.993080 | fa163ecf-8126-e916-b606-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:08.705962 | 3.00s 2025-10-03 16:11:45.019951 | fa163ecf-8126-e916-b606-0000000016ea | TASK | Upgrade chronyd 2025-10-03 16:11:45.049235 | fa163ecf-8126-e916-b606-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-03 16:11:45.050369 | fa163ecf-8126-e916-b606-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:08.763251 | 0.03s 2025-10-03 16:11:45.077272 | fa163ecf-8126-e916-b606-0000000016eb | TASK | Configure chronyd 2025-10-03 16:11:45.106347 | fa163ecf-8126-e916-b606-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:08.819216 | 0.03s 2025-10-03 16:11:45.128066 | 7bda1792-bfba-490a-ab84-dc29f1afc3bd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-03 16:11:45.161968 | fa163ecf-8126-e916-b606-000000001886 | TASK | Load distro-specific variables 2025-10-03 16:11:45.188707 | fa163ecf-8126-e916-b606-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.901577 | 0.03s 2025-10-03 16:11:45.204970 | 876cf1e8-8567-48bb-8548-330087f52b14 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 16:11:45.229427 | fa163ecf-8126-e916-b606-0000000018f2 | TASK | Load distro-specific variables 2025-10-03 16:11:45.284171 | fa163ecf-8126-e916-b606-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 16:11:45.285523 | fa163ecf-8126-e916-b606-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.998405 | 0.05s 2025-10-03 16:11:45.290873 | fa163ecf-8126-e916-b606-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.003757 | 0.06s 2025-10-03 16:11:45.311501 | fa163ecf-8126-e916-b606-000000001887 | TASK | Install chrony configuration file 2025-10-03 16:11:45.903730 | fa163ecf-8126-e916-b606-000000001887 | OK | Install chrony configuration file | standalone 2025-10-03 16:11:45.905337 | fa163ecf-8126-e916-b606-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:09.618219 | 0.59s 2025-10-03 16:11:45.933880 | fa163ecf-8126-e916-b606-0000000016ec | TASK | Run chronyd 2025-10-03 16:11:45.963433 | fa163ecf-8126-e916-b606-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:09.676299 | 0.03s 2025-10-03 16:11:45.988808 | 7c41a9bb-6622-48d9-a8cd-3f918a04acd9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-03 16:11:46.032531 | fa163ecf-8126-e916-b606-000000001915 | TASK | Load distro-specific variables 2025-10-03 16:11:46.047873 | fa163ecf-8126-e916-b606-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.760749 | 0.01s 2025-10-03 16:11:46.059909 | 33ece913-d187-448a-9b5e-f7cd11e074b9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 16:11:46.085950 | fa163ecf-8126-e916-b606-000000001999 | TASK | Load distro-specific variables 2025-10-03 16:11:46.116241 | fa163ecf-8126-e916-b606-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 16:11:46.117150 | fa163ecf-8126-e916-b606-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.830037 | 0.03s 2025-10-03 16:11:46.123284 | fa163ecf-8126-e916-b606-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.836176 | 0.04s 2025-10-03 16:11:46.144523 | fa163ecf-8126-e916-b606-000000001916 | TASK | Ensure chronyd is running 2025-10-03 16:11:46.528290 | fa163ecf-8126-e916-b606-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-03 16:11:46.529596 | fa163ecf-8126-e916-b606-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:10.242483 | 0.38s 2025-10-03 16:11:46.550675 | fa163ecf-8126-e916-b606-000000001917 | TASK | Force chronyd restart 2025-10-03 16:11:46.587439 | fa163ecf-8126-e916-b606-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-03 16:11:46.588450 | fa163ecf-8126-e916-b606-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:10.301337 | 0.04s 2025-10-03 16:11:46.610974 | fa163ecf-8126-e916-b606-0000000016ed | TASK | Enable online service 2025-10-03 16:11:46.641392 | fa163ecf-8126-e916-b606-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:10.354271 | 0.03s 2025-10-03 16:11:46.651003 | 56ac7ff6-0f01-4fa2-bd98-c425e4bc180f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-03 16:11:46.684274 | fa163ecf-8126-e916-b606-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-03 16:11:47.158604 | fa163ecf-8126-e916-b606-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-03 16:11:47.159390 | fa163ecf-8126-e916-b606-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:10.872280 | 0.47s 2025-10-03 16:11:47.177410 | fa163ecf-8126-e916-b606-0000000019c7 | TASK | Enable chrony-online.service 2025-10-03 16:11:47.961007 | fa163ecf-8126-e916-b606-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-03 16:11:47.963097 | fa163ecf-8126-e916-b606-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:11.675979 | 0.78s 2025-10-03 16:11:47.992899 | fa163ecf-8126-e916-b606-0000000016ee | TASK | Sync chronyc 2025-10-03 16:11:48.021907 | fa163ecf-8126-e916-b606-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:11.734776 | 0.03s 2025-10-03 16:11:48.045269 | 1471ef67-4bfd-4298-9743-89dc052a19e5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-03 16:11:48.100915 | fa163ecf-8126-e916-b606-000000001a6c | TASK | Force NTP sync 2025-10-03 16:11:48.342741 | fa163ecf-8126-e916-b606-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-03 16:11:48.344232 | fa163ecf-8126-e916-b606-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:12.057112 | 0.24s 2025-10-03 16:11:48.370896 | fa163ecf-8126-e916-b606-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-03 16:11:48.644013 | fa163ecf-8126-e916-b606-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-03 16:11:48.645499 | fa163ecf-8126-e916-b606-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:12.358378 | 0.27s 2025-10-03 16:11:48.697255 | fa163ecf-8126-e916-b606-000000000bda | TASK | Force NTP sync 2025-10-03 16:11:48.930330 | fa163ecf-8126-e916-b606-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-03 16:11:48.931187 | fa163ecf-8126-e916-b606-000000000bda | TIMING | Force NTP sync | standalone | 0:03:12.644075 | 0.23s 2025-10-03 16:11:48.949210 | fa163ecf-8126-e916-b606-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-03 16:11:49.175849 | fa163ecf-8126-e916-b606-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-03 16:11:49.177858 | fa163ecf-8126-e916-b606-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:12.890734 | 0.23s 2025-10-03 16:11:49.204575 | fa163ecf-8126-e916-b606-000000000bdc | TASK | Run timezone role 2025-10-03 16:11:49.225454 | fa163ecf-8126-e916-b606-000000000bdc | TIMING | Run timezone role | standalone | 0:03:12.938325 | 0.02s 2025-10-03 16:11:49.332529 | fa163ecf-8126-e916-b606-000000001c2d | TASK | Set timezone 2025-10-03 16:11:49.864596 | fa163ecf-8126-e916-b606-000000001c2d | OK | Set timezone | standalone 2025-10-03 16:11:49.866139 | fa163ecf-8126-e916-b606-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:13.579015 | 0.53s 2025-10-03 16:11:49.892643 | fa163ecf-8126-e916-b606-000000001c2e | TASK | Restart time services 2025-10-03 16:11:49.916236 | fa163ecf-8126-e916-b606-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-03 16:11:49.919012 | fa163ecf-8126-e916-b606-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-03 16:11:49.931032 | fa163ecf-8126-e916-b606-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:13.643914 | 0.04s 2025-10-03 16:11:49.979702 | fa163ecf-8126-e916-b606-000000000bdd | TASK | install tmpwatch on the host 2025-10-03 16:11:52.887388 | fa163ecf-8126-e916-b606-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-03 16:11:52.888253 | fa163ecf-8126-e916-b606-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:16.601143 | 2.91s 2025-10-03 16:11:52.908861 | fa163ecf-8126-e916-b606-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-03 16:11:52.939524 | fa163ecf-8126-e916-b606-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-03 16:11:52.940710 | fa163ecf-8126-e916-b606-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:16.653593 | 0.03s 2025-10-03 16:11:52.994561 | fa163ecf-8126-e916-b606-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:16.707434 | 0.03s 2025-10-03 16:11:53.108606 | fa163ecf-8126-e916-b606-000000001e61 | TASK | Gather variables for each operating system 2025-10-03 16:11:53.195457 | fa163ecf-8126-e916-b606-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-03 16:11:53.197265 | fa163ecf-8126-e916-b606-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:16.910143 | 0.09s 2025-10-03 16:11:53.207802 | fa163ecf-8126-e916-b606-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:16.920682 | 0.10s 2025-10-03 16:11:53.272534 | fa163ecf-8126-e916-b606-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:16.985415 | 0.05s 2025-10-03 16:11:53.282244 | 871b19ff-e461-44fd-87be-91606c7fa9b5 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-03 16:11:53.305147 | fa163ecf-8126-e916-b606-000000001f92 | TASK | Check tuned package is installed 2025-10-03 16:11:53.638683 | fa163ecf-8126-e916-b606-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-03 16:11:53.639597 | fa163ecf-8126-e916-b606-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:17.352464 | 0.33s 2025-10-03 16:11:53.657370 | fa163ecf-8126-e916-b606-000000001f93 | TASK | Install tuned 2025-10-03 16:11:53.683555 | fa163ecf-8126-e916-b606-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-03 16:11:53.684663 | fa163ecf-8126-e916-b606-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:17.397549 | 0.03s 2025-10-03 16:11:53.705617 | fa163ecf-8126-e916-b606-000000001f94 | TASK | Restart tuned 2025-10-03 16:11:53.743377 | fa163ecf-8126-e916-b606-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-03 16:11:53.744719 | fa163ecf-8126-e916-b606-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:17.457600 | 0.04s 2025-10-03 16:11:53.771562 | fa163ecf-8126-e916-b606-000000001e63 | TASK | Check for tuned-adm 2025-10-03 16:11:54.020647 | fa163ecf-8126-e916-b606-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-03 16:11:54.021444 | fa163ecf-8126-e916-b606-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:17.734335 | 0.25s 2025-10-03 16:11:54.064791 | fa163ecf-8126-e916-b606-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:17.777669 | 0.02s 2025-10-03 16:11:54.119801 | c0dd7db5-d338-4b0d-ab72-f1664c588d2c | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-03 16:11:54.144461 | fa163ecf-8126-e916-b606-000000001fbf | TASK | Ensure profile directory exists 2025-10-03 16:11:54.190582 | fa163ecf-8126-e916-b606-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-03 16:11:54.191570 | fa163ecf-8126-e916-b606-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:17.904455 | 0.05s 2025-10-03 16:11:54.209701 | fa163ecf-8126-e916-b606-000000001fc0 | TASK | Create custom tuned profile 2025-10-03 16:11:54.266598 | fa163ecf-8126-e916-b606-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-03 16:11:54.267487 | fa163ecf-8126-e916-b606-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:17.980376 | 0.06s 2025-10-03 16:11:54.294062 | fa163ecf-8126-e916-b606-000000001fc1 | TASK | Check tuned active profile 2025-10-03 16:11:54.473343 | fa163ecf-8126-e916-b606-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-03 16:11:54.474904 | fa163ecf-8126-e916-b606-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:18.187778 | 0.18s 2025-10-03 16:11:54.505010 | fa163ecf-8126-e916-b606-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-03 16:11:54.740573 | fa163ecf-8126-e916-b606-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-03 16:11:54.742114 | fa163ecf-8126-e916-b606-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:18.454988 | 0.24s 2025-10-03 16:11:54.771167 | fa163ecf-8126-e916-b606-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-03 16:11:54.844661 | fa163ecf-8126-e916-b606-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-03 16:11:54.845970 | fa163ecf-8126-e916-b606-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:18.558851 | 0.07s 2025-10-03 16:11:54.874072 | fa163ecf-8126-e916-b606-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-03 16:11:54.938819 | fa163ecf-8126-e916-b606-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-03 16:11:54.940032 | fa163ecf-8126-e916-b606-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:18.652913 | 0.06s 2025-10-03 16:11:54.967697 | fa163ecf-8126-e916-b606-000000001fc5 | TASK | Enable tuned profile 2025-10-03 16:11:55.014034 | fa163ecf-8126-e916-b606-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-03 16:11:55.015459 | fa163ecf-8126-e916-b606-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:18.728338 | 0.05s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-03 16:11:55.189864 | fa163ecf-8126-e916-b606-0000000000ac | TASK | Overcloud container setup tasks 2025-10-03 16:11:55.219507 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000ac') missing from stats 2025-10-03 16:11:55.243344 | fa163ecf-8126-e916-b606-0000000000ad | TASK | Write config data 2025-10-03 16:11:55.313366 | fa163ecf-8126-e916-b606-0000000000ad | TIMING | Write config data | standalone | 0:03:19.026235 | 0.07s 2025-10-03 16:11:55.344860 | 73ff2f0a-0109-4d9e-b3b3-7e3ce4fbf390 | INCLUDED | /root/standalone-ansible-rsw2524j/common_container_setup_tasks.yaml | standalone 2025-10-03 16:11:55.371852 | fa163ecf-8126-e916-b606-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-03 16:11:55.625802 | fa163ecf-8126-e916-b606-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-03 16:11:55.626777 | fa163ecf-8126-e916-b606-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:19.339668 | 0.25s 2025-10-03 16:11:55.644328 | fa163ecf-8126-e916-b606-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-03 16:11:55.842436 | fa163ecf-8126-e916-b606-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-03 16:11:55.843596 | fa163ecf-8126-e916-b606-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:19.556483 | 0.20s 2025-10-03 16:11:55.870445 | fa163ecf-8126-e916-b606-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-03 16:11:56.113011 | fa163ecf-8126-e916-b606-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-03 16:11:56.114443 | fa163ecf-8126-e916-b606-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:19.827323 | 0.24s 2025-10-03 16:11:56.140777 | fa163ecf-8126-e916-b606-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-03 16:11:56.373854 | fa163ecf-8126-e916-b606-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-03 16:11:56.375297 | fa163ecf-8126-e916-b606-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:20.088179 | 0.23s 2025-10-03 16:11:56.403351 | fa163ecf-8126-e916-b606-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-03 16:11:56.616191 | fa163ecf-8126-e916-b606-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-03 16:11:56.617257 | fa163ecf-8126-e916-b606-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:20.330144 | 0.21s 2025-10-03 16:11:56.644173 | fa163ecf-8126-e916-b606-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-03 16:11:57.879048 | fa163ecf-8126-e916-b606-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-03 16:11:57.880398 | fa163ecf-8126-e916-b606-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:21.593284 | 1.23s 2025-10-03 16:11:57.902087 | fa163ecf-8126-e916-b606-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-03 16:11:58.142428 | fa163ecf-8126-e916-b606-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-03 16:11:58.143460 | fa163ecf-8126-e916-b606-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:21.856345 | 0.24s 2025-10-03 16:11:58.164890 | fa163ecf-8126-e916-b606-00000000202d | TASK | Write container config scripts 2025-10-03 16:11:58.539641 | fa163ecf-8126-e916-b606-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-03 16:11:58.540611 | fa163ecf-8126-e916-b606-00000000202d | TIMING | Write container config scripts | standalone | 0:03:22.253499 | 0.37s 2025-10-03 16:11:58.560596 | fa163ecf-8126-e916-b606-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-03 16:11:58.956334 | fa163ecf-8126-e916-b606-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-03 16:11:58.957369 | fa163ecf-8126-e916-b606-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:22.670256 | 0.40s 2025-10-03 16:11:58.979449 | fa163ecf-8126-e916-b606-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-03 16:11:59.573069 | fa163ecf-8126-e916-b606-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-03 16:11:59.579507 | fa163ecf-8126-e916-b606-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:23.292392 | 0.60s 2025-10-03 16:11:59.611344 | fa163ecf-8126-e916-b606-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-03 16:11:59.864233 | fa163ecf-8126-e916-b606-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-03 16:11:59.865351 | fa163ecf-8126-e916-b606-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:23.578239 | 0.25s 2025-10-03 16:11:59.885958 | fa163ecf-8126-e916-b606-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-03 16:12:00.061446 | fa163ecf-8126-e916-b606-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-03 16:12:00.062525 | fa163ecf-8126-e916-b606-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:23.775414 | 0.18s 2025-10-03 16:12:00.087198 | fa163ecf-8126-e916-b606-000000002032 | TASK | Write container config json files 2025-10-03 16:12:00.563536 | fa163ecf-8126-e916-b606-000000002032 | CHANGED | Write container config json files | standalone 2025-10-03 16:12:00.573690 | fa163ecf-8126-e916-b606-000000002032 | TIMING | Write container config json files | standalone | 0:03:24.286563 | 0.49s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-03 16:12:00.742440 | fa163ecf-8126-e916-b606-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-03 16:12:00.771141 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-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 16:12:00.833294 | fa163ecf-8126-e916-b606-0000000000b2 | TIMING | include_tasks | standalone | 0:03:24.546171 | 0.04s 2025-10-03 16:12:00.843503 | 69e558a6-211b-4dce-992b-ffcd814be519 | INCLUDED | /root/standalone-ansible-rsw2524j/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-03 16:12:00.942152 | fa163ecf-8126-e916-b606-0000000000b6 | TASK | External deployment step 1 2025-10-03 16:12:00.957440 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000b6') missing from stats 2025-10-03 16:12:00.993101 | fa163ecf-8126-e916-b606-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:24.705980 | 0.02s 2025-10-03 16:12:01.012603 | 6bfe35a1-64ee-4b7b-80cb-d5880659d1fc | INCLUDED | /root/standalone-ansible-rsw2524j/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-03 16:12:01.029437 | fa163ecf-8126-e916-b606-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-03 16:12:01.085966 | fa163ecf-8126-e916-b606-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-03 16:12:01.086917 | fa163ecf-8126-e916-b606-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:24.799805 | 0.06s 2025-10-03 16:12:01.101072 | fa163ecf-8126-e916-b606-000000002079 | TASK | Build disk list for cephadm 2025-10-03 16:12:01.150861 | fa163ecf-8126-e916-b606-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-03 16:12:01.152164 | fa163ecf-8126-e916-b606-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:24.865042 | 0.05s 2025-10-03 16:12:01.170708 | fa163ecf-8126-e916-b606-000000002080 | TASK | Container image prepare 2025-10-03 16:12:02.227809 | fa163ecf-8126-e916-b606-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-03 16:12:02.229361 | fa163ecf-8126-e916-b606-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:25.942250 | 1.06s 2025-10-03 16:12:02.259867 | fa163ecf-8126-e916-b606-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-03 16:12:02.517011 | fa163ecf-8126-e916-b606-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-03 16:12:02.518055 | fa163ecf-8126-e916-b606-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:26.230944 | 0.26s 2025-10-03 16:12:02.533455 | fa163ecf-8126-e916-b606-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-03 16:12:02.564341 | fa163ecf-8126-e916-b606-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:26.277193 | 0.03s 2025-10-03 16:12:02.598342 | fa163ecf-8126-e916-b606-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-03 16:12:02.865686 | fa163ecf-8126-e916-b606-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-03 16:12:02.866490 | fa163ecf-8126-e916-b606-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:26.579380 | 0.27s 2025-10-03 16:12:02.882079 | fa163ecf-8126-e916-b606-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-03 16:12:03.327581 | fa163ecf-8126-e916-b606-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-03 16:12:03.328552 | fa163ecf-8126-e916-b606-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:27.041440 | 0.45s 2025-10-03 16:12:03.345225 | fa163ecf-8126-e916-b606-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-03 16:12:03.383766 | fa163ecf-8126-e916-b606-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:27.096636 | 0.04s 2025-10-03 16:12:03.434493 | fa163ecf-8126-e916-b606-0000000020eb | TASK | Check for a configured destination 2025-10-03 16:12:03.494866 | fa163ecf-8126-e916-b606-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-03 16:12:03.496218 | fa163ecf-8126-e916-b606-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:27.209099 | 0.06s 2025-10-03 16:12:03.522557 | fa163ecf-8126-e916-b606-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-03 16:12:03.941746 | fa163ecf-8126-e916-b606-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-03 16:12:03.943764 | fa163ecf-8126-e916-b606-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:27.656640 | 0.42s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-03 16:12:04.106499 | fa163ecf-8126-e916-b606-0000000000ba | TASK | Deploy step tasks for 1 2025-10-03 16:12:04.140173 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000ba') missing from stats 2025-10-03 16:12:04.163072 | fa163ecf-8126-e916-b606-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-03 16:12:04.592863 | fa163ecf-8126-e916-b606-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-03 16:12:04.594281 | fa163ecf-8126-e916-b606-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:28.307160 | 0.43s 2025-10-03 16:12:04.620442 | fa163ecf-8126-e916-b606-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-03 16:12:04.807481 | fa163ecf-8126-e916-b606-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-03 16:12:04.808702 | fa163ecf-8126-e916-b606-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:28.521589 | 0.19s 2025-10-03 16:12:04.829787 | fa163ecf-8126-e916-b606-0000000000be | TASK | Write config data at the start of step 1 2025-10-03 16:12:04.903165 | fa163ecf-8126-e916-b606-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:28.616040 | 0.07s 2025-10-03 16:12:04.934485 | 25933bc0-55a1-4bbf-a0b3-42f7973cf271 | INCLUDED | /root/standalone-ansible-rsw2524j/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-03 16:12:04.962420 | fa163ecf-8126-e916-b606-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-03 16:12:04.989595 | fa163ecf-8126-e916-b606-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-03 16:12:04.990540 | fa163ecf-8126-e916-b606-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:28.703427 | 0.03s 2025-10-03 16:12:05.008935 | fa163ecf-8126-e916-b606-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-03 16:12:05.037695 | fa163ecf-8126-e916-b606-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-03 16:12:05.038791 | fa163ecf-8126-e916-b606-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:28.751670 | 0.03s 2025-10-03 16:12:05.059973 | fa163ecf-8126-e916-b606-00000000212c | TASK | Write the puppet step_config manifest 2025-10-03 16:12:05.545899 | fa163ecf-8126-e916-b606-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-03 16:12:05.547114 | fa163ecf-8126-e916-b606-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:29.260001 | 0.49s 2025-10-03 16:12:05.569619 | fa163ecf-8126-e916-b606-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-03 16:12:05.600209 | fa163ecf-8126-e916-b606-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-03 16:12:05.601236 | fa163ecf-8126-e916-b606-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:29.314122 | 0.03s 2025-10-03 16:12:05.622383 | fa163ecf-8126-e916-b606-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-03 16:12:05.649427 | fa163ecf-8126-e916-b606-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-03 16:12:05.650706 | fa163ecf-8126-e916-b606-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:29.363588 | 0.03s 2025-10-03 16:12:05.677180 | fa163ecf-8126-e916-b606-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-03 16:12:05.850384 | fa163ecf-8126-e916-b606-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-03 16:12:05.851706 | fa163ecf-8126-e916-b606-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:29.564589 | 0.17s 2025-10-03 16:12:05.878818 | fa163ecf-8126-e916-b606-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-03 16:12:05.906925 | fa163ecf-8126-e916-b606-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-03 16:12:05.908108 | fa163ecf-8126-e916-b606-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:29.620990 | 0.03s 2025-10-03 16:12:05.933766 | fa163ecf-8126-e916-b606-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-03 16:12:05.963109 | fa163ecf-8126-e916-b606-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-03 16:12:05.964261 | fa163ecf-8126-e916-b606-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:29.677144 | 0.03s 2025-10-03 16:12:05.982525 | fa163ecf-8126-e916-b606-000000002132 | TASK | Write container-puppet.json file 2025-10-03 16:12:06.543912 | fa163ecf-8126-e916-b606-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-03 16:12:06.545247 | fa163ecf-8126-e916-b606-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:30.258129 | 0.56s 2025-10-03 16:12:06.571501 | fa163ecf-8126-e916-b606-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-03 16:12:06.599985 | fa163ecf-8126-e916-b606-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-03 16:12:06.601701 | fa163ecf-8126-e916-b606-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:30.314574 | 0.03s 2025-10-03 16:12:06.628329 | fa163ecf-8126-e916-b606-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-03 16:12:06.661299 | fa163ecf-8126-e916-b606-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-03 16:12:06.662394 | fa163ecf-8126-e916-b606-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:30.375275 | 0.03s 2025-10-03 16:12:06.687101 | fa163ecf-8126-e916-b606-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-03 16:12:07.043641 | fa163ecf-8126-e916-b606-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-03 16:12:07.044935 | fa163ecf-8126-e916-b606-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:30.757818 | 0.36s 2025-10-03 16:12:07.071551 | fa163ecf-8126-e916-b606-000000002136 | TASK | Set host puppet debugging fact string 2025-10-03 16:12:07.111179 | fa163ecf-8126-e916-b606-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-03 16:12:07.112845 | fa163ecf-8126-e916-b606-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:30.825719 | 0.04s 2025-10-03 16:12:07.139779 | fa163ecf-8126-e916-b606-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-03 16:12:07.178369 | fa163ecf-8126-e916-b606-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-03 16:12:07.179658 | fa163ecf-8126-e916-b606-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:30.892540 | 0.04s 2025-10-03 16:12:07.205903 | fa163ecf-8126-e916-b606-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-03 16:12:07.234356 | fa163ecf-8126-e916-b606-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-03 16:12:07.235552 | fa163ecf-8126-e916-b606-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:30.948433 | 0.03s 2025-10-03 16:12:07.260867 | fa163ecf-8126-e916-b606-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-03 16:12:07.280835 | fa163ecf-8126-e916-b606-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-03 16:12:07.282063 | fa163ecf-8126-e916-b606-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:30.994945 | 0.02s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 16:12:07.335565 | fa163ecf-8126-e916-b606-0000000000c0 | TIMING | include_tasks | standalone | 0:03:31.048445 | 0.03s 2025-10-03 16:12:07.427087 | da10bdad-9e40-4a99-a36b-01f35bb048b1 | INCLUDED | /root/standalone-ansible-rsw2524j/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-03 16:12:07.509688 | fa163ecf-8126-e916-b606-000000002164 | TASK | Create dirs for certificates and keys 2025-10-03 16:12:07.568625 | fa163ecf-8126-e916-b606-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-03 16:12:07.595975 | fa163ecf-8126-e916-b606-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-03 16:12:07.608453 | fa163ecf-8126-e916-b606-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:31.321326 | 0.10s 2025-10-03 16:12:07.664838 | fa163ecf-8126-e916-b606-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 16:12:07.665779 | fa163ecf-8126-e916-b606-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:31.378668 | 0.03s 2025-10-03 16:12:07.685103 | fa163ecf-8126-e916-b606-00000000216c | TASK | Fail if container image is undefined 2025-10-03 16:12:07.733160 | fa163ecf-8126-e916-b606-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 16:12:07.734586 | fa163ecf-8126-e916-b606-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:31.447472 | 0.05s 2025-10-03 16:12:07.776366 | fa163ecf-8126-e916-b606-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-03 16:12:23.653035 | fa163ecf-8126-e916-b606-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-03 16:12:23.654759 | fa163ecf-8126-e916-b606-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:47.367641 | 15.88s 2025-10-03 16:12:23.711476 | fa163ecf-8126-e916-b606-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 16:12:24.042093 | fa163ecf-8126-e916-b606-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 16:12:24.043146 | fa163ecf-8126-e916-b606-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:47.756034 | 0.33s 2025-10-03 16:12:24.087997 | fa163ecf-8126-e916-b606-00000000217d | TASK | Fail if container image is undefined 2025-10-03 16:12:24.142932 | fa163ecf-8126-e916-b606-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 16:12:24.143952 | fa163ecf-8126-e916-b606-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:47.856838 | 0.05s 2025-10-03 16:12:24.178741 | fa163ecf-8126-e916-b606-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-03 16:12:32.585056 | fa163ecf-8126-e916-b606-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-03 16:12:32.585955 | fa163ecf-8126-e916-b606-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:56.298842 | 8.41s 2025-10-03 16:12:32.628175 | fa163ecf-8126-e916-b606-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 16:12:32.938737 | fa163ecf-8126-e916-b606-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 16:12:32.940549 | fa163ecf-8126-e916-b606-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:56.653425 | 0.31s 2025-10-03 16:12:33.001079 | fa163ecf-8126-e916-b606-00000000218a | TASK | Check if rsyslog exists 2025-10-03 16:12:33.258168 | fa163ecf-8126-e916-b606-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-03 16:12:33.259495 | fa163ecf-8126-e916-b606-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:03:56.972378 | 0.26s 2025-10-03 16:12:33.285723 | fa163ecf-8126-e916-b606-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-03 16:12:33.520805 | fa163ecf-8126-e916-b606-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-03 16:12:33.522421 | fa163ecf-8126-e916-b606-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:03:57.235297 | 0.24s 2025-10-03 16:12:33.550782 | fa163ecf-8126-e916-b606-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-03 16:12:34.321630 | fa163ecf-8126-e916-b606-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-03 16:12:34.322957 | fa163ecf-8126-e916-b606-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:03:58.035844 | 0.77s 2025-10-03 16:12:34.345286 | fa163ecf-8126-e916-b606-000000002194 | TASK | Fail if container image is undefined 2025-10-03 16:12:34.405329 | fa163ecf-8126-e916-b606-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 16:12:34.406338 | fa163ecf-8126-e916-b606-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:58.119224 | 0.06s 2025-10-03 16:12:34.437813 | fa163ecf-8126-e916-b606-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-03 16:12:40.462666 | fa163ecf-8126-e916-b606-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-03 16:12:40.465289 | fa163ecf-8126-e916-b606-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:04.178166 | 6.03s 2025-10-03 16:12:40.525769 | fa163ecf-8126-e916-b606-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-03 16:12:40.854413 | fa163ecf-8126-e916-b606-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-03 16:12:40.857566 | fa163ecf-8126-e916-b606-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.570439 | 0.33s 2025-10-03 16:12:40.914595 | fa163ecf-8126-e916-b606-0000000021a0 | TASK | Run lvmfilter role 2025-10-03 16:12:40.965280 | fa163ecf-8126-e916-b606-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:04.678148 | 0.05s 2025-10-03 16:12:41.051028 | fa163ecf-8126-e916-b606-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-03 16:12:41.294342 | fa163ecf-8126-e916-b606-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-03 16:12:41.295746 | fa163ecf-8126-e916-b606-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:05.008627 | 0.24s 2025-10-03 16:12:41.314237 | fa163ecf-8126-e916-b606-0000000022b9 | TASK | collect ansible devices 2025-10-03 16:12:41.350974 | fa163ecf-8126-e916-b606-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-03 16:12:41.351772 | fa163ecf-8126-e916-b606-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:05.064662 | 0.04s 2025-10-03 16:12:41.369551 | fa163ecf-8126-e916-b606-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-03 16:12:41.404785 | fa163ecf-8126-e916-b606-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-03 16:12:41.405738 | fa163ecf-8126-e916-b606-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:05.118625 | 0.04s 2025-10-03 16:12:41.425340 | fa163ecf-8126-e916-b606-0000000022bb | TASK | set allowed_devices 2025-10-03 16:12:41.462775 | fa163ecf-8126-e916-b606-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-03 16:12:41.463558 | fa163ecf-8126-e916-b606-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:05.176449 | 0.04s 2025-10-03 16:12:41.481339 | fa163ecf-8126-e916-b606-0000000022bc | TASK | build lvm2 allow list 2025-10-03 16:12:41.517820 | fa163ecf-8126-e916-b606-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-03 16:12:41.518594 | fa163ecf-8126-e916-b606-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:05.231484 | 0.04s 2025-10-03 16:12:41.536024 | fa163ecf-8126-e916-b606-0000000022bd | TASK | build lvm2 deny list 2025-10-03 16:12:41.585271 | fa163ecf-8126-e916-b606-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-03 16:12:41.586057 | fa163ecf-8126-e916-b606-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:05.298947 | 0.05s 2025-10-03 16:12:41.606221 | fa163ecf-8126-e916-b606-0000000022be | TASK | build lvm2 filter 2025-10-03 16:12:41.653088 | fa163ecf-8126-e916-b606-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-03 16:12:41.654415 | fa163ecf-8126-e916-b606-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:05.367297 | 0.05s 2025-10-03 16:12:41.682494 | fa163ecf-8126-e916-b606-0000000022bf | TASK | regenerate lvm config 2025-10-03 16:12:41.737256 | fa163ecf-8126-e916-b606-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-03 16:12:41.738609 | fa163ecf-8126-e916-b606-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:05.451490 | 0.05s 2025-10-03 16:12:41.764641 | fa163ecf-8126-e916-b606-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-03 16:12:41.816713 | fa163ecf-8126-e916-b606-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-03 16:12:41.818243 | fa163ecf-8126-e916-b606-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:05.531122 | 0.05s 2025-10-03 16:12:41.869820 | fa163ecf-8126-e916-b606-0000000021a6 | TASK | Fail if container image is undefined 2025-10-03 16:12:41.940976 | fa163ecf-8126-e916-b606-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 16:12:41.942269 | fa163ecf-8126-e916-b606-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:05.655149 | 0.07s 2025-10-03 16:12:41.986416 | fa163ecf-8126-e916-b606-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-03 16:12:51.524878 | fa163ecf-8126-e916-b606-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-03 16:12:51.526295 | fa163ecf-8126-e916-b606-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:15.239177 | 9.54s 2025-10-03 16:12:51.595203 | fa163ecf-8126-e916-b606-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 16:12:51.942664 | fa163ecf-8126-e916-b606-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 16:12:51.944157 | fa163ecf-8126-e916-b606-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.657038 | 0.35s 2025-10-03 16:12:52.026082 | fa163ecf-8126-e916-b606-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 16:12:52.027026 | fa163ecf-8126-e916-b606-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:15.739914 | 0.04s 2025-10-03 16:12:52.053614 | fa163ecf-8126-e916-b606-0000000021ba | TASK | Fail if container image is undefined 2025-10-03 16:12:52.091613 | fa163ecf-8126-e916-b606-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 16:12:52.092288 | fa163ecf-8126-e916-b606-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:15.805179 | 0.04s 2025-10-03 16:12:52.117463 | fa163ecf-8126-e916-b606-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-03 16:12:59.988868 | fa163ecf-8126-e916-b606-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-03 16:12:59.990247 | fa163ecf-8126-e916-b606-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:23.703127 | 7.87s 2025-10-03 16:13:00.047370 | fa163ecf-8126-e916-b606-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-03 16:13:00.441560 | fa163ecf-8126-e916-b606-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-03 16:13:00.442970 | fa163ecf-8126-e916-b606-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:24.155846 | 0.39s 2025-10-03 16:13:00.544663 | fa163ecf-8126-e916-b606-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 16:13:00.545833 | fa163ecf-8126-e916-b606-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:24.258716 | 0.05s 2025-10-03 16:13:00.571930 | fa163ecf-8126-e916-b606-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-03 16:13:20.766740 | fa163ecf-8126-e916-b606-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-03 16:13:20.767920 | fa163ecf-8126-e916-b606-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:44.480808 | 20.19s 2025-10-03 16:13:20.785629 | fa163ecf-8126-e916-b606-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-03 16:13:20.813030 | fa163ecf-8126-e916-b606-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-03 16:13:20.813695 | fa163ecf-8126-e916-b606-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:44.526586 | 0.03s 2025-10-03 16:13:20.830993 | fa163ecf-8126-e916-b606-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-03 16:13:21.077178 | fa163ecf-8126-e916-b606-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-03 16:13:21.078055 | fa163ecf-8126-e916-b606-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:44.790946 | 0.25s 2025-10-03 16:13:21.095428 | fa163ecf-8126-e916-b606-0000000021ce | TASK | is KSM enabled 2025-10-03 16:13:21.153088 | fa163ecf-8126-e916-b606-0000000021ce | OK | is KSM enabled | standalone 2025-10-03 16:13:21.154338 | fa163ecf-8126-e916-b606-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:44.867193 | 0.06s 2025-10-03 16:13:21.176076 | fa163ecf-8126-e916-b606-0000000021d0 | TASK | Check for ksm 2025-10-03 16:13:21.431155 | fa163ecf-8126-e916-b606-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-03 16:13:21.432564 | fa163ecf-8126-e916-b606-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:45.145447 | 0.26s 2025-10-03 16:13:21.460507 | fa163ecf-8126-e916-b606-0000000021d1 | TASK | disable KSM services 2025-10-03 16:13:21.517183 | fa163ecf-8126-e916-b606-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-03 16:13:21.540894 | fa163ecf-8126-e916-b606-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-03 16:13:21.547196 | fa163ecf-8126-e916-b606-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:45.260068 | 0.09s 2025-10-03 16:13:21.575491 | fa163ecf-8126-e916-b606-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-03 16:13:21.616505 | fa163ecf-8126-e916-b606-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-03 16:13:21.617751 | fa163ecf-8126-e916-b606-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:45.330631 | 0.04s 2025-10-03 16:13:21.643932 | fa163ecf-8126-e916-b606-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-03 16:13:21.674586 | fa163ecf-8126-e916-b606-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-03 16:13:21.675912 | fa163ecf-8126-e916-b606-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:45.388792 | 0.03s 2025-10-03 16:13:21.703955 | fa163ecf-8126-e916-b606-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-03 16:13:21.756200 | fa163ecf-8126-e916-b606-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-03 16:13:21.757558 | fa163ecf-8126-e916-b606-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:45.470440 | 0.05s 2025-10-03 16:13:21.784925 | fa163ecf-8126-e916-b606-0000000021d6 | TASK | enable ksmtunded 2025-10-03 16:13:21.845673 | fa163ecf-8126-e916-b606-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-03 16:13:21.858655 | fa163ecf-8126-e916-b606-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-03 16:13:21.865376 | fa163ecf-8126-e916-b606-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:45.578249 | 0.08s 2025-10-03 16:13:21.944905 | fa163ecf-8126-e916-b606-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 16:13:21.946235 | fa163ecf-8126-e916-b606-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:45.659114 | 0.05s 2025-10-03 16:13:21.973248 | fa163ecf-8126-e916-b606-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-03 16:13:22.046976 | fa163ecf-8126-e916-b606-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-03 16:13:22.048045 | fa163ecf-8126-e916-b606-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:45.760933 | 0.07s 2025-10-03 16:13:22.068951 | fa163ecf-8126-e916-b606-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-03 16:13:27.100353 | fa163ecf-8126-e916-b606-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-03 16:13:27.105391 | fa163ecf-8126-e916-b606-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:50.818274 | 5.04s 2025-10-03 16:13:27.141186 | fa163ecf-8126-e916-b606-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-03 16:13:27.213758 | fa163ecf-8126-e916-b606-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-03 16:13:27.214676 | fa163ecf-8126-e916-b606-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:50.927562 | 0.07s 2025-10-03 16:13:27.237695 | fa163ecf-8126-e916-b606-0000000021de | TASK | Fetch ovn VIP 2025-10-03 16:13:27.299856 | fa163ecf-8126-e916-b606-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-03 16:13:27.300733 | fa163ecf-8126-e916-b606-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:04:51.013621 | 0.06s 2025-10-03 16:13:27.323815 | fa163ecf-8126-e916-b606-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-03 16:13:27.361109 | fa163ecf-8126-e916-b606-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-03 16:13:27.361968 | fa163ecf-8126-e916-b606-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:51.074856 | 0.04s 2025-10-03 16:13:27.384670 | fa163ecf-8126-e916-b606-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-03 16:13:27.453106 | fa163ecf-8126-e916-b606-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-03 16:13:27.454007 | fa163ecf-8126-e916-b606-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:51.166895 | 0.07s 2025-10-03 16:13:27.477032 | fa163ecf-8126-e916-b606-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-03 16:13:27.527874 | fa163ecf-8126-e916-b606-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-03 16:13:27.528840 | fa163ecf-8126-e916-b606-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:51.241728 | 0.05s 2025-10-03 16:13:27.551568 | fa163ecf-8126-e916-b606-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-03 16:13:27.603237 | fa163ecf-8126-e916-b606-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-03 16:13:27.610765 | fa163ecf-8126-e916-b606-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:04:51.323647 | 0.06s 2025-10-03 16:13:27.671138 | fa163ecf-8126-e916-b606-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 16:13:27.672014 | fa163ecf-8126-e916-b606-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:51.384902 | 0.04s 2025-10-03 16:13:27.695497 | fa163ecf-8126-e916-b606-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-03 16:13:27.749497 | fa163ecf-8126-e916-b606-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:04:51.462378 | 0.05s 2025-10-03 16:13:27.800462 | fa163ecf-8126-e916-b606-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-03 16:13:28.020677 | fa163ecf-8126-e916-b606-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-03 16:13:28.022053 | fa163ecf-8126-e916-b606-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:51.734932 | 0.22s 2025-10-03 16:13:28.052425 | fa163ecf-8126-e916-b606-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-03 16:13:28.114564 | fa163ecf-8126-e916-b606-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-03 16:13:28.116041 | fa163ecf-8126-e916-b606-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:51.828921 | 0.06s 2025-10-03 16:13:28.147357 | fa163ecf-8126-e916-b606-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-03 16:13:28.416701 | fa163ecf-8126-e916-b606-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-03 16:13:28.417765 | fa163ecf-8126-e916-b606-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:52.130654 | 0.27s 2025-10-03 16:13:28.441824 | fa163ecf-8126-e916-b606-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-03 16:13:28.512485 | fa163ecf-8126-e916-b606-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-03 16:13:28.513471 | fa163ecf-8126-e916-b606-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:52.226360 | 0.07s 2025-10-03 16:13:28.537270 | fa163ecf-8126-e916-b606-000000002393 | TASK | render OVN cluster configuration 2025-10-03 16:13:29.091981 | fa163ecf-8126-e916-b606-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-03 16:13:29.092739 | fa163ecf-8126-e916-b606-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:52.805630 | 0.55s 2025-10-03 16:13:29.112492 | fa163ecf-8126-e916-b606-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-03 16:13:29.146836 | fa163ecf-8126-e916-b606-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:52.859702 | 0.03s 2025-10-03 16:13:29.158228 | fa163ecf-8126-e916-b606-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:52.871114 | 0.04s 2025-10-03 16:13:29.168285 | fa163ecf-8126-e916-b606-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:52.881172 | 0.05s 2025-10-03 16:13:29.172547 | fa163ecf-8126-e916-b606-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:52.885432 | 0.06s 2025-10-03 16:13:29.184554 | fea9c631-355f-4a47-a8c0-7d6b09eb71bf | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 16:13:29.188168 | 640c10cb-a6ab-419b-b1bd-778b9a2dbd7a | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 16:13:29.191603 | 65846554-5eab-43aa-92d2-8ebe8644c84e | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 16:13:29.274832 | fa163ecf-8126-e916-b606-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-03 16:13:29.507652 | fa163ecf-8126-e916-b606-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-03 16:13:29.508322 | fa163ecf-8126-e916-b606-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:53.221199 | 0.23s 2025-10-03 16:13:29.538903 | fa163ecf-8126-e916-b606-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-03 16:13:29.579878 | fa163ecf-8126-e916-b606-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-03 16:13:29.581038 | fa163ecf-8126-e916-b606-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:53.293920 | 0.04s 2025-10-03 16:13:29.613521 | fa163ecf-8126-e916-b606-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-03 16:13:29.877350 | fa163ecf-8126-e916-b606-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-03 16:13:29.878566 | fa163ecf-8126-e916-b606-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:53.591450 | 0.26s 2025-10-03 16:13:29.910057 | fa163ecf-8126-e916-b606-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-03 16:13:29.959626 | fa163ecf-8126-e916-b606-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-03 16:13:29.960739 | fa163ecf-8126-e916-b606-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:53.673621 | 0.05s 2025-10-03 16:13:29.991723 | fa163ecf-8126-e916-b606-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-03 16:13:30.226807 | fa163ecf-8126-e916-b606-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-03 16:13:30.227686 | fa163ecf-8126-e916-b606-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:53.940578 | 0.23s 2025-10-03 16:13:30.247775 | fa163ecf-8126-e916-b606-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-03 16:13:30.295915 | fa163ecf-8126-e916-b606-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-03 16:13:30.297058 | fa163ecf-8126-e916-b606-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:54.009940 | 0.05s 2025-10-03 16:13:30.405293 | fa163ecf-8126-e916-b606-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 16:13:30.406877 | fa163ecf-8126-e916-b606-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.119752 | 0.05s 2025-10-03 16:13:30.485870 | fa163ecf-8126-e916-b606-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 16:13:30.487088 | fa163ecf-8126-e916-b606-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.199971 | 0.05s 2025-10-03 16:13:30.517886 | fa163ecf-8126-e916-b606-0000000021f2 | TASK | Fail if container image is undefined 2025-10-03 16:13:30.578901 | fa163ecf-8126-e916-b606-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 16:13:30.580100 | fa163ecf-8126-e916-b606-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:54.292981 | 0.06s 2025-10-03 16:13:30.628302 | fa163ecf-8126-e916-b606-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-03 16:13:37.403678 | fa163ecf-8126-e916-b606-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-03 16:13:37.405095 | fa163ecf-8126-e916-b606-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:01.117977 | 6.78s 2025-10-03 16:13:37.446168 | fa163ecf-8126-e916-b606-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-03 16:13:37.770906 | fa163ecf-8126-e916-b606-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-03 16:13:37.772214 | fa163ecf-8126-e916-b606-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:01.485096 | 0.32s 2025-10-03 16:13:37.829358 | fa163ecf-8126-e916-b606-0000000021ff | TASK | Pre-fetch all the containers 2025-10-03 16:13:43.878419 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-03 16:13:43.880091 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:07.592980 | 6.05s 2025-10-03 16:13:49.159706 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-03 16:13:49.162858 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:12.875736 | 11.33s 2025-10-03 16:13:52.469904 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-03 16:13:52.472662 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:16.185546 | 14.64s 2025-10-03 16:13:56.545516 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-03 16:13:56.548211 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:20.261091 | 18.72s 2025-10-03 16:13:59.467320 | fa163ecf-8126-e916-b606-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-03 16:13:59.471003 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:23.183887 | 21.64s 2025-10-03 16:14:02.073726 | fa163ecf-8126-e916-b606-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-03 16:14:02.077862 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:25.790740 | 24.25s 2025-10-03 16:14:08.653457 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-03 16:14:08.656563 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:32.369446 | 30.83s 2025-10-03 16:14:13.652567 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-03 16:14:13.655521 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:37.368410 | 35.82s 2025-10-03 16:14:18.370921 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-03 16:14:18.374097 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:42.086981 | 40.54s 2025-10-03 16:14:21.196566 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-03 16:14:21.199682 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:44.912566 | 43.37s 2025-10-03 16:14:30.441694 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-03 16:14:30.446893 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:54.159774 | 52.62s 2025-10-03 16:14:34.894116 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-03 16:14:34.898057 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:58.610945 | 57.07s 2025-10-03 16:14:51.000162 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-03 16:14:51.002547 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:14.715436 | 73.17s 2025-10-03 16:15:01.443191 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-03 16:15:01.445254 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:25.158142 | 83.61s 2025-10-03 16:15:11.499894 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-03 16:15:11.501584 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:35.214475 | 93.67s 2025-10-03 16:15:21.771175 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-03 16:15:21.775704 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:45.488583 | 103.94s 2025-10-03 16:15:30.134646 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-03 16:15:30.138597 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:53.851480 | 112.31s 2025-10-03 16:15:35.680615 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-03 16:15:35.683554 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:59.396440 | 117.85s 2025-10-03 16:15:40.375674 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-03 16:15:40.380198 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:04.093079 | 122.55s 2025-10-03 16:15:45.795037 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-03 16:15:45.798237 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:09.511120 | 127.97s 2025-10-03 16:15:51.917082 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-03 16:15:51.921720 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:15.634593 | 134.09s 2025-10-03 16:16:04.721117 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-03 16:16:04.722811 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:28.435701 | 146.89s 2025-10-03 16:16:10.061147 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-03 16:16:10.064237 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:33.777127 | 152.23s 2025-10-03 16:16:19.442247 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-03 16:16:19.444970 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:43.157854 | 161.61s 2025-10-03 16:16:23.356458 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-03 16:16:23.361010 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:47.073888 | 165.53s 2025-10-03 16:16:26.859997 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-03 16:16:26.865238 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:50.578116 | 169.03s 2025-10-03 16:16:31.056106 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-03 16:16:31.059780 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:54.772656 | 173.23s 2025-10-03 16:16:40.504002 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-03 16:16:40.507221 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:04.220098 | 182.68s 2025-10-03 16:16:44.059937 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-03 16:16:44.063468 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:07.776346 | 186.23s 2025-10-03 16:16:48.097422 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-03 16:16:48.101014 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:11.813898 | 190.27s 2025-10-03 16:16:53.669080 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-03 16:16:53.673288 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:17.386169 | 195.84s 2025-10-03 16:16:56.575215 | fa163ecf-8126-e916-b606-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-03 16:16:56.579459 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:20.292332 | 198.75s 2025-10-03 16:16:59.296651 | fa163ecf-8126-e916-b606-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-03 16:16:59.300408 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:23.013290 | 201.47s 2025-10-03 16:17:03.896893 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-03 16:17:03.900745 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:27.613626 | 206.07s 2025-10-03 16:17:06.967643 | fa163ecf-8126-e916-b606-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-03 16:17:06.970767 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:30.683654 | 209.14s 2025-10-03 16:17:12.522663 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-03 16:17:12.526540 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:36.239421 | 214.70s 2025-10-03 16:17:15.964833 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-03 16:17:15.968137 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:39.681015 | 218.14s 2025-10-03 16:17:20.113140 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-03 16:17:20.116996 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:43.829880 | 222.29s 2025-10-03 16:17:23.837815 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-03 16:17:23.842696 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:47.555576 | 226.01s 2025-10-03 16:17:27.814559 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-03 16:17:27.817734 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:51.530617 | 229.99s 2025-10-03 16:17:31.367942 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-03 16:17:31.371280 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:55.084161 | 233.54s 2025-10-03 16:17:35.715644 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-03 16:17:35.718656 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:59.431539 | 237.89s 2025-10-03 16:17:39.210427 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-03 16:17:39.213783 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:02.926664 | 241.38s 2025-10-03 16:17:43.732364 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-03 16:17:43.735588 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:07.448469 | 245.90s 2025-10-03 16:17:47.183453 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-03 16:17:47.186554 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:10.899438 | 249.36s 2025-10-03 16:17:52.519245 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-03 16:17:52.521688 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:16.234571 | 254.69s 2025-10-03 16:17:56.753964 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-03 16:17:56.757880 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:20.470762 | 258.93s 2025-10-03 16:18:01.878375 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-03 16:18:01.884094 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:25.596970 | 264.05s 2025-10-03 16:18:06.485805 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-03 16:18:06.489244 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:30.202120 | 268.66s 2025-10-03 16:18:10.872618 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-03 16:18:10.876959 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:34.589839 | 273.05s 2025-10-03 16:18:14.770940 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-03 16:18:14.774794 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:38.487672 | 276.94s 2025-10-03 16:18:18.197469 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-03 16:18:18.200163 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:41.913049 | 280.37s 2025-10-03 16:18:23.192438 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-03 16:18:23.197294 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:46.910176 | 285.37s 2025-10-03 16:18:26.684090 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-03 16:18:26.689425 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:50.402300 | 288.86s 2025-10-03 16:18:30.248935 | fa163ecf-8126-e916-b606-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-03 16:18:30.252018 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:53.964899 | 292.42s 2025-10-03 16:18:30.679107 | fa163ecf-8126-e916-b606-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:54.391984 | 292.85s 2025-10-03 16:18:30.900716 | fa163ecf-8126-e916-b606-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 16:18:30.901675 | fa163ecf-8126-e916-b606-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:54.614563 | 0.06s 2025-10-03 16:18:30.924738 | fa163ecf-8126-e916-b606-000000002209 | TASK | Fail if container image is undefined 2025-10-03 16:18:30.982940 | fa163ecf-8126-e916-b606-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 16:18:30.983607 | fa163ecf-8126-e916-b606-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:54.696499 | 0.06s 2025-10-03 16:18:31.010487 | fa163ecf-8126-e916-b606-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-03 16:18:37.019209 | fa163ecf-8126-e916-b606-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-03 16:18:37.021863 | fa163ecf-8126-e916-b606-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:00.734744 | 6.01s 2025-10-03 16:18:37.082420 | fa163ecf-8126-e916-b606-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-03 16:18:37.441972 | fa163ecf-8126-e916-b606-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-03 16:18:37.443345 | fa163ecf-8126-e916-b606-00000000220b | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:01.156201 | 0.36s 2025-10-03 16:18:37.502415 | fa163ecf-8126-e916-b606-000000002216 | TASK | Check if rsyslog exists 2025-10-03 16:18:37.765736 | fa163ecf-8126-e916-b606-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-03 16:18:37.767122 | fa163ecf-8126-e916-b606-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:10:01.480001 | 0.26s 2025-10-03 16:18:37.797835 | fa163ecf-8126-e916-b606-000000002217 | TASK | Forward logging to swift.log file 2025-10-03 16:18:38.302897 | fa163ecf-8126-e916-b606-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-03 16:18:38.308947 | fa163ecf-8126-e916-b606-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:02.021826 | 0.51s 2025-10-03 16:18:38.339809 | fa163ecf-8126-e916-b606-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-03 16:18:39.060360 | fa163ecf-8126-e916-b606-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-03 16:18:39.062183 | fa163ecf-8126-e916-b606-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:02.775066 | 0.72s 2025-10-03 16:18:39.092111 | fa163ecf-8126-e916-b606-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-03 16:18:39.299556 | fa163ecf-8126-e916-b606-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-03 16:18:39.300921 | fa163ecf-8126-e916-b606-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:03.013804 | 0.21s 2025-10-03 16:18:39.414888 | fa163ecf-8126-e916-b606-0000000000c3 | TIMING | include_tasks | standalone | 0:10:03.127769 | 0.08s 2025-10-03 16:18:39.449529 | 3cfaf532-7b65-4a76-bbd2-340d8770d974 | INCLUDED | /root/standalone-ansible-rsw2524j/common_deploy_steps_tasks.yaml | standalone 2025-10-03 16:18:39.475128 | fa163ecf-8126-e916-b606-00000000249a | TASK | Write the config_step hieradata 2025-10-03 16:18:39.961460 | fa163ecf-8126-e916-b606-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-03 16:18:39.962690 | fa163ecf-8126-e916-b606-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:03.675572 | 0.49s 2025-10-03 16:18:39.992579 | fa163ecf-8126-e916-b606-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-03 16:18:40.291983 | fa163ecf-8126-e916-b606-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-03 16:18:40.293221 | fa163ecf-8126-e916-b606-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:04.006101 | 0.30s 2025-10-03 16:18:40.323421 | fa163ecf-8126-e916-b606-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-03 16:18:40.558493 | fa163ecf-8126-e916-b606-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 16:18:50.778032 | fa163ecf-8126-e916-b606-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 16:19:01.004880 | fa163ecf-8126-e916-b606-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-03 16:19:11.193904 | fa163ecf-8126-e916-b606-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-03 16:19:21.416381 | fa163ecf-8126-e916-b606-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-03 16:19:31.648168 | fa163ecf-8126-e916-b606-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-03 16:19:41.857669 | fa163ecf-8126-e916-b606-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 16:19:41.859203 | fa163ecf-8126-e916-b606-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:05.572085 | 61.53s 2025-10-03 16:19:41.891359 | fa163ecf-8126-e916-b606-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-03 16:19:41.979578 | fa163ecf-8126-e916-b606-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 16:18:40 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 16:18:44 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 16:18:44 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 16:18:44 puppet-user: (file & line not available)", "<13>Oct 3 16:18:44 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 16:18:44 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 16:18:45 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 16:18:45 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.41 seconds", "<13>Oct 3 16:18:45 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 3 16:18:45 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 3 16:18:45 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 3 16:18:54 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 3 16:19:01 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 3 16:19:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 3 16:19:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 3 16:19:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 3 16:19:05 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 3 16:19:06 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 3 16:19:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 3 16:19:10 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 3 16:19:12 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 3 16:19:13 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 3 16:19:13 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 3 16:19:36 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 3 16:19:38 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 16:19:40 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 3 16:19:40 puppet-user: Notice: Applied catalog in 55.41 seconds", "<13>Oct 3 16:19:40 puppet-user: Application:", "<13>Oct 3 16:19:40 puppet-user: Initial environment: production", "<13>Oct 3 16:19:40 puppet-user: Converged environment: production", "<13>Oct 3 16:19:40 puppet-user: Run mode: user", "<13>Oct 3 16:19:40 puppet-user: Changes:", "<13>Oct 3 16:19:40 puppet-user: Total: 17", "<13>Oct 3 16:19:40 puppet-user: Events:", "<13>Oct 3 16:19:40 puppet-user: Success: 17", "<13>Oct 3 16:19:40 puppet-user: Resources:", "<13>Oct 3 16:19:40 puppet-user: Restarted: 1", "<13>Oct 3 16:19:40 puppet-user: Changed: 16", "<13>Oct 3 16:19:40 puppet-user: Out of sync: 16", "<13>Oct 3 16:19:40 puppet-user: Total: 26", "<13>Oct 3 16:19:40 puppet-user: Time:", "<13>Oct 3 16:19:40 puppet-user: Schedule: 0.00", "<13>Oct 3 16:19:40 puppet-user: File line: 0.00", "<13>Oct 3 16:19:40 puppet-user: File: 0.00", "<13>Oct 3 16:19:40 puppet-user: Augeas: 0.02", "<13>Oct 3 16:19:40 puppet-user: User: 0.19", "<13>Oct 3 16:19:40 puppet-user: Config retrieval: 0.45", "<13>Oct 3 16:19:40 puppet-user: Package: 16.05", "<13>Oct 3 16:19:40 puppet-user: Last run: 1759508380", "<13>Oct 3 16:19:40 puppet-user: Exec: 29.10", "<13>Oct 3 16:19:40 puppet-user: Pcmk property: 3.70", "<13>Oct 3 16:19:40 puppet-user: Service: 5.13", "<13>Oct 3 16:19:40 puppet-user: Filebucket: 0.00", "<13>Oct 3 16:19:40 puppet-user: Transaction evaluation: 55.40", "<13>Oct 3 16:19:40 puppet-user: Catalog application: 55.41", "<13>Oct 3 16:19:40 puppet-user: Total: 55.41", "<13>Oct 3 16:19:40 puppet-user: Version:", "<13>Oct 3 16:19:40 puppet-user: Config: 1759508324", "<13>Oct 3 16:19:40 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 16:19:41.981192 | fa163ecf-8126-e916-b606-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:05.694073 | 0.09s 2025-10-03 16:19:42.013205 | fa163ecf-8126-e916-b606-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-03 16:19:42.043708 | fa163ecf-8126-e916-b606-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:05.756577 | 0.03s 2025-10-03 16:19:42.126726 | fa163ecf-8126-e916-b606-0000000024e5 | TASK | Gather variables for each operating system 2025-10-03 16:19:42.219906 | fa163ecf-8126-e916-b606-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:05.932771 | 0.09s 2025-10-03 16:19:42.253420 | fa163ecf-8126-e916-b606-0000000024e6 | TASK | Create puppet caching structures 2025-10-03 16:19:42.496254 | fa163ecf-8126-e916-b606-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-03 16:19:42.497342 | fa163ecf-8126-e916-b606-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:06.210230 | 0.24s 2025-10-03 16:19:42.521039 | fa163ecf-8126-e916-b606-0000000024e7 | TASK | Check for facter.conf 2025-10-03 16:19:42.760065 | fa163ecf-8126-e916-b606-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-03 16:19:42.761478 | fa163ecf-8126-e916-b606-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:06.474359 | 0.24s 2025-10-03 16:19:42.791958 | fa163ecf-8126-e916-b606-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-03 16:19:42.831012 | fa163ecf-8126-e916-b606-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 16:19:42.832019 | fa163ecf-8126-e916-b606-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:06.544903 | 0.04s 2025-10-03 16:19:42.864641 | fa163ecf-8126-e916-b606-0000000024e9 | TASK | Write facter cache config 2025-10-03 16:19:43.311272 | fa163ecf-8126-e916-b606-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-03 16:19:43.312669 | fa163ecf-8126-e916-b606-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:07.025554 | 0.45s 2025-10-03 16:19:43.344001 | fa163ecf-8126-e916-b606-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-03 16:19:43.556109 | fa163ecf-8126-e916-b606-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-03 16:19:43.557447 | fa163ecf-8126-e916-b606-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:07.270328 | 0.21s 2025-10-03 16:19:43.587840 | fa163ecf-8126-e916-b606-0000000024eb | TASK | Pre-cache facts 2025-10-03 16:19:44.123164 | fa163ecf-8126-e916-b606-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-03 16:19:44.124514 | fa163ecf-8126-e916-b606-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:07.837396 | 0.54s 2025-10-03 16:19:44.155512 | fa163ecf-8126-e916-b606-0000000024ec | TASK | Failed deployment if facter fails 2025-10-03 16:19:44.194880 | fa163ecf-8126-e916-b606-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 16:19:44.196105 | fa163ecf-8126-e916-b606-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:07.908953 | 0.04s 2025-10-03 16:19:44.247593 | fa163ecf-8126-e916-b606-0000000024ed | TASK | Sync cached facts 2025-10-03 16:19:44.675926 | fa163ecf-8126-e916-b606-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ecf-8126-e916-b606-0000000024ed') missing from stats 2025-10-03 16:19:44.716659 | fa163ecf-8126-e916-b606-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 16:19:44.745705 | fa163ecf-8126-e916-b606-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:08.458581 | 0.03s 2025-10-03 16:19:44.768467 | 0f57cf1d-0486-4932-8ed9-7856b0dca2c7 | INCLUDED | /root/standalone-ansible-rsw2524j/generate-config-tasks.yaml | standalone 2025-10-03 16:19:44.808408 | fa163ecf-8126-e916-b606-000000002537 | TASK | Create base directory puppet configs 2025-10-03 16:19:45.036644 | fa163ecf-8126-e916-b606-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-03 16:19:45.037940 | fa163ecf-8126-e916-b606-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:08.750822 | 0.23s 2025-10-03 16:19:45.064163 | fa163ecf-8126-e916-b606-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-03 16:19:45.340803 | fa163ecf-8126-e916-b606-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-03 16:19:45.341618 | fa163ecf-8126-e916-b606-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:09.054509 | 0.28s 2025-10-03 16:19:45.361996 | fa163ecf-8126-e916-b606-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-03 16:19:45.387560 | fa163ecf-8126-e916-b606-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:09.100446 | 0.02s 2025-10-03 16:19:45.438252 | fa163ecf-8126-e916-b606-0000000025c3 | TASK | Gather variables for each operating system 2025-10-03 16:19:45.560665 | fa163ecf-8126-e916-b606-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:09.273534 | 0.12s 2025-10-03 16:19:45.591168 | fa163ecf-8126-e916-b606-0000000025c4 | TASK | Create container logs path 2025-10-03 16:19:45.803405 | fa163ecf-8126-e916-b606-0000000025c4 | OK | Create container logs path | standalone 2025-10-03 16:19:45.804882 | fa163ecf-8126-e916-b606-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:09.517764 | 0.21s 2025-10-03 16:19:45.840156 | fa163ecf-8126-e916-b606-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 16:19:46.251093 | fa163ecf-8126-e916-b606-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 16:19:46.252475 | fa163ecf-8126-e916-b606-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:09.965357 | 0.41s 2025-10-03 16:19:46.287834 | fa163ecf-8126-e916-b606-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-03 16:19:46.365329 | fa163ecf-8126-e916-b606-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-03 16:19:46.366693 | fa163ecf-8126-e916-b606-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:10.079575 | 0.08s 2025-10-03 16:19:46.397197 | fa163ecf-8126-e916-b606-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-03 16:19:46.429745 | fa163ecf-8126-e916-b606-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 16:19:46.431173 | fa163ecf-8126-e916-b606-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:10.144046 | 0.03s 2025-10-03 16:19:46.462714 | fa163ecf-8126-e916-b606-0000000025cb | TASK | Update container configs with new config hashes 2025-10-03 16:19:46.520243 | fa163ecf-8126-e916-b606-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 16:19:46.521624 | fa163ecf-8126-e916-b606-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:10.234504 | 0.06s 2025-10-03 16:19:46.555086 | fa163ecf-8126-e916-b606-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 16:19:46.586879 | fa163ecf-8126-e916-b606-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:10.299749 | 0.03s 2025-10-03 16:19:46.613669 | 6d35eae8-352e-4e07-98a8-c5a205c68ceb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 16:19:46.644941 | fa163ecf-8126-e916-b606-000000002610 | TASK | Gather podman infos 2025-10-03 16:19:47.225427 | fa163ecf-8126-e916-b606-000000002610 | OK | Gather podman infos | standalone 2025-10-03 16:19:47.226703 | fa163ecf-8126-e916-b606-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:10.939583 | 0.58s 2025-10-03 16:19:47.264747 | fa163ecf-8126-e916-b606-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 16:19:47.328327 | fa163ecf-8126-e916-b606-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 16:19:47.329795 | fa163ecf-8126-e916-b606-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:11.042675 | 0.06s 2025-10-03 16:19:47.364894 | fa163ecf-8126-e916-b606-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 16:19:47.406444 | fa163ecf-8126-e916-b606-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:11.119314 | 0.04s 2025-10-03 16:19:47.433447 | 3c3055cd-20f0-4ab5-b032-71f05e1c17da | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 16:19:47.472148 | fa163ecf-8126-e916-b606-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 16:20:21.508295 | fa163ecf-8126-e916-b606-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 16:20:21.510896 | fa163ecf-8126-e916-b606-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:45.223773 | 34.04s 2025-10-03 16:20:21.647971 | fa163ecf-8126-e916-b606-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 16:20:21.742639 | fa163ecf-8126-e916-b606-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 16:20:21.744160 | fa163ecf-8126-e916-b606-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:45.457037 | 0.09s 2025-10-03 16:20:21.803674 | fa163ecf-8126-e916-b606-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-03 16:20:21.842556 | fa163ecf-8126-e916-b606-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-03 16:20:21.843880 | fa163ecf-8126-e916-b606-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:45.556761 | 0.04s 2025-10-03 16:20:21.873154 | fa163ecf-8126-e916-b606-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-03 16:20:21.908241 | fa163ecf-8126-e916-b606-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-03 16:20:21.909507 | fa163ecf-8126-e916-b606-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:45.622387 | 0.03s 2025-10-03 16:20:21.942352 | fa163ecf-8126-e916-b606-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-03 16:20:21.976351 | fa163ecf-8126-e916-b606-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:45.689194 | 0.03s 2025-10-03 16:20:22.046020 | fa163ecf-8126-e916-b606-000000002690 | TASK | Gather variables for each operating system 2025-10-03 16:20:22.169499 | fa163ecf-8126-e916-b606-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:45.882363 | 0.12s 2025-10-03 16:20:22.201466 | fa163ecf-8126-e916-b606-000000002691 | TASK | Create container logs path 2025-10-03 16:20:22.448623 | fa163ecf-8126-e916-b606-000000002691 | OK | Create container logs path | standalone 2025-10-03 16:20:22.449651 | fa163ecf-8126-e916-b606-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:46.162539 | 0.25s 2025-10-03 16:20:22.475640 | fa163ecf-8126-e916-b606-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 16:20:22.685607 | fa163ecf-8126-e916-b606-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-03 16:20:22.686768 | fa163ecf-8126-e916-b606-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:46.399652 | 0.21s 2025-10-03 16:20:22.715971 | fa163ecf-8126-e916-b606-000000002694 | TASK | Finalise hashes for all containers 2025-10-03 16:20:22.776955 | fa163ecf-8126-e916-b606-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-03 16:20:22.778536 | fa163ecf-8126-e916-b606-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:46.491409 | 0.06s 2025-10-03 16:20:22.809891 | fa163ecf-8126-e916-b606-000000002696 | TASK | Manage systemd shutdown files 2025-10-03 16:20:22.839661 | fa163ecf-8126-e916-b606-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:46.552532 | 0.03s 2025-10-03 16:20:22.876962 | d84d1acf-8dd9-4eb3-8fb2-34ca304d7d3c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 16:20:22.914850 | fa163ecf-8126-e916-b606-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 16:20:23.159055 | fa163ecf-8126-e916-b606-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 16:20:23.160117 | fa163ecf-8126-e916-b606-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:46.873003 | 0.24s 2025-10-03 16:20:23.198027 | fa163ecf-8126-e916-b606-0000000026ca | TASK | Set podman_drop_in fact 2025-10-03 16:20:23.239366 | fa163ecf-8126-e916-b606-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-03 16:20:23.240719 | fa163ecf-8126-e916-b606-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:46.953598 | 0.04s 2025-10-03 16:20:23.272976 | fa163ecf-8126-e916-b606-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 16:20:23.677251 | fa163ecf-8126-e916-b606-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 16:20:23.678177 | fa163ecf-8126-e916-b606-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:47.391065 | 0.40s 2025-10-03 16:20:24.101255 | fa163ecf-8126-e916-b606-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 16:20:24.102792 | fa163ecf-8126-e916-b606-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:47.815675 | 0.83s 2025-10-03 16:20:24.115341 | fa163ecf-8126-e916-b606-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:47.828192 | 0.84s 2025-10-03 16:20:24.147062 | fa163ecf-8126-e916-b606-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 16:20:24.596380 | fa163ecf-8126-e916-b606-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 16:20:24.597199 | fa163ecf-8126-e916-b606-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:48.310090 | 0.45s 2025-10-03 16:20:24.616978 | fa163ecf-8126-e916-b606-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 16:20:25.046714 | fa163ecf-8126-e916-b606-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 16:20:25.047997 | fa163ecf-8126-e916-b606-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:48.760879 | 0.43s 2025-10-03 16:20:25.071705 | fa163ecf-8126-e916-b606-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-03 16:20:26.120111 | fa163ecf-8126-e916-b606-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-03 16:20:26.122501 | fa163ecf-8126-e916-b606-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:49.835371 | 1.05s 2025-10-03 16:20:26.155207 | fa163ecf-8126-e916-b606-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 16:20:26.625474 | fa163ecf-8126-e916-b606-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 16:20:26.626422 | fa163ecf-8126-e916-b606-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:50.339310 | 0.47s 2025-10-03 16:20:26.647352 | fa163ecf-8126-e916-b606-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 16:20:27.084802 | fa163ecf-8126-e916-b606-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 16:20:27.085943 | fa163ecf-8126-e916-b606-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:50.798830 | 0.44s 2025-10-03 16:20:27.116723 | fa163ecf-8126-e916-b606-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-03 16:20:28.015248 | fa163ecf-8126-e916-b606-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 16:20:28.017207 | fa163ecf-8126-e916-b606-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:51.730087 | 0.90s 2025-10-03 16:20:28.053726 | fa163ecf-8126-e916-b606-000000002698 | TASK | Update container configs with new config hashes 2025-10-03 16:20:28.117144 | fa163ecf-8126-e916-b606-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:51.830014 | 0.06s 2025-10-03 16:20:28.139651 | ce2cf0df-ab1f-4f68-8235-9252e84774db | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 16:20:28.177608 | fa163ecf-8126-e916-b606-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-03 16:20:28.485289 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-03 16:20:28.486596 | | WARNING | Config change detected for mysql_bootstrap, new hash: 1f07ee0a661e7a4a99812eb99870d62e 2025-10-03 16:20:28.487142 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: f2a730ddccf7767ae709b0ef0ae5a501 2025-10-03 16:20:28.487712 | | WARNING | Config change detected for clustercheck, new hash: c1b020faa57a99567d0dc14d9a6f01e4 2025-10-03 16:20:28.488239 | | WARNING | Config change detected for horizon_fix_perms, new hash: e89cd9bd68d8229df92a335d5d6494e4 2025-10-03 16:20:28.488776 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 1f07ee0a661e7a4a99812eb99870d62e 2025-10-03 16:20:28.489270 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: cc7b06171310f225f4807e99e9ace47c 2025-10-03 16:20:28.489834 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: cc7b06171310f225f4807e99e9ace47c 2025-10-03 16:20:28.490390 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: cc7b06171310f225f4807e99e9ace47c 2025-10-03 16:20:28.490896 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: cc7b06171310f225f4807e99e9ace47c 2025-10-03 16:20:28.491419 | | WARNING | Config change detected for aodh_db_sync, new hash: 2c155c704e287bda9c935974c0d27956 2025-10-03 16:20:28.491922 | | WARNING | Config change detected for barbican_api, new hash: b1db36bce2047440f7628fced755adf0 2025-10-03 16:20:28.492447 | | WARNING | Config change detected for barbican_api_db_sync, new hash: b1db36bce2047440f7628fced755adf0 2025-10-03 16:20:28.492939 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: b1db36bce2047440f7628fced755adf0 2025-10-03 16:20:28.493463 | | WARNING | Config change detected for barbican_keystone_listener, new hash: b1db36bce2047440f7628fced755adf0 2025-10-03 16:20:28.493997 | | WARNING | Config change detected for barbican_worker, new hash: b1db36bce2047440f7628fced755adf0 2025-10-03 16:20:28.494512 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 253a715e0be6f99d77945bd82c249267 2025-10-03 16:20:28.495000 | | WARNING | Config change detected for glance_api_db_sync, new hash: aa2a75e345e1b38d754aca6ed8723a4a-f7054ad6551dcce47babda9570861f0d 2025-10-03 16:20:28.495520 | | WARNING | Config change detected for heat_engine_db_sync, new hash: a20a69e4f64087d917a6256fd10b9f19 2025-10-03 16:20:28.496068 | | WARNING | Config change detected for horizon, new hash: e89cd9bd68d8229df92a335d5d6494e4 2025-10-03 16:20:28.496638 | | WARNING | Config change detected for iscsid, new hash: f7054ad6551dcce47babda9570861f0d 2025-10-03 16:20:28.497145 | | WARNING | Config change detected for keystone, new hash: 2169ef4ea02b4c3c168b29c7dca1f579 2025-10-03 16:20:28.497707 | | WARNING | Config change detected for keystone_cron, new hash: 2169ef4ea02b4c3c168b29c7dca1f579 2025-10-03 16:20:28.498195 | | WARNING | Config change detected for keystone_db_sync, new hash: 2169ef4ea02b4c3c168b29c7dca1f579 2025-10-03 16:20:28.498738 | | WARNING | Config change detected for manila_api_db_sync, new hash: 0d59d932e57947d84a719ad868cb217a 2025-10-03 16:20:28.499301 | | WARNING | Config change detected for neutron_db_sync, new hash: 599cac703e3cf07cbf8ef12100a3fbc8 2025-10-03 16:20:28.499931 | | WARNING | Config change detected for nova_api_db_sync, new hash: b990cd146d38c3d470b9409c3f3ea977 2025-10-03 16:20:28.500465 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: b990cd146d38c3d470b9409c3f3ea977 2025-10-03 16:20:28.501001 | | WARNING | Config change detected for nova_db_sync, new hash: b990cd146d38c3d470b9409c3f3ea977 2025-10-03 16:20:28.501621 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 17bdb76d22887008aa33c5bdafdfc5c9 2025-10-03 16:20:28.502247 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 17bdb76d22887008aa33c5bdafdfc5c9 2025-10-03 16:20:28.502802 | | WARNING | Config change detected for nova_virtproxyd, new hash: 17bdb76d22887008aa33c5bdafdfc5c9 2025-10-03 16:20:28.503439 | | WARNING | Config change detected for nova_virtqemud, new hash: 17bdb76d22887008aa33c5bdafdfc5c9 2025-10-03 16:20:28.504032 | | WARNING | Config change detected for nova_virtsecretd, new hash: 17bdb76d22887008aa33c5bdafdfc5c9 2025-10-03 16:20:28.504632 | | WARNING | Config change detected for nova_virtstoraged, new hash: 17bdb76d22887008aa33c5bdafdfc5c9 2025-10-03 16:20:28.505130 | | WARNING | Config change detected for octavia_db_sync, new hash: cc7b06171310f225f4807e99e9ace47c 2025-10-03 16:20:28.505695 | | WARNING | Config change detected for placement_api_db_sync, new hash: a8221329f5111008ec7e6601f2a10df4 2025-10-03 16:20:28.506192 | | WARNING | Config change detected for swift_copy_rings, new hash: 5a2117e6886399c207baf0eae569d96f-e18a9db5030c544818992e8218e2f245 2025-10-03 16:20:28.506838 | | WARNING | Config change detected for aodh_api, new hash: 2c155c704e287bda9c935974c0d27956 2025-10-03 16:20:28.507465 | | WARNING | Config change detected for aodh_api_cron, new hash: 2c155c704e287bda9c935974c0d27956 2025-10-03 16:20:28.508015 | | WARNING | Config change detected for aodh_evaluator, new hash: 2c155c704e287bda9c935974c0d27956 2025-10-03 16:20:28.508781 | | WARNING | Config change detected for aodh_listener, new hash: 2c155c704e287bda9c935974c0d27956 2025-10-03 16:20:28.509427 | | WARNING | Config change detected for aodh_notifier, new hash: 2c155c704e287bda9c935974c0d27956 2025-10-03 16:20:28.510150 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 7ca7e20e354f1e8dcff3148dd368cea5 2025-10-03 16:20:28.510880 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 7ca7e20e354f1e8dcff3148dd368cea5 2025-10-03 16:20:28.511528 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 7ca7e20e354f1e8dcff3148dd368cea5 2025-10-03 16:20:28.512061 | | WARNING | Config change detected for cinder_api, new hash: 253a715e0be6f99d77945bd82c249267 2025-10-03 16:20:28.512666 | | WARNING | Config change detected for cinder_api_cron, new hash: 253a715e0be6f99d77945bd82c249267 2025-10-03 16:20:28.513347 | | WARNING | Config change detected for cinder_scheduler, new hash: 253a715e0be6f99d77945bd82c249267 2025-10-03 16:20:28.514013 | | WARNING | Config change detected for glance_api, new hash: aa2a75e345e1b38d754aca6ed8723a4a-f7054ad6551dcce47babda9570861f0d 2025-10-03 16:20:28.514701 | | WARNING | Config change detected for glance_api_cron, new hash: aa2a75e345e1b38d754aca6ed8723a4a 2025-10-03 16:20:28.515296 | | WARNING | Config change detected for glance_api_internal, new hash: 38a90b5e35f992debae26c35d52e8c66-f7054ad6551dcce47babda9570861f0d 2025-10-03 16:20:28.515881 | | WARNING | Config change detected for heat_api, new hash: 44b3ce38338b43ec301dda0746ae2436 2025-10-03 16:20:28.516429 | | WARNING | Config change detected for heat_api_cfn, new hash: be5e89d7566c21cda933421d283057dd 2025-10-03 16:20:28.516939 | | WARNING | Config change detected for heat_api_cron, new hash: 44b3ce38338b43ec301dda0746ae2436 2025-10-03 16:20:28.517541 | | WARNING | Config change detected for heat_engine, new hash: a20a69e4f64087d917a6256fd10b9f19 2025-10-03 16:20:28.518235 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-03 16:20:28.518888 | | WARNING | Config change detected for manila_api, new hash: 0d59d932e57947d84a719ad868cb217a 2025-10-03 16:20:28.519469 | | WARNING | Config change detected for manila_api_cron, new hash: 0d59d932e57947d84a719ad868cb217a 2025-10-03 16:20:28.520033 | | WARNING | Config change detected for manila_scheduler, new hash: 0d59d932e57947d84a719ad868cb217a 2025-10-03 16:20:28.520788 | | WARNING | Config change detected for neutron_api, new hash: 599cac703e3cf07cbf8ef12100a3fbc8 2025-10-03 16:20:28.521385 | | WARNING | Config change detected for neutron_dhcp, new hash: 599cac703e3cf07cbf8ef12100a3fbc8 2025-10-03 16:20:28.522009 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 599cac703e3cf07cbf8ef12100a3fbc8 2025-10-03 16:20:28.522592 | | WARNING | Config change detected for nova_api, new hash: b990cd146d38c3d470b9409c3f3ea977 2025-10-03 16:20:28.523117 | | WARNING | Config change detected for nova_api_cron, new hash: b990cd146d38c3d470b9409c3f3ea977 2025-10-03 16:20:28.523675 | | WARNING | Config change detected for nova_conductor, new hash: b990cd146d38c3d470b9409c3f3ea977 2025-10-03 16:20:28.524193 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 17bdb76d22887008aa33c5bdafdfc5c9 2025-10-03 16:20:28.524758 | | WARNING | Config change detected for nova_metadata, new hash: c1a40db57ded716953281d39a7a32022 2025-10-03 16:20:28.525465 | | WARNING | Config change detected for nova_migration_target, new hash: 17bdb76d22887008aa33c5bdafdfc5c9 2025-10-03 16:20:28.526031 | | WARNING | Config change detected for nova_scheduler, new hash: b990cd146d38c3d470b9409c3f3ea977 2025-10-03 16:20:28.526509 | | WARNING | Config change detected for nova_vnc_proxy, new hash: b990cd146d38c3d470b9409c3f3ea977 2025-10-03 16:20:28.526801 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: b990cd146d38c3d470b9409c3f3ea977 2025-10-03 16:20:28.527097 | | WARNING | Config change detected for octavia_api, new hash: cc7b06171310f225f4807e99e9ace47c 2025-10-03 16:20:28.527447 | | WARNING | Config change detected for octavia_driver_agent, new hash: cc7b06171310f225f4807e99e9ace47c 2025-10-03 16:20:28.527744 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 599cac703e3cf07cbf8ef12100a3fbc8 2025-10-03 16:20:28.528043 | | WARNING | Config change detected for placement_api, new hash: a8221329f5111008ec7e6601f2a10df4 2025-10-03 16:20:28.528409 | | WARNING | Config change detected for placement_wait_for_service, new hash: a8221329f5111008ec7e6601f2a10df4 2025-10-03 16:20:28.528746 | | WARNING | Config change detected for swift_account_reaper, new hash: 5a2117e6886399c207baf0eae569d96f 2025-10-03 16:20:28.529301 | | WARNING | Config change detected for swift_account_server, new hash: 5a2117e6886399c207baf0eae569d96f 2025-10-03 16:20:28.529841 | | WARNING | Config change detected for swift_container_server, new hash: 5a2117e6886399c207baf0eae569d96f 2025-10-03 16:20:28.530274 | | WARNING | Config change detected for swift_container_updater, new hash: 5a2117e6886399c207baf0eae569d96f 2025-10-03 16:20:28.530737 | | WARNING | Config change detected for swift_object_expirer, new hash: 5a2117e6886399c207baf0eae569d96f 2025-10-03 16:20:28.531171 | | WARNING | Config change detected for swift_object_server, new hash: 5a2117e6886399c207baf0eae569d96f 2025-10-03 16:20:28.531632 | | WARNING | Config change detected for swift_object_updater, new hash: 5a2117e6886399c207baf0eae569d96f 2025-10-03 16:20:28.532061 | | WARNING | Config change detected for swift_proxy, new hash: 5a2117e6886399c207baf0eae569d96f 2025-10-03 16:20:28.532521 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 7ca7e20e354f1e8dcff3148dd368cea5 2025-10-03 16:20:28.532994 | | WARNING | Config change detected for gnocchi_api, new hash: 229e701c1b1e5736bdd07acfd201fc91 2025-10-03 16:20:28.533483 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 229e701c1b1e5736bdd07acfd201fc91 2025-10-03 16:20:28.534017 | | WARNING | Config change detected for gnocchi_metricd, new hash: 229e701c1b1e5736bdd07acfd201fc91 2025-10-03 16:20:28.534493 | | WARNING | Config change detected for gnocchi_statsd, new hash: 229e701c1b1e5736bdd07acfd201fc91 2025-10-03 16:20:28.534935 | | WARNING | Config change detected for nova_compute, new hash: f7054ad6551dcce47babda9570861f0d-17bdb76d22887008aa33c5bdafdfc5c9 2025-10-03 16:20:28.535344 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 17bdb76d22887008aa33c5bdafdfc5c9 2025-10-03 16:20:28.535701 | | WARNING | Config change detected for octavia_health_manager, new hash: cc7b06171310f225f4807e99e9ace47c 2025-10-03 16:20:28.536025 | | WARNING | Config change detected for octavia_housekeeping, new hash: cc7b06171310f225f4807e99e9ace47c 2025-10-03 16:20:28.536361 | | WARNING | Config change detected for octavia_rsyslog, new hash: cc7b06171310f225f4807e99e9ace47c 2025-10-03 16:20:28.536697 | | WARNING | Config change detected for octavia_worker, new hash: cc7b06171310f225f4807e99e9ace47c 2025-10-03 16:20:28.537077 | fa163ecf-8126-e916-b606-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-03 16:20:28.537689 | fa163ecf-8126-e916-b606-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:52.250576 | 0.36s 2025-10-03 16:20:28.566730 | fa163ecf-8126-e916-b606-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 16:20:28.605223 | fa163ecf-8126-e916-b606-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:52.318095 | 0.04s 2025-10-03 16:20:28.631079 | 335c3a81-c049-469b-9c1c-dbfa604bf6bf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 16:20:28.659966 | fa163ecf-8126-e916-b606-000000002719 | TASK | Gather podman infos 2025-10-03 16:20:29.360094 | fa163ecf-8126-e916-b606-000000002719 | OK | Gather podman infos | standalone 2025-10-03 16:20:29.361671 | fa163ecf-8126-e916-b606-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:53.074549 | 0.70s 2025-10-03 16:20:29.438647 | fa163ecf-8126-e916-b606-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 16:20:29.491005 | fa163ecf-8126-e916-b606-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:53.203880 | 0.05s 2025-10-03 16:20:29.620740 | fa163ecf-8126-e916-b606-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:53.333608 | 0.06s 2025-10-03 16:20:29.684218 | fa163ecf-8126-e916-b606-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 16:20:29.738703 | fa163ecf-8126-e916-b606-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:53.451567 | 0.05s 2025-10-03 16:20:29.764735 | 4d76edd8-600d-4de5-894b-b93638a70dbc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 16:20:29.803837 | fa163ecf-8126-e916-b606-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 16:20:37.439136 | fa163ecf-8126-e916-b606-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-03 16:20:37.440753 | fa163ecf-8126-e916-b606-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:01.153632 | 7.64s 2025-10-03 16:20:37.475447 | fa163ecf-8126-e916-b606-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 16:20:40.243394 | fa163ecf-8126-e916-b606-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 16:20:40.245801 | fa163ecf-8126-e916-b606-00000000278a | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:03.958611 | 2.77s 2025-10-03 16:20:40.337840 | fa163ecf-8126-e916-b606-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-03 16:20:40.589218 | fa163ecf-8126-e916-b606-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-03 16:20:40.590800 | fa163ecf-8126-e916-b606-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:04.303679 | 0.25s 2025-10-03 16:20:40.639390 | fa163ecf-8126-e916-b606-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-03 16:20:40.680686 | fa163ecf-8126-e916-b606-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:04.393564 | 0.04s 2025-10-03 16:20:40.705413 | fa163ecf-8126-e916-b606-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-03 16:20:40.744052 | fa163ecf-8126-e916-b606-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:04.456926 | 0.04s 2025-10-03 16:20:40.764331 | 6417d204-e7ed-4896-ac48-044ddaa5c0f8 | INCLUDED | /root/standalone-ansible-rsw2524j/host-container-puppet-tasks.yaml | standalone 2025-10-03 16:20:40.805326 | fa163ecf-8126-e916-b606-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-03 16:20:41.286175 | fa163ecf-8126-e916-b606-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-03 16:20:41.287437 | fa163ecf-8126-e916-b606-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:05.000319 | 0.48s 2025-10-03 16:20:41.320600 | fa163ecf-8126-e916-b606-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-03 16:20:41.591036 | fa163ecf-8126-e916-b606-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-03 16:20:41.592636 | fa163ecf-8126-e916-b606-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:05.305512 | 0.27s 2025-10-03 16:20:41.627883 | fa163ecf-8126-e916-b606-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-03 16:20:41.646952 | fa163ecf-8126-e916-b606-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:05.359822 | 0.02s 2025-10-03 16:20:41.707686 | fa163ecf-8126-e916-b606-0000000025c3 | TASK | Gather variables for each operating system 2025-10-03 16:20:41.832893 | fa163ecf-8126-e916-b606-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:05.545764 | 0.12s 2025-10-03 16:20:41.857596 | fa163ecf-8126-e916-b606-0000000025c4 | TASK | Create container logs path 2025-10-03 16:20:42.100221 | fa163ecf-8126-e916-b606-0000000025c4 | OK | Create container logs path | standalone 2025-10-03 16:20:42.101751 | fa163ecf-8126-e916-b606-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:05.814632 | 0.24s 2025-10-03 16:20:42.142149 | fa163ecf-8126-e916-b606-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 16:20:42.338633 | fa163ecf-8126-e916-b606-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 16:20:42.339539 | fa163ecf-8126-e916-b606-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:06.052429 | 0.20s 2025-10-03 16:20:42.364232 | fa163ecf-8126-e916-b606-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-03 16:20:42.392984 | fa163ecf-8126-e916-b606-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-03 16:20:42.393834 | fa163ecf-8126-e916-b606-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:06.106725 | 0.03s 2025-10-03 16:20:42.415070 | fa163ecf-8126-e916-b606-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-03 16:20:42.441505 | fa163ecf-8126-e916-b606-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 16:20:42.442445 | fa163ecf-8126-e916-b606-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:06.155333 | 0.03s 2025-10-03 16:20:42.462600 | fa163ecf-8126-e916-b606-0000000025cb | TASK | Update container configs with new config hashes 2025-10-03 16:20:42.509954 | fa163ecf-8126-e916-b606-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 16:20:42.510974 | fa163ecf-8126-e916-b606-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:06.223859 | 0.05s 2025-10-03 16:20:42.538427 | fa163ecf-8126-e916-b606-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 16:20:42.587636 | fa163ecf-8126-e916-b606-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 16:20:42.588590 | fa163ecf-8126-e916-b606-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:06.301476 | 0.05s 2025-10-03 16:20:42.620702 | fa163ecf-8126-e916-b606-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 16:20:42.661351 | fa163ecf-8126-e916-b606-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 16:20:42.662443 | fa163ecf-8126-e916-b606-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:06.375330 | 0.04s PLAY [External deployment step 2] ********************************************** 2025-10-03 16:20:42.817693 | fa163ecf-8126-e916-b606-0000000000c6 | TASK | External deployment step 2 2025-10-03 16:20:42.845500 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000c6') missing from stats 2025-10-03 16:20:42.888510 | fa163ecf-8126-e916-b606-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:06.601388 | 0.03s 2025-10-03 16:20:42.909848 | 05d91483-37c8-4cec-834d-c22758b358b4 | INCLUDED | /root/standalone-ansible-rsw2524j/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-03 16:20:42.928604 | fa163ecf-8126-e916-b606-000000002852 | TASK | create cephadm working directory and related files 2025-10-03 16:20:42.966769 | fa163ecf-8126-e916-b606-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:06.679640 | 0.04s 2025-10-03 16:20:43.025925 | fa163ecf-8126-e916-b606-00000000287a | TASK | create cephadm workdir 2025-10-03 16:20:43.290937 | fa163ecf-8126-e916-b606-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-rsw2524j/cephadm 2025-10-03 16:20:43.293517 | fa163ecf-8126-e916-b606-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:07.006389 | 0.27s 2025-10-03 16:20:43.303858 | fa163ecf-8126-e916-b606-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:07.016728 | 0.28s 2025-10-03 16:20:43.323987 | fa163ecf-8126-e916-b606-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-03 16:20:43.595040 | fa163ecf-8126-e916-b606-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-03 16:20:43.597460 | fa163ecf-8126-e916-b606-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:07.310339 | 0.27s 2025-10-03 16:20:43.616688 | fa163ecf-8126-e916-b606-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-03 16:20:43.701275 | fa163ecf-8126-e916-b606-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-03 16:20:43.703293 | fa163ecf-8126-e916-b606-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:07.416168 | 0.09s 2025-10-03 16:20:43.725347 | fa163ecf-8126-e916-b606-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-03 16:20:43.777164 | fa163ecf-8126-e916-b606-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-03 16:20:43.778702 | fa163ecf-8126-e916-b606-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:07.491581 | 0.05s 2025-10-03 16:20:43.853251 | fa163ecf-8126-e916-b606-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:07.566072 | 0.05s 2025-10-03 16:20:43.939995 | fa163ecf-8126-e916-b606-000000002902 | TASK | set basic user fact 2025-10-03 16:20:44.010433 | fa163ecf-8126-e916-b606-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-03 16:20:44.011433 | fa163ecf-8126-e916-b606-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:07.724321 | 0.07s 2025-10-03 16:20:44.026458 | fa163ecf-8126-e916-b606-000000002903 | TASK | set basic home fact 2025-10-03 16:20:44.106711 | fa163ecf-8126-e916-b606-000000002903 | OK | set basic home fact | undercloud 2025-10-03 16:20:44.107567 | fa163ecf-8126-e916-b606-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:07.820457 | 0.08s 2025-10-03 16:20:44.121957 | fa163ecf-8126-e916-b606-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-03 16:20:44.206848 | fa163ecf-8126-e916-b606-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-03 16:20:44.208286 | fa163ecf-8126-e916-b606-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:07.921162 | 0.09s 2025-10-03 16:20:44.233814 | fa163ecf-8126-e916-b606-000000002906 | TASK | get all ansible environment variables 2025-10-03 16:20:44.283718 | fa163ecf-8126-e916-b606-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-03 16:20:44.284664 | fa163ecf-8126-e916-b606-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:07.997555 | 0.05s 2025-10-03 16:20:44.299784 | fa163ecf-8126-e916-b606-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-03 16:20:44.380188 | fa163ecf-8126-e916-b606-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-03 16:20:44.381489 | fa163ecf-8126-e916-b606-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:08.094369 | 0.08s 2025-10-03 16:20:44.399560 | fa163ecf-8126-e916-b606-000000002909 | TASK | Set common fact 2025-10-03 16:20:44.450408 | fa163ecf-8126-e916-b606-000000002909 | OK | Set common fact | undercloud 2025-10-03 16:20:44.451729 | fa163ecf-8126-e916-b606-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:08.164612 | 0.05s 2025-10-03 16:20:44.470551 | fa163ecf-8126-e916-b606-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-03 16:20:44.501367 | fa163ecf-8126-e916-b606-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-03 16:20:44.502785 | fa163ecf-8126-e916-b606-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:08.215664 | 0.03s 2025-10-03 16:20:44.539346 | fa163ecf-8126-e916-b606-00000000290c | TASK | build filter list 2025-10-03 16:20:44.569835 | fa163ecf-8126-e916-b606-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:08.282699 | 0.03s 2025-10-03 16:20:44.598292 | fa163ecf-8126-e916-b606-00000000290d | TASK | add images pool 2025-10-03 16:20:44.686086 | fa163ecf-8126-e916-b606-00000000290d | OK | add images pool | undercloud 2025-10-03 16:20:44.687570 | fa163ecf-8126-e916-b606-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:08.400452 | 0.09s 2025-10-03 16:20:44.706640 | fa163ecf-8126-e916-b606-00000000290e | TASK | add volumes pool 2025-10-03 16:20:44.780170 | fa163ecf-8126-e916-b606-00000000290e | OK | add volumes pool | undercloud 2025-10-03 16:20:44.781559 | fa163ecf-8126-e916-b606-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:08.494441 | 0.07s 2025-10-03 16:20:44.803778 | fa163ecf-8126-e916-b606-00000000290f | TASK | add vms pool 2025-10-03 16:20:44.868543 | fa163ecf-8126-e916-b606-00000000290f | OK | add vms pool | undercloud 2025-10-03 16:20:44.869881 | fa163ecf-8126-e916-b606-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:08.582761 | 0.06s 2025-10-03 16:20:44.888247 | fa163ecf-8126-e916-b606-000000002910 | TASK | add gnocchi pool 2025-10-03 16:20:44.927919 | fa163ecf-8126-e916-b606-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-03 16:20:44.930131 | fa163ecf-8126-e916-b606-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:08.643008 | 0.04s 2025-10-03 16:20:44.948299 | fa163ecf-8126-e916-b606-000000002911 | TASK | add cinder backup pool 2025-10-03 16:20:45.040785 | fa163ecf-8126-e916-b606-000000002911 | OK | add cinder backup pool | undercloud 2025-10-03 16:20:45.042110 | fa163ecf-8126-e916-b606-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:08.754993 | 0.09s 2025-10-03 16:20:45.060382 | fa163ecf-8126-e916-b606-000000002912 | TASK | add cinder extra pools 2025-10-03 16:20:45.091030 | fa163ecf-8126-e916-b606-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:08.803902 | 0.03s 2025-10-03 16:20:45.110035 | fa163ecf-8126-e916-b606-000000002913 | TASK | build resulting pool list 2025-10-03 16:20:45.260601 | fa163ecf-8126-e916-b606-000000002913 | OK | build resulting pool list | undercloud 2025-10-03 16:20:45.262020 | fa163ecf-8126-e916-b606-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:08.974903 | 0.15s 2025-10-03 16:20:45.285358 | fa163ecf-8126-e916-b606-000000002915 | TASK | add manila data pool 2025-10-03 16:20:45.350142 | fa163ecf-8126-e916-b606-000000002915 | OK | add manila data pool | undercloud 2025-10-03 16:20:45.351009 | fa163ecf-8126-e916-b606-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:09.063896 | 0.06s 2025-10-03 16:20:45.365638 | fa163ecf-8126-e916-b606-000000002916 | TASK | add manila metadata pool 2025-10-03 16:20:45.434975 | fa163ecf-8126-e916-b606-000000002916 | OK | add manila metadata pool | undercloud 2025-10-03 16:20:45.435824 | fa163ecf-8126-e916-b606-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:09.148715 | 0.07s 2025-10-03 16:20:45.491805 | fa163ecf-8126-e916-b606-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:09.204684 | 0.03s 2025-10-03 16:20:45.611065 | fa163ecf-8126-e916-b606-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-03 16:20:45.681034 | fa163ecf-8126-e916-b606-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-03 16:20:45.682046 | fa163ecf-8126-e916-b606-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:09.394931 | 0.07s 2025-10-03 16:20:45.698905 | fa163ecf-8126-e916-b606-000000002aaa | TASK | build openstack client profiles per pool 2025-10-03 16:20:45.781370 | fa163ecf-8126-e916-b606-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 16:20:45.784525 | fa163ecf-8126-e916-b606-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:09.497400 | 0.08s 2025-10-03 16:20:45.811807 | fa163ecf-8126-e916-b606-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 16:20:45.813260 | fa163ecf-8126-e916-b606-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:09.526145 | 0.11s 2025-10-03 16:20:45.839249 | fa163ecf-8126-e916-b606-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 16:20:45.841371 | fa163ecf-8126-e916-b606-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:09.554254 | 0.14s 2025-10-03 16:20:45.858500 | fa163ecf-8126-e916-b606-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 16:20:45.859428 | fa163ecf-8126-e916-b606-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:09.572312 | 0.16s 2025-10-03 16:20:45.866349 | fa163ecf-8126-e916-b606-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:09.579195 | 0.17s 2025-10-03 16:20:45.886554 | fa163ecf-8126-e916-b606-000000002aab | TASK | set openstack client caps 2025-10-03 16:20:45.950878 | fa163ecf-8126-e916-b606-000000002aab | OK | set openstack client caps | undercloud 2025-10-03 16:20:45.952406 | fa163ecf-8126-e916-b606-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:09.665288 | 0.06s 2025-10-03 16:20:45.974443 | fa163ecf-8126-e916-b606-000000002aac | TASK | set openstack client osd(s) caps 2025-10-03 16:20:46.051438 | fa163ecf-8126-e916-b606-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-03 16:20:46.052972 | fa163ecf-8126-e916-b606-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:09.765850 | 0.08s 2025-10-03 16:20:46.072181 | fa163ecf-8126-e916-b606-000000002aad | TASK | Combine caps 2025-10-03 16:20:46.156622 | fa163ecf-8126-e916-b606-000000002aad | OK | Combine caps | undercloud 2025-10-03 16:20:46.158029 | fa163ecf-8126-e916-b606-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:09.870911 | 0.08s 2025-10-03 16:20:46.178209 | fa163ecf-8126-e916-b606-000000002aae | TASK | set openstack client key 2025-10-03 16:20:46.231622 | fa163ecf-8126-e916-b606-000000002aae | OK | set openstack client key | undercloud 2025-10-03 16:20:46.232952 | fa163ecf-8126-e916-b606-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:09.945835 | 0.05s 2025-10-03 16:20:46.251047 | fa163ecf-8126-e916-b606-000000002ab0 | TASK | build manila key for openstack 2025-10-03 16:20:46.312611 | fa163ecf-8126-e916-b606-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-03 16:20:46.313779 | fa163ecf-8126-e916-b606-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:10.026663 | 0.06s 2025-10-03 16:20:46.332209 | fa163ecf-8126-e916-b606-000000002ab1 | TASK | build radosgw key for openstack 2025-10-03 16:20:46.372795 | fa163ecf-8126-e916-b606-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-03 16:20:46.373431 | fa163ecf-8126-e916-b606-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:10.086323 | 0.04s 2025-10-03 16:20:46.387026 | fa163ecf-8126-e916-b606-000000002ab2 | TASK | build the resulting keys 2025-10-03 16:20:46.533842 | fa163ecf-8126-e916-b606-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-03 16:20:46.534818 | fa163ecf-8126-e916-b606-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:10.247707 | 0.15s 2025-10-03 16:20:46.603534 | fa163ecf-8126-e916-b606-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:10.316413 | 0.04s 2025-10-03 16:20:46.814967 | fa163ecf-8126-e916-b606-000000002dcd | TASK | build ceph orphan set 2025-10-03 16:20:46.873999 | fa163ecf-8126-e916-b606-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-03 16:20:46.874996 | fa163ecf-8126-e916-b606-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:10.587881 | 0.06s 2025-10-03 16:20:46.889963 | fa163ecf-8126-e916-b606-000000002dce | TASK | clean ceph_config_overrides list 2025-10-03 16:20:46.921402 | fa163ecf-8126-e916-b606-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:10.634283 | 0.03s 2025-10-03 16:20:46.935841 | fa163ecf-8126-e916-b606-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-03 16:20:46.975553 | fa163ecf-8126-e916-b606-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-03 16:20:46.976903 | fa163ecf-8126-e916-b606-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:10.689783 | 0.04s 2025-10-03 16:20:46.995549 | fa163ecf-8126-e916-b606-000000002dd0 | TASK | build ceph config overrides 2025-10-03 16:20:47.113227 | fa163ecf-8126-e916-b606-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-03 16:20:47.114538 | fa163ecf-8126-e916-b606-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:10.827419 | 0.12s 2025-10-03 16:20:47.149781 | fa163ecf-8126-e916-b606-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-03 16:20:47.873059 | fa163ecf-8126-e916-b606-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-03 16:20:47.874159 | fa163ecf-8126-e916-b606-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:11.587046 | 0.72s 2025-10-03 16:20:47.889689 | fa163ecf-8126-e916-b606-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 16:20:47.969282 | fa163ecf-8126-e916-b606-000000002883 | OK | Set bootstrap host | undercloud 2025-10-03 16:20:47.969991 | fa163ecf-8126-e916-b606-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:11.682883 | 0.08s 2025-10-03 16:20:47.983914 | fa163ecf-8126-e916-b606-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 16:20:48.086495 | fa163ecf-8126-e916-b606-000000002884 | OK | Set first monitor IP | undercloud 2025-10-03 16:20:48.087656 | fa163ecf-8126-e916-b606-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:11.800508 | 0.10s 2025-10-03 16:20:48.102567 | fa163ecf-8126-e916-b606-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 16:20:48.160926 | fa163ecf-8126-e916-b606-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-03 16:20:48.161583 | fa163ecf-8126-e916-b606-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:11.874474 | 0.06s 2025-10-03 16:20:48.175334 | fa163ecf-8126-e916-b606-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-03 16:20:48.723862 | fa163ecf-8126-e916-b606-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-03 16:20:48.725749 | fa163ecf-8126-e916-b606-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:12.438628 | 0.55s 2025-10-03 16:20:48.759523 | fa163ecf-8126-e916-b606-000000002853 | TASK | Prepare cephadm user and keys 2025-10-03 16:20:49.352677 | fa163ecf-8126-e916-b606-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-03 16:20:49.353969 | fa163ecf-8126-e916-b606-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:13.066848 | 0.59s 2025-10-03 16:20:49.371747 | fa163ecf-8126-e916-b606-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-03 16:20:49.477368 | fa163ecf-8126-e916-b606-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:13.190185 | 0.10s 2025-10-03 16:20:49.562953 | fa163ecf-8126-e916-b606-000000003049 | TASK | set cephadm playbook 2025-10-03 16:20:49.622712 | fa163ecf-8126-e916-b606-000000003049 | OK | set cephadm playbook | undercloud 2025-10-03 16:20:49.623521 | fa163ecf-8126-e916-b606-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:13.336410 | 0.06s 2025-10-03 16:20:49.638238 | fa163ecf-8126-e916-b606-00000000304a | TASK | Setup the log path 2025-10-03 16:20:49.688594 | fa163ecf-8126-e916-b606-00000000304a | OK | Setup the log path | undercloud 2025-10-03 16:20:49.689541 | fa163ecf-8126-e916-b606-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:13.402430 | 0.05s 2025-10-03 16:20:49.704043 | fa163ecf-8126-e916-b606-00000000304b | TASK | Setup the cephadm playbook command 2025-10-03 16:20:49.763666 | fa163ecf-8126-e916-b606-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-03 16:20:49.765429 | fa163ecf-8126-e916-b606-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:13.478310 | 0.06s 2025-10-03 16:20:49.784145 | fa163ecf-8126-e916-b606-00000000304c | TASK | rotate cephadm_command.log 2025-10-03 16:20:50.036567 | fa163ecf-8126-e916-b606-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-03 16:20:50.037958 | fa163ecf-8126-e916-b606-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:13.750839 | 0.25s 2025-10-03 16:20:50.057678 | fa163ecf-8126-e916-b606-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-03 16:20:50.517104 | fa163ecf-8126-e916-b606-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-03 16:20:50.518045 | fa163ecf-8126-e916-b606-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:14.230936 | 0.46s 2025-10-03 16:20:50.532053 | fa163ecf-8126-e916-b606-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-03 16:20:50.611153 | fa163ecf-8126-e916-b606-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-rsw2524j/cephadm/cephadm_command.log)" } 2025-10-03 16:20:50.612045 | fa163ecf-8126-e916-b606-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:14.324936 | 0.08s 2025-10-03 16:20:50.625971 | fa163ecf-8126-e916-b606-00000000304f | TASK | run cephadm playbook 2025-10-03 16:21:46.726322 | fa163ecf-8126-e916-b606-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-03 16:21:46.728883 | fa163ecf-8126-e916-b606-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:10.441764 | 56.10s 2025-10-03 16:21:46.750947 | fa163ecf-8126-e916-b606-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-03 16:21:46.826503 | fa163ecf-8126-e916-b606-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-03 16:21:46.828090 | fa163ecf-8126-e916-b606-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:10.540963 | 0.08s 2025-10-03 16:21:46.848174 | fa163ecf-8126-e916-b606-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-03 16:21:46.925721 | fa163ecf-8126-e916-b606-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-03 16:21:46.927048 | fa163ecf-8126-e916-b606-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:10.639929 | 0.08s 2025-10-03 16:21:46.962846 | fa163ecf-8126-e916-b606-000000002856 | TASK | Check if the input variable file exists 2025-10-03 16:21:47.234669 | fa163ecf-8126-e916-b606-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-03 16:21:47.236429 | fa163ecf-8126-e916-b606-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:10.949307 | 0.27s 2025-10-03 16:21:47.254942 | fa163ecf-8126-e916-b606-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-03 16:21:47.311086 | fa163ecf-8126-e916-b606-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-03 16:21:47.312141 | fa163ecf-8126-e916-b606-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:11.025026 | 0.06s 2025-10-03 16:21:47.327534 | fa163ecf-8126-e916-b606-000000002858 | TASK | configure ceph clients 2025-10-03 16:21:47.377705 | fa163ecf-8126-e916-b606-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:11.090564 | 0.05s 2025-10-03 16:21:47.427055 | fa163ecf-8126-e916-b606-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-03 16:21:47.494705 | fa163ecf-8126-e916-b606-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-03 16:21:47.495614 | fa163ecf-8126-e916-b606-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:11.208504 | 0.07s 2025-10-03 16:21:47.509881 | fa163ecf-8126-e916-b606-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-03 16:21:47.558815 | fa163ecf-8126-e916-b606-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:11.271696 | 0.05s 2025-10-03 16:21:47.565515 | adadcbaf-8423-4376-a6a9-2386be20c80e | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-03 16:21:47.586128 | fa163ecf-8126-e916-b606-000000003157 | TASK | Clean any old fetch directory path 2025-10-03 16:21:47.848521 | fa163ecf-8126-e916-b606-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-03 16:21:47.849905 | fa163ecf-8126-e916-b606-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:11.562784 | 0.26s 2025-10-03 16:21:47.869768 | fa163ecf-8126-e916-b606-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-03 16:21:48.138445 | fa163ecf-8126-e916-b606-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-03 16:21:48.139888 | fa163ecf-8126-e916-b606-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:11.852769 | 0.27s 2025-10-03 16:21:48.158265 | fa163ecf-8126-e916-b606-000000003115 | TASK | Check if the input variables exist 2025-10-03 16:21:48.413606 | fa163ecf-8126-e916-b606-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-03 16:21:48.415064 | fa163ecf-8126-e916-b606-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:12.127947 | 0.26s 2025-10-03 16:21:48.433278 | fa163ecf-8126-e916-b606-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-03 16:21:48.485421 | fa163ecf-8126-e916-b606-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-03 16:21:48.486884 | fa163ecf-8126-e916-b606-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:12.199766 | 0.05s 2025-10-03 16:21:48.505390 | fa163ecf-8126-e916-b606-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-03 16:21:48.578053 | fa163ecf-8126-e916-b606-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-03 16:21:48.579377 | fa163ecf-8126-e916-b606-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:12.292257 | 0.07s 2025-10-03 16:21:48.598388 | fa163ecf-8126-e916-b606-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-03 16:21:48.681892 | fa163ecf-8126-e916-b606-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-03 16:21:48.683254 | fa163ecf-8126-e916-b606-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:12.396134 | 0.08s 2025-10-03 16:21:48.703473 | fa163ecf-8126-e916-b606-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-03 16:21:48.769202 | fa163ecf-8126-e916-b606-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:12.482076 | 0.06s 2025-10-03 16:21:48.780496 | bd29751d-7a45-4c80-806c-531396a8b66f | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-03 16:21:48.817441 | fa163ecf-8126-e916-b606-0000000031ab | TASK | create cephx key(s) 2025-10-03 16:21:49.409094 | fa163ecf-8126-e916-b606-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQAq899oAAAAABAAFDCr1d/WhO0qXR/E1uknDQ==', '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 16:21:49.412650 | fa163ecf-8126-e916-b606-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:13.125523 | 0.59s 2025-10-03 16:21:49.887439 | fa163ecf-8126-e916-b606-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQAq899oAAAAABAAMUnaTQ3ByMr57wBPbtM1RA==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-03 16:21:49.888732 | fa163ecf-8126-e916-b606-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:13.601624 | 1.07s 2025-10-03 16:21:49.900168 | fa163ecf-8126-e916-b606-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:13.613036 | 1.08s 2025-10-03 16:21:49.919777 | fa163ecf-8126-e916-b606-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-03 16:21:49.970898 | fa163ecf-8126-e916-b606-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:13.683766 | 0.05s 2025-10-03 16:21:49.981733 | 7235cd20-0096-4619-9f7f-c0b294b7741b | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-03 16:21:50.021094 | fa163ecf-8126-e916-b606-00000000320f | TASK | create ceph.conf 2025-10-03 16:21:50.588842 | fa163ecf-8126-e916-b606-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-03 16:21:50.590280 | fa163ecf-8126-e916-b606-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:14.303160 | 0.57s 2025-10-03 16:21:50.608957 | fa163ecf-8126-e916-b606-00000000311b | TASK | Configure Ceph Clients 2025-10-03 16:21:50.639362 | fa163ecf-8126-e916-b606-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:14.352181 | 0.03s 2025-10-03 16:21:50.660482 | 470bc88e-0e8a-4e06-ad0d-dfb31c7cc734 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-03 16:21:50.703556 | fa163ecf-8126-e916-b606-00000000327e | TASK | set effective ceph_clients without limit 2025-10-03 16:21:50.820262 | fa163ecf-8126-e916-b606-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-03 16:21:50.821107 | fa163ecf-8126-e916-b606-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:14.533996 | 0.12s 2025-10-03 16:21:50.835559 | fa163ecf-8126-e916-b606-00000000327f | TASK | set effective ceph_clients with limit 2025-10-03 16:21:50.894686 | fa163ecf-8126-e916-b606-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-03 16:21:50.896027 | fa163ecf-8126-e916-b606-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:14.608907 | 0.06s 2025-10-03 16:21:50.914447 | fa163ecf-8126-e916-b606-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-03 16:21:51.009414 | fa163ecf-8126-e916-b606-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-03 16:21:51.010653 | fa163ecf-8126-e916-b606-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:14.723538 | 0.09s 2025-10-03 16:21:51.041743 | fa163ecf-8126-e916-b606-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-03 16:21:51.295632 | fa163ecf-8126-e916-b606-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-rsw2524j/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ecf-8126-e916-b606-000000003281') missing from stats 2025-10-03 16:21:51.541795 | fa163ecf-8126-e916-b606-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-rsw2524j/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-03 16:21:51.780085 | fa163ecf-8126-e916-b606-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-rsw2524j/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-03 16:21:51.809126 | fa163ecf-8126-e916-b606-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:15.522007 | 0.77s 2025-10-03 16:21:51.835448 | fa163ecf-8126-e916-b606-000000003282 | TASK | push files to the other nodes of cluster 2025-10-03 16:21:52.370726 | fa163ecf-8126-e916-b606-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-rsw2524j/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ecf-8126-e916-b606-000000003282') missing from stats 2025-10-03 16:21:52.762438 | fa163ecf-8126-e916-b606-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-rsw2524j/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-03 16:21:53.271660 | fa163ecf-8126-e916-b606-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-rsw2524j/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-03 16:21:53.279846 | fa163ecf-8126-e916-b606-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:16.992720 | 1.44s 2025-10-03 16:21:53.300418 | fa163ecf-8126-e916-b606-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-03 16:21:53.356048 | fa163ecf-8126-e916-b606-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:17.068909 | 0.05s 2025-10-03 16:21:53.373161 | 01508d4b-0157-4bd7-a9af-0e12644adfcd | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-03 16:21:53.434855 | fa163ecf-8126-e916-b606-000000003316 | TASK | Clean any old fetch directory path 2025-10-03 16:21:53.741771 | fa163ecf-8126-e916-b606-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-03 16:21:53.744952 | fa163ecf-8126-e916-b606-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:17.457826 | 0.31s 2025-10-03 16:21:53.760626 | fa163ecf-8126-e916-b606-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-03 16:21:53.798566 | fa163ecf-8126-e916-b606-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-03 16:21:53.799572 | fa163ecf-8126-e916-b606-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:17.512457 | 0.04s 2025-10-03 16:21:53.832454 | fa163ecf-8126-e916-b606-000000002859 | TASK | tripleo client role 2025-10-03 16:21:53.855524 | fa163ecf-8126-e916-b606-000000002859 | TIMING | tripleo client role | undercloud | 0:13:17.568388 | 0.02s 2025-10-03 16:21:53.874106 | fa163ecf-8126-e916-b606-00000000285a | TASK | Load variables for standalone ganesha 2025-10-03 16:21:53.946510 | fa163ecf-8126-e916-b606-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-03 16:21:53.947432 | fa163ecf-8126-e916-b606-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:17.660320 | 0.07s 2025-10-03 16:21:53.961513 | fa163ecf-8126-e916-b606-00000000285b | TASK | Config Standalone Ganesha 2025-10-03 16:21:54.052206 | fa163ecf-8126-e916-b606-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-03 16:21:54.053607 | fa163ecf-8126-e916-b606-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:17.766486 | 0.09s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-03 16:21:54.201495 | fa163ecf-8126-e916-b606-0000000000ca | TASK | Deploy step tasks for 2 2025-10-03 16:21:54.228376 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000ca') missing from stats 2025-10-03 16:21:54.253002 | fa163ecf-8126-e916-b606-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-03 16:21:54.764920 | fa163ecf-8126-e916-b606-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-03 16:21:54.766438 | fa163ecf-8126-e916-b606-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:18.479318 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 16:21:54.823683 | fa163ecf-8126-e916-b606-0000000000cc | TIMING | include_tasks | standalone | 0:13:18.536559 | 0.03s 2025-10-03 16:21:54.905656 | abcf7de1-ef08-4c1a-b92e-4925274a59e2 | INCLUDED | /root/standalone-ansible-rsw2524j/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-03 16:21:54.943600 | fa163ecf-8126-e916-b606-0000000033dd | TASK | Push script 2025-10-03 16:21:55.473423 | fa163ecf-8126-e916-b606-0000000033dd | CHANGED | Push script | standalone 2025-10-03 16:21:55.474658 | fa163ecf-8126-e916-b606-0000000033dd | TIMING | Push script | standalone | 0:13:19.187541 | 0.53s 2025-10-03 16:21:55.502753 | fa163ecf-8126-e916-b606-0000000033de | TASK | Insert cronjob in root crontab 2025-10-03 16:21:55.965811 | fa163ecf-8126-e916-b606-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-03 16:21:55.966949 | fa163ecf-8126-e916-b606-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:19.679832 | 0.46s 2025-10-03 16:21:55.991554 | fa163ecf-8126-e916-b606-0000000033e5 | TASK | Gather variables for each operating system 2025-10-03 16:21:56.116726 | fa163ecf-8126-e916-b606-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:19.829596 | 0.12s 2025-10-03 16:21:56.141688 | fa163ecf-8126-e916-b606-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-03 16:21:56.908602 | fa163ecf-8126-e916-b606-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 16:21:56.909723 | fa163ecf-8126-e916-b606-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:20.622611 | 0.77s 2025-10-03 16:21:56.935783 | fa163ecf-8126-e916-b606-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-03 16:23:44.562479 | fa163ecf-8126-e916-b606-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-03 16:23:44.564900 | fa163ecf-8126-e916-b606-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:08.277786 | 107.63s 2025-10-03 16:23:44.594204 | fa163ecf-8126-e916-b606-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-03 16:23:44.891952 | fa163ecf-8126-e916-b606-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-03 16:23:44.894399 | fa163ecf-8126-e916-b606-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:08.607279 | 0.30s 2025-10-03 16:23:44.919427 | fa163ecf-8126-e916-b606-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 16:23:45.538247 | fa163ecf-8126-e916-b606-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 16:23:45.539638 | fa163ecf-8126-e916-b606-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:09.252519 | 0.62s 2025-10-03 16:23:45.573735 | fa163ecf-8126-e916-b606-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-03 16:23:45.845765 | fa163ecf-8126-e916-b606-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-03 16:23:45.847027 | fa163ecf-8126-e916-b606-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:09.559910 | 0.27s 2025-10-03 16:23:45.881174 | fa163ecf-8126-e916-b606-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-03 16:23:45.945213 | fa163ecf-8126-e916-b606-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-03 16:23:45.946425 | fa163ecf-8126-e916-b606-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:09.659304 | 0.06s 2025-10-03 16:23:45.980022 | fa163ecf-8126-e916-b606-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-03 16:23:46.043301 | fa163ecf-8126-e916-b606-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-03 16:23:46.044562 | fa163ecf-8126-e916-b606-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:09.757442 | 0.06s 2025-10-03 16:23:46.077429 | fa163ecf-8126-e916-b606-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-03 16:23:46.141529 | fa163ecf-8126-e916-b606-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-03 16:23:46.142714 | fa163ecf-8126-e916-b606-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:09.855594 | 0.06s 2025-10-03 16:23:46.178076 | fa163ecf-8126-e916-b606-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 16:23:46.240837 | fa163ecf-8126-e916-b606-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 16:23:46.242278 | fa163ecf-8126-e916-b606-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:09.955152 | 0.06s 2025-10-03 16:23:46.275701 | fa163ecf-8126-e916-b606-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-03 16:23:46.340118 | fa163ecf-8126-e916-b606-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-03 16:23:46.341703 | fa163ecf-8126-e916-b606-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:10.054582 | 0.06s 2025-10-03 16:23:46.399140 | fa163ecf-8126-e916-b606-000000003411 | TASK | Gather variables for each operating system 2025-10-03 16:23:46.527441 | fa163ecf-8126-e916-b606-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:10.240315 | 0.13s 2025-10-03 16:23:46.558965 | fa163ecf-8126-e916-b606-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-03 16:23:47.350081 | fa163ecf-8126-e916-b606-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 16:23:47.351480 | fa163ecf-8126-e916-b606-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:11.064366 | 0.79s 2025-10-03 16:23:47.376021 | fa163ecf-8126-e916-b606-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-03 16:24:14.263261 | fa163ecf-8126-e916-b606-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-03 16:24:14.264867 | fa163ecf-8126-e916-b606-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:37.977750 | 26.89s 2025-10-03 16:24:14.298759 | fa163ecf-8126-e916-b606-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-03 16:24:14.590362 | fa163ecf-8126-e916-b606-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-03 16:24:14.591988 | fa163ecf-8126-e916-b606-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:38.304865 | 0.29s 2025-10-03 16:24:14.624045 | fa163ecf-8126-e916-b606-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 16:24:15.085874 | fa163ecf-8126-e916-b606-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 16:24:15.089412 | fa163ecf-8126-e916-b606-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:38.802288 | 0.46s 2025-10-03 16:24:15.122907 | fa163ecf-8126-e916-b606-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-03 16:24:15.359005 | fa163ecf-8126-e916-b606-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-03 16:24:15.361764 | fa163ecf-8126-e916-b606-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:39.074644 | 0.24s 2025-10-03 16:24:15.395657 | fa163ecf-8126-e916-b606-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-03 16:24:15.436422 | fa163ecf-8126-e916-b606-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-03 16:24:15.438332 | fa163ecf-8126-e916-b606-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:39.151185 | 0.04s 2025-10-03 16:24:15.471994 | fa163ecf-8126-e916-b606-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-03 16:24:15.506623 | fa163ecf-8126-e916-b606-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-03 16:24:15.507898 | fa163ecf-8126-e916-b606-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:39.220780 | 0.03s 2025-10-03 16:24:15.534482 | fa163ecf-8126-e916-b606-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-03 16:24:15.585022 | fa163ecf-8126-e916-b606-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-03 16:24:15.586625 | fa163ecf-8126-e916-b606-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:39.299506 | 0.05s 2025-10-03 16:24:15.614951 | fa163ecf-8126-e916-b606-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 16:24:15.665353 | fa163ecf-8126-e916-b606-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 16:24:15.667001 | fa163ecf-8126-e916-b606-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:39.379887 | 0.05s 2025-10-03 16:24:15.690105 | fa163ecf-8126-e916-b606-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-03 16:24:15.747582 | fa163ecf-8126-e916-b606-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-03 16:24:15.749821 | fa163ecf-8126-e916-b606-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:39.462699 | 0.06s 2025-10-03 16:24:15.796564 | fa163ecf-8126-e916-b606-00000000343d | TASK | Gather variables for each operating system 2025-10-03 16:24:15.910084 | fa163ecf-8126-e916-b606-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:39.622968 | 0.11s 2025-10-03 16:24:15.930510 | fa163ecf-8126-e916-b606-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-03 16:24:16.718123 | fa163ecf-8126-e916-b606-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 16:24:16.720719 | fa163ecf-8126-e916-b606-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:40.433588 | 0.79s 2025-10-03 16:24:16.757254 | fa163ecf-8126-e916-b606-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-03 16:24:42.613069 | fa163ecf-8126-e916-b606-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-03 16:24:42.614131 | fa163ecf-8126-e916-b606-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:06.327021 | 25.86s 2025-10-03 16:24:42.639053 | fa163ecf-8126-e916-b606-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-03 16:24:42.928746 | fa163ecf-8126-e916-b606-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-03 16:24:42.930557 | fa163ecf-8126-e916-b606-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:06.643433 | 0.29s 2025-10-03 16:24:42.963955 | fa163ecf-8126-e916-b606-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 16:24:43.434530 | fa163ecf-8126-e916-b606-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 16:24:43.436249 | fa163ecf-8126-e916-b606-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:07.149129 | 0.47s 2025-10-03 16:24:43.470057 | fa163ecf-8126-e916-b606-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-03 16:24:43.671418 | fa163ecf-8126-e916-b606-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-03 16:24:43.672292 | fa163ecf-8126-e916-b606-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:07.385181 | 0.20s 2025-10-03 16:24:43.693794 | fa163ecf-8126-e916-b606-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-03 16:24:43.725188 | fa163ecf-8126-e916-b606-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-03 16:24:43.726177 | fa163ecf-8126-e916-b606-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:07.439066 | 0.03s 2025-10-03 16:24:43.757942 | fa163ecf-8126-e916-b606-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-03 16:24:43.806121 | fa163ecf-8126-e916-b606-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-03 16:24:43.807392 | fa163ecf-8126-e916-b606-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:07.520272 | 0.05s 2025-10-03 16:24:43.840138 | fa163ecf-8126-e916-b606-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-03 16:24:43.905910 | fa163ecf-8126-e916-b606-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-03 16:24:43.906888 | fa163ecf-8126-e916-b606-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:07.619774 | 0.06s 2025-10-03 16:24:43.936201 | fa163ecf-8126-e916-b606-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 16:24:43.995652 | fa163ecf-8126-e916-b606-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 16:24:43.996560 | fa163ecf-8126-e916-b606-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:07.709448 | 0.06s 2025-10-03 16:24:44.022380 | fa163ecf-8126-e916-b606-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-03 16:24:44.072215 | fa163ecf-8126-e916-b606-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-03 16:24:44.073211 | fa163ecf-8126-e916-b606-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:07.786096 | 0.05s 2025-10-03 16:24:44.124068 | fa163ecf-8126-e916-b606-000000003469 | TASK | Gather variables for each operating system 2025-10-03 16:24:44.239522 | fa163ecf-8126-e916-b606-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:07.952393 | 0.11s 2025-10-03 16:24:44.269877 | fa163ecf-8126-e916-b606-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-03 16:24:45.070982 | fa163ecf-8126-e916-b606-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 16:24:45.072293 | fa163ecf-8126-e916-b606-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:08.785176 | 0.80s 2025-10-03 16:24:45.104553 | fa163ecf-8126-e916-b606-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-03 16:25:10.597200 | fa163ecf-8126-e916-b606-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-03 16:25:10.598517 | fa163ecf-8126-e916-b606-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:34.311404 | 25.49s 2025-10-03 16:25:10.624228 | fa163ecf-8126-e916-b606-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-03 16:25:10.881887 | fa163ecf-8126-e916-b606-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-03 16:25:10.882639 | fa163ecf-8126-e916-b606-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:34.595530 | 0.26s 2025-10-03 16:25:10.903475 | fa163ecf-8126-e916-b606-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 16:25:11.334006 | fa163ecf-8126-e916-b606-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 16:25:11.335013 | fa163ecf-8126-e916-b606-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:35.047902 | 0.43s 2025-10-03 16:25:11.356794 | fa163ecf-8126-e916-b606-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-03 16:25:11.621833 | fa163ecf-8126-e916-b606-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-03 16:25:11.623198 | fa163ecf-8126-e916-b606-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:35.336080 | 0.27s 2025-10-03 16:25:11.649589 | fa163ecf-8126-e916-b606-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-03 16:25:11.699232 | fa163ecf-8126-e916-b606-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-03 16:25:11.700162 | fa163ecf-8126-e916-b606-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:35.413048 | 0.05s 2025-10-03 16:25:11.726599 | fa163ecf-8126-e916-b606-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-03 16:25:11.764803 | fa163ecf-8126-e916-b606-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-03 16:25:11.765953 | fa163ecf-8126-e916-b606-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:35.478838 | 0.04s 2025-10-03 16:25:11.791088 | fa163ecf-8126-e916-b606-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-03 16:25:11.829530 | fa163ecf-8126-e916-b606-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-03 16:25:11.830424 | fa163ecf-8126-e916-b606-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:35.543311 | 0.04s 2025-10-03 16:25:11.856326 | fa163ecf-8126-e916-b606-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 16:25:11.904834 | fa163ecf-8126-e916-b606-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 16:25:11.905812 | fa163ecf-8126-e916-b606-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:35.618700 | 0.05s 2025-10-03 16:25:11.930177 | fa163ecf-8126-e916-b606-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-03 16:25:11.966991 | fa163ecf-8126-e916-b606-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-03 16:25:11.967840 | fa163ecf-8126-e916-b606-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:35.680725 | 0.04s 2025-10-03 16:25:12.013795 | fa163ecf-8126-e916-b606-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-03 16:25:12.214652 | fa163ecf-8126-e916-b606-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-03 16:25:12.217539 | fa163ecf-8126-e916-b606-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:35.930418 | 0.20s 2025-10-03 16:25:12.310787 | fa163ecf-8126-e916-b606-0000000000cf | TIMING | include_tasks | standalone | 0:16:36.023671 | 0.06s 2025-10-03 16:25:12.333194 | 550a5003-897d-49bf-882d-3be714e697fe | INCLUDED | /root/standalone-ansible-rsw2524j/common_deploy_steps_tasks.yaml | standalone 2025-10-03 16:25:12.371518 | fa163ecf-8126-e916-b606-000000003509 | TASK | Write the config_step hieradata 2025-10-03 16:25:12.832966 | fa163ecf-8126-e916-b606-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-03 16:25:12.834185 | fa163ecf-8126-e916-b606-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:36.547064 | 0.46s 2025-10-03 16:25:12.865463 | fa163ecf-8126-e916-b606-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-03 16:25:13.210098 | fa163ecf-8126-e916-b606-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-03 16:25:13.212287 | fa163ecf-8126-e916-b606-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:36.925169 | 0.35s 2025-10-03 16:25:13.242771 | fa163ecf-8126-e916-b606-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-03 16:25:13.510590 | fa163ecf-8126-e916-b606-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 16:25:23.710252 | fa163ecf-8126-e916-b606-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 16:25:33.951655 | fa163ecf-8126-e916-b606-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 16:25:33.953128 | fa163ecf-8126-e916-b606-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:57.666008 | 20.71s 2025-10-03 16:25:33.984065 | fa163ecf-8126-e916-b606-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-03 16:25:34.077183 | fa163ecf-8126-e916-b606-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 16:25: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 16:25:17 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 16:25:17 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 16:25:17 puppet-user: (file & line not available)", "<13>Oct 3 16:25: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 16:25: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 16:25:18 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 16:25:18 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Oct 3 16:25:23 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 16:25:26 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 16:25:28 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 16:25:28 puppet-user: Notice: Applied catalog in 10.10 seconds", "<13>Oct 3 16:25:28 puppet-user: Application:", "<13>Oct 3 16:25:28 puppet-user: Initial environment: production", "<13>Oct 3 16:25:28 puppet-user: Converged environment: production", "<13>Oct 3 16:25:28 puppet-user: Run mode: user", "<13>Oct 3 16:25:28 puppet-user: Changes:", "<13>Oct 3 16:25:28 puppet-user: Total: 2", "<13>Oct 3 16:25:28 puppet-user: Events:", "<13>Oct 3 16:25:28 puppet-user: Success: 2", "<13>Oct 3 16:25:28 puppet-user: Resources:", "<13>Oct 3 16:25:28 puppet-user: Changed: 2", "<13>Oct 3 16:25:28 puppet-user: Out of sync: 2", "<13>Oct 3 16:25:28 puppet-user: Total: 28", "<13>Oct 3 16:25:28 puppet-user: Time:", "<13>Oct 3 16:25:28 puppet-user: Filebucket: 0.00", "<13>Oct 3 16:25:28 puppet-user: Schedule: 0.00", "<13>Oct 3 16:25:28 puppet-user: Package: 0.00", "<13>Oct 3 16:25:28 puppet-user: File line: 0.00", "<13>Oct 3 16:25:28 puppet-user: File: 0.00", "<13>Oct 3 16:25:28 puppet-user: Augeas: 0.01", "<13>Oct 3 16:25:28 puppet-user: User: 0.01", "<13>Oct 3 16:25:28 puppet-user: Service: 0.06", "<13>Oct 3 16:25:28 puppet-user: Config retrieval: 0.60", "<13>Oct 3 16:25:28 puppet-user: Pcmk property: 1.46", "<13>Oct 3 16:25:28 puppet-user: Transaction evaluation: 10.03", "<13>Oct 3 16:25:28 puppet-user: Catalog application: 10.10", "<13>Oct 3 16:25:28 puppet-user: Last run: 1759508728", "<13>Oct 3 16:25:28 puppet-user: Exec: 2.04", "<13>Oct 3 16:25:28 puppet-user: Pcmk resource op default: 3.12", "<13>Oct 3 16:25:28 puppet-user: Pcmk resource default: 3.19", "<13>Oct 3 16:25:28 puppet-user: Total: 10.11", "<13>Oct 3 16:25:28 puppet-user: Version:", "<13>Oct 3 16:25:28 puppet-user: Config: 1759508717", "<13>Oct 3 16:25:28 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 16:25:34.078627 | fa163ecf-8126-e916-b606-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:57.791510 | 0.09s 2025-10-03 16:25:34.114619 | fa163ecf-8126-e916-b606-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-03 16:25:34.135407 | fa163ecf-8126-e916-b606-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:57.848279 | 0.02s 2025-10-03 16:25:34.211937 | fa163ecf-8126-e916-b606-00000000354c | TASK | Gather variables for each operating system 2025-10-03 16:25:34.315072 | fa163ecf-8126-e916-b606-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:58.027942 | 0.10s 2025-10-03 16:25:34.346064 | fa163ecf-8126-e916-b606-00000000354d | TASK | Create puppet caching structures 2025-10-03 16:25:34.615042 | fa163ecf-8126-e916-b606-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-03 16:25:34.616029 | fa163ecf-8126-e916-b606-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:58.328918 | 0.27s 2025-10-03 16:25:34.639704 | fa163ecf-8126-e916-b606-00000000354e | TASK | Check for facter.conf 2025-10-03 16:25:34.870836 | fa163ecf-8126-e916-b606-00000000354e | OK | Check for facter.conf | standalone 2025-10-03 16:25:34.872367 | fa163ecf-8126-e916-b606-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:58.585246 | 0.23s 2025-10-03 16:25:34.904422 | fa163ecf-8126-e916-b606-00000000354f | TASK | Remove facter.conf if directory 2025-10-03 16:25:34.956649 | fa163ecf-8126-e916-b606-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 16:25:34.957944 | fa163ecf-8126-e916-b606-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:58.670824 | 0.05s 2025-10-03 16:25:34.988382 | fa163ecf-8126-e916-b606-000000003550 | TASK | Write facter cache config 2025-10-03 16:25:35.475220 | fa163ecf-8126-e916-b606-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-03 16:25:35.476396 | fa163ecf-8126-e916-b606-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:59.189283 | 0.49s 2025-10-03 16:25:35.500388 | fa163ecf-8126-e916-b606-000000003551 | TASK | Cleanup facter cache if exists 2025-10-03 16:25:35.715566 | fa163ecf-8126-e916-b606-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 16:25:35.717033 | fa163ecf-8126-e916-b606-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:59.429914 | 0.22s 2025-10-03 16:25:35.746619 | fa163ecf-8126-e916-b606-000000003552 | TASK | Pre-cache facts 2025-10-03 16:25:36.359463 | fa163ecf-8126-e916-b606-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-03 16:25:36.360819 | fa163ecf-8126-e916-b606-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:00.073697 | 0.61s 2025-10-03 16:25:36.394542 | fa163ecf-8126-e916-b606-000000003553 | TASK | Failed deployment if facter fails 2025-10-03 16:25:36.436660 | fa163ecf-8126-e916-b606-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 16:25:36.438054 | fa163ecf-8126-e916-b606-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:00.150931 | 0.04s 2025-10-03 16:25:36.485710 | fa163ecf-8126-e916-b606-000000003554 | TASK | Sync cached facts 2025-10-03 16:25:36.793279 | fa163ecf-8126-e916-b606-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ecf-8126-e916-b606-000000003554') missing from stats 2025-10-03 16:25:36.831917 | fa163ecf-8126-e916-b606-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 16:25:36.860114 | fa163ecf-8126-e916-b606-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 16:25:36.860936 | fa163ecf-8126-e916-b606-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:00.573825 | 0.03s 2025-10-03 16:25:36.881001 | fa163ecf-8126-e916-b606-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-03 16:25:36.912822 | fa163ecf-8126-e916-b606-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:00.625698 | 0.03s 2025-10-03 16:25:36.971237 | fa163ecf-8126-e916-b606-0000000035ab | TASK | Gather variables for each operating system 2025-10-03 16:25:37.094592 | fa163ecf-8126-e916-b606-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:00.807461 | 0.12s 2025-10-03 16:25:37.125093 | fa163ecf-8126-e916-b606-0000000035ac | TASK | Create container logs path 2025-10-03 16:25:37.390661 | fa163ecf-8126-e916-b606-0000000035ac | OK | Create container logs path | standalone 2025-10-03 16:25:37.392284 | fa163ecf-8126-e916-b606-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:01.105164 | 0.27s 2025-10-03 16:25:37.436135 | fa163ecf-8126-e916-b606-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 16:25:37.725924 | fa163ecf-8126-e916-b606-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-03 16:25:37.727342 | fa163ecf-8126-e916-b606-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:01.440190 | 0.29s 2025-10-03 16:25:37.760126 | fa163ecf-8126-e916-b606-0000000035af | TASK | Finalise hashes for all containers 2025-10-03 16:25:37.827463 | fa163ecf-8126-e916-b606-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-03 16:25:37.828757 | fa163ecf-8126-e916-b606-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:01.541638 | 0.07s 2025-10-03 16:25:37.858903 | fa163ecf-8126-e916-b606-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-03 16:25:37.893124 | fa163ecf-8126-e916-b606-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:01.605999 | 0.03s 2025-10-03 16:25:37.927438 | f466239c-86f3-45e4-be3f-7fda8ec4d946 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 16:25:37.956471 | fa163ecf-8126-e916-b606-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 16:25:38.221955 | fa163ecf-8126-e916-b606-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 16:25:38.223428 | fa163ecf-8126-e916-b606-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:01.936308 | 0.27s 2025-10-03 16:25:38.254820 | fa163ecf-8126-e916-b606-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-03 16:25:38.296179 | fa163ecf-8126-e916-b606-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-03 16:25:38.297607 | fa163ecf-8126-e916-b606-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:02.010487 | 0.04s 2025-10-03 16:25:38.329059 | fa163ecf-8126-e916-b606-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 16:25:38.813385 | fa163ecf-8126-e916-b606-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 16:25:38.815991 | fa163ecf-8126-e916-b606-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:02.528870 | 0.48s 2025-10-03 16:25:39.323717 | fa163ecf-8126-e916-b606-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 16:25:39.325870 | fa163ecf-8126-e916-b606-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:03.038750 | 0.99s 2025-10-03 16:25:39.336166 | fa163ecf-8126-e916-b606-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:03.049043 | 1.01s 2025-10-03 16:25:39.367882 | fa163ecf-8126-e916-b606-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 16:25:39.882208 | fa163ecf-8126-e916-b606-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 16:25:39.883772 | fa163ecf-8126-e916-b606-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:03.596653 | 0.51s 2025-10-03 16:25:39.914692 | fa163ecf-8126-e916-b606-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 16:25:40.355637 | fa163ecf-8126-e916-b606-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 16:25:40.357341 | fa163ecf-8126-e916-b606-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:04.070188 | 0.44s 2025-10-03 16:25:40.389874 | fa163ecf-8126-e916-b606-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-03 16:25:41.120545 | fa163ecf-8126-e916-b606-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 16:25:41.122827 | fa163ecf-8126-e916-b606-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:04.835694 | 0.73s 2025-10-03 16:25:41.157143 | fa163ecf-8126-e916-b606-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 16:25:41.628206 | fa163ecf-8126-e916-b606-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 16:25:41.629647 | fa163ecf-8126-e916-b606-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:05.342530 | 0.47s 2025-10-03 16:25:41.655269 | fa163ecf-8126-e916-b606-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 16:25:42.127892 | fa163ecf-8126-e916-b606-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 16:25:42.129784 | fa163ecf-8126-e916-b606-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:05.842650 | 0.47s 2025-10-03 16:25:42.165530 | fa163ecf-8126-e916-b606-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-03 16:25:42.878119 | fa163ecf-8126-e916-b606-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 16:25:42.879499 | fa163ecf-8126-e916-b606-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:06.592386 | 0.71s 2025-10-03 16:25:42.904606 | fa163ecf-8126-e916-b606-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-03 16:25:42.955387 | fa163ecf-8126-e916-b606-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:06.668260 | 0.05s 2025-10-03 16:25:42.970056 | 72229028-5e61-4859-a330-39a44e4d6580 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 16:25:42.997323 | fa163ecf-8126-e916-b606-000000003615 | TASK | Update config hashes for container startup configs 2025-10-03 16:25:43.279600 | fa163ecf-8126-e916-b606-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-03 16:25:43.280648 | fa163ecf-8126-e916-b606-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:06.993535 | 0.28s 2025-10-03 16:25:43.306150 | fa163ecf-8126-e916-b606-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 16:25:43.366152 | fa163ecf-8126-e916-b606-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:07.079031 | 0.06s 2025-10-03 16:25:43.382945 | c07f66cd-a17c-4ad9-b015-9784810b7c75 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 16:25:43.412496 | fa163ecf-8126-e916-b606-000000003634 | TASK | Gather podman infos 2025-10-03 16:25:44.208106 | fa163ecf-8126-e916-b606-000000003634 | OK | Gather podman infos | standalone 2025-10-03 16:25:44.209202 | fa163ecf-8126-e916-b606-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:07.922086 | 0.80s 2025-10-03 16:25:44.283090 | fa163ecf-8126-e916-b606-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 16:25:44.340030 | fa163ecf-8126-e916-b606-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:08.052907 | 0.05s 2025-10-03 16:25:44.460788 | fa163ecf-8126-e916-b606-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:08.173657 | 0.06s 2025-10-03 16:25:44.522433 | fa163ecf-8126-e916-b606-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 16:25:44.574293 | fa163ecf-8126-e916-b606-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:08.287164 | 0.05s 2025-10-03 16:25:44.598607 | c268ba34-96b1-49ed-a271-cc748cc0b018 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 16:25:44.636079 | fa163ecf-8126-e916-b606-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 16:26:00.926592 | fa163ecf-8126-e916-b606-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-03 16:26:00.929010 | fa163ecf-8126-e916-b606-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:24.641898 | 16.29s 2025-10-03 16:26:00.950726 | fa163ecf-8126-e916-b606-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 16:26:03.686674 | fa163ecf-8126-e916-b606-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 16:26:03.688004 | fa163ecf-8126-e916-b606-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:27.400891 | 2.74s 2025-10-03 16:26:03.758958 | fa163ecf-8126-e916-b606-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-03 16:26:03.989726 | fa163ecf-8126-e916-b606-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-03 16:26:03.991162 | fa163ecf-8126-e916-b606-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:27.703943 | 0.23s 2025-10-03 16:26:04.027664 | fa163ecf-8126-e916-b606-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-03 16:26:04.080645 | fa163ecf-8126-e916-b606-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:27.793523 | 0.05s 2025-10-03 16:26:04.107256 | fa163ecf-8126-e916-b606-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-03 16:26:04.146670 | fa163ecf-8126-e916-b606-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:27.859543 | 0.04s 2025-10-03 16:26:04.164851 | c39827e9-89b4-4ce6-8cbd-7e9174da5270 | INCLUDED | /root/standalone-ansible-rsw2524j/host-container-puppet-tasks.yaml | standalone 2025-10-03 16:26:04.202744 | fa163ecf-8126-e916-b606-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-03 16:26:04.664218 | fa163ecf-8126-e916-b606-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-03 16:26:04.666219 | fa163ecf-8126-e916-b606-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:28.379099 | 0.46s 2025-10-03 16:26:04.697277 | fa163ecf-8126-e916-b606-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-03 16:26:04.984045 | fa163ecf-8126-e916-b606-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-03 16:26:04.985679 | fa163ecf-8126-e916-b606-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:28.698556 | 0.29s 2025-10-03 16:26:05.018111 | fa163ecf-8126-e916-b606-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-03 16:26:05.047670 | fa163ecf-8126-e916-b606-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:28.760540 | 0.03s 2025-10-03 16:26:05.125147 | fa163ecf-8126-e916-b606-000000003722 | TASK | Gather variables for each operating system 2025-10-03 16:26:05.247102 | fa163ecf-8126-e916-b606-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:28.959974 | 0.12s 2025-10-03 16:26:05.269038 | fa163ecf-8126-e916-b606-000000003723 | TASK | Create container logs path 2025-10-03 16:26:05.468744 | fa163ecf-8126-e916-b606-000000003723 | OK | Create container logs path | standalone 2025-10-03 16:26:05.470722 | fa163ecf-8126-e916-b606-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:29.183595 | 0.20s 2025-10-03 16:26:05.495864 | fa163ecf-8126-e916-b606-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 16:26:05.747707 | fa163ecf-8126-e916-b606-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 16:26:05.748654 | fa163ecf-8126-e916-b606-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:29.461521 | 0.25s 2025-10-03 16:26:05.769169 | fa163ecf-8126-e916-b606-000000003726 | TASK | Finalise hashes for all containers 2025-10-03 16:26:05.797986 | fa163ecf-8126-e916-b606-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-03 16:26:05.798892 | fa163ecf-8126-e916-b606-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:29.511780 | 0.03s 2025-10-03 16:26:05.820076 | fa163ecf-8126-e916-b606-000000003728 | TASK | Manage systemd shutdown files 2025-10-03 16:26:05.847715 | fa163ecf-8126-e916-b606-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 16:26:05.848824 | fa163ecf-8126-e916-b606-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:29.561708 | 0.03s 2025-10-03 16:26:05.874340 | fa163ecf-8126-e916-b606-00000000372a | TASK | Update container configs with new config hashes 2025-10-03 16:26:05.912334 | fa163ecf-8126-e916-b606-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 16:26:05.913384 | fa163ecf-8126-e916-b606-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:29.626270 | 0.04s 2025-10-03 16:26:05.935842 | fa163ecf-8126-e916-b606-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 16:26:05.973235 | fa163ecf-8126-e916-b606-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 16:26:05.974137 | fa163ecf-8126-e916-b606-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:29.687024 | 0.04s 2025-10-03 16:26:05.995624 | fa163ecf-8126-e916-b606-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 16:26:06.033185 | fa163ecf-8126-e916-b606-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 16:26:06.034359 | fa163ecf-8126-e916-b606-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:29.747243 | 0.04s PLAY [External deployment step 3] ********************************************** 2025-10-03 16:26:06.182267 | fa163ecf-8126-e916-b606-0000000000d2 | TASK | External deployment step 3 2025-10-03 16:26:06.203360 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000d2') missing from stats 2025-10-03 16:26:06.259718 | fa163ecf-8126-e916-b606-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:29.972594 | 0.04s 2025-10-03 16:26:06.267244 | bec11251-8c1f-4eb9-9f02-1bc7744ab047 | INCLUDED | /root/standalone-ansible-rsw2524j/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-03 16:26:06.284255 | fa163ecf-8126-e916-b606-00000000377b | TASK | Pause cephadm 2025-10-03 16:26:06.343923 | fa163ecf-8126-e916-b606-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-03 16:26:06.344734 | fa163ecf-8126-e916-b606-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:30.057625 | 0.06s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-03 16:26:06.489585 | fa163ecf-8126-e916-b606-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-03 16:26:06.517326 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000d6') missing from stats 2025-10-03 16:26:06.541365 | fa163ecf-8126-e916-b606-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-03 16:26:07.020401 | fa163ecf-8126-e916-b606-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-03 16:26:07.022019 | fa163ecf-8126-e916-b606-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:30.734898 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 16:26:07.102127 | fa163ecf-8126-e916-b606-0000000000d8 | TIMING | include_tasks | standalone | 0:17:30.814999 | 0.05s 2025-10-03 16:26:07.138617 | 4785149d-b40a-4134-b845-b349fecd1dad | INCLUDED | /root/standalone-ansible-rsw2524j/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-03 16:26:07.171589 | fa163ecf-8126-e916-b606-00000000379a | TASK | Start OVN container 2025-10-03 16:26:07.250016 | fa163ecf-8126-e916-b606-00000000379a | TIMING | Start OVN container | standalone | 0:17:30.962869 | 0.08s 2025-10-03 16:26:07.284186 | fa163ecf-8126-e916-b606-00000000379a | TIMING | Start OVN container | standalone | 0:17:30.997064 | 0.11s 2025-10-03 16:26:07.310492 | fa163ecf-8126-e916-b606-00000000379a | TIMING | Start OVN container | standalone | 0:17:31.023375 | 0.14s 2025-10-03 16:26:07.317686 | fa163ecf-8126-e916-b606-00000000379a | TIMING | Start OVN container | standalone | 0:17:31.030540 | 0.14s 2025-10-03 16:26:07.419886 | fa163ecf-8126-e916-b606-0000000037d2 | TASK | Gather variables for each operating system 2025-10-03 16:26:07.543038 | fa163ecf-8126-e916-b606-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:31.255899 | 0.12s 2025-10-03 16:26:07.584189 | fa163ecf-8126-e916-b606-0000000037d3 | TASK | Create container logs path 2025-10-03 16:26:07.837180 | fa163ecf-8126-e916-b606-0000000037d3 | OK | Create container logs path | standalone 2025-10-03 16:26:07.838862 | fa163ecf-8126-e916-b606-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:31.551744 | 0.25s 2025-10-03 16:26:07.871060 | fa163ecf-8126-e916-b606-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:08.166092 | fa163ecf-8126-e916-b606-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 16:26:08.167433 | fa163ecf-8126-e916-b606-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:31.880314 | 0.29s 2025-10-03 16:26:08.200139 | fa163ecf-8126-e916-b606-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-03 16:26:08.305889 | fa163ecf-8126-e916-b606-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-03 16:26:08.307339 | fa163ecf-8126-e916-b606-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:32.020192 | 0.11s 2025-10-03 16:26:08.339608 | fa163ecf-8126-e916-b606-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-03 16:26:08.394113 | fa163ecf-8126-e916-b606-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 16:26:08.395481 | fa163ecf-8126-e916-b606-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:32.108359 | 0.05s 2025-10-03 16:26:08.429624 | fa163ecf-8126-e916-b606-0000000037da | TASK | Update container configs with new config hashes 2025-10-03 16:26:08.492658 | fa163ecf-8126-e916-b606-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 16:26:08.494134 | fa163ecf-8126-e916-b606-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:32.207011 | 0.06s 2025-10-03 16:26:08.529626 | fa163ecf-8126-e916-b606-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:08.591792 | fa163ecf-8126-e916-b606-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:32.304663 | 0.06s 2025-10-03 16:26:08.615649 | 5da111d8-1372-41ec-bd19-2a0dd1990b18 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 16:26:08.651525 | fa163ecf-8126-e916-b606-000000003867 | TASK | Gather podman infos 2025-10-03 16:26:09.905587 | fa163ecf-8126-e916-b606-000000003867 | OK | Gather podman infos | standalone 2025-10-03 16:26:09.906944 | fa163ecf-8126-e916-b606-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:33.619828 | 1.25s 2025-10-03 16:26:09.996760 | fa163ecf-8126-e916-b606-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:10.049821 | fa163ecf-8126-e916-b606-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:33.762687 | 0.05s 2025-10-03 16:26:10.202338 | fa163ecf-8126-e916-b606-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:33.915180 | 0.09s 2025-10-03 16:26:10.262163 | fa163ecf-8126-e916-b606-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:10.335965 | fa163ecf-8126-e916-b606-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.048829 | 0.07s 2025-10-03 16:26:10.370621 | 226a15b1-13fa-42fd-b9d8-4a4e548a6098 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 16:26:10.402362 | fa163ecf-8126-e916-b606-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:12.223986 | fa163ecf-8126-e916-b606-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 16:26:12.225652 | fa163ecf-8126-e916-b606-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:35.938531 | 1.82s 2025-10-03 16:26:12.259022 | fa163ecf-8126-e916-b606-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:15.216724 | fa163ecf-8126-e916-b606-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 16:26:15.218422 | fa163ecf-8126-e916-b606-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:38.931303 | 2.96s 2025-10-03 16:26:15.278447 | fa163ecf-8126-e916-b606-0000000037fd | TASK | Gather variables for each operating system 2025-10-03 16:26:15.409838 | fa163ecf-8126-e916-b606-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:39.122707 | 0.13s 2025-10-03 16:26:15.440352 | fa163ecf-8126-e916-b606-0000000037fe | TASK | Create container logs path 2025-10-03 16:26:15.712961 | fa163ecf-8126-e916-b606-0000000037fe | OK | Create container logs path | standalone 2025-10-03 16:26:15.714398 | fa163ecf-8126-e916-b606-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:39.427280 | 0.27s 2025-10-03 16:26:15.746526 | fa163ecf-8126-e916-b606-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:16.069798 | fa163ecf-8126-e916-b606-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 16:26:16.071100 | fa163ecf-8126-e916-b606-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:39.783981 | 0.32s 2025-10-03 16:26:16.104088 | fa163ecf-8126-e916-b606-000000003801 | TASK | Finalise hashes for all containers 2025-10-03 16:26:16.189607 | fa163ecf-8126-e916-b606-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-03 16:26:16.190900 | fa163ecf-8126-e916-b606-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:39.903777 | 0.08s 2025-10-03 16:26:16.223594 | fa163ecf-8126-e916-b606-000000003803 | TASK | Manage systemd shutdown files 2025-10-03 16:26:16.264883 | fa163ecf-8126-e916-b606-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 16:26:16.265897 | fa163ecf-8126-e916-b606-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:39.978783 | 0.04s 2025-10-03 16:26:16.288769 | fa163ecf-8126-e916-b606-000000003805 | TASK | Update container configs with new config hashes 2025-10-03 16:26:16.342666 | fa163ecf-8126-e916-b606-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 16:26:16.344089 | fa163ecf-8126-e916-b606-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:40.056961 | 0.05s 2025-10-03 16:26:16.377426 | fa163ecf-8126-e916-b606-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:16.429124 | fa163ecf-8126-e916-b606-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:40.141998 | 0.05s 2025-10-03 16:26:16.455640 | 111b76a0-7c02-4171-9a04-214e369ca3e1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 16:26:16.489267 | fa163ecf-8126-e916-b606-00000000391e | TASK | Gather podman infos 2025-10-03 16:26:17.720408 | fa163ecf-8126-e916-b606-00000000391e | OK | Gather podman infos | standalone 2025-10-03 16:26:17.721554 | fa163ecf-8126-e916-b606-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:41.434438 | 1.23s 2025-10-03 16:26:17.805797 | fa163ecf-8126-e916-b606-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:17.864137 | fa163ecf-8126-e916-b606-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:41.577019 | 0.05s 2025-10-03 16:26:17.966180 | fa163ecf-8126-e916-b606-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:41.679057 | 0.07s 2025-10-03 16:26:18.013643 | fa163ecf-8126-e916-b606-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:18.076660 | fa163ecf-8126-e916-b606-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:41.789530 | 0.06s 2025-10-03 16:26:18.102854 | 9c920ac3-0692-41cc-96cb-a5b1d767faa6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 16:26:18.139948 | fa163ecf-8126-e916-b606-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:19.060137 | fa163ecf-8126-e916-b606-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 16:26:19.061498 | fa163ecf-8126-e916-b606-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:42.774380 | 0.92s 2025-10-03 16:26:19.093298 | fa163ecf-8126-e916-b606-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:21.928410 | fa163ecf-8126-e916-b606-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 16:26:21.929545 | fa163ecf-8126-e916-b606-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:45.642434 | 2.83s 2025-10-03 16:26:21.975967 | fa163ecf-8126-e916-b606-000000003828 | TASK | Gather variables for each operating system 2025-10-03 16:26:22.123108 | fa163ecf-8126-e916-b606-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:45.835976 | 0.15s 2025-10-03 16:26:22.147586 | fa163ecf-8126-e916-b606-000000003829 | TASK | Create container logs path 2025-10-03 16:26:22.376903 | fa163ecf-8126-e916-b606-000000003829 | OK | Create container logs path | standalone 2025-10-03 16:26:22.377929 | fa163ecf-8126-e916-b606-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:46.090816 | 0.23s 2025-10-03 16:26:22.402475 | fa163ecf-8126-e916-b606-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:22.673487 | fa163ecf-8126-e916-b606-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 16:26:22.674589 | fa163ecf-8126-e916-b606-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:46.387478 | 0.27s 2025-10-03 16:26:22.697788 | fa163ecf-8126-e916-b606-00000000382c | TASK | Finalise hashes for all containers 2025-10-03 16:26:22.801126 | fa163ecf-8126-e916-b606-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-03 16:26:22.802119 | fa163ecf-8126-e916-b606-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:46.515007 | 0.10s 2025-10-03 16:26:22.825585 | fa163ecf-8126-e916-b606-00000000382e | TASK | Manage systemd shutdown files 2025-10-03 16:26:22.877683 | fa163ecf-8126-e916-b606-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 16:26:22.878694 | fa163ecf-8126-e916-b606-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:46.591579 | 0.05s 2025-10-03 16:26:22.902412 | fa163ecf-8126-e916-b606-000000003830 | TASK | Update container configs with new config hashes 2025-10-03 16:26:22.974120 | fa163ecf-8126-e916-b606-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 16:26:22.975419 | fa163ecf-8126-e916-b606-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:46.688299 | 0.07s 2025-10-03 16:26:23.008669 | fa163ecf-8126-e916-b606-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:23.079945 | fa163ecf-8126-e916-b606-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:46.792824 | 0.07s 2025-10-03 16:26:23.096144 | d5e5e038-4655-4c07-a6b5-65c8834a3a99 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 16:26:23.122384 | fa163ecf-8126-e916-b606-0000000039d0 | TASK | Gather podman infos 2025-10-03 16:26:24.263295 | fa163ecf-8126-e916-b606-0000000039d0 | OK | Gather podman infos | standalone 2025-10-03 16:26:24.264752 | fa163ecf-8126-e916-b606-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:47.977633 | 1.14s 2025-10-03 16:26:24.359599 | fa163ecf-8126-e916-b606-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:24.450764 | fa163ecf-8126-e916-b606-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:48.163634 | 0.09s 2025-10-03 16:26:24.606338 | fa163ecf-8126-e916-b606-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:48.319170 | 0.09s 2025-10-03 16:26:24.667047 | fa163ecf-8126-e916-b606-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:24.743151 | fa163ecf-8126-e916-b606-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:48.456019 | 0.07s 2025-10-03 16:26:24.769974 | 1e4ba219-6fe6-445d-afa8-45349a63c790 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 16:26:24.805664 | fa163ecf-8126-e916-b606-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:25.754550 | fa163ecf-8126-e916-b606-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 16:26:25.756232 | fa163ecf-8126-e916-b606-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:49.469118 | 0.95s 2025-10-03 16:26:25.787281 | fa163ecf-8126-e916-b606-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 16:26:28.791124 | fa163ecf-8126-e916-b606-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 16:26:28.792091 | fa163ecf-8126-e916-b606-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:52.504983 | 3.00s 2025-10-03 16:26:28.836961 | fa163ecf-8126-e916-b606-00000000379c | TASK | Set NB connection 2025-10-03 16:26:29.273894 | fa163ecf-8126-e916-b606-00000000379c | CHANGED | Set NB connection | standalone 2025-10-03 16:26:29.274847 | fa163ecf-8126-e916-b606-00000000379c | TIMING | Set NB connection | standalone | 0:17:52.987739 | 0.44s 2025-10-03 16:26:29.293158 | fa163ecf-8126-e916-b606-00000000379d | TASK | Set SB connection 2025-10-03 16:26:29.698713 | fa163ecf-8126-e916-b606-00000000379d | CHANGED | Set SB connection | standalone 2025-10-03 16:26:29.700591 | fa163ecf-8126-e916-b606-00000000379d | TIMING | Set SB connection | standalone | 0:17:53.413474 | 0.41s 2025-10-03 16:26:29.731446 | fa163ecf-8126-e916-b606-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-03 16:26:29.980034 | fa163ecf-8126-e916-b606-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-03 16:26:29.982504 | fa163ecf-8126-e916-b606-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:53.695385 | 0.25s 2025-10-03 16:26:30.102875 | fa163ecf-8126-e916-b606-0000000000db | TIMING | include_tasks | standalone | 0:17:53.815744 | 0.09s 2025-10-03 16:26:30.151633 | 962869ba-8be6-48de-830e-bc8eb8141809 | INCLUDED | /root/standalone-ansible-rsw2524j/common_deploy_steps_tasks.yaml | standalone 2025-10-03 16:26:30.180782 | fa163ecf-8126-e916-b606-000000003a7c | TASK | Write the config_step hieradata 2025-10-03 16:26:30.709485 | fa163ecf-8126-e916-b606-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-03 16:26:30.712531 | fa163ecf-8126-e916-b606-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:17:54.425407 | 0.53s 2025-10-03 16:26:30.736819 | fa163ecf-8126-e916-b606-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-03 16:26:31.038348 | fa163ecf-8126-e916-b606-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-03 16:26:31.039434 | fa163ecf-8126-e916-b606-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:54.752315 | 0.30s 2025-10-03 16:26:31.062058 | fa163ecf-8126-e916-b606-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-03 16:26:31.333166 | fa163ecf-8126-e916-b606-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 16:26:41.548267 | fa163ecf-8126-e916-b606-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 16:26:51.774105 | fa163ecf-8126-e916-b606-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 16:26:51.775147 | fa163ecf-8126-e916-b606-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:15.488036 | 20.71s 2025-10-03 16:26:51.799567 | fa163ecf-8126-e916-b606-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-03 16:26:51.851560 | fa163ecf-8126-e916-b606-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 16:26:31 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 16:26:35 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 16:26:35 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 16:26:35 puppet-user: (file & line not available)", "<13>Oct 3 16:26:35 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 16:26:35 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 16:26:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 16:26:36 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.44 seconds", "<13>Oct 3 16:26:40 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 16:26:42 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 16:26:43 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 16:26:44 puppet-user: Notice: Applied catalog in 7.94 seconds", "<13>Oct 3 16:26:44 puppet-user: Application:", "<13>Oct 3 16:26:44 puppet-user: Initial environment: production", "<13>Oct 3 16:26:44 puppet-user: Converged environment: production", "<13>Oct 3 16:26:44 puppet-user: Run mode: user", "<13>Oct 3 16:26:44 puppet-user: Changes:", "<13>Oct 3 16:26:44 puppet-user: Total: 2", "<13>Oct 3 16:26:44 puppet-user: Events:", "<13>Oct 3 16:26:44 puppet-user: Success: 2", "<13>Oct 3 16:26:44 puppet-user: Resources:", "<13>Oct 3 16:26:44 puppet-user: Changed: 2", "<13>Oct 3 16:26:44 puppet-user: Out of sync: 2", "<13>Oct 3 16:26:44 puppet-user: Total: 28", "<13>Oct 3 16:26:44 puppet-user: Time:", "<13>Oct 3 16:26:44 puppet-user: Schedule: 0.00", "<13>Oct 3 16:26:44 puppet-user: Package: 0.00", "<13>Oct 3 16:26:44 puppet-user: File: 0.00", "<13>Oct 3 16:26:44 puppet-user: Augeas: 0.01", "<13>Oct 3 16:26:44 puppet-user: File line: 0.01", "<13>Oct 3 16:26:44 puppet-user: User: 0.02", "<13>Oct 3 16:26:44 puppet-user: Service: 0.06", "<13>Oct 3 16:26:44 puppet-user: Config retrieval: 0.49", "<13>Oct 3 16:26:44 puppet-user: Pcmk property: 1.48", "<13>Oct 3 16:26:44 puppet-user: Exec: 1.94", "<13>Oct 3 16:26:44 puppet-user: Last run: 1759508804", "<13>Oct 3 16:26:44 puppet-user: Pcmk resource op default: 2.08", "<13>Oct 3 16:26:44 puppet-user: Pcmk resource default: 2.12", "<13>Oct 3 16:26:44 puppet-user: Filebucket: 0.00", "<13>Oct 3 16:26:44 puppet-user: Transaction evaluation: 7.93", "<13>Oct 3 16:26:44 puppet-user: Catalog application: 7.94", "<13>Oct 3 16:26:44 puppet-user: Total: 7.95", "<13>Oct 3 16:26:44 puppet-user: Version:", "<13>Oct 3 16:26:44 puppet-user: Config: 1759508795", "<13>Oct 3 16:26:44 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 16:26:51.853178 | fa163ecf-8126-e916-b606-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:15.566061 | 0.05s 2025-10-03 16:26:51.884349 | fa163ecf-8126-e916-b606-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-03 16:26:51.912908 | fa163ecf-8126-e916-b606-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:15.625792 | 0.03s 2025-10-03 16:26:51.958059 | fa163ecf-8126-e916-b606-000000003abf | TASK | Gather variables for each operating system 2025-10-03 16:26:52.066941 | fa163ecf-8126-e916-b606-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:15.779812 | 0.11s 2025-10-03 16:26:52.096988 | fa163ecf-8126-e916-b606-000000003ac0 | TASK | Create puppet caching structures 2025-10-03 16:26:52.322525 | fa163ecf-8126-e916-b606-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-03 16:26:52.323979 | fa163ecf-8126-e916-b606-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:16.036860 | 0.23s 2025-10-03 16:26:52.353541 | fa163ecf-8126-e916-b606-000000003ac1 | TASK | Check for facter.conf 2025-10-03 16:26:52.613781 | fa163ecf-8126-e916-b606-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-03 16:26:52.614664 | fa163ecf-8126-e916-b606-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:16.327554 | 0.26s 2025-10-03 16:26:52.634062 | fa163ecf-8126-e916-b606-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-03 16:26:52.681229 | fa163ecf-8126-e916-b606-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 16:26:52.682665 | fa163ecf-8126-e916-b606-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:16.395542 | 0.05s 2025-10-03 16:26:52.713503 | fa163ecf-8126-e916-b606-000000003ac3 | TASK | Write facter cache config 2025-10-03 16:26:53.178677 | fa163ecf-8126-e916-b606-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-03 16:26:53.180034 | fa163ecf-8126-e916-b606-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:16.892916 | 0.46s 2025-10-03 16:26:53.212655 | fa163ecf-8126-e916-b606-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-03 16:26:53.460508 | fa163ecf-8126-e916-b606-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 16:26:53.461597 | fa163ecf-8126-e916-b606-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:17.174485 | 0.25s 2025-10-03 16:26:53.486589 | fa163ecf-8126-e916-b606-000000003ac5 | TASK | Pre-cache facts 2025-10-03 16:26:54.078194 | fa163ecf-8126-e916-b606-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-03 16:26:54.079543 | fa163ecf-8126-e916-b606-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:17.792425 | 0.59s 2025-10-03 16:26:54.112458 | fa163ecf-8126-e916-b606-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-03 16:26:54.159446 | fa163ecf-8126-e916-b606-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 16:26:54.161977 | fa163ecf-8126-e916-b606-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:17.874743 | 0.05s 2025-10-03 16:26:54.196900 | fa163ecf-8126-e916-b606-000000003ac7 | TASK | Sync cached facts 2025-10-03 16:26:54.500437 | fa163ecf-8126-e916-b606-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ecf-8126-e916-b606-000000003ac7') missing from stats 2025-10-03 16:26:54.562362 | fa163ecf-8126-e916-b606-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 16:26:54.616069 | fa163ecf-8126-e916-b606-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 16:26:54.617408 | fa163ecf-8126-e916-b606-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:18.330287 | 0.05s 2025-10-03 16:26:54.651207 | fa163ecf-8126-e916-b606-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-03 16:26:54.674887 | fa163ecf-8126-e916-b606-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:18.387754 | 0.02s 2025-10-03 16:26:54.747187 | fa163ecf-8126-e916-b606-000000003b1e | TASK | Gather variables for each operating system 2025-10-03 16:26:54.864273 | fa163ecf-8126-e916-b606-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:18.577140 | 0.12s 2025-10-03 16:26:54.896582 | fa163ecf-8126-e916-b606-000000003b1f | TASK | Create container logs path 2025-10-03 16:26:55.172229 | fa163ecf-8126-e916-b606-000000003b1f | OK | Create container logs path | standalone 2025-10-03 16:26:55.173728 | fa163ecf-8126-e916-b606-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:18.886608 | 0.27s 2025-10-03 16:26:55.207789 | fa163ecf-8126-e916-b606-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 16:26:55.480139 | fa163ecf-8126-e916-b606-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-03 16:26:55.481098 | fa163ecf-8126-e916-b606-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:19.193985 | 0.27s 2025-10-03 16:26:55.506237 | fa163ecf-8126-e916-b606-000000003b22 | TASK | Finalise hashes for all containers 2025-10-03 16:26:55.570137 | fa163ecf-8126-e916-b606-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-03 16:26:55.571421 | fa163ecf-8126-e916-b606-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:19.284302 | 0.06s 2025-10-03 16:26:55.601544 | fa163ecf-8126-e916-b606-000000003b24 | TASK | Manage systemd shutdown files 2025-10-03 16:26:55.636631 | fa163ecf-8126-e916-b606-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:19.349500 | 0.03s 2025-10-03 16:26:55.672720 | 2f5e31f7-5d90-473a-b0d0-170da4c45443 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 16:26:55.703740 | fa163ecf-8126-e916-b606-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 16:26:55.961750 | fa163ecf-8126-e916-b606-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 16:26:55.963189 | fa163ecf-8126-e916-b606-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:19.676065 | 0.26s 2025-10-03 16:26:55.994185 | fa163ecf-8126-e916-b606-000000003b58 | TASK | Set podman_drop_in fact 2025-10-03 16:26:56.047366 | fa163ecf-8126-e916-b606-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-03 16:26:56.048593 | fa163ecf-8126-e916-b606-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:19.761475 | 0.05s 2025-10-03 16:26:56.081300 | fa163ecf-8126-e916-b606-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 16:26:56.533416 | fa163ecf-8126-e916-b606-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 16:26:56.535842 | fa163ecf-8126-e916-b606-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:20.248718 | 0.45s 2025-10-03 16:26:56.946398 | fa163ecf-8126-e916-b606-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 16:26:56.947963 | fa163ecf-8126-e916-b606-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:20.660849 | 0.86s 2025-10-03 16:26:56.958610 | fa163ecf-8126-e916-b606-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:20.671496 | 0.88s 2025-10-03 16:26:56.989910 | fa163ecf-8126-e916-b606-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 16:26:57.483872 | fa163ecf-8126-e916-b606-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 16:26:57.485473 | fa163ecf-8126-e916-b606-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:21.198353 | 0.49s 2025-10-03 16:26:57.517064 | fa163ecf-8126-e916-b606-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 16:26:58.021563 | fa163ecf-8126-e916-b606-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 16:26:58.022418 | fa163ecf-8126-e916-b606-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:21.735308 | 0.50s 2025-10-03 16:26:58.043156 | fa163ecf-8126-e916-b606-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-03 16:26:58.816107 | fa163ecf-8126-e916-b606-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 16:26:58.818296 | fa163ecf-8126-e916-b606-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:22.531178 | 0.77s 2025-10-03 16:26:58.852106 | fa163ecf-8126-e916-b606-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 16:26:59.391745 | fa163ecf-8126-e916-b606-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 16:26:59.393148 | fa163ecf-8126-e916-b606-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:23.106029 | 0.54s 2025-10-03 16:26:59.429221 | fa163ecf-8126-e916-b606-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 16:26:59.891573 | fa163ecf-8126-e916-b606-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 16:26:59.892839 | fa163ecf-8126-e916-b606-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:23.605722 | 0.46s 2025-10-03 16:26:59.913460 | fa163ecf-8126-e916-b606-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-03 16:27:00.650191 | fa163ecf-8126-e916-b606-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 16:27:00.651770 | fa163ecf-8126-e916-b606-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:24.364659 | 0.74s 2025-10-03 16:27:00.676571 | fa163ecf-8126-e916-b606-000000003b26 | TASK | Update container configs with new config hashes 2025-10-03 16:27:00.717580 | fa163ecf-8126-e916-b606-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:24.430448 | 0.04s 2025-10-03 16:27:00.738961 | a7e95ee9-e934-47ba-ba90-c08341e4e97f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 16:27:00.778590 | fa163ecf-8126-e916-b606-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-03 16:27:01.088187 | fa163ecf-8126-e916-b606-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-03 16:27:01.089860 | fa163ecf-8126-e916-b606-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:24.802745 | 0.31s 2025-10-03 16:27:01.116566 | fa163ecf-8126-e916-b606-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 16:27:01.177606 | fa163ecf-8126-e916-b606-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:24.890480 | 0.06s 2025-10-03 16:27:01.194538 | 768ea956-dbc8-4af7-862d-1731487256db | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 16:27:01.225415 | fa163ecf-8126-e916-b606-000000003ba7 | TASK | Gather podman infos 2025-10-03 16:27:02.361874 | fa163ecf-8126-e916-b606-000000003ba7 | OK | Gather podman infos | standalone 2025-10-03 16:27:02.363509 | fa163ecf-8126-e916-b606-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:26.076396 | 1.14s 2025-10-03 16:27:02.440939 | fa163ecf-8126-e916-b606-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 16:27:02.524118 | fa163ecf-8126-e916-b606-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:26.236987 | 0.07s 2025-10-03 16:27:02.673205 | fa163ecf-8126-e916-b606-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:26.386070 | 0.09s 2025-10-03 16:27:02.735252 | fa163ecf-8126-e916-b606-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 16:27:02.802388 | fa163ecf-8126-e916-b606-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:26.515260 | 0.07s 2025-10-03 16:27:02.818659 | 8df2ef69-8d0f-404c-b979-e60545130178 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 16:27:02.849063 | fa163ecf-8126-e916-b606-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 16:27:59.035263 | fa163ecf-8126-e916-b606-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-03 16:27:59.037298 | fa163ecf-8126-e916-b606-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:22.750183 | 56.19s 2025-10-03 16:27:59.064346 | fa163ecf-8126-e916-b606-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 16:28:31.152444 | fa163ecf-8126-e916-b606-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 16:28:31.154448 | fa163ecf-8126-e916-b606-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:54.867329 | 32.09s 2025-10-03 16:28:31.229538 | fa163ecf-8126-e916-b606-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-03 16:28:31.458324 | fa163ecf-8126-e916-b606-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-03 16:28:31.459780 | fa163ecf-8126-e916-b606-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:55.172661 | 0.23s 2025-10-03 16:28:31.499834 | fa163ecf-8126-e916-b606-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-03 16:28:31.560047 | fa163ecf-8126-e916-b606-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:55.272916 | 0.06s 2025-10-03 16:28:31.592151 | fa163ecf-8126-e916-b606-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-03 16:28:31.637151 | fa163ecf-8126-e916-b606-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:55.350019 | 0.04s 2025-10-03 16:28:31.667420 | b52e6176-bfe1-4d99-b48c-a0abb9f15f75 | INCLUDED | /root/standalone-ansible-rsw2524j/host-container-puppet-tasks.yaml | standalone 2025-10-03 16:28:31.718905 | fa163ecf-8126-e916-b606-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-03 16:28:32.159461 | fa163ecf-8126-e916-b606-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-03 16:28:32.160226 | fa163ecf-8126-e916-b606-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:55.873115 | 0.44s 2025-10-03 16:28:32.181288 | fa163ecf-8126-e916-b606-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-03 16:28:32.467063 | fa163ecf-8126-e916-b606-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-03 16:28:32.468373 | fa163ecf-8126-e916-b606-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:56.181254 | 0.29s 2025-10-03 16:28:32.499467 | fa163ecf-8126-e916-b606-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-03 16:28:32.528709 | fa163ecf-8126-e916-b606-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:56.241582 | 0.03s 2025-10-03 16:28:32.599115 | fa163ecf-8126-e916-b606-000000003c90 | TASK | Gather variables for each operating system 2025-10-03 16:28:32.713997 | fa163ecf-8126-e916-b606-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:56.426867 | 0.11s 2025-10-03 16:28:32.738235 | fa163ecf-8126-e916-b606-000000003c91 | TASK | Create container logs path 2025-10-03 16:28:32.971219 | fa163ecf-8126-e916-b606-000000003c91 | OK | Create container logs path | standalone 2025-10-03 16:28:32.972523 | fa163ecf-8126-e916-b606-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:56.685406 | 0.23s 2025-10-03 16:28:33.004055 | fa163ecf-8126-e916-b606-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 16:28:33.268280 | fa163ecf-8126-e916-b606-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 16:28:33.269575 | fa163ecf-8126-e916-b606-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:56.982457 | 0.26s 2025-10-03 16:28:33.301572 | fa163ecf-8126-e916-b606-000000003c94 | TASK | Finalise hashes for all containers 2025-10-03 16:28:33.352656 | fa163ecf-8126-e916-b606-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-03 16:28:33.353682 | fa163ecf-8126-e916-b606-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:57.066569 | 0.05s 2025-10-03 16:28:33.376959 | fa163ecf-8126-e916-b606-000000003c96 | TASK | Manage systemd shutdown files 2025-10-03 16:28:33.414150 | fa163ecf-8126-e916-b606-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 16:28:33.415018 | fa163ecf-8126-e916-b606-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:57.127906 | 0.04s 2025-10-03 16:28:33.437580 | fa163ecf-8126-e916-b606-000000003c98 | TASK | Update container configs with new config hashes 2025-10-03 16:28:33.485544 | fa163ecf-8126-e916-b606-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 16:28:33.486723 | fa163ecf-8126-e916-b606-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:57.199605 | 0.05s 2025-10-03 16:28:33.518911 | fa163ecf-8126-e916-b606-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 16:28:33.570444 | fa163ecf-8126-e916-b606-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 16:28:33.571666 | fa163ecf-8126-e916-b606-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:57.284545 | 0.05s 2025-10-03 16:28:33.605170 | fa163ecf-8126-e916-b606-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 16:28:33.657762 | fa163ecf-8126-e916-b606-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 16:28:33.658938 | fa163ecf-8126-e916-b606-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:57.371817 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-03 16:28:33.826408 | fa163ecf-8126-e916-b606-0000000000de | TASK | External deployment step 4 2025-10-03 16:28:33.853194 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000de') missing from stats 2025-10-03 16:28:33.915628 | fa163ecf-8126-e916-b606-0000000000df | TIMING | include_tasks | undercloud | 0:19:57.628511 | 0.05s 2025-10-03 16:28:33.936996 | a9154aca-51a1-48f9-a799-a2e0ca50780f | INCLUDED | /root/standalone-ansible-rsw2524j/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-03 16:28:33.954556 | fa163ecf-8126-e916-b606-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-03 16:28:35.533294 | fa163ecf-8126-e916-b606-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-03 16:28:35.535176 | fa163ecf-8126-e916-b606-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:59.248064 | 1.58s 2025-10-03 16:28:36.630961 | fa163ecf-8126-e916-b606-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-03 16:28:36.633544 | fa163ecf-8126-e916-b606-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:00.346427 | 2.68s 2025-10-03 16:28:36.643846 | fa163ecf-8126-e916-b606-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:00.356729 | 2.69s 2025-10-03 16:28:36.658586 | fa163ecf-8126-e916-b606-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-03 16:28:36.721671 | fa163ecf-8126-e916-b606-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:00.434549 | 0.06s 2025-10-03 16:28:36.761394 | fa163ecf-8126-e916-b606-000000003d18 | TASK | Create Keystone Admin resources 2025-10-03 16:28:36.814833 | fa163ecf-8126-e916-b606-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:00.527693 | 0.05s 2025-10-03 16:28:36.855008 | 26c43f08-0743-41c8-ad01-5a882aa1c23c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-03 16:28:36.886081 | fa163ecf-8126-e916-b606-000000003d59 | TASK | Create admin and service projects 2025-10-03 16:28:36.946018 | fa163ecf-8126-e916-b606-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:00.658887 | 0.06s 2025-10-03 16:28:36.961703 | 2d878b57-365f-4223-8f80-ce9b7a27487e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-03 16:28:36.998103 | fa163ecf-8126-e916-b606-000000003daa | TASK | Async creation of Keystone project 2025-10-03 16:28:37.440436 | fa163ecf-8126-e916-b606-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-03 16:28:37.441297 | fa163ecf-8126-e916-b606-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:01.154184 | 0.44s 2025-10-03 16:28:37.748855 | fa163ecf-8126-e916-b606-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-03 16:28:37.749585 | fa163ecf-8126-e916-b606-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:01.462476 | 0.75s 2025-10-03 16:28:37.757635 | fa163ecf-8126-e916-b606-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:01.470512 | 0.76s 2025-10-03 16:28:37.779851 | fa163ecf-8126-e916-b606-000000003dac | TASK | Check Keystone project status 2025-10-03 16:28:38.074336 | fa163ecf-8126-e916-b606-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-03 16:28:43.299711 | fa163ecf-8126-e916-b606-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-03 16:28:43.300577 | fa163ecf-8126-e916-b606-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:07.013466 | 5.52s 2025-10-03 16:28:43.543804 | fa163ecf-8126-e916-b606-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-03 16:28:43.544514 | fa163ecf-8126-e916-b606-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:07.257405 | 5.76s 2025-10-03 16:28:43.550839 | fa163ecf-8126-e916-b606-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:07.263718 | 5.77s 2025-10-03 16:28:43.572028 | fa163ecf-8126-e916-b606-000000003d5a | TASK | Create admin role 2025-10-03 16:28:44.835602 | fa163ecf-8126-e916-b606-000000003d5a | OK | Create admin role | undercloud 2025-10-03 16:28:44.837401 | fa163ecf-8126-e916-b606-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:08.550277 | 1.26s 2025-10-03 16:28:44.854453 | fa163ecf-8126-e916-b606-000000003d5b | TASK | Create _member_ role 2025-10-03 16:28:44.892601 | fa163ecf-8126-e916-b606-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-03 16:28:44.894147 | fa163ecf-8126-e916-b606-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:08.607025 | 0.04s 2025-10-03 16:28:44.914509 | fa163ecf-8126-e916-b606-000000003d5c | TASK | Check admin password 2025-10-03 16:28:46.174804 | fa163ecf-8126-e916-b606-000000003d5c | OK | Check admin password | undercloud 2025-10-03 16:28:46.176195 | fa163ecf-8126-e916-b606-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:09.889070 | 1.26s 2025-10-03 16:28:46.196115 | fa163ecf-8126-e916-b606-000000003d5d | TASK | Create admin user 2025-10-03 16:28:47.986354 | fa163ecf-8126-e916-b606-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-03 16:28:47.987720 | fa163ecf-8126-e916-b606-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:11.700594 | 1.79s 2025-10-03 16:28:48.007996 | fa163ecf-8126-e916-b606-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-03 16:28:49.500131 | fa163ecf-8126-e916-b606-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-03 16:28:49.501181 | fa163ecf-8126-e916-b606-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:13.214070 | 1.49s 2025-10-03 16:28:49.517881 | fa163ecf-8126-e916-b606-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-03 16:28:49.578609 | fa163ecf-8126-e916-b606-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-03 16:28:49.579688 | fa163ecf-8126-e916-b606-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:13.292574 | 0.06s 2025-10-03 16:28:49.595658 | fa163ecf-8126-e916-b606-000000003d60 | TASK | Create identity service 2025-10-03 16:28:50.770485 | fa163ecf-8126-e916-b606-000000003d60 | OK | Create identity service | undercloud 2025-10-03 16:28:50.771748 | fa163ecf-8126-e916-b606-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:14.484635 | 1.18s 2025-10-03 16:28:50.787892 | fa163ecf-8126-e916-b606-000000003d61 | TASK | Create identity public endpoint 2025-10-03 16:28:52.080970 | fa163ecf-8126-e916-b606-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-03 16:28:52.082535 | fa163ecf-8126-e916-b606-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:15.795417 | 1.29s 2025-10-03 16:28:52.102535 | fa163ecf-8126-e916-b606-000000003d62 | TASK | Create identity internal endpoint 2025-10-03 16:28:53.356582 | fa163ecf-8126-e916-b606-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-03 16:28:53.358132 | fa163ecf-8126-e916-b606-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:17.071013 | 1.25s 2025-10-03 16:28:53.378640 | fa163ecf-8126-e916-b606-000000003d63 | TASK | Create identity admin endpoint 2025-10-03 16:28:54.597234 | fa163ecf-8126-e916-b606-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-03 16:28:54.598794 | fa163ecf-8126-e916-b606-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:18.311675 | 1.22s 2025-10-03 16:28:54.618008 | fa163ecf-8126-e916-b606-000000003d19 | TASK | Create Keystone Projects 2025-10-03 16:28:54.718337 | fa163ecf-8126-e916-b606-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:18.431218 | 0.10s 2025-10-03 16:28:54.725462 | fa163ecf-8126-e916-b606-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:18.438357 | 0.11s 2025-10-03 16:28:54.731468 | 57d6ff5a-5dc3-4232-bccb-20fb6691b736 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-03 16:28:54.772218 | fa163ecf-8126-e916-b606-000000003e36 | TASK | Async creation of Keystone project 2025-10-03 16:28:55.133154 | fa163ecf-8126-e916-b606-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-03 16:28:55.135095 | fa163ecf-8126-e916-b606-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:18.847971 | 0.36s 2025-10-03 16:28:55.144922 | fa163ecf-8126-e916-b606-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:18.857802 | 0.37s 2025-10-03 16:28:55.161053 | fa163ecf-8126-e916-b606-000000003e38 | TASK | Check Keystone project status 2025-10-03 16:28:55.444456 | fa163ecf-8126-e916-b606-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-03 16:29:00.628071 | fa163ecf-8126-e916-b606-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-03 16:29:00.630246 | fa163ecf-8126-e916-b606-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:24.343124 | 5.47s 2025-10-03 16:29:00.639947 | fa163ecf-8126-e916-b606-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:24.352828 | 5.48s 2025-10-03 16:29:00.656638 | fa163ecf-8126-e916-b606-000000003d1b | TASK | Create Keystone Domains 2025-10-03 16:29:00.735763 | fa163ecf-8126-e916-b606-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:24.448630 | 0.08s 2025-10-03 16:29:00.747733 | fa163ecf-8126-e916-b606-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:24.460613 | 0.09s 2025-10-03 16:29:00.762831 | 13b703bb-00b7-48e0-bb0f-f904c972c96a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-03 16:29:00.812710 | fa163ecf-8126-e916-b606-000000003eeb | TASK | Async creation of Keystone domains 2025-10-03 16:29:01.213875 | fa163ecf-8126-e916-b606-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-03 16:29:01.215115 | fa163ecf-8126-e916-b606-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:24.928001 | 0.40s 2025-10-03 16:29:01.226367 | fa163ecf-8126-e916-b606-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:24.939251 | 0.41s 2025-10-03 16:29:01.241797 | fa163ecf-8126-e916-b606-000000003eed | TASK | Check Keystone domain status 2025-10-03 16:29:01.486771 | fa163ecf-8126-e916-b606-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-03 16:29:06.702906 | fa163ecf-8126-e916-b606-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-03 16:29:06.704807 | fa163ecf-8126-e916-b606-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:30.417686 | 5.46s 2025-10-03 16:29:06.714618 | fa163ecf-8126-e916-b606-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:30.427501 | 5.47s 2025-10-03 16:29:06.734038 | fa163ecf-8126-e916-b606-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-03 16:29:06.790835 | fa163ecf-8126-e916-b606-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:30.503703 | 0.06s 2025-10-03 16:29:06.808793 | 74af9c82-950e-4d07-b940-421cc35eb0c8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-03 16:29:06.860652 | fa163ecf-8126-e916-b606-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-03 16:29:08.280840 | fa163ecf-8126-e916-b606-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-03 16:29:08.282287 | fa163ecf-8126-e916-b606-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:31.995166 | 1.42s 2025-10-03 16:29:08.302280 | fa163ecf-8126-e916-b606-000000003fb6 | TASK | Set openstack_domains fact 2025-10-03 16:29:08.368657 | fa163ecf-8126-e916-b606-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-03 16:29:08.369936 | fa163ecf-8126-e916-b606-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:32.082817 | 0.07s 2025-10-03 16:29:08.388782 | fa163ecf-8126-e916-b606-000000003d1e | TASK | Create Keystone Services 2025-10-03 16:29:08.494698 | fa163ecf-8126-e916-b606-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:32.207564 | 0.10s 2025-10-03 16:29:08.512564 | fa163ecf-8126-e916-b606-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:32.225448 | 0.12s 2025-10-03 16:29:08.521963 | fa163ecf-8126-e916-b606-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:32.234847 | 0.13s 2025-10-03 16:29:08.531679 | 901d6784-dee7-403e-9d55-9d19a24000eb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-03 16:29:08.536427 | c07acd2a-0538-4c99-83eb-94603295b4f6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-03 16:29:08.570660 | fa163ecf-8126-e916-b606-000000004092 | TASK | Async creation of Keystone service 2025-10-03 16:29:08.934470 | fa163ecf-8126-e916-b606-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-03 16:29:08.937274 | fa163ecf-8126-e916-b606-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:32.650140 | 0.37s 2025-10-03 16:29:09.181770 | fa163ecf-8126-e916-b606-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-03 16:29:09.182819 | fa163ecf-8126-e916-b606-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:32.895703 | 0.61s 2025-10-03 16:29:09.416679 | fa163ecf-8126-e916-b606-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-03 16:29:09.417799 | fa163ecf-8126-e916-b606-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:33.130678 | 0.85s 2025-10-03 16:29:09.694903 | fa163ecf-8126-e916-b606-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-03 16:29:09.696730 | fa163ecf-8126-e916-b606-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:33.409613 | 1.13s 2025-10-03 16:29:10.016463 | fa163ecf-8126-e916-b606-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-03 16:29:10.017302 | fa163ecf-8126-e916-b606-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:33.730194 | 1.45s 2025-10-03 16:29:10.261818 | fa163ecf-8126-e916-b606-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-03 16:29:10.262459 | fa163ecf-8126-e916-b606-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:33.975351 | 1.69s 2025-10-03 16:29:10.637067 | fa163ecf-8126-e916-b606-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-03 16:29:10.638546 | fa163ecf-8126-e916-b606-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:34.351428 | 2.07s 2025-10-03 16:29:10.947682 | fa163ecf-8126-e916-b606-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-03 16:29:10.948533 | fa163ecf-8126-e916-b606-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:34.661424 | 2.38s 2025-10-03 16:29:11.248855 | fa163ecf-8126-e916-b606-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-03 16:29:11.249539 | fa163ecf-8126-e916-b606-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:34.962431 | 2.68s 2025-10-03 16:29:11.506769 | fa163ecf-8126-e916-b606-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-03 16:29:11.507818 | fa163ecf-8126-e916-b606-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:35.220699 | 2.94s 2025-10-03 16:29:11.515569 | fa163ecf-8126-e916-b606-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:35.228452 | 2.94s 2025-10-03 16:29:11.534021 | fa163ecf-8126-e916-b606-000000004094 | TASK | Check Keystone service status 2025-10-03 16:29:11.811758 | fa163ecf-8126-e916-b606-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-03 16:29:11.813037 | fa163ecf-8126-e916-b606-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:35.525920 | 0.28s 2025-10-03 16:29:11.996440 | fa163ecf-8126-e916-b606-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-03 16:29:11.997710 | fa163ecf-8126-e916-b606-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:35.710593 | 0.46s 2025-10-03 16:29:12.194440 | fa163ecf-8126-e916-b606-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-03 16:29:12.195325 | fa163ecf-8126-e916-b606-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:35.908200 | 0.66s 2025-10-03 16:29:12.376921 | fa163ecf-8126-e916-b606-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-03 16:29:12.378174 | fa163ecf-8126-e916-b606-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:36.091057 | 0.84s 2025-10-03 16:29:12.645200 | fa163ecf-8126-e916-b606-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-03 16:29:12.646521 | fa163ecf-8126-e916-b606-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:36.359404 | 1.11s 2025-10-03 16:29:12.838221 | fa163ecf-8126-e916-b606-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-03 16:29:12.839694 | fa163ecf-8126-e916-b606-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:36.552577 | 1.30s 2025-10-03 16:29:13.084261 | fa163ecf-8126-e916-b606-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-03 16:29:13.085869 | fa163ecf-8126-e916-b606-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:36.798761 | 1.55s 2025-10-03 16:29:13.306009 | fa163ecf-8126-e916-b606-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-03 16:29:13.306739 | fa163ecf-8126-e916-b606-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:37.019631 | 1.77s 2025-10-03 16:29:13.567060 | fa163ecf-8126-e916-b606-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-03 16:29:13.568243 | fa163ecf-8126-e916-b606-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:37.281127 | 2.03s 2025-10-03 16:29:13.791259 | fa163ecf-8126-e916-b606-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-03 16:29:13.792456 | fa163ecf-8126-e916-b606-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:37.505341 | 2.26s 2025-10-03 16:29:13.803972 | fa163ecf-8126-e916-b606-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:37.516850 | 2.27s 2025-10-03 16:29:13.830424 | fa163ecf-8126-e916-b606-000000004099 | TASK | Async creation of Keystone service 2025-10-03 16:29:14.102369 | fa163ecf-8126-e916-b606-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-03 16:29:14.103381 | fa163ecf-8126-e916-b606-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.816266 | 0.27s 2025-10-03 16:29:14.390091 | fa163ecf-8126-e916-b606-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-03 16:29:14.390849 | fa163ecf-8126-e916-b606-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.103741 | 0.56s 2025-10-03 16:29:14.746717 | fa163ecf-8126-e916-b606-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-03 16:29:14.747791 | fa163ecf-8126-e916-b606-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.460674 | 0.92s 2025-10-03 16:29:15.002193 | fa163ecf-8126-e916-b606-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-03 16:29:15.003301 | fa163ecf-8126-e916-b606-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.716193 | 1.17s 2025-10-03 16:29:15.014036 | fa163ecf-8126-e916-b606-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.726922 | 1.18s 2025-10-03 16:29:15.029147 | fa163ecf-8126-e916-b606-00000000409b | TASK | Check Keystone service status 2025-10-03 16:29:15.293672 | fa163ecf-8126-e916-b606-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-03 16:29:15.295082 | fa163ecf-8126-e916-b606-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:39.007965 | 0.26s 2025-10-03 16:29:15.505300 | fa163ecf-8126-e916-b606-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-03 16:29:20.701007 | fa163ecf-8126-e916-b606-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-03 16:29:20.703351 | fa163ecf-8126-e916-b606-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:44.416196 | 5.67s 2025-10-03 16:29:20.950708 | fa163ecf-8126-e916-b606-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-03 16:29:20.952806 | fa163ecf-8126-e916-b606-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:44.665684 | 5.92s 2025-10-03 16:29:21.190495 | fa163ecf-8126-e916-b606-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-03 16:29:21.192366 | fa163ecf-8126-e916-b606-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:44.905246 | 6.16s 2025-10-03 16:29:21.204407 | fa163ecf-8126-e916-b606-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:44.917278 | 6.17s 2025-10-03 16:29:21.227780 | fa163ecf-8126-e916-b606-000000003d20 | TASK | Create Keystone Endpoints 2025-10-03 16:29:21.298638 | fa163ecf-8126-e916-b606-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:45.011507 | 0.07s 2025-10-03 16:29:21.321573 | fa163ecf-8126-e916-b606-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:45.034456 | 0.09s 2025-10-03 16:29:21.343224 | fa163ecf-8126-e916-b606-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:45.056093 | 0.11s 2025-10-03 16:29:21.349789 | fa163ecf-8126-e916-b606-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:45.062675 | 0.12s 2025-10-03 16:29:21.364489 | 2462e4d0-8232-4c2a-bca5-9a81e51ed00e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 16:29:21.371806 | 44ba7b67-6bad-4e6c-bb6d-e348adf6f44f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 16:29:21.377409 | 1cb90a19-20ee-472c-ab7f-959896f8fe1b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 16:29:21.438854 | fa163ecf-8126-e916-b606-0000000041cf | TASK | Create Keystone public endpoints 2025-10-03 16:29:21.522000 | fa163ecf-8126-e916-b606-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:45.234861 | 0.08s 2025-10-03 16:29:21.539780 | fa163ecf-8126-e916-b606-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:45.252654 | 0.10s 2025-10-03 16:29:21.548949 | fa163ecf-8126-e916-b606-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:45.261830 | 0.11s 2025-10-03 16:29:21.562990 | ff85cc17-b3ac-47c8-8fe7-0a18f4cfbde6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 16:29:21.570201 | bedbc996-eb48-40b9-acc9-bee1be20627f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 16:29:21.591852 | fa163ecf-8126-e916-b606-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-03 16:29:21.925156 | fa163ecf-8126-e916-b606-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-03 16:29:21.926975 | fa163ecf-8126-e916-b606-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:45.639839 | 0.33s 2025-10-03 16:29:22.215974 | fa163ecf-8126-e916-b606-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-03 16:29:22.216996 | fa163ecf-8126-e916-b606-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:45.929882 | 0.62s 2025-10-03 16:29:22.516755 | fa163ecf-8126-e916-b606-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-03 16:29:22.517559 | fa163ecf-8126-e916-b606-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:46.230405 | 0.92s 2025-10-03 16:29:22.809748 | fa163ecf-8126-e916-b606-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-03 16:29:22.810767 | fa163ecf-8126-e916-b606-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:46.523660 | 1.22s 2025-10-03 16:29:23.117907 | fa163ecf-8126-e916-b606-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-03 16:29:23.119031 | fa163ecf-8126-e916-b606-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:46.831915 | 1.53s 2025-10-03 16:29:23.412359 | fa163ecf-8126-e916-b606-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-03 16:29:23.413216 | fa163ecf-8126-e916-b606-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:47.126106 | 1.82s 2025-10-03 16:29:23.759588 | fa163ecf-8126-e916-b606-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-03 16:29:23.760143 | fa163ecf-8126-e916-b606-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:47.473035 | 2.17s 2025-10-03 16:29:23.994002 | fa163ecf-8126-e916-b606-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-03 16:29:23.995276 | fa163ecf-8126-e916-b606-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:47.708163 | 2.40s 2025-10-03 16:29:24.308497 | fa163ecf-8126-e916-b606-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-03 16:29:24.309779 | fa163ecf-8126-e916-b606-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:48.022667 | 2.72s 2025-10-03 16:29:24.614525 | fa163ecf-8126-e916-b606-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-03 16:29:24.615184 | fa163ecf-8126-e916-b606-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:48.328077 | 3.02s 2025-10-03 16:29:24.619562 | fa163ecf-8126-e916-b606-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:48.332445 | 3.03s 2025-10-03 16:29:24.637855 | fa163ecf-8126-e916-b606-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-03 16:29:24.962765 | fa163ecf-8126-e916-b606-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-03 16:29:24.965581 | fa163ecf-8126-e916-b606-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:48.678456 | 0.33s 2025-10-03 16:29:25.194751 | fa163ecf-8126-e916-b606-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-03 16:29:25.196373 | fa163ecf-8126-e916-b606-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:48.909265 | 0.56s 2025-10-03 16:29:25.485588 | fa163ecf-8126-e916-b606-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-03 16:29:25.486537 | fa163ecf-8126-e916-b606-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:49.199427 | 0.85s 2025-10-03 16:29:25.735233 | fa163ecf-8126-e916-b606-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-03 16:29:25.737637 | fa163ecf-8126-e916-b606-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:49.450525 | 1.10s 2025-10-03 16:29:25.941120 | fa163ecf-8126-e916-b606-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-03 16:29:25.942997 | fa163ecf-8126-e916-b606-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:49.655873 | 1.30s 2025-10-03 16:29:26.205994 | fa163ecf-8126-e916-b606-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-03 16:29:26.207842 | fa163ecf-8126-e916-b606-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:49.920724 | 1.57s 2025-10-03 16:29:26.444441 | fa163ecf-8126-e916-b606-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-03 16:29:26.445180 | fa163ecf-8126-e916-b606-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:50.158071 | 1.81s 2025-10-03 16:29:26.717233 | fa163ecf-8126-e916-b606-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-03 16:29:26.718443 | fa163ecf-8126-e916-b606-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:50.431327 | 2.08s 2025-10-03 16:29:26.977086 | fa163ecf-8126-e916-b606-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-03 16:29:26.979216 | fa163ecf-8126-e916-b606-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:50.692097 | 2.34s 2025-10-03 16:29:27.240495 | fa163ecf-8126-e916-b606-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-03 16:29:27.241433 | fa163ecf-8126-e916-b606-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:50.954324 | 2.60s 2025-10-03 16:29:27.254101 | fa163ecf-8126-e916-b606-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:50.966979 | 2.61s 2025-10-03 16:29:27.276779 | fa163ecf-8126-e916-b606-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-03 16:29:27.572433 | fa163ecf-8126-e916-b606-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-03 16:29:27.574932 | fa163ecf-8126-e916-b606-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.287806 | 0.30s 2025-10-03 16:29:27.917455 | fa163ecf-8126-e916-b606-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-03 16:29:27.919054 | fa163ecf-8126-e916-b606-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.631944 | 0.64s 2025-10-03 16:29:28.149410 | fa163ecf-8126-e916-b606-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-03 16:29:28.151125 | fa163ecf-8126-e916-b606-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.864017 | 0.87s 2025-10-03 16:29:28.430560 | fa163ecf-8126-e916-b606-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-03 16:29:28.431242 | fa163ecf-8126-e916-b606-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:52.144136 | 1.15s 2025-10-03 16:29:28.438763 | fa163ecf-8126-e916-b606-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:52.151650 | 1.16s 2025-10-03 16:29:28.454740 | fa163ecf-8126-e916-b606-000000004300 | TASK | Check Keystone public endpoint status 2025-10-03 16:29:28.707570 | fa163ecf-8126-e916-b606-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-03 16:29:33.944816 | fa163ecf-8126-e916-b606-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-03 16:29:33.948352 | fa163ecf-8126-e916-b606-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:57.661226 | 5.49s 2025-10-03 16:29:34.167557 | fa163ecf-8126-e916-b606-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-03 16:29:34.170271 | fa163ecf-8126-e916-b606-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:57.883152 | 5.71s 2025-10-03 16:29:34.452446 | fa163ecf-8126-e916-b606-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-03 16:29:34.454753 | fa163ecf-8126-e916-b606-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:58.167631 | 6.00s 2025-10-03 16:29:34.672026 | fa163ecf-8126-e916-b606-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-03 16:29:34.673288 | fa163ecf-8126-e916-b606-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:58.386172 | 6.22s 2025-10-03 16:29:34.682974 | fa163ecf-8126-e916-b606-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:58.395848 | 6.23s 2025-10-03 16:29:34.706257 | fa163ecf-8126-e916-b606-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-03 16:29:34.819149 | fa163ecf-8126-e916-b606-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:58.532023 | 0.11s 2025-10-03 16:29:34.843582 | fa163ecf-8126-e916-b606-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:58.556459 | 0.14s 2025-10-03 16:29:34.856521 | fa163ecf-8126-e916-b606-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:58.569391 | 0.15s 2025-10-03 16:29:34.878187 | 7ebb4eb9-9f9d-4b45-ab2f-90836d3df80f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 16:29:34.888805 | d6688e23-c08b-4ef3-8e74-e41675acd8f4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 16:29:34.911773 | fa163ecf-8126-e916-b606-00000000435c | TASK | Async creation of Keystone admin endpoint 2025-10-03 16:29:35.220100 | fa163ecf-8126-e916-b606-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-03 16:29:35.222393 | fa163ecf-8126-e916-b606-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:58.935267 | 0.31s 2025-10-03 16:29:35.520263 | fa163ecf-8126-e916-b606-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-03 16:29:35.522246 | fa163ecf-8126-e916-b606-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:59.235118 | 0.61s 2025-10-03 16:29:35.790410 | fa163ecf-8126-e916-b606-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-03 16:29:35.792268 | fa163ecf-8126-e916-b606-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:59.505148 | 0.88s 2025-10-03 16:29:36.088799 | fa163ecf-8126-e916-b606-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-03 16:29:36.090013 | fa163ecf-8126-e916-b606-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:59.802897 | 1.18s 2025-10-03 16:29:36.348142 | fa163ecf-8126-e916-b606-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-03 16:29:36.350089 | fa163ecf-8126-e916-b606-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:00.062966 | 1.44s 2025-10-03 16:29:36.644465 | fa163ecf-8126-e916-b606-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-03 16:29:36.645396 | fa163ecf-8126-e916-b606-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:00.358284 | 1.73s 2025-10-03 16:29:36.866442 | fa163ecf-8126-e916-b606-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-03 16:29:36.867272 | fa163ecf-8126-e916-b606-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:00.580160 | 1.95s 2025-10-03 16:29:37.179559 | fa163ecf-8126-e916-b606-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-03 16:29:37.180698 | fa163ecf-8126-e916-b606-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:00.893588 | 2.27s 2025-10-03 16:29:37.440955 | fa163ecf-8126-e916-b606-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-03 16:29:37.443278 | fa163ecf-8126-e916-b606-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:01.156155 | 2.53s 2025-10-03 16:29:37.736767 | fa163ecf-8126-e916-b606-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-03 16:29:37.737420 | fa163ecf-8126-e916-b606-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:01.450311 | 2.82s 2025-10-03 16:29:37.744052 | fa163ecf-8126-e916-b606-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:01.456939 | 2.83s 2025-10-03 16:29:37.760335 | fa163ecf-8126-e916-b606-00000000435e | TASK | Check Keystone admin endpoint status 2025-10-03 16:29:38.054095 | fa163ecf-8126-e916-b606-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-03 16:29:38.056540 | fa163ecf-8126-e916-b606-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:01.769415 | 0.30s 2025-10-03 16:29:38.308262 | fa163ecf-8126-e916-b606-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-03 16:29:38.308933 | fa163ecf-8126-e916-b606-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.021824 | 0.55s 2025-10-03 16:29:38.569795 | fa163ecf-8126-e916-b606-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-03 16:29:38.570552 | fa163ecf-8126-e916-b606-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.283444 | 0.81s 2025-10-03 16:29:38.835483 | fa163ecf-8126-e916-b606-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-03 16:29:38.836142 | fa163ecf-8126-e916-b606-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.549035 | 1.08s 2025-10-03 16:29:39.050275 | fa163ecf-8126-e916-b606-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-03 16:29:39.050936 | fa163ecf-8126-e916-b606-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.763828 | 1.29s 2025-10-03 16:29:39.285609 | fa163ecf-8126-e916-b606-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-03 16:29:39.286257 | fa163ecf-8126-e916-b606-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.999148 | 1.53s 2025-10-03 16:29:39.513084 | fa163ecf-8126-e916-b606-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-03 16:29:39.513745 | fa163ecf-8126-e916-b606-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:03.226638 | 1.75s 2025-10-03 16:29:39.777920 | fa163ecf-8126-e916-b606-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-03 16:29:39.779629 | fa163ecf-8126-e916-b606-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:03.492514 | 2.02s 2025-10-03 16:29:40.088765 | fa163ecf-8126-e916-b606-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-03 16:29:40.089967 | fa163ecf-8126-e916-b606-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:03.802850 | 2.33s 2025-10-03 16:29:40.312786 | fa163ecf-8126-e916-b606-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-03 16:29:40.315594 | fa163ecf-8126-e916-b606-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:04.028476 | 2.55s 2025-10-03 16:29:40.329730 | fa163ecf-8126-e916-b606-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:04.042602 | 2.57s 2025-10-03 16:29:40.358733 | fa163ecf-8126-e916-b606-000000004363 | TASK | Async creation of Keystone admin endpoint 2025-10-03 16:29:40.698452 | fa163ecf-8126-e916-b606-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-03 16:29:40.699806 | fa163ecf-8126-e916-b606-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.412692 | 0.34s 2025-10-03 16:29:41.003405 | fa163ecf-8126-e916-b606-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-03 16:29:41.004182 | fa163ecf-8126-e916-b606-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.717072 | 0.64s 2025-10-03 16:29:41.278593 | fa163ecf-8126-e916-b606-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-03 16:29:41.279248 | fa163ecf-8126-e916-b606-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.992140 | 0.92s 2025-10-03 16:29:41.550258 | fa163ecf-8126-e916-b606-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-03 16:29:41.552489 | fa163ecf-8126-e916-b606-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.265378 | 1.19s 2025-10-03 16:29:41.562782 | fa163ecf-8126-e916-b606-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.275661 | 1.20s 2025-10-03 16:29:41.584673 | fa163ecf-8126-e916-b606-000000004365 | TASK | Check Keystone admin endpoint status 2025-10-03 16:29:41.821677 | fa163ecf-8126-e916-b606-000000004365 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-03 16:29:47.037883 | fa163ecf-8126-e916-b606-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-03 16:29:47.039890 | fa163ecf-8126-e916-b606-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:10.752768 | 5.45s 2025-10-03 16:29:47.303608 | fa163ecf-8126-e916-b606-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-03 16:29:47.304824 | fa163ecf-8126-e916-b606-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:11.017707 | 5.72s 2025-10-03 16:29:47.559419 | fa163ecf-8126-e916-b606-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-03 16:29:47.560141 | fa163ecf-8126-e916-b606-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:11.273033 | 5.97s 2025-10-03 16:29:47.842628 | fa163ecf-8126-e916-b606-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-03 16:29:47.843969 | fa163ecf-8126-e916-b606-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:11.556850 | 6.26s 2025-10-03 16:29:47.857982 | fa163ecf-8126-e916-b606-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:11.570857 | 6.27s 2025-10-03 16:29:47.882254 | fa163ecf-8126-e916-b606-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-03 16:29:47.993581 | fa163ecf-8126-e916-b606-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:11.706430 | 0.11s 2025-10-03 16:29:48.009287 | fa163ecf-8126-e916-b606-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:11.722172 | 0.13s 2025-10-03 16:29:48.019619 | fa163ecf-8126-e916-b606-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:11.732493 | 0.14s 2025-10-03 16:29:48.038830 | 20155dfd-2f49-429b-bc05-1ad0fa28dc99 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 16:29:48.049184 | eef8924f-256c-4718-8310-2b54791b3632 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 16:29:48.075092 | fa163ecf-8126-e916-b606-0000000043c1 | TASK | Async creation of Keystone internal endpoint 2025-10-03 16:29:48.421924 | fa163ecf-8126-e916-b606-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-03 16:29:48.424258 | fa163ecf-8126-e916-b606-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:12.137134 | 0.35s 2025-10-03 16:29:48.687852 | fa163ecf-8126-e916-b606-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-03 16:29:48.689211 | fa163ecf-8126-e916-b606-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:12.402090 | 0.61s 2025-10-03 16:29:48.986057 | fa163ecf-8126-e916-b606-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-03 16:29:48.987762 | fa163ecf-8126-e916-b606-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:12.700639 | 0.91s 2025-10-03 16:29:49.264900 | fa163ecf-8126-e916-b606-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-03 16:29:49.265545 | fa163ecf-8126-e916-b606-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:12.978437 | 1.19s 2025-10-03 16:29:49.613540 | fa163ecf-8126-e916-b606-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-03 16:29:49.614875 | fa163ecf-8126-e916-b606-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:13.327755 | 1.54s 2025-10-03 16:29:49.930492 | fa163ecf-8126-e916-b606-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-03 16:29:49.931535 | fa163ecf-8126-e916-b606-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:13.644420 | 1.85s 2025-10-03 16:29:50.302641 | fa163ecf-8126-e916-b606-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-03 16:29:50.303727 | fa163ecf-8126-e916-b606-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:14.016611 | 2.23s 2025-10-03 16:29:50.607022 | fa163ecf-8126-e916-b606-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-03 16:29:50.607763 | fa163ecf-8126-e916-b606-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:14.320654 | 2.53s 2025-10-03 16:29:50.933441 | fa163ecf-8126-e916-b606-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-03 16:29:50.933997 | fa163ecf-8126-e916-b606-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:14.646891 | 2.86s 2025-10-03 16:29:51.242888 | fa163ecf-8126-e916-b606-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-03 16:29:51.243841 | fa163ecf-8126-e916-b606-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:14.956729 | 3.17s 2025-10-03 16:29:51.249483 | fa163ecf-8126-e916-b606-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:14.962365 | 3.17s 2025-10-03 16:29:51.269251 | fa163ecf-8126-e916-b606-0000000043c3 | TASK | Check Keystone internal endpoint status 2025-10-03 16:29:51.508625 | fa163ecf-8126-e916-b606-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-03 16:29:51.510229 | fa163ecf-8126-e916-b606-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:15.223109 | 0.24s 2025-10-03 16:29:51.730181 | fa163ecf-8126-e916-b606-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-03 16:29:51.731481 | fa163ecf-8126-e916-b606-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:15.444363 | 0.46s 2025-10-03 16:29:51.930798 | fa163ecf-8126-e916-b606-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-03 16:29:51.931685 | fa163ecf-8126-e916-b606-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:15.644574 | 0.66s 2025-10-03 16:29:52.170286 | fa163ecf-8126-e916-b606-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-03 16:29:52.171170 | fa163ecf-8126-e916-b606-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:15.884063 | 0.90s 2025-10-03 16:29:52.437767 | fa163ecf-8126-e916-b606-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-03 16:29:52.438494 | fa163ecf-8126-e916-b606-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:16.151386 | 1.17s 2025-10-03 16:29:52.664387 | fa163ecf-8126-e916-b606-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-03 16:29:52.665422 | fa163ecf-8126-e916-b606-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:16.378311 | 1.39s 2025-10-03 16:29:52.879209 | fa163ecf-8126-e916-b606-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-03 16:29:52.880117 | fa163ecf-8126-e916-b606-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:16.593008 | 1.61s 2025-10-03 16:29:53.108569 | fa163ecf-8126-e916-b606-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-03 16:29:53.110613 | fa163ecf-8126-e916-b606-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:16.823502 | 1.84s 2025-10-03 16:29:53.336025 | fa163ecf-8126-e916-b606-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-03 16:29:53.337570 | fa163ecf-8126-e916-b606-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:17.050458 | 2.07s 2025-10-03 16:29:53.569028 | fa163ecf-8126-e916-b606-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-03 16:29:53.570046 | fa163ecf-8126-e916-b606-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:17.282934 | 2.30s 2025-10-03 16:29:53.580101 | fa163ecf-8126-e916-b606-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:17.292979 | 2.31s 2025-10-03 16:29:53.611776 | fa163ecf-8126-e916-b606-0000000043c8 | TASK | Async creation of Keystone internal endpoint 2025-10-03 16:29:53.947618 | fa163ecf-8126-e916-b606-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-03 16:29:53.950893 | fa163ecf-8126-e916-b606-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.663758 | 0.34s 2025-10-03 16:29:54.245449 | fa163ecf-8126-e916-b606-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-03 16:29:54.246198 | fa163ecf-8126-e916-b606-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.959091 | 0.63s 2025-10-03 16:29:54.496121 | fa163ecf-8126-e916-b606-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-03 16:29:54.496814 | fa163ecf-8126-e916-b606-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.209705 | 0.88s 2025-10-03 16:29:54.805846 | fa163ecf-8126-e916-b606-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-03 16:29:54.806671 | fa163ecf-8126-e916-b606-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.519561 | 1.19s 2025-10-03 16:29:54.811870 | fa163ecf-8126-e916-b606-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.524746 | 1.20s 2025-10-03 16:29:54.834189 | fa163ecf-8126-e916-b606-0000000043ca | TASK | Check Keystone internal endpoint status 2025-10-03 16:29:55.072940 | fa163ecf-8126-e916-b606-0000000043ca | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-03 16:30:00.292933 | fa163ecf-8126-e916-b606-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-03 16:30:00.295044 | fa163ecf-8126-e916-b606-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:24.007921 | 5.46s 2025-10-03 16:30:00.568533 | fa163ecf-8126-e916-b606-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-03 16:30:00.570726 | fa163ecf-8126-e916-b606-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:24.283610 | 5.73s 2025-10-03 16:30:00.804218 | fa163ecf-8126-e916-b606-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-03 16:30:00.806359 | fa163ecf-8126-e916-b606-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:24.519199 | 5.97s 2025-10-03 16:30:01.066085 | fa163ecf-8126-e916-b606-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-03 16:30:01.067530 | fa163ecf-8126-e916-b606-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:24.780423 | 6.23s 2025-10-03 16:30:01.079604 | fa163ecf-8126-e916-b606-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:24.792484 | 6.24s 2025-10-03 16:30:01.101091 | fa163ecf-8126-e916-b606-000000003d22 | TASK | Run cleanup tasks 2025-10-03 16:30:01.150696 | fa163ecf-8126-e916-b606-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:24.863562 | 0.05s 2025-10-03 16:30:01.169350 | 73e86946-6bb8-4a55-86b7-4444b8f36a0d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-03 16:30:01.225900 | fa163ecf-8126-e916-b606-000000004422 | TASK | Get list of enabled services 2025-10-03 16:30:03.818790 | fa163ecf-8126-e916-b606-000000004422 | CHANGED | Get list of enabled services | undercloud 2025-10-03 16:30:03.820842 | fa163ecf-8126-e916-b606-000000004422 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:27.533717 | 2.59s 2025-10-03 16:30:03.841759 | fa163ecf-8126-e916-b606-000000004423 | TASK | List services to be disabled 2025-10-03 16:30:03.927376 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-03 16:30:03.971639 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-03 16:30:03.997722 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-03 16:30:04.024575 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-03 16:30:04.051232 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-03 16:30:04.078212 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-03 16:30:04.104196 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-03 16:30:04.131189 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-03 16:30:04.157689 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-03 16:30:04.184173 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-03 16:30:04.210759 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-03 16:30:04.238147 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-03 16:30:04.263114 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-03 16:30:04.288857 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-03 16:30:04.312877 | fa163ecf-8126-e916-b606-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-03 16:30:04.318853 | fa163ecf-8126-e916-b606-000000004423 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:28.031723 | 0.48s 2025-10-03 16:30:04.341426 | fa163ecf-8126-e916-b606-000000004424 | TASK | Delete keystone services not enabled 2025-10-03 16:30:04.372584 | fa163ecf-8126-e916-b606-000000004424 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:28.085456 | 0.03s 2025-10-03 16:30:04.391544 | fa163ecf-8126-e916-b606-000000003d23 | TASK | Create Keystone Roles 2025-10-03 16:30:04.469298 | fa163ecf-8126-e916-b606-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:28.182160 | 0.08s 2025-10-03 16:30:04.488663 | fa163ecf-8126-e916-b606-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:28.201543 | 0.10s 2025-10-03 16:30:04.500493 | fa163ecf-8126-e916-b606-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:28.213377 | 0.11s 2025-10-03 16:30:04.518333 | 6bee3d69-202d-44cb-babb-488f369fad6b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-03 16:30:04.527990 | 9e769349-bb87-40dd-a2f2-87eddce64a2d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-03 16:30:04.590782 | fa163ecf-8126-e916-b606-000000004592 | TASK | Async creation of Keystone role 2025-10-03 16:30:04.942529 | fa163ecf-8126-e916-b606-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-03 16:30:04.943550 | fa163ecf-8126-e916-b606-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:28.656436 | 0.35s 2025-10-03 16:30:05.209903 | fa163ecf-8126-e916-b606-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-03 16:30:05.210497 | fa163ecf-8126-e916-b606-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:28.923390 | 0.62s 2025-10-03 16:30:05.505829 | fa163ecf-8126-e916-b606-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-03 16:30:05.507183 | fa163ecf-8126-e916-b606-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:29.220075 | 0.92s 2025-10-03 16:30:05.860404 | fa163ecf-8126-e916-b606-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-03 16:30:05.861131 | fa163ecf-8126-e916-b606-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:29.574021 | 1.27s 2025-10-03 16:30:06.140511 | fa163ecf-8126-e916-b606-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-03 16:30:06.141946 | fa163ecf-8126-e916-b606-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:29.854830 | 1.55s 2025-10-03 16:30:06.371395 | fa163ecf-8126-e916-b606-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-03 16:30:06.372048 | fa163ecf-8126-e916-b606-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:30.084940 | 1.78s 2025-10-03 16:30:06.589869 | fa163ecf-8126-e916-b606-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-03 16:30:06.590474 | fa163ecf-8126-e916-b606-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:30.303367 | 2.00s 2025-10-03 16:30:06.814187 | fa163ecf-8126-e916-b606-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-03 16:30:06.815294 | fa163ecf-8126-e916-b606-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:30.528184 | 2.22s 2025-10-03 16:30:07.083003 | fa163ecf-8126-e916-b606-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-03 16:30:07.083950 | fa163ecf-8126-e916-b606-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:30.796834 | 2.49s 2025-10-03 16:30:07.313425 | fa163ecf-8126-e916-b606-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-03 16:30:07.314340 | fa163ecf-8126-e916-b606-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:31.027229 | 2.72s 2025-10-03 16:30:07.318875 | fa163ecf-8126-e916-b606-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:31.031762 | 2.73s 2025-10-03 16:30:07.333397 | fa163ecf-8126-e916-b606-000000004594 | TASK | Check Keystone role status 2025-10-03 16:30:07.564944 | fa163ecf-8126-e916-b606-000000004594 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-03 16:30:07.565977 | fa163ecf-8126-e916-b606-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:31.278865 | 0.23s 2025-10-03 16:30:07.775159 | fa163ecf-8126-e916-b606-000000004594 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-03 16:30:07.776601 | fa163ecf-8126-e916-b606-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:31.489490 | 0.44s 2025-10-03 16:30:07.993690 | fa163ecf-8126-e916-b606-000000004594 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-03 16:30:07.994420 | fa163ecf-8126-e916-b606-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:31.707313 | 0.66s 2025-10-03 16:30:08.233002 | fa163ecf-8126-e916-b606-000000004594 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-03 16:30:08.233715 | fa163ecf-8126-e916-b606-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:31.946607 | 0.90s 2025-10-03 16:30:08.448536 | fa163ecf-8126-e916-b606-000000004594 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-03 16:30:08.449727 | fa163ecf-8126-e916-b606-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:32.162611 | 1.12s 2025-10-03 16:30:08.647971 | fa163ecf-8126-e916-b606-000000004594 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-03 16:30:08.649092 | fa163ecf-8126-e916-b606-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:32.361977 | 1.31s 2025-10-03 16:30:08.927619 | fa163ecf-8126-e916-b606-000000004594 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-03 16:30:08.928884 | fa163ecf-8126-e916-b606-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:32.641767 | 1.59s 2025-10-03 16:30:09.183844 | fa163ecf-8126-e916-b606-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-03 16:30:09.184765 | fa163ecf-8126-e916-b606-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:32.897655 | 1.85s 2025-10-03 16:30:09.422632 | fa163ecf-8126-e916-b606-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-03 16:30:09.423295 | fa163ecf-8126-e916-b606-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:33.136188 | 2.09s 2025-10-03 16:30:09.637919 | fa163ecf-8126-e916-b606-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-03 16:30:09.639109 | fa163ecf-8126-e916-b606-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:33.351993 | 2.30s 2025-10-03 16:30:09.654549 | fa163ecf-8126-e916-b606-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:33.367421 | 2.32s 2025-10-03 16:30:09.679619 | fa163ecf-8126-e916-b606-000000004599 | TASK | Async creation of Keystone role 2025-10-03 16:30:09.963990 | fa163ecf-8126-e916-b606-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-03 16:30:09.964943 | fa163ecf-8126-e916-b606-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:33.677829 | 0.28s 2025-10-03 16:30:10.241311 | fa163ecf-8126-e916-b606-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-03 16:30:10.241955 | fa163ecf-8126-e916-b606-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:33.954848 | 0.56s 2025-10-03 16:30:10.446718 | fa163ecf-8126-e916-b606-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-03 16:30:10.448108 | fa163ecf-8126-e916-b606-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:34.160999 | 0.77s 2025-10-03 16:30:10.458207 | fa163ecf-8126-e916-b606-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:34.171094 | 0.78s 2025-10-03 16:30:10.472844 | fa163ecf-8126-e916-b606-00000000459b | TASK | Check Keystone role status 2025-10-03 16:30:10.747132 | fa163ecf-8126-e916-b606-00000000459b | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-03 16:30:15.932117 | fa163ecf-8126-e916-b606-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-03 16:30:15.934055 | fa163ecf-8126-e916-b606-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:39.646932 | 5.46s 2025-10-03 16:30:16.204922 | fa163ecf-8126-e916-b606-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-03 16:30:16.206664 | fa163ecf-8126-e916-b606-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:39.919552 | 5.73s 2025-10-03 16:30:16.469368 | fa163ecf-8126-e916-b606-00000000459b | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-03 16:30:16.470547 | fa163ecf-8126-e916-b606-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:40.183430 | 6.00s 2025-10-03 16:30:16.477937 | fa163ecf-8126-e916-b606-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:40.190812 | 6.00s 2025-10-03 16:30:16.495839 | fa163ecf-8126-e916-b606-000000003d25 | TASK | Create Keystone Users 2025-10-03 16:30:16.596572 | fa163ecf-8126-e916-b606-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:40.309434 | 0.10s 2025-10-03 16:30:16.615771 | fa163ecf-8126-e916-b606-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:40.328654 | 0.12s 2025-10-03 16:30:16.623181 | fa163ecf-8126-e916-b606-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:40.336062 | 0.13s 2025-10-03 16:30:16.634397 | 94f674e8-5175-449a-85b8-1a5c835fedd1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-03 16:30:16.640329 | 23d13205-1c8d-4135-a563-243f2033264b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-03 16:30:16.689070 | fa163ecf-8126-e916-b606-000000004743 | TASK | Check password of Keystone user 2025-10-03 16:30:17.660488 | fa163ecf-8126-e916-b606-000000004743 | 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 16:30:17.661949 | fa163ecf-8126-e916-b606-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:41.374820 | 0.97s 2025-10-03 16:30:18.572927 | fa163ecf-8126-e916-b606-000000004743 | 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 16:30:18.573505 | fa163ecf-8126-e916-b606-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.286398 | 1.88s 2025-10-03 16:30:19.473890 | fa163ecf-8126-e916-b606-000000004743 | 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 16:30:19.474890 | fa163ecf-8126-e916-b606-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:43.187773 | 2.78s 2025-10-03 16:30:20.428821 | fa163ecf-8126-e916-b606-000000004743 | 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 16:30:20.429705 | fa163ecf-8126-e916-b606-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:44.142591 | 3.74s 2025-10-03 16:30:21.370025 | fa163ecf-8126-e916-b606-000000004743 | 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 16:30:21.371610 | fa163ecf-8126-e916-b606-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:45.084495 | 4.68s 2025-10-03 16:30:22.315173 | fa163ecf-8126-e916-b606-000000004743 | 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 16:30:22.316158 | fa163ecf-8126-e916-b606-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:46.029042 | 5.63s 2025-10-03 16:30:23.279512 | fa163ecf-8126-e916-b606-000000004743 | 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 16:30:23.282539 | fa163ecf-8126-e916-b606-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:46.995407 | 6.59s 2025-10-03 16:30:24.257066 | fa163ecf-8126-e916-b606-000000004743 | 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 16:30:24.258058 | fa163ecf-8126-e916-b606-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:47.970942 | 7.57s 2025-10-03 16:30:25.234873 | fa163ecf-8126-e916-b606-000000004743 | 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 16:30:25.235855 | fa163ecf-8126-e916-b606-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:48.948739 | 8.55s 2025-10-03 16:30:26.262348 | fa163ecf-8126-e916-b606-000000004743 | 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 16:30:26.263798 | fa163ecf-8126-e916-b606-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:49.976679 | 9.57s 2025-10-03 16:30:26.274465 | fa163ecf-8126-e916-b606-000000004743 | 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 16:30:26.275565 | fa163ecf-8126-e916-b606-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:49.988448 | 9.59s 2025-10-03 16:30:26.295841 | fa163ecf-8126-e916-b606-000000004745 | TASK | Async creation of Keystone user 2025-10-03 16:30:26.755644 | fa163ecf-8126-e916-b606-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:26.757510 | fa163ecf-8126-e916-b606-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:50.470393 | 0.46s 2025-10-03 16:30:27.133555 | fa163ecf-8126-e916-b606-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:27.135269 | fa163ecf-8126-e916-b606-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:50.848154 | 0.84s 2025-10-03 16:30:27.481057 | fa163ecf-8126-e916-b606-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:27.482014 | fa163ecf-8126-e916-b606-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:51.194898 | 1.18s 2025-10-03 16:30:27.778106 | fa163ecf-8126-e916-b606-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:27.779649 | fa163ecf-8126-e916-b606-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:51.492534 | 1.48s 2025-10-03 16:30:28.102434 | fa163ecf-8126-e916-b606-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:28.103079 | fa163ecf-8126-e916-b606-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:51.815970 | 1.81s 2025-10-03 16:30:28.399476 | fa163ecf-8126-e916-b606-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:28.400281 | fa163ecf-8126-e916-b606-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:52.113173 | 2.10s 2025-10-03 16:30:28.675843 | fa163ecf-8126-e916-b606-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:28.676463 | fa163ecf-8126-e916-b606-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:52.389355 | 2.38s 2025-10-03 16:30:28.997660 | fa163ecf-8126-e916-b606-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:28.998458 | fa163ecf-8126-e916-b606-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:52.711347 | 2.70s 2025-10-03 16:30:29.367698 | fa163ecf-8126-e916-b606-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:29.368484 | fa163ecf-8126-e916-b606-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.081373 | 3.07s 2025-10-03 16:30:29.641333 | fa163ecf-8126-e916-b606-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:29.641969 | fa163ecf-8126-e916-b606-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.354861 | 3.34s 2025-10-03 16:30:29.648657 | fa163ecf-8126-e916-b606-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:29.649261 | fa163ecf-8126-e916-b606-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.362153 | 3.35s 2025-10-03 16:30:29.663433 | fa163ecf-8126-e916-b606-000000004747 | TASK | Check Keystone user status 2025-10-03 16:30:29.965333 | fa163ecf-8126-e916-b606-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:29.967061 | fa163ecf-8126-e916-b606-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.679941 | 0.30s 2025-10-03 16:30:30.234483 | fa163ecf-8126-e916-b606-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:30.235404 | fa163ecf-8126-e916-b606-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.948289 | 0.57s 2025-10-03 16:30:30.504799 | fa163ecf-8126-e916-b606-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:30.506468 | fa163ecf-8126-e916-b606-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:54.219352 | 0.84s 2025-10-03 16:30:30.770106 | fa163ecf-8126-e916-b606-000000004747 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-03 16:30:36.004914 | fa163ecf-8126-e916-b606-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:36.005792 | fa163ecf-8126-e916-b606-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:59.718680 | 6.34s 2025-10-03 16:30:36.288270 | fa163ecf-8126-e916-b606-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:36.288903 | fa163ecf-8126-e916-b606-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.001794 | 6.62s 2025-10-03 16:30:36.546892 | fa163ecf-8126-e916-b606-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:36.548437 | fa163ecf-8126-e916-b606-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.261329 | 6.88s 2025-10-03 16:30:36.763786 | fa163ecf-8126-e916-b606-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:36.764377 | fa163ecf-8126-e916-b606-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.477269 | 7.10s 2025-10-03 16:30:37.042987 | fa163ecf-8126-e916-b606-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:37.043913 | fa163ecf-8126-e916-b606-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.756798 | 7.38s 2025-10-03 16:30:37.351707 | fa163ecf-8126-e916-b606-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:37.353421 | fa163ecf-8126-e916-b606-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:01.066303 | 7.69s 2025-10-03 16:30:37.638923 | fa163ecf-8126-e916-b606-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:37.640733 | fa163ecf-8126-e916-b606-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:01.353616 | 7.98s 2025-10-03 16:30:37.650959 | fa163ecf-8126-e916-b606-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:37.651830 | fa163ecf-8126-e916-b606-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:01.364717 | 7.99s 2025-10-03 16:30:37.672518 | fa163ecf-8126-e916-b606-00000000474c | TASK | Check password of Keystone user 2025-10-03 16:30:38.581243 | fa163ecf-8126-e916-b606-00000000474c | 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 16:30:38.582377 | fa163ecf-8126-e916-b606-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:02.295264 | 0.91s 2025-10-03 16:30:39.475500 | fa163ecf-8126-e916-b606-00000000474c | 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 16:30:39.476354 | fa163ecf-8126-e916-b606-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:03.189239 | 1.80s 2025-10-03 16:30:40.425082 | fa163ecf-8126-e916-b606-00000000474c | 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 16:30:40.426480 | fa163ecf-8126-e916-b606-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:04.139359 | 2.75s 2025-10-03 16:30:41.343353 | fa163ecf-8126-e916-b606-00000000474c | 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 16:30:41.343999 | fa163ecf-8126-e916-b606-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:05.056889 | 3.67s 2025-10-03 16:30:42.267001 | fa163ecf-8126-e916-b606-00000000474c | 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 16:30:42.268343 | fa163ecf-8126-e916-b606-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:05.981199 | 4.59s 2025-10-03 16:30:43.170887 | fa163ecf-8126-e916-b606-00000000474c | 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 16:30:43.172028 | fa163ecf-8126-e916-b606-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:06.884918 | 5.50s 2025-10-03 16:30:44.147222 | fa163ecf-8126-e916-b606-00000000474c | 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 16:30:44.148055 | fa163ecf-8126-e916-b606-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:07.860946 | 6.47s 2025-10-03 16:30:44.153273 | fa163ecf-8126-e916-b606-00000000474c | 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 16:30:44.154279 | fa163ecf-8126-e916-b606-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:07.867163 | 6.48s 2025-10-03 16:30:44.175052 | fa163ecf-8126-e916-b606-00000000474e | TASK | Async creation of Keystone user 2025-10-03 16:30:44.579558 | fa163ecf-8126-e916-b606-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:44.580655 | fa163ecf-8126-e916-b606-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:08.293539 | 0.40s 2025-10-03 16:30:44.913264 | fa163ecf-8126-e916-b606-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:44.914005 | fa163ecf-8126-e916-b606-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:08.626891 | 0.74s 2025-10-03 16:30:45.246753 | fa163ecf-8126-e916-b606-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:45.247459 | fa163ecf-8126-e916-b606-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:08.960350 | 1.07s 2025-10-03 16:30:45.560940 | fa163ecf-8126-e916-b606-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:45.562405 | fa163ecf-8126-e916-b606-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:09.275294 | 1.39s 2025-10-03 16:30:45.847982 | fa163ecf-8126-e916-b606-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:45.849212 | fa163ecf-8126-e916-b606-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:09.562104 | 1.67s 2025-10-03 16:30:46.156903 | fa163ecf-8126-e916-b606-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:46.157609 | fa163ecf-8126-e916-b606-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:09.870498 | 1.98s 2025-10-03 16:30:46.505020 | fa163ecf-8126-e916-b606-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:46.505801 | fa163ecf-8126-e916-b606-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:10.218689 | 2.33s 2025-10-03 16:30:46.510341 | fa163ecf-8126-e916-b606-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 16:30:46.511158 | fa163ecf-8126-e916-b606-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:10.224045 | 2.33s 2025-10-03 16:30:46.527957 | fa163ecf-8126-e916-b606-000000004750 | TASK | Check Keystone user status 2025-10-03 16:30:46.821494 | fa163ecf-8126-e916-b606-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:46.823622 | fa163ecf-8126-e916-b606-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:10.536496 | 0.29s 2025-10-03 16:30:47.096236 | fa163ecf-8126-e916-b606-000000004750 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-03 16:30:52.263685 | fa163ecf-8126-e916-b606-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:52.264403 | fa163ecf-8126-e916-b606-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:15.977294 | 5.74s 2025-10-03 16:30:52.544638 | fa163ecf-8126-e916-b606-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:52.545925 | fa163ecf-8126-e916-b606-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:16.258808 | 6.02s 2025-10-03 16:30:52.822798 | fa163ecf-8126-e916-b606-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:52.824504 | fa163ecf-8126-e916-b606-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:16.537389 | 6.30s 2025-10-03 16:30:53.114610 | fa163ecf-8126-e916-b606-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:53.115255 | fa163ecf-8126-e916-b606-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:16.828147 | 6.59s 2025-10-03 16:30:53.358222 | fa163ecf-8126-e916-b606-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:53.360116 | fa163ecf-8126-e916-b606-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:17.073000 | 6.83s 2025-10-03 16:30:53.640450 | fa163ecf-8126-e916-b606-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:53.641168 | fa163ecf-8126-e916-b606-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:17.354057 | 7.11s 2025-10-03 16:30:53.649163 | fa163ecf-8126-e916-b606-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-03 16:30:53.650846 | fa163ecf-8126-e916-b606-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:17.363724 | 7.12s 2025-10-03 16:30:53.672654 | fa163ecf-8126-e916-b606-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-03 16:30:53.739832 | fa163ecf-8126-e916-b606-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:17.452704 | 0.07s 2025-10-03 16:30:53.761357 | fa163ecf-8126-e916-b606-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:17.474251 | 0.09s 2025-10-03 16:30:53.782364 | fa163ecf-8126-e916-b606-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:17.495257 | 0.11s 2025-10-03 16:30:53.788382 | fa163ecf-8126-e916-b606-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:17.501201 | 0.11s 2025-10-03 16:30:53.804782 | 329e0a38-60b2-49b1-bec0-f903fd36ff6b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 16:30:53.812720 | 561280f7-cdc7-4783-9260-3935c35221d4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 16:30:53.819144 | ba8f1afb-1640-478d-98a0-e04840fa49ba | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 16:30:53.893782 | fa163ecf-8126-e916-b606-000000004960 | TASK | Async assignment of Keystone user per role 2025-10-03 16:30:53.988740 | fa163ecf-8126-e916-b606-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:17.701598 | 0.09s 2025-10-03 16:30:54.006137 | fa163ecf-8126-e916-b606-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:17.719021 | 0.11s 2025-10-03 16:30:54.013370 | fa163ecf-8126-e916-b606-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:17.726254 | 0.12s 2025-10-03 16:30:54.022201 | 4fe95117-1035-4363-9db1-f1cf47cb67bc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 16:30:54.026510 | 3cf86169-c24d-49b0-9b40-9084a31ebd63 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 16:30:54.043177 | fa163ecf-8126-e916-b606-000000004b40 | TASK | Async assignment of Keystone user to roles 2025-10-03 16:30:54.406662 | fa163ecf-8126-e916-b606-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-03 16:30:54.428696 | fa163ecf-8126-e916-b606-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:18.141576 | 0.38s 2025-10-03 16:30:54.685311 | fa163ecf-8126-e916-b606-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-03 16:30:54.685913 | fa163ecf-8126-e916-b606-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:18.398806 | 0.64s 2025-10-03 16:30:54.956754 | fa163ecf-8126-e916-b606-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-03 16:30:54.957544 | fa163ecf-8126-e916-b606-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:18.670434 | 0.91s 2025-10-03 16:30:55.277548 | fa163ecf-8126-e916-b606-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-03 16:30:55.278222 | fa163ecf-8126-e916-b606-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:18.991113 | 1.23s 2025-10-03 16:30:55.626610 | fa163ecf-8126-e916-b606-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-03 16:30:55.631816 | fa163ecf-8126-e916-b606-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:19.344693 | 1.59s 2025-10-03 16:30:55.902897 | fa163ecf-8126-e916-b606-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-03 16:30:55.903573 | fa163ecf-8126-e916-b606-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:19.616464 | 1.86s 2025-10-03 16:30:56.227407 | fa163ecf-8126-e916-b606-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-03 16:30:56.227962 | fa163ecf-8126-e916-b606-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:19.940855 | 2.18s 2025-10-03 16:30:56.463985 | fa163ecf-8126-e916-b606-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-03 16:30:56.464628 | fa163ecf-8126-e916-b606-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:20.177520 | 2.42s 2025-10-03 16:30:56.753806 | fa163ecf-8126-e916-b606-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-03 16:30:56.755479 | fa163ecf-8126-e916-b606-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:20.468364 | 2.71s 2025-10-03 16:30:57.095760 | fa163ecf-8126-e916-b606-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-03 16:30:57.096355 | fa163ecf-8126-e916-b606-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:20.809248 | 3.05s 2025-10-03 16:30:57.100923 | fa163ecf-8126-e916-b606-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:20.813818 | 3.06s 2025-10-03 16:30:57.115526 | fa163ecf-8126-e916-b606-000000004b42 | TASK | Check Keystone user assignment to roles status 2025-10-03 16:30:57.396079 | fa163ecf-8126-e916-b606-000000004b42 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 16:31:02.634320 | fa163ecf-8126-e916-b606-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-03 16:31:02.636350 | fa163ecf-8126-e916-b606-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:26.349237 | 5.52s 2025-10-03 16:31:02.879287 | fa163ecf-8126-e916-b606-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-03 16:31:02.880045 | fa163ecf-8126-e916-b606-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:26.592937 | 5.76s 2025-10-03 16:31:03.164585 | fa163ecf-8126-e916-b606-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-03 16:31:03.166495 | fa163ecf-8126-e916-b606-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:26.879380 | 6.05s 2025-10-03 16:31:03.401938 | fa163ecf-8126-e916-b606-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-03 16:31:03.403176 | fa163ecf-8126-e916-b606-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:27.116044 | 6.29s 2025-10-03 16:31:03.657282 | fa163ecf-8126-e916-b606-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-03 16:31:03.657948 | fa163ecf-8126-e916-b606-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:27.370840 | 6.54s 2025-10-03 16:31:03.866777 | fa163ecf-8126-e916-b606-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-03 16:31:03.867860 | fa163ecf-8126-e916-b606-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:27.580745 | 6.75s 2025-10-03 16:31:04.074460 | fa163ecf-8126-e916-b606-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-03 16:31:04.075554 | fa163ecf-8126-e916-b606-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:27.788438 | 6.96s 2025-10-03 16:31:04.263461 | fa163ecf-8126-e916-b606-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-03 16:31:04.264086 | fa163ecf-8126-e916-b606-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:27.976979 | 7.15s 2025-10-03 16:31:04.477000 | fa163ecf-8126-e916-b606-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-03 16:31:04.477777 | fa163ecf-8126-e916-b606-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:28.190667 | 7.36s 2025-10-03 16:31:04.693143 | fa163ecf-8126-e916-b606-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-03 16:31:04.694194 | fa163ecf-8126-e916-b606-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:28.407079 | 7.58s 2025-10-03 16:31:04.703740 | fa163ecf-8126-e916-b606-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:28.416621 | 7.59s 2025-10-03 16:31:04.729446 | fa163ecf-8126-e916-b606-000000004b47 | TASK | Async assignment of Keystone user to roles 2025-10-03 16:31:05.095557 | fa163ecf-8126-e916-b606-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-03 16:31:05.098403 | fa163ecf-8126-e916-b606-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.811272 | 0.37s 2025-10-03 16:31:05.419014 | fa163ecf-8126-e916-b606-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-03 16:31:05.419683 | fa163ecf-8126-e916-b606-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:29.132574 | 0.69s 2025-10-03 16:31:05.741450 | fa163ecf-8126-e916-b606-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-03 16:31:05.742915 | fa163ecf-8126-e916-b606-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:29.455805 | 1.01s 2025-10-03 16:31:06.052152 | fa163ecf-8126-e916-b606-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-03 16:31:06.053002 | fa163ecf-8126-e916-b606-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:29.765891 | 1.32s 2025-10-03 16:31:06.366623 | fa163ecf-8126-e916-b606-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-03 16:31:06.367183 | fa163ecf-8126-e916-b606-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:30.080076 | 1.64s 2025-10-03 16:31:06.665436 | fa163ecf-8126-e916-b606-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-03 16:31:06.666029 | fa163ecf-8126-e916-b606-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:30.378921 | 1.93s 2025-10-03 16:31:06.995715 | fa163ecf-8126-e916-b606-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-03 16:31:06.996522 | fa163ecf-8126-e916-b606-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:30.709390 | 2.27s 2025-10-03 16:31:07.001123 | fa163ecf-8126-e916-b606-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:30.714010 | 2.27s 2025-10-03 16:31:07.016366 | fa163ecf-8126-e916-b606-000000004b49 | TASK | Check Keystone user assignment to roles status 2025-10-03 16:31:07.348472 | fa163ecf-8126-e916-b606-000000004b49 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 16:31:12.592035 | fa163ecf-8126-e916-b606-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-03 16:31:12.592856 | fa163ecf-8126-e916-b606-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:36.305740 | 5.58s 2025-10-03 16:31:12.818035 | fa163ecf-8126-e916-b606-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-03 16:31:12.819121 | fa163ecf-8126-e916-b606-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:36.532005 | 5.80s 2025-10-03 16:31:13.041155 | fa163ecf-8126-e916-b606-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-03 16:31:13.043265 | fa163ecf-8126-e916-b606-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:36.756149 | 6.03s 2025-10-03 16:31:13.288597 | fa163ecf-8126-e916-b606-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-03 16:31:13.289659 | fa163ecf-8126-e916-b606-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.002542 | 6.27s 2025-10-03 16:31:13.483202 | fa163ecf-8126-e916-b606-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-03 16:31:13.484121 | fa163ecf-8126-e916-b606-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.197014 | 6.47s 2025-10-03 16:31:13.718729 | fa163ecf-8126-e916-b606-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-03 16:31:13.719795 | fa163ecf-8126-e916-b606-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.432679 | 6.70s 2025-10-03 16:31:13.924248 | fa163ecf-8126-e916-b606-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-03 16:31:13.925451 | fa163ecf-8126-e916-b606-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.638335 | 6.91s 2025-10-03 16:31:13.932760 | fa163ecf-8126-e916-b606-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.645647 | 6.92s 2025-10-03 16:31:13.949851 | fa163ecf-8126-e916-b606-000000004965 | TASK | Async assignment of Keystone user per role 2025-10-03 16:31:14.017979 | fa163ecf-8126-e916-b606-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:37.730849 | 0.07s 2025-10-03 16:31:14.024784 | fa163ecf-8126-e916-b606-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:37.737663 | 0.07s 2025-10-03 16:31:14.038364 | 59e46eed-6616-448c-971c-87a9463696ab | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 16:31:14.063962 | fa163ecf-8126-e916-b606-000000004bb1 | TASK | Async assignment of Keystone user to roles 2025-10-03 16:31:14.417726 | fa163ecf-8126-e916-b606-000000004bb1 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-03 16:31:14.419524 | fa163ecf-8126-e916-b606-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.132396 | 0.35s 2025-10-03 16:31:14.429010 | fa163ecf-8126-e916-b606-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.141880 | 0.36s 2025-10-03 16:31:14.445889 | fa163ecf-8126-e916-b606-000000004bb3 | TASK | Check Keystone user assignment to roles status 2025-10-03 16:31:14.695118 | fa163ecf-8126-e916-b606-000000004bb3 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 16:31:19.871349 | fa163ecf-8126-e916-b606-000000004bb3 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-03 16:31:19.872146 | fa163ecf-8126-e916-b606-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.585033 | 5.42s 2025-10-03 16:31:19.877816 | fa163ecf-8126-e916-b606-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.590701 | 5.43s 2025-10-03 16:31:19.897984 | fa163ecf-8126-e916-b606-00000000496a | TASK | Async assignment of Keystone user per role 2025-10-03 16:31:19.990074 | fa163ecf-8126-e916-b606-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:43.702953 | 0.09s 2025-10-03 16:31:19.994714 | fa163ecf-8126-e916-b606-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:43.707598 | 0.09s 2025-10-03 16:31:20.009034 | 6eb3e12f-6fcd-4573-b745-99db717b17df | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 16:31:20.034920 | fa163ecf-8126-e916-b606-000000004bd5 | TASK | Async assignment of Keystone user to roles 2025-10-03 16:31:20.356256 | fa163ecf-8126-e916-b606-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-03 16:31:20.358774 | fa163ecf-8126-e916-b606-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:44.071652 | 0.32s 2025-10-03 16:31:20.697072 | fa163ecf-8126-e916-b606-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-03 16:31:20.698189 | fa163ecf-8126-e916-b606-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:44.411071 | 0.66s 2025-10-03 16:31:21.059407 | fa163ecf-8126-e916-b606-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-03 16:31:21.060456 | fa163ecf-8126-e916-b606-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:44.773340 | 1.02s 2025-10-03 16:31:21.066645 | fa163ecf-8126-e916-b606-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:44.779525 | 1.03s 2025-10-03 16:31:21.085539 | fa163ecf-8126-e916-b606-000000004bd7 | TASK | Check Keystone user assignment to roles status 2025-10-03 16:31:21.386679 | fa163ecf-8126-e916-b606-000000004bd7 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 16:31:26.639827 | fa163ecf-8126-e916-b606-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-03 16:31:26.641886 | fa163ecf-8126-e916-b606-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.354774 | 5.55s 2025-10-03 16:31:26.885938 | fa163ecf-8126-e916-b606-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-03 16:31:26.888274 | fa163ecf-8126-e916-b606-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.601156 | 5.80s 2025-10-03 16:31:27.140739 | fa163ecf-8126-e916-b606-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-03 16:31:27.142991 | fa163ecf-8126-e916-b606-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.855874 | 6.06s 2025-10-03 16:31:27.154085 | fa163ecf-8126-e916-b606-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.866894 | 6.07s 2025-10-03 16:31:27.190960 | fa163ecf-8126-e916-b606-000000003ced | TASK | is Keystone LDAP enabled 2025-10-03 16:31:27.252345 | fa163ecf-8126-e916-b606-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-03 16:31:27.254969 | fa163ecf-8126-e916-b606-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:22:50.967848 | 0.06s 2025-10-03 16:31:27.274454 | fa163ecf-8126-e916-b606-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-03 16:31:27.327780 | fa163ecf-8126-e916-b606-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-03 16:31:27.330225 | fa163ecf-8126-e916-b606-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:51.043103 | 0.05s 2025-10-03 16:31:27.349016 | fa163ecf-8126-e916-b606-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-03 16:31:27.390675 | fa163ecf-8126-e916-b606-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-03 16:31:27.391992 | fa163ecf-8126-e916-b606-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:51.104872 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-03 16:31:27.542338 | fa163ecf-8126-e916-b606-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-03 16:31:27.570022 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000e2') missing from stats 2025-10-03 16:31:27.599221 | fa163ecf-8126-e916-b606-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-03 16:31:28.135517 | fa163ecf-8126-e916-b606-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-03 16:31:28.136768 | fa163ecf-8126-e916-b606-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:51.849654 | 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 16:31:28.210737 | fa163ecf-8126-e916-b606-0000000000e4 | TIMING | include_tasks | standalone | 0:22:51.923612 | 0.05s 2025-10-03 16:31:28.246126 | 2d92a153-a76f-4a06-b758-a5a2ae85349e | INCLUDED | /root/standalone-ansible-rsw2524j/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-03 16:31:28.269333 | fa163ecf-8126-e916-b606-000000004c19 | TASK | Create virtqemud recovery script 2025-10-03 16:31:28.726276 | fa163ecf-8126-e916-b606-000000004c19 | CHANGED | Create virtqemud recovery script | standalone 2025-10-03 16:31:28.727715 | fa163ecf-8126-e916-b606-000000004c19 | TIMING | Create virtqemud recovery script | standalone | 0:22:52.440600 | 0.46s 2025-10-03 16:31:28.751878 | fa163ecf-8126-e916-b606-000000004c1a | TASK | Create virtqemud recovery trigger service 2025-10-03 16:31:29.209660 | fa163ecf-8126-e916-b606-000000004c1a | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-03 16:31:29.211118 | fa163ecf-8126-e916-b606-000000004c1a | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:52.923998 | 0.46s 2025-10-03 16:31:29.240010 | fa163ecf-8126-e916-b606-000000004c1b | TASK | Create virtqemud recovery trigger timer 2025-10-03 16:31:29.651564 | fa163ecf-8126-e916-b606-000000004c1b | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-03 16:31:29.652362 | fa163ecf-8126-e916-b606-000000004c1b | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:53.365253 | 0.41s 2025-10-03 16:31:29.671450 | fa163ecf-8126-e916-b606-000000004c1c | TASK | Enable virtqemud recovery trigger service 2025-10-03 16:31:30.818780 | fa163ecf-8126-e916-b606-000000004c1c | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-03 16:31:30.820812 | fa163ecf-8126-e916-b606-000000004c1c | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:54.533693 | 1.15s 2025-10-03 16:31:30.851400 | fa163ecf-8126-e916-b606-000000004c1d | TASK | Enable virtqemud recovery trigger timer 2025-10-03 16:31:31.971930 | fa163ecf-8126-e916-b606-000000004c1d | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-03 16:31:31.973427 | fa163ecf-8126-e916-b606-000000004c1d | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:55.686309 | 1.12s 2025-10-03 16:31:32.002795 | fa163ecf-8126-e916-b606-000000004c1e | TASK | Really enable virtqemud recovery trigger timer 2025-10-03 16:31:32.678688 | fa163ecf-8126-e916-b606-000000004c1e | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-03 16:31:32.680405 | fa163ecf-8126-e916-b606-000000004c1e | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:56.393285 | 0.68s 2025-10-03 16:31:32.709849 | fa163ecf-8126-e916-b606-000000004c20 | TASK | Create systemd file 2025-10-03 16:31:33.146955 | fa163ecf-8126-e916-b606-000000004c20 | CHANGED | Create systemd file | standalone 2025-10-03 16:31:33.148467 | fa163ecf-8126-e916-b606-000000004c20 | TIMING | Create systemd file | standalone | 0:22:56.861347 | 0.44s 2025-10-03 16:31:33.179079 | fa163ecf-8126-e916-b606-000000004c21 | TASK | Reload systemd 2025-10-03 16:31:34.001636 | fa163ecf-8126-e916-b606-000000004c21 | CHANGED | Reload systemd | standalone 2025-10-03 16:31:34.003378 | fa163ecf-8126-e916-b606-000000004c21 | TIMING | Reload systemd | standalone | 0:22:57.716253 | 0.82s 2025-10-03 16:31:34.032786 | fa163ecf-8126-e916-b606-000000004c24 | TASK | Start OVN container 2025-10-03 16:31:34.100279 | fa163ecf-8126-e916-b606-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-03 16:31:34.121103 | fa163ecf-8126-e916-b606-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-03 16:31:34.138882 | fa163ecf-8126-e916-b606-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-03 16:31:34.150496 | fa163ecf-8126-e916-b606-000000004c24 | TIMING | Start OVN container | standalone | 0:22:57.863374 | 0.12s 2025-10-03 16:31:34.169829 | fa163ecf-8126-e916-b606-000000004c26 | TASK | Set NB connection 2025-10-03 16:31:34.217716 | fa163ecf-8126-e916-b606-000000004c26 | SKIPPED | Set NB connection | standalone 2025-10-03 16:31:34.218483 | fa163ecf-8126-e916-b606-000000004c26 | TIMING | Set NB connection | standalone | 0:22:57.931374 | 0.05s 2025-10-03 16:31:34.237623 | fa163ecf-8126-e916-b606-000000004c27 | TASK | Set SB connection 2025-10-03 16:31:34.285974 | fa163ecf-8126-e916-b606-000000004c27 | SKIPPED | Set SB connection | standalone 2025-10-03 16:31:34.287401 | fa163ecf-8126-e916-b606-000000004c27 | TIMING | Set SB connection | standalone | 0:22:58.000275 | 0.05s 2025-10-03 16:31:34.317216 | fa163ecf-8126-e916-b606-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-03 16:31:34.538967 | fa163ecf-8126-e916-b606-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-03 16:31:34.540370 | fa163ecf-8126-e916-b606-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:58.253251 | 0.22s 2025-10-03 16:31:34.622326 | fa163ecf-8126-e916-b606-0000000000e7 | TIMING | include_tasks | standalone | 0:22:58.335172 | 0.05s 2025-10-03 16:31:34.660794 | c1126575-90bc-4c8e-b8c7-c0268e09bda6 | INCLUDED | /root/standalone-ansible-rsw2524j/common_deploy_steps_tasks.yaml | standalone 2025-10-03 16:31:34.688184 | fa163ecf-8126-e916-b606-000000004c56 | TASK | Write the config_step hieradata 2025-10-03 16:31:35.198642 | fa163ecf-8126-e916-b606-000000004c56 | OK | Write the config_step hieradata | standalone 2025-10-03 16:31:35.199944 | fa163ecf-8126-e916-b606-000000004c56 | TIMING | Write the config_step hieradata | standalone | 0:22:58.912825 | 0.51s 2025-10-03 16:31:35.225543 | fa163ecf-8126-e916-b606-000000004c57 | TASK | Run puppet host configuration for step 4 2025-10-03 16:31:35.524788 | fa163ecf-8126-e916-b606-000000004c57 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-03 16:31:35.525910 | fa163ecf-8126-e916-b606-000000004c57 | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:59.238796 | 0.30s 2025-10-03 16:31:35.549854 | fa163ecf-8126-e916-b606-000000004c58 | TASK | Wait for puppet host configuration to finish 2025-10-03 16:31:35.789568 | fa163ecf-8126-e916-b606-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 16:31:46.000579 | fa163ecf-8126-e916-b606-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 16:31:56.250638 | fa163ecf-8126-e916-b606-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-03 16:32:06.443173 | fa163ecf-8126-e916-b606-000000004c58 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 16:32:06.446036 | fa163ecf-8126-e916-b606-000000004c58 | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:30.158916 | 30.89s 2025-10-03 16:32:06.480344 | fa163ecf-8126-e916-b606-000000004c59 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-03 16:32:06.577134 | fa163ecf-8126-e916-b606-000000004c59 | 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 16:31:35 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 16:31:40 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 16:31:40 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 16:31:40 puppet-user: (file & line not available)", "<13>Oct 3 16:31:40 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 16:31:40 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 16:31:40 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 16:31:40 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 3 16:31:40 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 3 16:31: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 16:31: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 16:31: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 16:31: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 16:31: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 16:31:40 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 16:31:40 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.54 seconds", "<13>Oct 3 16:31:45 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 16:31:47 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 16:31:52 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 3 16:31:52 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}86407e71c5118465408a7b4f4ceec38a3d5af36f93efd1a5ba5657559d3d49ac'", "<13>Oct 3 16:31:52 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 3 16:31:52 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 3 16:31:52 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 3 16:31:52 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 3 16:31:54 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 16:31: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 16:32:01 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 3 16:32:01 puppet-user: Notice: Applied catalog in 20.26 seconds", "<13>Oct 3 16:32:01 puppet-user: Application:", "<13>Oct 3 16:32:01 puppet-user: Initial environment: production", "<13>Oct 3 16:32:01 puppet-user: Converged environment: production", "<13>Oct 3 16:32:01 puppet-user: Run mode: user", "<13>Oct 3 16:32:01 puppet-user: Changes:", "<13>Oct 3 16:32:01 puppet-user: Total: 10", "<13>Oct 3 16:32:01 puppet-user: Events:", "<13>Oct 3 16:32:01 puppet-user: Success: 10", "<13>Oct 3 16:32:01 puppet-user: Resources:", "<13>Oct 3 16:32:01 puppet-user: Restarted: 1", "<13>Oct 3 16:32:01 puppet-user: Changed: 10", "<13>Oct 3 16:32:01 puppet-user: Out of sync: 10", "<13>Oct 3 16:32:01 puppet-user: Total: 37", "<13>Oct 3 16:32:01 puppet-user: Time:", "<13>Oct 3 16:32:01 puppet-user: Schedule: 0.00", "<13>Oct 3 16:32:01 puppet-user: File line: 0.00", "<13>Oct 3 16:32:01 puppet-user: User: 0.01", "<13>Oct 3 16:32:01 puppet-user: Augeas: 0.01", "<13>Oct 3 16:32:01 puppet-user: File: 0.09", "<13>Oct 3 16:32:01 puppet-user: Config retrieval: 0.61", "<13>Oct 3 16:32:01 puppet-user: Service: 1.62", "<13>Oct 3 16:32:01 puppet-user: Pcmk property: 1.65", "<13>Oct 3 16:32:01 puppet-user: Last run: 1759509121", "<13>Oct 3 16:32:01 puppet-user: Pcmk resource default: 2.14", "<13>Oct 3 16:32:01 puppet-user: Pcmk resource op default: 2.15", "<13>Oct 3 16:32:01 puppet-user: Transaction evaluation: 20.25", "<13>Oct 3 16:32:01 puppet-user: Catalog application: 20.26", "<13>Oct 3 16:32:01 puppet-user: Filebucket: 0.00", "<13>Oct 3 16:32:01 puppet-user: Package: 5.50", "<13>Oct 3 16:32:01 puppet-user: Exec: 6.90", "<13>Oct 3 16:32:01 puppet-user: Total: 20.28", "<13>Oct 3 16:32:01 puppet-user: Version:", "<13>Oct 3 16:32:01 puppet-user: Config: 1759509100", "<13>Oct 3 16:32:01 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 16:32:06.580785 | fa163ecf-8126-e916-b606-000000004c59 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:30.293656 | 0.10s 2025-10-03 16:32:06.605201 | fa163ecf-8126-e916-b606-000000004c5a | TASK | Pre-cache facts for puppet containers 2025-10-03 16:32:06.633692 | fa163ecf-8126-e916-b606-000000004c5a | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:30.346565 | 0.03s 2025-10-03 16:32:06.687342 | fa163ecf-8126-e916-b606-000000004c9b | TASK | Gather variables for each operating system 2025-10-03 16:32:06.810545 | fa163ecf-8126-e916-b606-000000004c9b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:30.523415 | 0.12s 2025-10-03 16:32:06.834264 | fa163ecf-8126-e916-b606-000000004c9c | TASK | Create puppet caching structures 2025-10-03 16:32:07.123417 | fa163ecf-8126-e916-b606-000000004c9c | CHANGED | Create puppet caching structures | standalone 2025-10-03 16:32:07.124878 | fa163ecf-8126-e916-b606-000000004c9c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:30.837760 | 0.29s 2025-10-03 16:32:07.154394 | fa163ecf-8126-e916-b606-000000004c9d | TASK | Check for facter.conf 2025-10-03 16:32:07.400253 | fa163ecf-8126-e916-b606-000000004c9d | OK | Check for facter.conf | standalone 2025-10-03 16:32:07.401183 | fa163ecf-8126-e916-b606-000000004c9d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:31.114071 | 0.25s 2025-10-03 16:32:07.422252 | fa163ecf-8126-e916-b606-000000004c9e | TASK | Remove facter.conf if directory 2025-10-03 16:32:07.453070 | fa163ecf-8126-e916-b606-000000004c9e | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 16:32:07.454135 | fa163ecf-8126-e916-b606-000000004c9e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:31.167021 | 0.03s 2025-10-03 16:32:07.477486 | fa163ecf-8126-e916-b606-000000004c9f | TASK | Write facter cache config 2025-10-03 16:32:07.898073 | fa163ecf-8126-e916-b606-000000004c9f | CHANGED | Write facter cache config | standalone 2025-10-03 16:32:07.899100 | fa163ecf-8126-e916-b606-000000004c9f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:31.611990 | 0.42s 2025-10-03 16:32:07.920050 | fa163ecf-8126-e916-b606-000000004ca0 | TASK | Cleanup facter cache if exists 2025-10-03 16:32:08.155878 | fa163ecf-8126-e916-b606-000000004ca0 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 16:32:08.156675 | fa163ecf-8126-e916-b606-000000004ca0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:31.869566 | 0.24s 2025-10-03 16:32:08.176899 | fa163ecf-8126-e916-b606-000000004ca1 | TASK | Pre-cache facts 2025-10-03 16:32:08.774374 | fa163ecf-8126-e916-b606-000000004ca1 | CHANGED | Pre-cache facts | standalone 2025-10-03 16:32:08.775692 | fa163ecf-8126-e916-b606-000000004ca1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:32.488575 | 0.60s 2025-10-03 16:32:08.808111 | fa163ecf-8126-e916-b606-000000004ca2 | TASK | Failed deployment if facter fails 2025-10-03 16:32:08.841939 | fa163ecf-8126-e916-b606-000000004ca2 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 16:32:08.843209 | fa163ecf-8126-e916-b606-000000004ca2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:32.556090 | 0.03s 2025-10-03 16:32:08.889504 | fa163ecf-8126-e916-b606-000000004ca3 | TASK | Sync cached facts 2025-10-03 16:32:09.191794 | fa163ecf-8126-e916-b606-000000004ca3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ecf-8126-e916-b606-000000004ca3') missing from stats 2025-10-03 16:32:09.239347 | fa163ecf-8126-e916-b606-000000004c5b | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 16:32:09.289436 | fa163ecf-8126-e916-b606-000000004c5b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 16:32:09.290782 | fa163ecf-8126-e916-b606-000000004c5b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:33.003659 | 0.05s 2025-10-03 16:32:09.322943 | fa163ecf-8126-e916-b606-000000004c5d | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-03 16:32:09.352034 | fa163ecf-8126-e916-b606-000000004c5d | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:33.064906 | 0.03s 2025-10-03 16:32:09.420585 | fa163ecf-8126-e916-b606-000000004cfa | TASK | Gather variables for each operating system 2025-10-03 16:32:09.556252 | fa163ecf-8126-e916-b606-000000004cfa | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:33.269119 | 0.13s 2025-10-03 16:32:09.596470 | fa163ecf-8126-e916-b606-000000004cfb | TASK | Create container logs path 2025-10-03 16:32:09.878689 | fa163ecf-8126-e916-b606-000000004cfb | OK | Create container logs path | standalone 2025-10-03 16:32:09.880543 | fa163ecf-8126-e916-b606-000000004cfb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:33.593419 | 0.28s 2025-10-03 16:32:09.912932 | fa163ecf-8126-e916-b606-000000004cfd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 16:32:10.198700 | fa163ecf-8126-e916-b606-000000004cfd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 16:32:10.199614 | fa163ecf-8126-e916-b606-000000004cfd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:33.912504 | 0.29s 2025-10-03 16:32:10.222086 | fa163ecf-8126-e916-b606-000000004cfe | TASK | Finalise hashes for all containers 2025-10-03 16:32:10.280819 | fa163ecf-8126-e916-b606-000000004cfe | OK | Finalise hashes for all containers | standalone 2025-10-03 16:32:10.281676 | fa163ecf-8126-e916-b606-000000004cfe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:33.994567 | 0.06s 2025-10-03 16:32:10.301291 | fa163ecf-8126-e916-b606-000000004d00 | TASK | Manage systemd shutdown files 2025-10-03 16:32:10.339100 | fa163ecf-8126-e916-b606-000000004d00 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:34.051974 | 0.04s 2025-10-03 16:32:10.372364 | 95b919a8-13bc-42fc-a1e5-18cab58fce8f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 16:32:10.401045 | fa163ecf-8126-e916-b606-000000004d33 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 16:32:10.654850 | fa163ecf-8126-e916-b606-000000004d33 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 16:32:10.656406 | fa163ecf-8126-e916-b606-000000004d33 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:34.369292 | 0.25s 2025-10-03 16:32:10.688918 | fa163ecf-8126-e916-b606-000000004d34 | TASK | Set podman_drop_in fact 2025-10-03 16:32:10.754298 | fa163ecf-8126-e916-b606-000000004d34 | OK | Set podman_drop_in fact | standalone 2025-10-03 16:32:10.755717 | fa163ecf-8126-e916-b606-000000004d34 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:34.468597 | 0.07s 2025-10-03 16:32:10.787965 | fa163ecf-8126-e916-b606-000000004d36 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 16:32:11.324583 | fa163ecf-8126-e916-b606-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 16:32:11.326952 | fa163ecf-8126-e916-b606-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:35.039826 | 0.54s 2025-10-03 16:32:11.727596 | fa163ecf-8126-e916-b606-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 16:32:11.728972 | fa163ecf-8126-e916-b606-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:35.441863 | 0.94s 2025-10-03 16:32:11.740287 | fa163ecf-8126-e916-b606-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:35.453166 | 0.95s 2025-10-03 16:32:11.764777 | fa163ecf-8126-e916-b606-000000004d37 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 16:32:12.188730 | fa163ecf-8126-e916-b606-000000004d37 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 16:32:12.189892 | fa163ecf-8126-e916-b606-000000004d37 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:35.902777 | 0.42s 2025-10-03 16:32:12.213774 | fa163ecf-8126-e916-b606-000000004d38 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 16:32:12.749739 | fa163ecf-8126-e916-b606-000000004d38 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 16:32:12.751396 | fa163ecf-8126-e916-b606-000000004d38 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:36.464282 | 0.54s 2025-10-03 16:32:12.780560 | fa163ecf-8126-e916-b606-000000004d39 | TASK | Enable and start tripleo-container-shutdown 2025-10-03 16:32:13.645965 | fa163ecf-8126-e916-b606-000000004d39 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 16:32:13.647634 | fa163ecf-8126-e916-b606-000000004d39 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:37.360519 | 0.87s 2025-10-03 16:32:13.669180 | fa163ecf-8126-e916-b606-000000004d3a | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 16:32:14.098693 | fa163ecf-8126-e916-b606-000000004d3a | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 16:32:14.099509 | fa163ecf-8126-e916-b606-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:37.812398 | 0.43s 2025-10-03 16:32:14.119648 | fa163ecf-8126-e916-b606-000000004d3b | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 16:32:14.527967 | fa163ecf-8126-e916-b606-000000004d3b | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 16:32:14.529538 | fa163ecf-8126-e916-b606-000000004d3b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:38.242417 | 0.41s 2025-10-03 16:32:14.562268 | fa163ecf-8126-e916-b606-000000004d3c | TASK | Enable and start netns-placeholder 2025-10-03 16:32:15.342277 | fa163ecf-8126-e916-b606-000000004d3c | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 16:32:15.344403 | fa163ecf-8126-e916-b606-000000004d3c | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:39.057282 | 0.78s 2025-10-03 16:32:15.381229 | fa163ecf-8126-e916-b606-000000004d02 | TASK | Update container configs with new config hashes 2025-10-03 16:32:15.421772 | fa163ecf-8126-e916-b606-000000004d02 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:39.134643 | 0.04s 2025-10-03 16:32:15.442720 | b0a8ff5b-950b-498e-af4a-f8dd815bb429 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 16:32:15.471120 | fa163ecf-8126-e916-b606-000000004d64 | TASK | Update config hashes for container startup configs 2025-10-03 16:32:15.761010 | fa163ecf-8126-e916-b606-000000004d64 | OK | Update config hashes for container startup configs | standalone 2025-10-03 16:32:15.761875 | fa163ecf-8126-e916-b606-000000004d64 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:39.474763 | 0.29s 2025-10-03 16:32:15.784838 | fa163ecf-8126-e916-b606-000000004d03 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 16:32:15.833852 | fa163ecf-8126-e916-b606-000000004d03 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:39.546722 | 0.05s 2025-10-03 16:32:15.852149 | 757f29dd-49fc-47ee-bcfa-abbc3648199c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 16:32:15.882145 | fa163ecf-8126-e916-b606-000000004d83 | TASK | Gather podman infos 2025-10-03 16:32:17.507214 | fa163ecf-8126-e916-b606-000000004d83 | OK | Gather podman infos | standalone 2025-10-03 16:32:17.508885 | fa163ecf-8126-e916-b606-000000004d83 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:41.221771 | 1.63s 2025-10-03 16:32:17.610286 | fa163ecf-8126-e916-b606-000000004d84 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 16:32:17.679153 | fa163ecf-8126-e916-b606-000000004d84 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:41.392031 | 0.06s 2025-10-03 16:32:17.850631 | fa163ecf-8126-e916-b606-000000004dcd | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:41.563496 | 0.11s 2025-10-03 16:32:17.913590 | fa163ecf-8126-e916-b606-000000004d04 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 16:32:17.958896 | fa163ecf-8126-e916-b606-000000004d04 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:41.671765 | 0.04s 2025-10-03 16:32:17.984744 | 52886381-5b17-4351-bd0e-e2f5dd9fc5c3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 16:32:18.022894 | fa163ecf-8126-e916-b606-000000004df3 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 16:32:40.569947 | fa163ecf-8126-e916-b606-000000004df3 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 16:32:40.571077 | fa163ecf-8126-e916-b606-000000004df3 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:04.283937 | 22.55s 2025-10-03 16:32:40.592629 | fa163ecf-8126-e916-b606-000000004df4 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 16:34:45.985394 | fa163ecf-8126-e916-b606-000000004df4 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 16:34:45.987194 | fa163ecf-8126-e916-b606-000000004df4 | 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:09.700072 | 125.39s 2025-10-03 16:34:46.067113 | fa163ecf-8126-e916-b606-000000004c5f | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-03 16:34:46.288073 | fa163ecf-8126-e916-b606-000000004c5f | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-03 16:34:46.289284 | fa163ecf-8126-e916-b606-000000004c5f | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:10.002163 | 0.22s 2025-10-03 16:34:46.337830 | fa163ecf-8126-e916-b606-000000004c60 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-03 16:34:46.367591 | fa163ecf-8126-e916-b606-000000004c60 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:10.080467 | 0.03s 2025-10-03 16:34:46.398510 | fa163ecf-8126-e916-b606-000000004c61 | TASK | Include container-puppet tasks for step 4 2025-10-03 16:34:46.441523 | fa163ecf-8126-e916-b606-000000004c61 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:10.154396 | 0.04s 2025-10-03 16:34:46.468735 | 4412f919-6a63-4885-a767-003a6ad3a853 | INCLUDED | /root/standalone-ansible-rsw2524j/host-container-puppet-tasks.yaml | standalone 2025-10-03 16:34:46.518818 | fa163ecf-8126-e916-b606-000000004e3f | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-03 16:34:47.002712 | fa163ecf-8126-e916-b606-000000004e3f | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-03 16:34:47.004389 | fa163ecf-8126-e916-b606-000000004e3f | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:10.717262 | 0.48s 2025-10-03 16:34:47.035510 | fa163ecf-8126-e916-b606-000000004e41 | TASK | Generate container puppet configs for step 4 2025-10-03 16:34:47.335546 | fa163ecf-8126-e916-b606-000000004e41 | OK | Generate container puppet configs for step 4 | standalone 2025-10-03 16:34:47.337818 | fa163ecf-8126-e916-b606-000000004e41 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:11.050624 | 0.30s 2025-10-03 16:34:47.364479 | fa163ecf-8126-e916-b606-000000004e42 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-03 16:34:47.393346 | fa163ecf-8126-e916-b606-000000004e42 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:11.106163 | 0.03s 2025-10-03 16:34:47.448689 | fa163ecf-8126-e916-b606-000000004e71 | TASK | Gather variables for each operating system 2025-10-03 16:34:47.562871 | fa163ecf-8126-e916-b606-000000004e71 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:11.275740 | 0.11s 2025-10-03 16:34:47.594717 | fa163ecf-8126-e916-b606-000000004e72 | TASK | Create container logs path 2025-10-03 16:34:47.850155 | fa163ecf-8126-e916-b606-000000004e72 | OK | Create container logs path | standalone 2025-10-03 16:34:47.852829 | fa163ecf-8126-e916-b606-000000004e72 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:11.565708 | 0.26s 2025-10-03 16:34:47.887254 | fa163ecf-8126-e916-b606-000000004e74 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 16:34:48.176727 | fa163ecf-8126-e916-b606-000000004e74 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 16:34:48.179135 | fa163ecf-8126-e916-b606-000000004e74 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:11.892016 | 0.29s 2025-10-03 16:34:48.210769 | fa163ecf-8126-e916-b606-000000004e75 | TASK | Finalise hashes for all containers 2025-10-03 16:34:48.270113 | fa163ecf-8126-e916-b606-000000004e75 | OK | Finalise hashes for all containers | standalone 2025-10-03 16:34:48.273301 | fa163ecf-8126-e916-b606-000000004e75 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:11.986179 | 0.06s 2025-10-03 16:34:48.306585 | fa163ecf-8126-e916-b606-000000004e77 | TASK | Manage systemd shutdown files 2025-10-03 16:34:48.339007 | fa163ecf-8126-e916-b606-000000004e77 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 16:34:48.340516 | fa163ecf-8126-e916-b606-000000004e77 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:12.053404 | 0.03s 2025-10-03 16:34:48.362380 | fa163ecf-8126-e916-b606-000000004e79 | TASK | Update container configs with new config hashes 2025-10-03 16:34:48.399095 | fa163ecf-8126-e916-b606-000000004e79 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 16:34:48.400104 | fa163ecf-8126-e916-b606-000000004e79 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:12.112988 | 0.04s 2025-10-03 16:34:48.425730 | fa163ecf-8126-e916-b606-000000004e7a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 16:34:48.468740 | fa163ecf-8126-e916-b606-000000004e7a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 16:34:48.470177 | fa163ecf-8126-e916-b606-000000004e7a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:12.183056 | 0.04s 2025-10-03 16:34:48.503579 | fa163ecf-8126-e916-b606-000000004e7b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 16:34:48.544616 | fa163ecf-8126-e916-b606-000000004e7b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 16:34:48.545858 | fa163ecf-8126-e916-b606-000000004e7b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:12.258738 | 0.04s PLAY [External deployment step 5] ********************************************** 2025-10-03 16:34:48.718378 | fa163ecf-8126-e916-b606-0000000000ea | TASK | External deployment step 5 2025-10-03 16:34:48.749394 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000ea') missing from stats 2025-10-03 16:34:48.797108 | fa163ecf-8126-e916-b606-0000000000eb | TIMING | include_tasks | undercloud | 0:26:12.509987 | 0.03s 2025-10-03 16:34:48.805240 | cebb42e0-1952-4e27-96f9-3b6f800156e1 | INCLUDED | /root/standalone-ansible-rsw2524j/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-03 16:34:48.821251 | fa163ecf-8126-e916-b606-000000004eca | TASK | Manage Cinder's default volume type 2025-10-03 16:35:01.933370 | fa163ecf-8126-e916-b606-000000004eca | OK | Manage Cinder's default volume type | undercloud 2025-10-03 16:35:01.935022 | fa163ecf-8126-e916-b606-000000004eca | TIMING | Manage Cinder's default volume type | undercloud | 0:26:25.647911 | 13.11s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-03 16:35:02.034908 | fa163ecf-8126-e916-b606-0000000000ee | TASK | Deploy step tasks for 5 2025-10-03 16:35:02.063733 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000ee') missing from stats 2025-10-03 16:35:02.085080 | fa163ecf-8126-e916-b606-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-03 16:35:02.633162 | fa163ecf-8126-e916-b606-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-03 16:35:02.634648 | fa163ecf-8126-e916-b606-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:26.347527 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 16:35:02.690833 | fa163ecf-8126-e916-b606-0000000000f0 | TIMING | include_tasks | standalone | 0:26:26.403711 | 0.03s 2025-10-03 16:35:02.768531 | 6fab62a6-0daa-434e-8bac-5f1a59cf6b66 | INCLUDED | /root/standalone-ansible-rsw2524j/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-03 16:35:02.803400 | fa163ecf-8126-e916-b606-000000004eed | TASK | Gather variables for each operating system 2025-10-03 16:35:02.925238 | fa163ecf-8126-e916-b606-000000004eed | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:26.638104 | 0.12s 2025-10-03 16:35:02.958500 | fa163ecf-8126-e916-b606-000000004eee | TASK | Detect if resource is being created or already exists 2025-10-03 16:35:03.727351 | fa163ecf-8126-e916-b606-000000004eee | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 16:35:03.728796 | fa163ecf-8126-e916-b606-000000004eee | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:27.441678 | 0.77s 2025-10-03 16:35:03.761672 | fa163ecf-8126-e916-b606-000000004eef | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-03 16:35:26.197764 | fa163ecf-8126-e916-b606-000000004eef | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-03 16:35:26.198987 | fa163ecf-8126-e916-b606-000000004eef | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:49.911875 | 22.44s 2025-10-03 16:35:26.221061 | fa163ecf-8126-e916-b606-000000004ef0 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-03 16:35:26.503602 | fa163ecf-8126-e916-b606-000000004ef0 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-03 16:35:26.504564 | fa163ecf-8126-e916-b606-000000004ef0 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:50.217452 | 0.28s 2025-10-03 16:35:26.530901 | fa163ecf-8126-e916-b606-000000004ef1 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 16:35:27.008476 | fa163ecf-8126-e916-b606-000000004ef1 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 16:35:27.009614 | fa163ecf-8126-e916-b606-000000004ef1 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:50.722501 | 0.48s 2025-10-03 16:35:27.034800 | fa163ecf-8126-e916-b606-000000004ef2 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-03 16:35:27.259658 | fa163ecf-8126-e916-b606-000000004ef2 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-03 16:35:27.260822 | fa163ecf-8126-e916-b606-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:50.973709 | 0.22s 2025-10-03 16:35:27.291665 | fa163ecf-8126-e916-b606-000000004ef4 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-03 16:35:27.336823 | fa163ecf-8126-e916-b606-000000004ef4 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-03 16:35:27.337678 | fa163ecf-8126-e916-b606-000000004ef4 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:51.050567 | 0.04s 2025-10-03 16:35:27.358974 | fa163ecf-8126-e916-b606-000000004ef5 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-03 16:35:27.386591 | fa163ecf-8126-e916-b606-000000004ef5 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-03 16:35:27.387462 | fa163ecf-8126-e916-b606-000000004ef5 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:51.100350 | 0.03s 2025-10-03 16:35:27.410481 | fa163ecf-8126-e916-b606-000000004ef6 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-03 16:35:27.448550 | fa163ecf-8126-e916-b606-000000004ef6 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-03 16:35:27.449348 | fa163ecf-8126-e916-b606-000000004ef6 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:51.162234 | 0.04s 2025-10-03 16:35:27.476701 | fa163ecf-8126-e916-b606-000000004ef7 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 16:35:27.508030 | fa163ecf-8126-e916-b606-000000004ef7 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 16:35:27.509075 | fa163ecf-8126-e916-b606-000000004ef7 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:51.221960 | 0.03s 2025-10-03 16:35:27.530367 | fa163ecf-8126-e916-b606-000000004ef8 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-03 16:35:27.559154 | fa163ecf-8126-e916-b606-000000004ef8 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-03 16:35:27.560066 | fa163ecf-8126-e916-b606-000000004ef8 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:51.272954 | 0.03s 2025-10-03 16:35:27.599946 | fa163ecf-8126-e916-b606-000000004f19 | TASK | Gather variables for each operating system 2025-10-03 16:35:27.711396 | fa163ecf-8126-e916-b606-000000004f19 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:51.424274 | 0.11s 2025-10-03 16:35:27.739471 | fa163ecf-8126-e916-b606-000000004f1a | TASK | Detect if resource is being created or already exists 2025-10-03 16:35:28.447700 | fa163ecf-8126-e916-b606-000000004f1a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 16:35:28.448819 | fa163ecf-8126-e916-b606-000000004f1a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:52.161707 | 0.71s 2025-10-03 16:35:28.473821 | fa163ecf-8126-e916-b606-000000004f1b | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-03 16:35:51.237672 | fa163ecf-8126-e916-b606-000000004f1b | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-03 16:35:51.239154 | fa163ecf-8126-e916-b606-000000004f1b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:14.952041 | 22.76s 2025-10-03 16:35:51.265125 | fa163ecf-8126-e916-b606-000000004f1c | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-03 16:35:51.526905 | fa163ecf-8126-e916-b606-000000004f1c | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-03 16:35:51.528004 | fa163ecf-8126-e916-b606-000000004f1c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:15.240891 | 0.26s 2025-10-03 16:35:51.556379 | fa163ecf-8126-e916-b606-000000004f1d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 16:35:51.970974 | fa163ecf-8126-e916-b606-000000004f1d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 16:35:51.972119 | fa163ecf-8126-e916-b606-000000004f1d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:15.685007 | 0.41s 2025-10-03 16:35:51.997771 | fa163ecf-8126-e916-b606-000000004f1e | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-03 16:35:52.230845 | fa163ecf-8126-e916-b606-000000004f1e | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-03 16:35:52.231824 | fa163ecf-8126-e916-b606-000000004f1e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:15.944711 | 0.23s 2025-10-03 16:35:52.258796 | fa163ecf-8126-e916-b606-000000004f20 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-03 16:35:52.318816 | fa163ecf-8126-e916-b606-000000004f20 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-03 16:35:52.319683 | fa163ecf-8126-e916-b606-000000004f20 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:16.032572 | 0.06s 2025-10-03 16:35:52.340701 | fa163ecf-8126-e916-b606-000000004f21 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-03 16:35:52.391891 | fa163ecf-8126-e916-b606-000000004f21 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-03 16:35:52.393093 | fa163ecf-8126-e916-b606-000000004f21 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:16.105978 | 0.05s 2025-10-03 16:35:52.419738 | fa163ecf-8126-e916-b606-000000004f22 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-03 16:35:52.471688 | fa163ecf-8126-e916-b606-000000004f22 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-03 16:35:52.472688 | fa163ecf-8126-e916-b606-000000004f22 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:16.185573 | 0.05s 2025-10-03 16:35:52.499368 | fa163ecf-8126-e916-b606-000000004f23 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 16:35:52.559382 | fa163ecf-8126-e916-b606-000000004f23 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 16:35:52.560253 | fa163ecf-8126-e916-b606-000000004f23 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:16.273142 | 0.06s 2025-10-03 16:35:52.581272 | fa163ecf-8126-e916-b606-000000004f24 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-03 16:35:52.619334 | fa163ecf-8126-e916-b606-000000004f24 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-03 16:35:52.620138 | fa163ecf-8126-e916-b606-000000004f24 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:16.333028 | 0.04s 2025-10-03 16:35:52.661228 | fa163ecf-8126-e916-b606-000000004f45 | TASK | Gather variables for each operating system 2025-10-03 16:35:52.751383 | fa163ecf-8126-e916-b606-000000004f45 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:16.464257 | 0.09s 2025-10-03 16:35:52.776176 | fa163ecf-8126-e916-b606-000000004f46 | TASK | Detect if resource is being created or already exists 2025-10-03 16:35:53.509332 | fa163ecf-8126-e916-b606-000000004f46 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 16:35:53.510091 | fa163ecf-8126-e916-b606-000000004f46 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:17.222982 | 0.73s 2025-10-03 16:35:53.530106 | fa163ecf-8126-e916-b606-000000004f47 | TASK | Run init bundle puppet on the host for manila_share 2025-10-03 16:36:16.034086 | fa163ecf-8126-e916-b606-000000004f47 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-03 16:36:16.035667 | fa163ecf-8126-e916-b606-000000004f47 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:39.748548 | 22.50s 2025-10-03 16:36:16.068955 | fa163ecf-8126-e916-b606-000000004f48 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-03 16:36:16.339255 | fa163ecf-8126-e916-b606-000000004f48 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-03 16:36:16.340556 | fa163ecf-8126-e916-b606-000000004f48 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:40.053439 | 0.27s 2025-10-03 16:36:16.371620 | fa163ecf-8126-e916-b606-000000004f49 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 16:36:16.779127 | fa163ecf-8126-e916-b606-000000004f49 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 16:36:16.780161 | fa163ecf-8126-e916-b606-000000004f49 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:40.493052 | 0.41s 2025-10-03 16:36:16.802593 | fa163ecf-8126-e916-b606-000000004f4a | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-03 16:36:16.987320 | fa163ecf-8126-e916-b606-000000004f4a | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-03 16:36:16.988424 | fa163ecf-8126-e916-b606-000000004f4a | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:40.701314 | 0.18s 2025-10-03 16:36:17.009924 | fa163ecf-8126-e916-b606-000000004f4c | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-03 16:36:17.046508 | fa163ecf-8126-e916-b606-000000004f4c | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-03 16:36:17.047103 | fa163ecf-8126-e916-b606-000000004f4c | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:40.759994 | 0.04s 2025-10-03 16:36:17.068061 | fa163ecf-8126-e916-b606-000000004f4d | TASK | Get container image tag from bundle openstack-manila-share 2025-10-03 16:36:17.100261 | fa163ecf-8126-e916-b606-000000004f4d | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-03 16:36:17.100993 | fa163ecf-8126-e916-b606-000000004f4d | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:40.813883 | 0.03s 2025-10-03 16:36:17.121871 | fa163ecf-8126-e916-b606-000000004f4e | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-03 16:36:17.150449 | fa163ecf-8126-e916-b606-000000004f4e | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-03 16:36:17.151296 | fa163ecf-8126-e916-b606-000000004f4e | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:40.864187 | 0.03s 2025-10-03 16:36:17.184358 | fa163ecf-8126-e916-b606-000000004f4f | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 16:36:17.214016 | fa163ecf-8126-e916-b606-000000004f4f | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 16:36:17.214831 | fa163ecf-8126-e916-b606-000000004f4f | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:40.927718 | 0.03s 2025-10-03 16:36:17.241961 | fa163ecf-8126-e916-b606-000000004f50 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-03 16:36:17.280045 | fa163ecf-8126-e916-b606-000000004f50 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-03 16:36:17.280995 | fa163ecf-8126-e916-b606-000000004f50 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:40.993885 | 0.04s 2025-10-03 16:36:17.319964 | fa163ecf-8126-e916-b606-000000004f71 | TASK | Run kolla_set_configs to copy ring files 2025-10-03 16:36:17.784647 | fa163ecf-8126-e916-b606-000000004f71 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-03 16:36:17.786481 | fa163ecf-8126-e916-b606-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.499365 | 0.47s 2025-10-03 16:36:17.796915 | fa163ecf-8126-e916-b606-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.509805 | 0.48s 2025-10-03 16:36:17.819881 | fa163ecf-8126-e916-b606-000000004f72 | TASK | Run kolla_set_configs to copy ring files 2025-10-03 16:36:18.205334 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-03 16:36:18.206882 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.919760 | 0.39s 2025-10-03 16:36:18.693087 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-03 16:36:18.694521 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.407404 | 0.87s 2025-10-03 16:36:18.936035 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-03 16:36:18.937250 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.650139 | 1.12s 2025-10-03 16:36:19.315917 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-03 16:36:19.317276 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.030165 | 1.50s 2025-10-03 16:36:19.609395 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-03 16:36:19.610175 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.323066 | 1.79s 2025-10-03 16:36:19.872857 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-03 16:36:19.873479 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.586372 | 2.05s 2025-10-03 16:36:20.251961 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-03 16:36:20.252982 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.965874 | 2.43s 2025-10-03 16:36:20.761520 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-03 16:36:20.763243 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.476125 | 2.94s 2025-10-03 16:36:21.025422 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-03 16:36:21.027123 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.740008 | 3.21s 2025-10-03 16:36:21.552278 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-03 16:36:21.553928 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.266817 | 3.73s 2025-10-03 16:36:21.866772 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-03 16:36:21.869891 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.582770 | 4.05s 2025-10-03 16:36:22.400488 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-03 16:36:22.402446 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.115329 | 4.58s 2025-10-03 16:36:22.878906 | fa163ecf-8126-e916-b606-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-03 16:36:22.880670 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.593553 | 5.06s 2025-10-03 16:36:22.894700 | fa163ecf-8126-e916-b606-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.607575 | 5.07s 2025-10-03 16:36:22.930816 | fa163ecf-8126-e916-b606-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-03 16:36:23.148841 | fa163ecf-8126-e916-b606-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-03 16:36:23.150211 | fa163ecf-8126-e916-b606-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:46.863093 | 0.22s 2025-10-03 16:36:23.271359 | fa163ecf-8126-e916-b606-0000000000f3 | TIMING | include_tasks | standalone | 0:27:46.984189 | 0.09s 2025-10-03 16:36:23.314468 | 6109375b-72a1-4cb5-aaa1-2025cf5e2022 | INCLUDED | /root/standalone-ansible-rsw2524j/common_deploy_steps_tasks.yaml | standalone 2025-10-03 16:36:23.340675 | fa163ecf-8126-e916-b606-000000004fef | TASK | Write the config_step hieradata 2025-10-03 16:36:23.819299 | fa163ecf-8126-e916-b606-000000004fef | OK | Write the config_step hieradata | standalone 2025-10-03 16:36:23.820220 | fa163ecf-8126-e916-b606-000000004fef | TIMING | Write the config_step hieradata | standalone | 0:27:47.533073 | 0.48s 2025-10-03 16:36:23.840281 | fa163ecf-8126-e916-b606-000000004ff0 | TASK | Run puppet host configuration for step 5 2025-10-03 16:36:24.180907 | fa163ecf-8126-e916-b606-000000004ff0 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-03 16:36:24.181941 | fa163ecf-8126-e916-b606-000000004ff0 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:47.894828 | 0.34s 2025-10-03 16:36:24.204803 | fa163ecf-8126-e916-b606-000000004ff1 | TASK | Wait for puppet host configuration to finish 2025-10-03 16:36:24.471616 | fa163ecf-8126-e916-b606-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 16:36:34.637653 | fa163ecf-8126-e916-b606-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 16:36:44.844077 | fa163ecf-8126-e916-b606-000000004ff1 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 16:36:44.845096 | fa163ecf-8126-e916-b606-000000004ff1 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:08.557983 | 20.64s 2025-10-03 16:36:44.878088 | fa163ecf-8126-e916-b606-000000004ff2 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-03 16:36:44.954678 | fa163ecf-8126-e916-b606-000000004ff2 | 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 16:36:24 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 16:36:29 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 16:36:29 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 16:36:29 puppet-user: (file & line not available)", "<13>Oct 3 16:36:29 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 16:36:29 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 16:36:29 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 16:36:29 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 3 16:36:29 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 3 16:36:29 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 16:36:29 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 16:36:29 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 16:36:29 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 16:36:29 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 16:36:29 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 16:36:29 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.68 seconds", "<13>Oct 3 16:36:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 16:36:36 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 16:36:38 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 16:36:38 puppet-user: Notice: Applied catalog in 8.51 seconds", "<13>Oct 3 16:36:38 puppet-user: Application:", "<13>Oct 3 16:36:38 puppet-user: Initial environment: production", "<13>Oct 3 16:36:38 puppet-user: Converged environment: production", "<13>Oct 3 16:36:38 puppet-user: Run mode: user", "<13>Oct 3 16:36:38 puppet-user: Changes:", "<13>Oct 3 16:36:38 puppet-user: Total: 2", "<13>Oct 3 16:36:38 puppet-user: Events:", "<13>Oct 3 16:36:38 puppet-user: Success: 2", "<13>Oct 3 16:36:38 puppet-user: Resources:", "<13>Oct 3 16:36:38 puppet-user: Changed: 2", "<13>Oct 3 16:36:38 puppet-user: Out of sync: 2", "<13>Oct 3 16:36:38 puppet-user: Total: 37", "<13>Oct 3 16:36:38 puppet-user: Time:", "<13>Oct 3 16:36:38 puppet-user: Filebucket: 0.00", "<13>Oct 3 16:36:38 puppet-user: File line: 0.00", "<13>Oct 3 16:36:38 puppet-user: Schedule: 0.00", "<13>Oct 3 16:36:38 puppet-user: Package: 0.00", "<13>Oct 3 16:36:38 puppet-user: User: 0.01", "<13>Oct 3 16:36:38 puppet-user: Augeas: 0.01", "<13>Oct 3 16:36:38 puppet-user: File: 0.09", "<13>Oct 3 16:36:38 puppet-user: Service: 0.16", "<13>Oct 3 16:36:38 puppet-user: Config retrieval: 0.88", "<13>Oct 3 16:36:38 puppet-user: Pcmk property: 1.55", "<13>Oct 3 16:36:38 puppet-user: Last run: 1759509398", "<13>Oct 3 16:36:38 puppet-user: Pcmk resource op default: 2.10", "<13>Oct 3 16:36:38 puppet-user: Exec: 2.14", "<13>Oct 3 16:36:38 puppet-user: Pcmk resource default: 2.17", "<13>Oct 3 16:36:38 puppet-user: Transaction evaluation: 8.42", "<13>Oct 3 16:36:38 puppet-user: Catalog application: 8.51", "<13>Oct 3 16:36:38 puppet-user: Total: 8.52", "<13>Oct 3 16:36:38 puppet-user: Version:", "<13>Oct 3 16:36:38 puppet-user: Config: 1759509389", "<13>Oct 3 16:36:38 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 16:36:44.956280 | fa163ecf-8126-e916-b606-000000004ff2 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:08.669160 | 0.08s 2025-10-03 16:36:44.987594 | fa163ecf-8126-e916-b606-000000004ff3 | TASK | Pre-cache facts for puppet containers 2025-10-03 16:36:45.015871 | fa163ecf-8126-e916-b606-000000004ff3 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:08.728747 | 0.03s 2025-10-03 16:36:45.082944 | fa163ecf-8126-e916-b606-000000005032 | TASK | Gather variables for each operating system 2025-10-03 16:36:45.173688 | fa163ecf-8126-e916-b606-000000005032 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:08.886561 | 0.09s 2025-10-03 16:36:45.197989 | fa163ecf-8126-e916-b606-000000005033 | TASK | Create puppet caching structures 2025-10-03 16:36:45.443580 | fa163ecf-8126-e916-b606-000000005033 | CHANGED | Create puppet caching structures | standalone 2025-10-03 16:36:45.445058 | fa163ecf-8126-e916-b606-000000005033 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:09.157939 | 0.25s 2025-10-03 16:36:45.476685 | fa163ecf-8126-e916-b606-000000005034 | TASK | Check for facter.conf 2025-10-03 16:36:45.714842 | fa163ecf-8126-e916-b606-000000005034 | OK | Check for facter.conf | standalone 2025-10-03 16:36:45.716579 | fa163ecf-8126-e916-b606-000000005034 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:09.429458 | 0.24s 2025-10-03 16:36:45.748575 | fa163ecf-8126-e916-b606-000000005035 | TASK | Remove facter.conf if directory 2025-10-03 16:36:45.781431 | fa163ecf-8126-e916-b606-000000005035 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 16:36:45.782819 | fa163ecf-8126-e916-b606-000000005035 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:09.495697 | 0.03s 2025-10-03 16:36:45.813524 | fa163ecf-8126-e916-b606-000000005036 | TASK | Write facter cache config 2025-10-03 16:36:46.332955 | fa163ecf-8126-e916-b606-000000005036 | CHANGED | Write facter cache config | standalone 2025-10-03 16:36:46.334051 | fa163ecf-8126-e916-b606-000000005036 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:10.046938 | 0.52s 2025-10-03 16:36:46.358899 | fa163ecf-8126-e916-b606-000000005037 | TASK | Cleanup facter cache if exists 2025-10-03 16:36:46.582892 | fa163ecf-8126-e916-b606-000000005037 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 16:36:46.584092 | fa163ecf-8126-e916-b606-000000005037 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:10.296975 | 0.22s 2025-10-03 16:36:46.608957 | fa163ecf-8126-e916-b606-000000005038 | TASK | Pre-cache facts 2025-10-03 16:36:47.200994 | fa163ecf-8126-e916-b606-000000005038 | CHANGED | Pre-cache facts | standalone 2025-10-03 16:36:47.202288 | fa163ecf-8126-e916-b606-000000005038 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:10.915178 | 0.59s 2025-10-03 16:36:47.224630 | fa163ecf-8126-e916-b606-000000005039 | TASK | Failed deployment if facter fails 2025-10-03 16:36:47.252588 | fa163ecf-8126-e916-b606-000000005039 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 16:36:47.253371 | fa163ecf-8126-e916-b606-000000005039 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:10.966260 | 0.03s 2025-10-03 16:36:47.281038 | fa163ecf-8126-e916-b606-00000000503a | TASK | Sync cached facts 2025-10-03 16:36:47.561085 | fa163ecf-8126-e916-b606-00000000503a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ecf-8126-e916-b606-00000000503a') missing from stats 2025-10-03 16:36:47.619022 | fa163ecf-8126-e916-b606-000000004ff4 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 16:36:47.670136 | fa163ecf-8126-e916-b606-000000004ff4 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 16:36:47.671463 | fa163ecf-8126-e916-b606-000000004ff4 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:11.384341 | 0.05s 2025-10-03 16:36:47.705254 | fa163ecf-8126-e916-b606-000000004ff6 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-03 16:36:47.736839 | fa163ecf-8126-e916-b606-000000004ff6 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:11.449675 | 0.03s 2025-10-03 16:36:47.805043 | fa163ecf-8126-e916-b606-000000005091 | TASK | Gather variables for each operating system 2025-10-03 16:36:47.929634 | fa163ecf-8126-e916-b606-000000005091 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:11.642497 | 0.12s 2025-10-03 16:36:47.961761 | fa163ecf-8126-e916-b606-000000005092 | TASK | Create container logs path 2025-10-03 16:36:48.282861 | fa163ecf-8126-e916-b606-000000005092 | OK | Create container logs path | standalone 2025-10-03 16:36:48.283982 | fa163ecf-8126-e916-b606-000000005092 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:11.996870 | 0.32s 2025-10-03 16:36:48.317880 | fa163ecf-8126-e916-b606-000000005094 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 16:36:48.586108 | fa163ecf-8126-e916-b606-000000005094 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 16:36:48.587446 | fa163ecf-8126-e916-b606-000000005094 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:12.300328 | 0.27s 2025-10-03 16:36:48.618122 | fa163ecf-8126-e916-b606-000000005095 | TASK | Finalise hashes for all containers 2025-10-03 16:36:48.671606 | fa163ecf-8126-e916-b606-000000005095 | OK | Finalise hashes for all containers | standalone 2025-10-03 16:36:48.673008 | fa163ecf-8126-e916-b606-000000005095 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:12.385890 | 0.05s 2025-10-03 16:36:48.703784 | fa163ecf-8126-e916-b606-000000005097 | TASK | Manage systemd shutdown files 2025-10-03 16:36:48.738065 | fa163ecf-8126-e916-b606-000000005097 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:12.450937 | 0.03s 2025-10-03 16:36:48.770794 | f44db814-c3aa-4538-9511-fac6c7c641d0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 16:36:48.799744 | fa163ecf-8126-e916-b606-0000000050ca | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 16:36:49.054747 | fa163ecf-8126-e916-b606-0000000050ca | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 16:36:49.055851 | fa163ecf-8126-e916-b606-0000000050ca | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:12.768742 | 0.26s 2025-10-03 16:36:49.076359 | fa163ecf-8126-e916-b606-0000000050cb | TASK | Set podman_drop_in fact 2025-10-03 16:36:49.134664 | fa163ecf-8126-e916-b606-0000000050cb | OK | Set podman_drop_in fact | standalone 2025-10-03 16:36:49.135422 | fa163ecf-8126-e916-b606-0000000050cb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:12.848313 | 0.06s 2025-10-03 16:36:49.155767 | fa163ecf-8126-e916-b606-0000000050cd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 16:36:49.750266 | fa163ecf-8126-e916-b606-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 16:36:49.752439 | fa163ecf-8126-e916-b606-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:13.465304 | 0.60s 2025-10-03 16:36:50.234344 | fa163ecf-8126-e916-b606-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 16:36:50.234911 | fa163ecf-8126-e916-b606-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:13.947804 | 1.08s 2025-10-03 16:36:50.240543 | fa163ecf-8126-e916-b606-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:13.953438 | 1.08s 2025-10-03 16:36:50.260422 | fa163ecf-8126-e916-b606-0000000050ce | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 16:36:50.678580 | fa163ecf-8126-e916-b606-0000000050ce | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 16:36:50.679690 | fa163ecf-8126-e916-b606-0000000050ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:14.392532 | 0.42s 2025-10-03 16:36:50.724537 | fa163ecf-8126-e916-b606-0000000050cf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 16:36:51.192348 | fa163ecf-8126-e916-b606-0000000050cf | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 16:36:51.193380 | fa163ecf-8126-e916-b606-0000000050cf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:14.906268 | 0.47s 2025-10-03 16:36:51.218349 | fa163ecf-8126-e916-b606-0000000050d0 | TASK | Enable and start tripleo-container-shutdown 2025-10-03 16:36:52.246826 | fa163ecf-8126-e916-b606-0000000050d0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 16:36:52.249158 | fa163ecf-8126-e916-b606-0000000050d0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:15.962038 | 1.03s 2025-10-03 16:36:52.284692 | fa163ecf-8126-e916-b606-0000000050d1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 16:36:52.822818 | fa163ecf-8126-e916-b606-0000000050d1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 16:36:52.823733 | fa163ecf-8126-e916-b606-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:16.536624 | 0.54s 2025-10-03 16:36:52.843620 | fa163ecf-8126-e916-b606-0000000050d2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 16:36:53.365497 | fa163ecf-8126-e916-b606-0000000050d2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 16:36:53.367406 | fa163ecf-8126-e916-b606-0000000050d2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:17.080280 | 0.52s 2025-10-03 16:36:53.399733 | fa163ecf-8126-e916-b606-0000000050d3 | TASK | Enable and start netns-placeholder 2025-10-03 16:36:54.430904 | fa163ecf-8126-e916-b606-0000000050d3 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 16:36:54.433204 | fa163ecf-8126-e916-b606-0000000050d3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:18.146084 | 1.03s 2025-10-03 16:36:54.468120 | fa163ecf-8126-e916-b606-000000005099 | TASK | Update container configs with new config hashes 2025-10-03 16:36:54.531568 | fa163ecf-8126-e916-b606-000000005099 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:18.244438 | 0.06s 2025-10-03 16:36:54.554363 | 16015fac-f46f-44d2-8cbc-9b7447152c77 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 16:36:54.590255 | fa163ecf-8126-e916-b606-0000000050fb | TASK | Update config hashes for container startup configs 2025-10-03 16:36:54.865076 | fa163ecf-8126-e916-b606-0000000050fb | OK | Update config hashes for container startup configs | standalone 2025-10-03 16:36:54.866746 | fa163ecf-8126-e916-b606-0000000050fb | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:18.579627 | 0.27s 2025-10-03 16:36:54.894631 | fa163ecf-8126-e916-b606-00000000509a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 16:36:54.944014 | fa163ecf-8126-e916-b606-00000000509a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:18.656893 | 0.05s 2025-10-03 16:36:54.960715 | 955d8c7d-d788-49b7-9e68-ee8c5fdae830 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 16:36:54.989978 | fa163ecf-8126-e916-b606-00000000511a | TASK | Gather podman infos 2025-10-03 16:36:57.221200 | fa163ecf-8126-e916-b606-00000000511a | OK | Gather podman infos | standalone 2025-10-03 16:36:57.222373 | fa163ecf-8126-e916-b606-00000000511a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:20.935262 | 2.23s 2025-10-03 16:36:57.330600 | fa163ecf-8126-e916-b606-00000000511b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 16:36:57.400951 | fa163ecf-8126-e916-b606-00000000511b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:21.113828 | 0.06s 2025-10-03 16:36:57.566478 | fa163ecf-8126-e916-b606-000000005164 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:21.279345 | 0.12s 2025-10-03 16:36:57.619910 | fa163ecf-8126-e916-b606-00000000509b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 16:36:57.672888 | fa163ecf-8126-e916-b606-00000000509b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:21.385758 | 0.05s 2025-10-03 16:36:57.696347 | c4e21f5f-a01c-4ba8-b678-a41b12a707b2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 16:36:57.734921 | fa163ecf-8126-e916-b606-00000000518a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 16:37:23.748212 | fa163ecf-8126-e916-b606-00000000518a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 16:37:23.751467 | fa163ecf-8126-e916-b606-00000000518a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:47.464341 | 26.02s 2025-10-03 16:37:23.797148 | fa163ecf-8126-e916-b606-00000000518b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 16:37:49.320844 | fa163ecf-8126-e916-b606-00000000518b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 16:37:49.322075 | fa163ecf-8126-e916-b606-00000000518b | 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:13.034961 | 25.52s 2025-10-03 16:37:49.380046 | fa163ecf-8126-e916-b606-000000004ff8 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-03 16:37:49.585934 | fa163ecf-8126-e916-b606-000000004ff8 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-03 16:37:49.586832 | fa163ecf-8126-e916-b606-000000004ff8 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:13.299722 | 0.21s 2025-10-03 16:37:49.617138 | fa163ecf-8126-e916-b606-000000004ff9 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-03 16:37:49.654542 | fa163ecf-8126-e916-b606-000000004ff9 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:13.367418 | 0.04s 2025-10-03 16:37:49.675761 | fa163ecf-8126-e916-b606-000000004ffa | TASK | Include container-puppet tasks for step 5 2025-10-03 16:37:49.713465 | fa163ecf-8126-e916-b606-000000004ffa | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:13.426347 | 0.04s 2025-10-03 16:37:49.725976 | a20d889f-fd91-4e7c-a718-4003833280d5 | INCLUDED | /root/standalone-ansible-rsw2524j/host-container-puppet-tasks.yaml | standalone 2025-10-03 16:37:49.755765 | fa163ecf-8126-e916-b606-0000000051d6 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-03 16:37:50.198805 | fa163ecf-8126-e916-b606-0000000051d6 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-03 16:37:50.200217 | fa163ecf-8126-e916-b606-0000000051d6 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:13.913099 | 0.44s 2025-10-03 16:37:50.233250 | fa163ecf-8126-e916-b606-0000000051d8 | TASK | Generate container puppet configs for step 5 2025-10-03 16:37:50.475147 | fa163ecf-8126-e916-b606-0000000051d8 | OK | Generate container puppet configs for step 5 | standalone 2025-10-03 16:37:50.476241 | fa163ecf-8126-e916-b606-0000000051d8 | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:14.189129 | 0.24s 2025-10-03 16:37:50.498821 | fa163ecf-8126-e916-b606-0000000051d9 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-03 16:37:50.516592 | fa163ecf-8126-e916-b606-0000000051d9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:14.229470 | 0.02s 2025-10-03 16:37:50.575877 | fa163ecf-8126-e916-b606-000000005208 | TASK | Gather variables for each operating system 2025-10-03 16:37:50.712784 | fa163ecf-8126-e916-b606-000000005208 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:14.425663 | 0.14s 2025-10-03 16:37:50.733453 | fa163ecf-8126-e916-b606-000000005209 | TASK | Create container logs path 2025-10-03 16:37:50.920106 | fa163ecf-8126-e916-b606-000000005209 | OK | Create container logs path | standalone 2025-10-03 16:37:50.920882 | fa163ecf-8126-e916-b606-000000005209 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:14.633771 | 0.19s 2025-10-03 16:37:50.942043 | fa163ecf-8126-e916-b606-00000000520b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 16:37:51.180737 | fa163ecf-8126-e916-b606-00000000520b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 16:37:51.182023 | fa163ecf-8126-e916-b606-00000000520b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:14.894905 | 0.24s 2025-10-03 16:37:51.202324 | fa163ecf-8126-e916-b606-00000000520c | TASK | Finalise hashes for all containers 2025-10-03 16:37:51.239811 | fa163ecf-8126-e916-b606-00000000520c | OK | Finalise hashes for all containers | standalone 2025-10-03 16:37:51.241270 | fa163ecf-8126-e916-b606-00000000520c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:14.954151 | 0.04s 2025-10-03 16:37:51.270908 | fa163ecf-8126-e916-b606-00000000520e | TASK | Manage systemd shutdown files 2025-10-03 16:37:51.299456 | fa163ecf-8126-e916-b606-00000000520e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 16:37:51.300572 | fa163ecf-8126-e916-b606-00000000520e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:15.013453 | 0.03s 2025-10-03 16:37:51.325167 | fa163ecf-8126-e916-b606-000000005210 | TASK | Update container configs with new config hashes 2025-10-03 16:37:51.366773 | fa163ecf-8126-e916-b606-000000005210 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 16:37:51.367897 | fa163ecf-8126-e916-b606-000000005210 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:15.080782 | 0.04s 2025-10-03 16:37:51.394634 | fa163ecf-8126-e916-b606-000000005211 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 16:37:51.434718 | fa163ecf-8126-e916-b606-000000005211 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 16:37:51.435533 | fa163ecf-8126-e916-b606-000000005211 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:15.148421 | 0.04s 2025-10-03 16:37:51.462573 | fa163ecf-8126-e916-b606-000000005212 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 16:37:51.513725 | fa163ecf-8126-e916-b606-000000005212 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 16:37:51.515026 | fa163ecf-8126-e916-b606-000000005212 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:15.227906 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-10-03 16:37:51.665842 | fa163ecf-8126-e916-b606-0000000000f7 | TASK | Server Post Deployments 2025-10-03 16:37:51.693143 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000f7') missing from stats 2025-10-03 16:37:51.771977 | fa163ecf-8126-e916-b606-0000000000f8 | TIMING | include_tasks | standalone | 0:29:15.484857 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-03 16:37:51.922153 | fa163ecf-8126-e916-b606-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-03 16:37:51.949776 | fa163ecf-8126-e916-b606-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', 'fa163ecf-8126-e916-b606-0000000000fc') missing from stats 2025-10-03 16:37:51.965525 | fa163ecf-8126-e916-b606-000000000100 | TASK | is additonal Cell? 2025-10-03 16:37:52.003772 | fa163ecf-8126-e916-b606-000000000100 | OK | is additonal Cell? | undercloud 2025-10-03 16:37:52.004539 | fa163ecf-8126-e916-b606-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:15.717397 | 0.04s 2025-10-03 16:37:52.018595 | fa163ecf-8126-e916-b606-000000000102 | TASK | discover via nova_manager? 2025-10-03 16:37:52.096852 | fa163ecf-8126-e916-b606-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-03 16:37:52.097645 | fa163ecf-8126-e916-b606-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:15.810533 | 0.08s 2025-10-03 16:37:52.111987 | fa163ecf-8126-e916-b606-000000000103 | TASK | discover via nova_api? 2025-10-03 16:37:52.200510 | fa163ecf-8126-e916-b606-000000000103 | OK | discover via nova_api? | undercloud 2025-10-03 16:37:52.201517 | fa163ecf-8126-e916-b606-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:15.914402 | 0.09s 2025-10-03 16:37:52.217665 | fa163ecf-8126-e916-b606-000000000104 | TASK | Warn if no discovery host available 2025-10-03 16:37:52.265616 | fa163ecf-8126-e916-b606-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-03 16:37:52.266904 | fa163ecf-8126-e916-b606-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:15.979783 | 0.05s 2025-10-03 16:37:52.309063 | fa163ecf-8126-e916-b606-000000000105 | TASK | Discovering nova hosts 2025-10-03 16:37:54.978015 | fa163ecf-8126-e916-b606-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ecf-8126-e916-b606-000000000105') missing from stats 2025-10-03 16:37:55.032273 | fa163ecf-8126-e916-b606-000000000106 | OK | set_fact | undercloud 2025-10-03 16:37:55.033585 | fa163ecf-8126-e916-b606-000000000106 | TIMING | set_fact | undercloud | 0:29:18.746466 | 0.04s 2025-10-03 16:37:55.049800 | fa163ecf-8126-e916-b606-000000000108 | TASK | Set up group_vars 2025-10-03 16:37:55.076518 | fa163ecf-8126-e916-b606-000000000108 | OK | Set up group_vars | undercloud 2025-10-03 16:37:55.077509 | fa163ecf-8126-e916-b606-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:18.790395 | 0.03s 2025-10-03 16:37:55.093270 | fa163ecf-8126-e916-b606-000000000109 | TASK | Make needed directories on the undercloud 2025-10-03 16:37:55.334411 | fa163ecf-8126-e916-b606-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-rsw2524j/octavia-ansible 2025-10-03 16:37:55.335459 | fa163ecf-8126-e916-b606-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:19.048346 | 0.24s 2025-10-03 16:37:55.517345 | fa163ecf-8126-e916-b606-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-rsw2524j/octavia-ansible/local_dir 2025-10-03 16:37:55.519617 | fa163ecf-8126-e916-b606-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:19.232498 | 0.43s 2025-10-03 16:37:55.736722 | fa163ecf-8126-e916-b606-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-rsw2524j/octavia-ansible/group_vars 2025-10-03 16:37:55.738505 | fa163ecf-8126-e916-b606-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:19.451396 | 0.64s 2025-10-03 16:37:55.743852 | fa163ecf-8126-e916-b606-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:19.456734 | 0.65s 2025-10-03 16:37:55.763461 | fa163ecf-8126-e916-b606-00000000010a | TASK | Write group_vars file 2025-10-03 16:37:56.269136 | fa163ecf-8126-e916-b606-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-03 16:37:56.270762 | fa163ecf-8126-e916-b606-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:19.983641 | 0.51s 2025-10-03 16:37:56.307855 | fa163ecf-8126-e916-b606-00000000010b | TASK | Gather missing facts 2025-10-03 16:37:56.642345 | fa163ecf-8126-e916-b606-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ecf-8126-e916-b606-00000000010b') missing from stats 2025-10-03 16:37:56.663652 | fa163ecf-8126-e916-b606-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:20.376525 | 0.35s 2025-10-03 16:37:56.684465 | fa163ecf-8126-e916-b606-00000000010c | TASK | Write octavia inventory 2025-10-03 16:37:57.176503 | fa163ecf-8126-e916-b606-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-03 16:37:57.177954 | fa163ecf-8126-e916-b606-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:20.890835 | 0.49s 2025-10-03 16:37:57.196767 | fa163ecf-8126-e916-b606-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-03 16:37:57.429687 | fa163ecf-8126-e916-b606-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-03 16:37:57.430822 | fa163ecf-8126-e916-b606-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:21.143709 | 0.23s 2025-10-03 16:37:57.447020 | fa163ecf-8126-e916-b606-00000000010e | TASK | Set private key location 2025-10-03 16:37:57.485343 | fa163ecf-8126-e916-b606-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-03 16:37:57.486481 | fa163ecf-8126-e916-b606-00000000010e | TIMING | Set private key location | undercloud | 0:29:21.199366 | 0.04s 2025-10-03 16:37:57.500849 | fa163ecf-8126-e916-b606-00000000010f | TASK | Configure octavia command 2025-10-03 16:37:57.538728 | fa163ecf-8126-e916-b606-00000000010f | OK | Configure octavia command | undercloud 2025-10-03 16:37:57.539733 | fa163ecf-8126-e916-b606-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:21.252621 | 0.04s 2025-10-03 16:37:57.580423 | fa163ecf-8126-e916-b606-000000000110 | OK | set_fact | undercloud 2025-10-03 16:37:57.581336 | fa163ecf-8126-e916-b606-000000000110 | TIMING | set_fact | undercloud | 0:29:21.294225 | 0.03s 2025-10-03 16:37:57.621126 | fa163ecf-8126-e916-b606-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-rsw2524j/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-rsw2524j/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-rsw2524j/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-03 16:37:57.621839 | fa163ecf-8126-e916-b606-000000000111 | TIMING | debug | undercloud | 0:29:21.334729 | 0.03s 2025-10-03 16:37:57.635983 | fa163ecf-8126-e916-b606-000000000112 | TASK | Configure octavia on overcloud 2025-10-03 16:41:56.575585 | fa163ecf-8126-e916-b606-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-03 16:41:56.578961 | fa163ecf-8126-e916-b606-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:20.291842 | 238.94s 2025-10-03 16:41:56.599719 | fa163ecf-8126-e916-b606-000000000113 | TASK | Purge temp dirs 2025-10-03 16:41:56.790782 | fa163ecf-8126-e916-b606-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-rsw2524j/octavia-ansible/local_dir 2025-10-03 16:41:56.792596 | fa163ecf-8126-e916-b606-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:20.505476 | 0.19s 2025-10-03 16:41:56.802559 | fa163ecf-8126-e916-b606-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:20.515443 | 0.20s 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 16:41:56.861948 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 16:41:56.862317 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 16:41:56.863004 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:20.575898 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 16:41:56.863699 | UUID | Info | Host | Task Name | Run Time 2025-10-03 16:41:56.864345 | fa163ecf-8126-e916-b606-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 292.85s 2025-10-03 16:41:56.865034 | fa163ecf-8126-e916-b606-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 238.94s 2025-10-03 16:41:56.865765 | fa163ecf-8126-e916-b606-000000004df4 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 125.39s 2025-10-03 16:41:56.866453 | fa163ecf-8126-e916-b606-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 107.63s 2025-10-03 16:41:56.867125 | fa163ecf-8126-e916-b606-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.53s 2025-10-03 16:41:56.867828 | fa163ecf-8126-e916-b606-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 56.19s 2025-10-03 16:41:56.868517 | fa163ecf-8126-e916-b606-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 56.10s 2025-10-03 16:41:56.869184 | fa163ecf-8126-e916-b606-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 34.04s 2025-10-03 16:41:56.870092 | fa163ecf-8126-e916-b606-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 | 32.09s 2025-10-03 16:41:56.870784 | fa163ecf-8126-e916-b606-000000004c58 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.89s 2025-10-03 16:41:56.871602 | fa163ecf-8126-e916-b606-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.89s 2025-10-03 16:41:56.872253 | fa163ecf-8126-e916-b606-00000000518a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.02s 2025-10-03 16:41:56.872918 | fa163ecf-8126-e916-b606-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.86s 2025-10-03 16:41:56.873592 | fa163ecf-8126-e916-b606-00000000518b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.52s 2025-10-03 16:41:56.874371 | fa163ecf-8126-e916-b606-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.49s 2025-10-03 16:41:56.875049 | fa163ecf-8126-e916-b606-000000004f1b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.76s 2025-10-03 16:41:56.875818 | fa163ecf-8126-e916-b606-000000004df3 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 22.55s 2025-10-03 16:41:56.876617 | fa163ecf-8126-e916-b606-000000004f47 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.50s 2025-10-03 16:41:56.877349 | fa163ecf-8126-e916-b606-000000004eef | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.44s 2025-10-03 16:41:56.878020 | fa163ecf-8126-e916-b606-000000003a7e | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.71s 2025-10-03 16:41:56.878727 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-rsw2524j Install artifact is located at /root/standalone-install-20251003164157.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.DWGst1gTjb + exit 0 ~/ci-framework-data/artifacts