~/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.4aHHzEaM4L + 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.4aHHzEaM4L/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.4aHHzEaM4L/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.4aHHzEaM4L + J2_VARS_FILE=/tmp/tmp.4aHHzEaM4L/tmp.RiEXoHJSwc.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.4aHHzEaM4L/tmp.RiEXoHJSwc.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.4aHHzEaM4L/tmp.RiEXoHJSwc.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.4aHHzEaM4L/tmp.RiEXoHJSwc.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.4aHHzEaM4L/tmp.RiEXoHJSwc.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.4aHHzEaM4L/tmp.RiEXoHJSwc.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.4aHHzEaM4L/tmp.RiEXoHJSwc.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.4aHHzEaM4L/tmp.RiEXoHJSwc.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.4aHHzEaM4L/tmp.RiEXoHJSwc.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.4aHHzEaM4L/tmp.RiEXoHJSwc.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.4aHHzEaM4L/tmp.RiEXoHJSwc.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.4aHHzEaM4L/tmp.RiEXoHJSwc.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.4aHHzEaM4L/tmp.RiEXoHJSwc.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.4aHHzEaM4L/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.4aHHzEaM4L/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.4aHHzEaM4L/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.4aHHzEaM4L/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.4aHHzEaM4L/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 3.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-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): ansible-collection-ansible-posix-1.2.0 1.0 MB/s | 124 kB 00:00 (2/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 444 kB/s | 68 kB 00:00 (3/399): ansible-collection-community-general-4 7.1 MB/s | 1.3 MB 00:00 (4/399): cephadm-18.2.1-361.el9cp.noarch.rpm 4.6 MB/s | 354 kB 00:00 (5/399): bash-completion-2.11-4.el9.noarch.rpm 5.3 MB/s | 459 kB 00:00 (6/399): libaio-0.3.111-13.el9.x86_64.rpm 313 kB/s | 26 kB 00:00 (7/399): glibc-langpack-en-2.34-60.el9.x86_64.r 11 MB/s | 675 kB 00:00 (8/399): device-mapper-persistent-data-0.9.0-13 5.2 MB/s | 786 kB 00:00 (9/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 813 kB/s | 62 kB 00:00 (10/399): krb5-workstation-1.20.1-8.el9.x86_64. 7.7 MB/s | 542 kB 00:00 (11/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.7 MB/s | 81 kB 00:00 (12/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 923 kB/s | 37 kB 00:00 (13/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 402 kB/s | 16 kB 00:00 (14/399): python3-dns-2.2.1-2.el9.noarch.rpm 8.7 MB/s | 418 kB 00:00 (15/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 104 kB/s | 12 kB 00:00 (16/399): pkgconf-1.7.3-10.el9.x86_64.rpm 289 kB/s | 45 kB 00:00 (17/399): boost-system-1.75.0-8.el9.x86_64.rpm 399 kB/s | 15 kB 00:00 (18/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 1.6 MB/s | 64 kB 00:00 (19/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 1.8 MB/s | 223 kB 00:00 (20/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.8 MB/s | 98 kB 00:00 (21/399): boost-locale-1.75.0-8.el9.x86_64.rpm 5.0 MB/s | 216 kB 00:00 (22/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.1 MB/s | 57 kB 00:00 (23/399): python3-urllib-gssapi-1.0.2-4.el9.noa 155 kB/s | 24 kB 00:00 (24/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.0 MB/s | 59 kB 00:00 (25/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 116 kB/s | 17 kB 00:00 (26/399): perl-File-Temp-0.231.100-4.el9.noarch 354 kB/s | 63 kB 00:00 (27/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 115 kB/s | 25 kB 00:00 (28/399): perl-Exporter-5.74-461.el9.noarch.rpm 122 kB/s | 34 kB 00:00 (29/399): perl-parent-0.238-460.el9.noarch.rpm 192 kB/s | 16 kB 00:00 (30/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.6 MB/s | 321 kB 00:00 (31/399): python3-pyasn1-modules-0.4.8-6.el9.no 1.7 MB/s | 283 kB 00:00 (32/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.5 MB/s | 224 kB 00:00 (33/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 860 kB/s | 45 kB 00:00 (34/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 6.0 MB/s | 392 kB 00:00 (35/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.0 MB/s | 51 kB 00:00 (36/399): perl-PathTools-3.78-461.el9.x86_64.rp 843 kB/s | 92 kB 00:00 (37/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.2 MB/s | 229 kB 00:00 (38/399): perl-Text-ParseWords-3.30-460.el9.noa 484 kB/s | 18 kB 00:00 (39/399): perl-libnet-3.13-4.el9.noarch.rpm 2.1 MB/s | 134 kB 00:00 (40/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 15 MB/s | 1.2 MB 00:00 (41/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 572 kB/s | 26 kB 00:00 (42/399): perl-URI-5.09-3.el9.noarch.rpm 797 kB/s | 125 kB 00:00 (43/399): perl-Carp-1.50-460.el9.noarch.rpm 493 kB/s | 31 kB 00:00 (44/399): iptables-nft-services-1.8.8-6.el9_1.n 402 kB/s | 28 kB 00:00 (45/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 687 kB/s | 24 kB 00:00 (46/399): perl-Mozilla-CA-20200520-6.el9.noarch 102 kB/s | 14 kB 00:00 (47/399): perl-Encode-3.08-462.el9.x86_64.rpm 8.4 MB/s | 1.7 MB 00:00 (48/399): perl-Time-Local-1.300-7.el9.noarch.rp 247 kB/s | 37 kB 00:00 (49/399): python3-psutil-5.8.0-12.el9.x86_64.rp 4.2 MB/s | 218 kB 00:00 (50/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.7 MB/s | 73 kB 00:00 (51/399): perl-Pod-Escapes-1.07-460.el9.noarch. 545 kB/s | 22 kB 00:00 (52/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 484 kB/s | 76 kB 00:00 (53/399): boost-filesystem-1.75.0-8.el9.x86_64. 306 kB/s | 59 kB 00:00 (54/399): sshpass-1.09-4.el9.x86_64.rpm 151 kB/s | 30 kB 00:00 (55/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.0 MB/s | 410 kB 00:00 (56/399): boost-program-options-1.75.0-8.el9.x8 2.1 MB/s | 108 kB 00:00 (57/399): libburn-1.5.4-4.el9.x86_64.rpm 2.9 MB/s | 175 kB 00:00 (58/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 712 kB/s | 39 kB 00:00 (59/399): libisoburn-1.5.4-4.el9.x86_64.rpm 5.1 MB/s | 419 kB 00:00 (60/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 234 kB/s | 34 kB 00:00 (61/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 136 kB/s | 19 kB 00:00 (62/399): perl-Digest-1.19-4.el9.noarch.rpm 746 kB/s | 29 kB 00:00 (63/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 791 kB/s | 43 kB 00:00 (64/399): perl-File-Path-2.18-4.el9.noarch.rpm 394 kB/s | 38 kB 00:00 (65/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.6 MB/s | 77 kB 00:00 (66/399): perl-constant-1.33-461.el9.noarch.rpm 673 kB/s | 25 kB 00:00 (67/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 536 kB/s | 92 kB 00:00 (68/399): perl-Socket-2.031-4.el9.x86_64.rpm 659 kB/s | 58 kB 00:00 (69/399): perl-podlators-4.14-460.el9.noarch.rp 2.0 MB/s | 118 kB 00:00 (70/399): python3-appdirs-1.4.4-4.el9.noarch.rp 352 kB/s | 27 kB 00:00 (71/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.8 MB/s | 163 kB 00:00 (72/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.1 MB/s | 112 kB 00:00 (73/399): python3-qrcode-core-6.1-12.el9.noarch 1.3 MB/s | 61 kB 00:00 (74/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.7 MB/s | 96 kB 00:00 (75/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.3 MB/s | 279 kB 00:00 (76/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 376 kB/s | 48 kB 00:00 (77/399): python3-alembic-1.7.5-3.el9.noarch.rp 13 MB/s | 900 kB 00:00 (78/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.7 MB/s | 221 kB 00:00 (79/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 11 MB/s | 489 kB 00:00 (80/399): python3-augeas-0.5.0-25.el9.noarch.rp 434 kB/s | 31 kB 00:00 (81/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 6.2 MB/s | 459 kB 00:00 (82/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.0 MB/s | 59 kB 00:00 (83/399): jq-1.6-14.el9.x86_64.rpm 2.6 MB/s | 190 kB 00:00 (84/399): perl-AutoLoader-5.74-480.el9.noarch.r 519 kB/s | 23 kB 00:00 (85/399): perl-Class-Struct-0.66-480.el9.noarch 617 kB/s | 24 kB 00:00 (86/399): perl-B-1.80-480.el9.x86_64.rpm 2.4 MB/s | 185 kB 00:00 (87/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 358 kB/s | 23 kB 00:00 (88/399): perl-Errno-1.30-480.el9.x86_64.rpm 135 kB/s | 17 kB 00:00 (89/399): perl-File-stat-1.09-480.el9.noarch.rp 397 kB/s | 19 kB 00:00 (90/399): perl-File-Basename-2.85-480.el9.noarc 229 kB/s | 19 kB 00:00 (91/399): perl-FileHandle-2.03-480.el9.noarch.r 458 kB/s | 17 kB 00:00 (92/399): perl-Getopt-Std-1.12-480.el9.noarch.r 320 kB/s | 17 kB 00:00 (93/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 460 kB/s | 25 kB 00:00 (94/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.6 MB/s | 99 kB 00:00 (95/399): perl-SelectSaver-1.02-480.el9.noarch. 348 kB/s | 13 kB 00:00 (96/399): perl-Symbol-1.08-480.el9.noarch.rpm 203 kB/s | 16 kB 00:00 (97/399): perl-libs-5.32.1-480.el9.x86_64.rpm 24 MB/s | 2.2 MB 00:00 (98/399): perl-overloading-0.02-480.el9.noarch. 195 kB/s | 15 kB 00:00 (99/399): perl-overload-1.31-480.el9.noarch.rpm 311 kB/s | 47 kB 00:00 (100/399): perl-interpreter-5.32.1-480.el9.x86_ 325 kB/s | 75 kB 00:00 (101/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 3.7 MB/s | 259 kB 00:00 (102/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 883 kB/s | 42 kB 00:00 (103/399): perl-IO-1.43-480.el9.x86_64.rpm 1.9 MB/s | 94 kB 00:00 (104/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 383 kB/s | 40 kB 00:00 (105/399): perl-if-0.60.800-480.el9.noarch.rpm 335 kB/s | 16 kB 00:00 (106/399): perl-NDBM_File-1.15-480.el9.x86_64.r 323 kB/s | 25 kB 00:00 (107/399): perl-base-2.27-480.el9.noarch.rpm 254 kB/s | 18 kB 00:00 (108/399): perl-subs-1.03-480.el9.noarch.rpm 265 kB/s | 13 kB 00:00 (109/399): perl-mro-1.23-480.el9.x86_64.rpm 262 kB/s | 31 kB 00:00 (110/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.6 MB/s | 176 kB 00:00 (111/399): perl-vars-1.05-480.el9.noarch.rpm 67 kB/s | 15 kB 00:00 (112/399): rhel-system-roles-1.21.2-1.el9_2.noa 33 MB/s | 2.4 MB 00:00 (113/399): ipa-client-common-4.10.1-12.el9_2.2. 737 kB/s | 44 kB 00:00 (114/399): ipa-common-4.10.1-12.el9_2.2.noarch. 11 MB/s | 656 kB 00:00 (115/399): ansible-freeipa-1.9.2-3.el9_2.noarch 2.3 MB/s | 452 kB 00:00 (116/399): python3-ipalib-4.10.1-12.el9_2.2.noa 14 MB/s | 663 kB 00:00 (117/399): python3-ipaclient-4.10.1-12.el9_2.2. 8.0 MB/s | 648 kB 00:00 (118/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 503 kB/s | 57 kB 00:00 (119/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 250 kB/s | 41 kB 00:00 (120/399): ruby-default-gems-3.0.4-161.el9_2.2. 205 kB/s | 46 kB 00:00 (121/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 20 MB/s | 7.9 MB 00:00 (122/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 14 MB/s | 3.3 MB 00:00 (123/399): rubygem-io-console-0.5.7-161.el9_2.2 686 kB/s | 26 kB 00:00 (124/399): rubygem-bundler-2.2.33-161.el9_2.2.n 5.2 MB/s | 456 kB 00:00 (125/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 294 kB/s | 55 kB 00:00 (126/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.2 MB/s | 59 kB 00:00 (127/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.5 MB/s | 60 kB 00:00 (128/399): rubygems-3.2.33-161.el9_2.2.noarch.r 5.7 MB/s | 306 kB 00:00 (129/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 784 kB/s | 110 kB 00:00 (130/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 2.3 MB/s | 441 kB 00:00 (131/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 4.3 MB/s | 245 kB 00:00 (132/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 31 MB/s | 2.2 MB 00:00 (133/399): ansible-collection-ansible-netcommon 3.6 MB/s | 181 kB 00:00 (134/399): buildah-1.29.5-1.el9_2.x86_64.rpm 37 MB/s | 8.6 MB 00:00 (135/399): ansible-collection-ansible-utils-2.3 1.3 MB/s | 91 kB 00:00 (136/399): golang-github-vbatts-tar-split-0.11. 15 MB/s | 1.0 MB 00:00 (137/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 2.0 MB/s | 77 kB 00:00 (138/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 3.8 MB/s | 178 kB 00:00 (139/399): puppet-fdio-18.2-1.20220727113954.6f 371 kB/s | 25 kB 00:00 (140/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.4 MB/s | 162 kB 00:00 (141/399): python3-ansible-runner-2.0.0a1-3.el9 1.6 MB/s | 122 kB 00:00 (142/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 859 kB/s | 44 kB 00:00 (143/399): python3-croniter-0.3.35-2.el9ost.noa 1.4 MB/s | 49 kB 00:00 (144/399): python3-daemon-2.3.0-1.el9ost.noarch 982 kB/s | 39 kB 00:00 (145/399): python3-docutils-0.16-6.el9ost.noarc 27 MB/s | 1.5 MB 00:00 (146/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 1.2 MB/s | 44 kB 00:00 (147/399): python3-beautifulsoup4-4.9.3-2.el9os 1.6 MB/s | 204 kB 00:00 (148/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.5 MB/s | 107 kB 00:00 (149/399): python3-gevent-21.1.2-2.el9ost.x86_6 23 MB/s | 1.6 MB 00:00 (150/399): python3-lockfile-0.12.2-2.el9ost.noa 437 kB/s | 31 kB 00:00 (151/399): python3-jmespath-0.10.0-1.el9ost.noa 406 kB/s | 46 kB 00:00 (152/399): python3-jeepney-0.6.0-2.el9ost.noarc 1.7 MB/s | 284 kB 00:00 (153/399): python3-logutils-0.3.5-15.el9ost.noa 563 kB/s | 47 kB 00:00 (154/399): python3-migrate-0.13.0-1.el9ost.noar 5.2 MB/s | 224 kB 00:00 (155/399): python3-natsort-7.1.1-2.el9ost.noarc 1.1 MB/s | 59 kB 00:00 (156/399): python3-mimeparse-1.6.0-16.el9ost.no 150 kB/s | 16 kB 00:00 (157/399): python3-memcached-1.59-3.el9ost.noar 231 kB/s | 40 kB 00:00 (158/399): python3-passlib-1.7.4-3.el9ost.noarc 6.4 MB/s | 712 kB 00:00 (159/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.8 MB/s | 111 kB 00:00 (160/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.1 MB/s | 273 kB 00:00 (161/399): python3-pyperclip-1.8.0-3.el9ost.noa 557 kB/s | 25 kB 00:00 (162/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 500 kB/s | 90 kB 00:00 (163/399): python3-setproctitle-1.2.2-1.el9ost. 259 kB/s | 23 kB 00:00 (164/399): python3-smmap-3.0.1-4.el9ost.noarch. 640 kB/s | 47 kB 00:00 (165/399): python3-soupsieve-2.2-1.el9ost.noarc 1.0 MB/s | 67 kB 00:00 (166/399): python3-tenacity-6.3.1-1.el9ost.noar 1.3 MB/s | 51 kB 00:00 (167/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 9.4 MB/s | 396 kB 00:00 (168/399): python3-webtest-2.0.35-6.el9ost.noar 1.5 MB/s | 82 kB 00:00 (169/399): python3-sqlalchemy13-1.3.24-3.el9ost 14 MB/s | 1.7 MB 00:00 (170/399): python3-zope-interface-5.4.0-1.el9os 4.2 MB/s | 202 kB 00:00 (171/399): rubygem-concurrent-ruby-1.1.5-2.el9o 6.1 MB/s | 243 kB 00:00 (172/399): python3-zope-event-4.2.0-20.el9ost.n 2.1 MB/s | 205 kB 00:00 (173/399): rubygem-fast_gettext-1.2.0-9.el9ost. 862 kB/s | 34 kB 00:00 (174/399): rubygem-deep_merge-1.2.1-7.el9ost.no 204 kB/s | 14 kB 00:00 (175/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.3 MB/s | 90 kB 00:00 (176/399): rubygem-multi_json-1.15.0-2.el9ost.n 387 kB/s | 22 kB 00:00 (177/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 230 kB/s | 16 kB 00:00 (178/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 7.6 MB/s | 433 kB 00:00 (179/399): rubygem-puppet-resource_api-1.8.13-1 232 kB/s | 34 kB 00:00 (180/399): rubygem-semantic_puppet-1.0.4-2.el9o 215 kB/s | 21 kB 00:00 (181/399): ansible-config_template-2.0.1-17.1.2 756 kB/s | 29 kB 00:00 (182/399): ansible-role-collectd-config-0.0.3-1 456 kB/s | 53 kB 00:00 (183/399): ansible-role-atos-hsm-1.0.1-17.1.202 107 kB/s | 17 kB 00:00 (184/399): ansible-role-chrony-1.3.1-17.1.20230 139 kB/s | 22 kB 00:00 (185/399): ansible-role-container-registry-1.4. 598 kB/s | 24 kB 00:00 (186/399): ansible-role-redhat-subscription-1.3 602 kB/s | 28 kB 00:00 (187/399): ansible-role-openstack-operations-0. 353 kB/s | 30 kB 00:00 (188/399): ansible-role-qdr-config-0.0.2-17.1.2 251 kB/s | 21 kB 00:00 (189/399): ansible-role-thales-hsm-3.0.1-17.1.2 585 kB/s | 21 kB 00:00 (190/399): ansible-tripleo-ipa-0.3.1-17.1.20230 523 kB/s | 36 kB 00:00 (191/399): ansible-role-tripleo-modify-image-1. 249 kB/s | 27 kB 00:00 (192/399): ansible-tripleo-ipsec-11.0.1-17.1.20 423 kB/s | 38 kB 00:00 (193/399): dib-utils-0.0.11-17.1.20230620173328 175 kB/s | 12 kB 00:00 (194/399): os-apply-config-13.1.1-17.1.20231020 581 kB/s | 54 kB 00:00 (195/399): openstack-heat-agents-2.2.1-17.1.202 81 kB/s | 9.6 kB 00:00 (196/399): os-collect-config-13.1.1-17.1.202310 554 kB/s | 50 kB 00:00 (197/399): os-refresh-config-13.1.1-17.1.202310 617 kB/s | 21 kB 00:00 (198/399): puppet-archive-4.6.1-17.1.2023062018 1.2 MB/s | 44 kB 00:00 (199/399): puppet-aodh-18.4.2-17.1.202306201512 1.0 MB/s | 62 kB 00:00 (200/399): puppet-apache-6.5.2-17.1.20230621001 4.1 MB/s | 259 kB 00:00 (201/399): puppet-ceilometer-18.4.3-17.1.202309 1.7 MB/s | 70 kB 00:00 (202/399): puppet-auditd-2.2.1-17.1.20230620192 353 kB/s | 28 kB 00:00 (203/399): puppet-certmonger-2.7.1-17.1.2023062 382 kB/s | 26 kB 00:00 (204/399): puppet-cinder-18.5.2-17.1.2023062105 2.1 MB/s | 120 kB 00:00 (205/399): puppet-concat-6.2.1-17.1.20230620181 978 kB/s | 41 kB 00:00 (206/399): puppet-corosync-8.0.1-17.1.202306211 1.5 MB/s | 68 kB 00:00 (207/399): puppet-designate-18.6.1-17.1.2023062 379 kB/s | 69 kB 00:00 (208/399): puppet-dns-8.2.1-17.1.20230621002045 159 kB/s | 36 kB 00:00 (209/399): puppet-etcd-1.12.3-17.1.202306201932 274 kB/s | 25 kB 00:00 (210/399): puppet-firewall-3.4.1-17.1.202306210 1.6 MB/s | 77 kB 00:00 (211/399): puppet-collectd-13.0.1-17.1.20230620 387 kB/s | 135 kB 00:00 (212/399): puppet-haproxy-4.2.2-17.1.2023062019 1.3 MB/s | 52 kB 00:00 (213/399): puppet-git-0.5.0-17.1.20230620193928 292 kB/s | 23 kB 00:00 (214/399): puppet-gnocchi-18.4.3-17.1.202306210 711 kB/s | 58 kB 00:00 (215/399): puppet-heat-18.4.1-17.1.202306211116 1.1 MB/s | 70 kB 00:00 (216/399): puppet-horizon-18.6.1-17.1.202306210 423 kB/s | 63 kB 00:00 (217/399): puppet-ipaclient-2.5.2-17.1.20230620 169 kB/s | 17 kB 00:00 (218/399): puppet-inifile-4.2.1-17.1.2023062018 333 kB/s | 42 kB 00:00 (219/399): puppet-keepalived-0.0.2-17.1.2023062 388 kB/s | 14 kB 00:00 (220/399): puppet-kmod-2.5.0-17.1.2023062019064 530 kB/s | 21 kB 00:00 (221/399): puppet-manila-18.5.2-17.1.2023110219 1.9 MB/s | 81 kB 00:00 (222/399): puppet-memcached-6.0.0-17.1.20230620 477 kB/s | 23 kB 00:00 (223/399): puppet-module-data-0.5.1-17.1.202306 294 kB/s | 13 kB 00:00 (224/399): puppet-mysql-10.6.1-17.1.20230621022 2.0 MB/s | 99 kB 00:00 (225/399): puppet-neutron-18.6.1-17.1.202306210 4.8 MB/s | 196 kB 00:00 (226/399): puppet-nova-18.6.1-17.1.202306210904 4.4 MB/s | 200 kB 00:00 (227/399): puppet-octavia-18.5.1-17.1.202306210 1.9 MB/s | 76 kB 00:00 (228/399): puppet-nssdb-1.0.2-17.1.202306201856 162 kB/s | 12 kB 00:00 (229/399): puppet-openstack_extras-18.5.1-17.1. 1.1 MB/s | 48 kB 00:00 (230/399): puppet-openstacklib-18.5.2-17.1.2023 1.2 MB/s | 62 kB 00:00 (231/399): puppet-placement-5.4.3-17.1.20230621 935 kB/s | 41 kB 00:00 (232/399): puppet-qdr-7.4.1-17.1.20230620195605 479 kB/s | 31 kB 00:00 (233/399): puppet-redis-6.1.1-17.1.202306201917 1.3 MB/s | 51 kB 00:00 (234/399): puppet-remote-10.0.0-17.1.2023062019 436 kB/s | 16 kB 00:00 (235/399): puppet-oslo-18.5.1-17.1.202306210523 240 kB/s | 48 kB 00:00 (236/399): puppet-rabbitmq-11.0.1-17.1.20230620 1.6 MB/s | 266 kB 00:00 (237/399): puppet-rsync-1.1.4-17.1.202306210028 564 kB/s | 28 kB 00:00 (238/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.0 MB/s | 58 kB 00:00 (239/399): puppet-snmp-3.9.1-17.1.2023062020041 656 kB/s | 34 kB 00:00 (240/399): puppet-ssh-6.2.1-17.1.20230620190251 608 kB/s | 29 kB 00:00 (241/399): puppet-stdlib-6.3.1-17.1.20230621000 3.7 MB/s | 160 kB 00:00 (242/399): puppet-sysctl-0.0.13-17.1.2023062018 243 kB/s | 16 kB 00:00 (243/399): puppet-systemd-2.12.1-17.1.202306201 807 kB/s | 42 kB 00:00 (244/399): puppet-swift-18.6.1-17.1.20230621052 1.0 MB/s | 115 kB 00:00 (245/399): puppet-vswitch-14.4.3-17.1.202306210 523 kB/s | 41 kB 00:00 (246/399): puppet-vcsrepo-3.1.1-17.1.2023062018 398 kB/s | 50 kB 00:00 (247/399): puppet-xinetd-3.3.1-17.1.20230620185 227 kB/s | 26 kB 00:00 (248/399): python-oslo-middleware-lang-4.2.1-17 233 kB/s | 13 kB 00:00 (249/399): python-oslo-cache-lang-2.7.1-17.1.20 160 kB/s | 19 kB 00:00 (250/399): python-oslo-log-lang-4.4.0-17.1.2023 178 kB/s | 14 kB 00:00 (251/399): python-oslo-policy-lang-3.7.1-17.1.2 341 kB/s | 14 kB 00:00 (252/399): python-pycadf-common-3.1.1-17.1.2023 405 kB/s | 15 kB 00:00 (253/399): python-oslo-versionedobjects-lang-2. 234 kB/s | 14 kB 00:00 (254/399): python3-barbicanclient-5.3.0-17.1.20 3.0 MB/s | 127 kB 00:00 (255/399): python3-aodhclient-2.2.0-17.1.202306 449 kB/s | 56 kB 00:00 (256/399): python3-cinderclient-7.4.1-17.1.2023 3.0 MB/s | 218 kB 00:00 (257/399): python3-GitPython-3.1.14-2.el9ost.no 1.7 MB/s | 238 kB 00:00 (258/399): python3-designateclient-4.2.1-17.1.2 2.0 MB/s | 92 kB 00:00 (259/399): python3-futurist-2.3.0-17.1.20230621 1.5 MB/s | 64 kB 00:00 (260/399): python3-heat-agent-2.2.1-17.1.202306 366 kB/s | 19 kB 00:00 (261/399): python3-heat-agent-ansible-2.2.1-17. 170 kB/s | 11 kB 00:00 (262/399): python3-cliff-3.7.0-17.1.20230620172 651 kB/s | 95 kB 00:00 (263/399): python3-heat-agent-apply-config-2.2. 88 kB/s | 9.9 kB 00:00 (264/399): python3-heat-agent-docker-cmd-2.2.1- 123 kB/s | 12 kB 00:00 (265/399): python3-heat-agent-hiera-2.2.1-17.1. 135 kB/s | 10 kB 00:00 (266/399): python3-heat-agent-json-file-2.2.1-1 213 kB/s | 9.8 kB 00:00 (267/399): python3-heat-agent-puppet-2.2.1-17.1 226 kB/s | 11 kB 00:00 (268/399): python3-ironic-inspector-client-4.5. 1.7 MB/s | 67 kB 00:00 (269/399): python3-ironicclient-4.6.4-17.1.2023 7.2 MB/s | 342 kB 00:00 (270/399): python3-keystoneclient-4.3.0-17.1.20 4.4 MB/s | 239 kB 00:00 (271/399): python3-heatclient-2.3.1-17.1.202306 1.1 MB/s | 158 kB 00:00 (272/399): python3-keystonemiddleware-9.2.0-17. 1.2 MB/s | 92 kB 00:00 (273/399): python3-mistralclient-4.2.0-17.1.202 1.8 MB/s | 166 kB 00:00 (274/399): python3-magnumclient-3.4.1-17.1.2023 1.1 MB/s | 121 kB 00:00 (275/399): python3-neutronclient-7.3.1-17.1.202 3.7 MB/s | 298 kB 00:00 (276/399): python3-novaclient-17.4.1-17.1.20230 4.6 MB/s | 201 kB 00:00 (277/399): python3-os-service-types-1.7.0-17.1. 1.0 MB/s | 38 kB 00:00 (278/399): python3-os-client-config-2.1.0-17.1. 900 kB/s | 55 kB 00:00 (279/399): python3-os-traits-2.5.0-17.1.2023062 1.0 MB/s | 45 kB 00:00 (280/399): python3-osc-lib-2.3.1-17.1.202306202 1.7 MB/s | 78 kB 00:00 (281/399): python3-oslo-cache-2.7.1-17.1.202306 1.2 MB/s | 56 kB 00:00 (282/399): python3-oslo-context-3.2.1-17.1.2023 351 kB/s | 27 kB 00:00 (283/399): python3-oslo-log-4.4.0-17.1.20230620 843 kB/s | 64 kB 00:00 (284/399): python3-oslo-middleware-4.2.1-17.1.2 783 kB/s | 55 kB 00:00 (285/399): python3-oslo-policy-3.7.1-17.1.20230 2.0 MB/s | 76 kB 00:00 (286/399): python3-oslo-reports-2.2.0-17.1.2023 1.6 MB/s | 59 kB 00:00 (287/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.0 MB/s | 46 kB 00:00 (288/399): python3-oslo-upgradecheck-1.3.1-17.1 519 kB/s | 29 kB 00:00 (289/399): python3-oslo-serialization-4.1.1-17. 510 kB/s | 34 kB 00:00 (290/399): python3-oslo-versionedobjects-2.4.1- 1.0 MB/s | 79 kB 00:00 (291/399): python3-pycadf-3.1.1-17.1.2023062021 1.3 MB/s | 53 kB 00:00 (292/399): python3-requestsexceptions-1.4.0-17. 456 kB/s | 17 kB 00:00 (293/399): python3-osprofiler-3.4.0-17.1.202306 1.5 MB/s | 130 kB 00:00 (294/399): python3-saharaclient-3.3.0-17.1.2023 4.3 MB/s | 188 kB 00:00 (295/399): python3-shade-1.33.0-17.1.2023062022 12 MB/s | 523 kB 00:00 (296/399): python3-swiftclient-3.11.1-17.1.2023 3.5 MB/s | 136 kB 00:00 (297/399): python3-statsd-3.2.1-20.1.el9ost.noa 601 kB/s | 35 kB 00:00 (298/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (299/399): python3-troveclient-7.0.0-17.1.20230 7.3 MB/s | 344 kB 00:00 (300/399): python3-validations-libs-1.9.1-17.1. 3.4 MB/s | 137 kB 00:00 (301/399): python3-zaqarclient-2.4.0-17.1.20230 3.3 MB/s | 129 kB 00:00 (302/399): validations-common-1.9.1-17.1.202310 2.0 MB/s | 111 kB 00:00 (303/399): python3-paramiko-2.11.0-2.el9ost.noa 5.4 MB/s | 299 kB 00:00 (304/399): python3-werkzeug-2.0.1-7.el9ost.noar 9.2 MB/s | 427 kB 00:00 (305/399): ansible-pacemaker-1.0.4-17.1.2023121 519 kB/s | 21 kB 00:00 (306/399): python3-manilaclient-2.6.4-17.1.2024 8.0 MB/s | 528 kB 00:00 (307/399): ansible-role-metalsmith-deployment-1 526 kB/s | 21 kB 00:00 (308/399): openstack-selinux-0.8.37-17.1.202311 5.5 MB/s | 221 kB 00:00 (309/399): puppet-ironic-18.7.1-17.1.2024030521 3.2 MB/s | 121 kB 00:00 (310/399): python-oslo-db-lang-8.5.2-17.1.20240 370 kB/s | 14 kB 00:00 (311/399): python3-sqlparse-0.4.1-2.el9ost.noar 379 kB/s | 83 kB 00:00 (312/399): python3-keystoneauth1-4.4.0-17.1.202 9.1 MB/s | 409 kB 00:00 (313/399): python3-glanceclient-3.3.0-17.1.2024 2.5 MB/s | 143 kB 00:00 (314/399): python3-webob-1.8.7-2.1.el9ost.noarc 847 kB/s | 230 kB 00:00 (315/399): python3-metalsmith-1.4.4-17.1.202405 1.7 MB/s | 65 kB 00:00 (316/399): python3-oslo-db-8.5.2-17.1.202408201 3.6 MB/s | 144 kB 00:00 (317/399): python3-neutron-lib-2.10.3-17.1.2023 4.3 MB/s | 375 kB 00:00 (318/399): python3-octaviaclient-2.3.1-17.1.202 974 kB/s | 91 kB 00:00 (319/399): python3-oslo-messaging-12.7.3-17.1.2 4.0 MB/s | 216 kB 00:00 (320/399): python3-oslo-service-2.5.1-17.1.2024 1.1 MB/s | 71 kB 00:00 (321/399): python3-rhosp-openvswitch-3.3-1.el9o 232 kB/s | 8.3 kB 00:00 (322/399): python3-waitress-2.0.0-4.el9ost.noar 1.6 MB/s | 109 kB 00:00 (323/399): openstack-tripleo-validations-14.3.2 4.3 MB/s | 204 kB 00:00 (324/399): openstack-ansible-core-2.14.2-4.7.el 31 MB/s | 2.3 MB 00:00 (325/399): puppet-ovn-18.6.1-17.1.2024092509490 504 kB/s | 29 kB 00:00 (326/399): puppet-glance-18.6.1-17.1.2025022015 1.2 MB/s | 87 kB 00:00 (327/399): puppet-pacemaker-1.5.1-17.1.20250214 2.6 MB/s | 158 kB 00:00 (328/399): puppet-tripleo-14.2.3-17.1.202503201 4.7 MB/s | 239 kB 00:00 (329/399): python3-os-ken-1.4.1-17.1.2024120509 29 MB/s | 2.1 MB 00:00 (330/399): ansible-collection-containers-podman 4.1 MB/s | 243 kB 00:00 (331/399): ansible-collections-openstack-1.9.1- 3.0 MB/s | 146 kB 00:00 (332/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 8.1 MB/s | 351 kB 00:00 (333/399): hiera-3.6.0-6.el9ost.noarch.rpm 819 kB/s | 33 kB 00:00 (334/399): openstack-tripleo-common-15.4.1-17.1 1.0 MB/s | 52 kB 00:00 (335/399): facter-3.14.19-3.el9ost.x86_64.rpm 3.0 MB/s | 518 kB 00:00 (336/399): openstack-tripleo-common-containers- 1.1 MB/s | 78 kB 00:00 (337/399): leatherman-1.12.6-5.el9ost.x86_64.rp 2.5 MB/s | 405 kB 00:00 (338/399): puppet-headless-7.10.0-4.el9ost.noar 18 MB/s | 1.4 MB 00:00 (339/399): puppet-7.10.0-4.el9ost.noarch.rpm 97 kB/s | 11 kB 00:00 (340/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.9 MB/s | 92 kB 00:00 (341/399): puppet-keystone-18.6.1-17.1.20250425 927 kB/s | 127 kB 00:00 (342/399): python3-cachetools-4.2.2-3.el9ost.no 668 kB/s | 33 kB 00:00 (343/399): python3-colorama-0.4.4-4.el9ost.noar 902 kB/s | 35 kB 00:00 (344/399): python3-boto-2.45.0-8.1.el9ost.noarc 5.5 MB/s | 1.3 MB 00:00 (345/399): python3-dogpile-cache-1.1.5-5.el9ost 734 kB/s | 89 kB 00:00 (346/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 1.4 MB/s | 284 kB 00:00 (347/399): python3-fixtures-3.0.0-24.el9ost.noa 2.4 MB/s | 93 kB 00:00 (348/399): python3-keyring-21.8.0-4.el9ost.noar 2.0 MB/s | 77 kB 00:00 (349/399): python3-extras-1.0.0-17.el9ost.noarc 258 kB/s | 21 kB 00:00 (350/399): python3-kombu-5.0.2-3.el9ost.noarch. 6.9 MB/s | 313 kB 00:00 (351/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.9 MB/s | 87 kB 00:00 (352/399): python3-openstacksdk-0.55.1-17.1.202 13 MB/s | 735 kB 00:00 (353/399): python3-paste-deploy-2.1.1-4.el9ost. 953 kB/s | 41 kB 00:00 (354/399): python3-munch-2.5.0-6.el9ost.noarch. 220 kB/s | 25 kB 00:00 (355/399): python3-pystache-0.5.4-15.el9ost.noa 2.7 MB/s | 132 kB 00:00 (356/399): python3-paste-3.5.0-5.el9ost.noarch. 4.9 MB/s | 776 kB 00:00 (357/399): python3-repoze-lru-0.7-12.el9ost.noa 564 kB/s | 32 kB 00:00 (358/399): python3-routes-2.4.1-14.el9ost.noarc 4.2 MB/s | 188 kB 00:00 (359/399): python3-secretstorage-3.3.1-3.el9ost 895 kB/s | 36 kB 00:00 (360/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 847 kB/s | 57 kB 00:00 (361/399): python3-simplejson-3.17.5-3.el9ost.x 5.7 MB/s | 266 kB 00:00 (362/399): python3-tempita-0.5.1-27.el9ost.noar 369 kB/s | 36 kB 00:00 (363/399): python3-testtools-2.4.0-10.el9ost.no 3.9 MB/s | 333 kB 00:00 (364/399): python3-tripleo-common-15.4.1-17.1.2 2.5 MB/s | 202 kB 00:00 (365/399): python3-warlock-1.3.3-7.el9ost.noarc 328 kB/s | 21 kB 00:00 (366/399): python3-vine-5.0.0-5.el9ost.noarch.r 219 kB/s | 26 kB 00:00 (367/399): python3-yappi-1.3.1-5.el9ost.x86_64. 832 kB/s | 56 kB 00:00 (368/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.5 MB/s | 180 kB 00:00 (369/399): python3-tripleoclient-16.5.1-17.1.20 2.7 MB/s | 553 kB 00:00 (370/399): ruby-facter-3.14.19-3.el9ost.x86_64. 182 kB/s | 9.5 kB 00:00 (371/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 2.5 MB/s | 123 kB 00:00 (372/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 281 kB/s | 29 kB 00:00 (373/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 368 kB/s | 19 kB 00:00 (374/399): openstack-heat-common-16.1.1-17.1.20 25 MB/s | 1.6 MB 00:00 (375/399): openstack-heat-monolith-16.1.1-17.1. 395 kB/s | 16 kB 00:00 (376/399): openstack-heat-api-16.1.1-17.1.20250 147 kB/s | 16 kB 00:00 (377/399): openstack-heat-engine-16.1.1-17.1.20 151 kB/s | 15 kB 00:00 (378/399): puppet-barbican-18.4.2-17.1.20250625 1.5 MB/s | 57 kB 00:00 (379/399): python-openstackclient-lang-5.5.2-17 1.3 MB/s | 58 kB 00:00 (380/399): openstack-tripleo-heat-templates-14. 5.9 MB/s | 617 kB 00:00 (381/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 531 kB/s | 36 kB 00:00 (382/399): tripleo-ansible-3.3.1-17.1.202507021 4.9 MB/s | 570 kB 00:00 (383/399): python3-openstackclient-5.5.2-17.1.2 6.8 MB/s | 1.1 MB 00:00 (384/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 510 kB/s | 30 kB 00:00 (385/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 183 kB/s | 19 kB 00:00 (386/399): device-mapper-event-libs-1.02.187-7. 520 kB/s | 31 kB 00:00 (387/399): device-mapper-event-1.02.187-7.el9_2 329 kB/s | 32 kB 00:00 (388/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 26 MB/s | 1.5 MB 00:00 (389/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 13 MB/s | 1.0 MB 00:00 (390/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.1 MB/s | 136 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.2 MB/s | 156 kB 00:00 (392/399): python3-openvswitch3.3-3.3.4-110.el9 2.0 MB/s | 369 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 282 kB/s | 30 kB 00:00 (394/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.2 MB/s | 464 kB 00:00 (395/399): util-linux-2.37.4-11.el9_2.x86_64.rp 17 MB/s | 2.3 MB 00:00 (396/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.0 MB/s | 65 kB 00:00 (397/399): device-mapper-1.02.187-7.el9_2.2.x86 2.4 MB/s | 142 kB 00:00 (398/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.0 MB/s | 109 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.1 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 8.7 MB/s | 97 MB 00:11 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 89/408 Installing : python3-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-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : 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 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 235/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 235/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 235/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 236/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 237/408 Installing : jq-1.6-14.el9.x86_64 238/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 239/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 240/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 241/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 242/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 243/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 244/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 245/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 246/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 247/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 248/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 249/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 249/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 250/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 251/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 252/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 253/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 254/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 255/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 256/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 257/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 258/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 259/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 260/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 261/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 262/408 Installing : boost-log-1.75.0-8.el9.x86_64 263/408 Installing : libburn-1.5.4-4.el9.x86_64 264/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 265/408 Installing : sshpass-1.09-4.el9.x86_64 266/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 267/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 268/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 269/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 270/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 271/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 272/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 273/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 274/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 275/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 276/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 277/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 278/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 279/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 280/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 281/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 282/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 283/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 284/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 285/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 286/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 287/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 288/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 289/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 290/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 291/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 292/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 293/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 294/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 295/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 296/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 297/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 297/408 Installing : libisofs-1.5.4-4.el9.x86_64 298/408 Installing : libisoburn-1.5.4-4.el9.x86_64 299/408 Installing : xorriso-1.5.4-4.el9.x86_64 300/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 300/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 301/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 302/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 303/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 304/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 306/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 307/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 307/408 Installing : puppet-7.10.0-4.el9ost.noarch 308/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 309/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 310/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 311/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 312/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 313/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 314/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 315/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 316/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 317/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 318/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 319/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 320/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 321/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 322/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 323/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 324/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 325/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 326/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 327/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 328/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 329/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 330/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 331/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 332/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 333/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 334/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 335/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 336/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 337/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 338/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 339/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 340/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 341/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 342/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 343/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 344/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 345/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 346/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 347/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 348/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 349/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 350/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 351/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 352/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 353/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 354/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 355/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 356/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 357/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 358/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 359/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 360/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 361/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 362/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 363/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 364/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 365/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 366/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 367/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 368/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 369/408 Installing : pkgconf-1.7.3-10.el9.x86_64 370/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 371/408 Installing : bash-completion-1:2.11-4.el9.noarch 372/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 373/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 373/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 374/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 375/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 376/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 377/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 378/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 379/408 Installing : libkadm5-1.20.1-8.el9.x86_64 380/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 381/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 382/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 383/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 384/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 385/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 386/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 387/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 388/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 389/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 390/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 391/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 392/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 393/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 394/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 394/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 395/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 395/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 396/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 396/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 397/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 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 : ansible-collection-community-general-4.0.0-1.1.e 1/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 2/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 3/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 4/408 Verifying : bash-completion-1:2.11-4.el9.noarch 5/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 6/408 Verifying : libaio-0.3.111-13.el9.x86_64 7/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 8/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 9/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 10/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 11/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 12/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 13/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 14/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 15/408 Verifying : python3-dns-2.2.1-2.el9.noarch 16/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 17/408 Verifying : boost-system-1.75.0-8.el9.x86_64 18/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 19/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 20/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 21/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 22/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 23/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 24/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 25/408 Verifying : perl-Exporter-5.74-461.el9.noarch 26/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 27/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 28/408 Verifying : perl-parent-1:0.238-460.el9.noarch 29/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 30/408 Verifying : xorriso-1.5.4-4.el9.x86_64 31/408 Verifying : libisofs-1.5.4-4.el9.x86_64 32/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 33/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 34/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 35/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 36/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 37/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 38/408 Verifying : perl-URI-5.09-3.el9.noarch 39/408 Verifying : perl-libnet-3.13-4.el9.noarch 40/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 41/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 42/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 43/408 Verifying : perl-Carp-1.50-460.el9.noarch 44/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 45/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 46/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 47/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 48/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 49/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 50/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 51/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 52/408 Verifying : sshpass-1.09-4.el9.x86_64 53/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 54/408 Verifying : boost-log-1.75.0-8.el9.x86_64 55/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 56/408 Verifying : libburn-1.5.4-4.el9.x86_64 57/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 58/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 59/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 60/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 61/408 Verifying : perl-Digest-1.19-4.el9.noarch 62/408 Verifying : perl-File-Path-2.18-4.el9.noarch 63/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 64/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 65/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 66/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 67/408 Verifying : perl-constant-1.33-461.el9.noarch 68/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 69/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 70/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 71/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 72/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 73/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 74/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 75/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 76/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 77/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 78/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 79/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 80/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 81/408 Verifying : jq-1.6-14.el9.x86_64 82/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 83/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 84/408 Verifying : perl-B-1.80-480.el9.x86_64 85/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 86/408 Verifying : perl-Errno-1.30-480.el9.x86_64 87/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 88/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 89/408 Verifying : perl-File-stat-1.09-480.el9.noarch 90/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 91/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 92/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 93/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 94/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 95/408 Verifying : perl-Symbol-1.08-480.el9.noarch 96/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 97/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 98/408 Verifying : perl-overload-1.31-480.el9.noarch 99/408 Verifying : perl-overloading-0.02-480.el9.noarch 100/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 101/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 102/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 103/408 Verifying : perl-IO-1.43-480.el9.x86_64 104/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 105/408 Verifying : perl-base-2.27-480.el9.noarch 106/408 Verifying : perl-if-0.60.800-480.el9.noarch 107/408 Verifying : perl-mro-1.23-480.el9.x86_64 108/408 Verifying : perl-subs-1.03-480.el9.noarch 109/408 Verifying : perl-vars-1.05-480.el9.noarch 110/408 Verifying : python3-mako-1.1.4-6.el9.noarch 111/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 112/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.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-06T15:20:13.129171 # # 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, 0.000192436 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-06 15:20:17.091853 | fa163e80-fa0c-8534-a5ff-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-06 15:20:17.119806 | fa163e80-fa0c-8534-a5ff-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-06 15:20:17.120694 | fa163e80-fa0c-8534-a5ff-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.043164 | 0.03s 2025-10-06 15:20:17.124237 | fa163e80-fa0c-8534-a5ff-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-06 15:20:17.168074 | fa163e80-fa0c-8534-a5ff-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-06 15:20:17.168871 | fa163e80-fa0c-8534-a5ff-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.091344 | 0.04s 2025-10-06 15:20:17.172496 | fa163e80-fa0c-8534-a5ff-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-06 15:20:17.248820 | fa163e80-fa0c-8534-a5ff-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-06 15:20:17.250085 | fa163e80-fa0c-8534-a5ff-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.172547 | 0.08s 2025-10-06 15:20:17.258270 | fa163e80-fa0c-8534-a5ff-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-06 15:20:17.624173 | fa163e80-fa0c-8534-a5ff-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-06 15:20:17.625637 | fa163e80-fa0c-8534-a5ff-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.548100 | 0.36s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-06 15:20:17.650495 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:20:17.651162 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:20:17.651760 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.574231 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:20:17.652254 | UUID | Info | Host | Task Name | Run Time 2025-10-06 15:20:17.652869 | fa163e80-fa0c-8534-a5ff-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.36s 2025-10-06 15:20:17.653442 | fa163e80-fa0c-8534-a5ff-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.08s 2025-10-06 15:20:17.653980 | fa163e80-fa0c-8534-a5ff-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-10-06 15:20:17.654577 | fa163e80-fa0c-8534-a5ff-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.03s 2025-10-06 15:20:17.655104 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-06 15:20:20.191321 | fa163e80-fa0c-8991-7871-000000000005 | TASK | set ssh key path facts 2025-10-06 15:20:20.227113 | fa163e80-fa0c-8991-7871-000000000005 | OK | set ssh key path facts | undercloud 2025-10-06 15:20:20.227858 | fa163e80-fa0c-8991-7871-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.052217 | 0.04s 2025-10-06 15:20:20.231423 | fa163e80-fa0c-8991-7871-000000000006 | TASK | stat private key 2025-10-06 15:20:20.530429 | fa163e80-fa0c-8991-7871-000000000006 | OK | stat private key | undercloud 2025-10-06 15:20:20.531842 | fa163e80-fa0c-8991-7871-000000000006 | TIMING | stat private key | undercloud | 0:00:00.356190 | 0.30s 2025-10-06 15:20:20.539039 | fa163e80-fa0c-8991-7871-000000000007 | TASK | stat public key 2025-10-06 15:20:20.754549 | fa163e80-fa0c-8991-7871-000000000007 | OK | stat public key | undercloud 2025-10-06 15:20:20.755503 | fa163e80-fa0c-8991-7871-000000000007 | TIMING | stat public key | undercloud | 0:00:00.579856 | 0.22s 2025-10-06 15:20:20.760692 | fa163e80-fa0c-8991-7871-000000000008 | TASK | create private key if it does not exist 2025-10-06 15:20:21.352068 | fa163e80-fa0c-8991-7871-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-06 15:20:21.354096 | fa163e80-fa0c-8991-7871-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.178429 | 0.59s 2025-10-06 15:20:21.361559 | fa163e80-fa0c-8991-7871-000000000009 | TASK | create public key if it does not exist 2025-10-06 15:20:21.647074 | fa163e80-fa0c-8991-7871-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-06 15:20:21.648331 | fa163e80-fa0c-8991-7871-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.472681 | 0.29s PLAY [allovercloud] ************************************************************ 2025-10-06 15:20:21.701723 | fa163e80-fa0c-8991-7871-000000000023 | TASK | Get local private key 2025-10-06 15:20:22.078783 | fa163e80-fa0c-8991-7871-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e80-fa0c-8991-7871-000000000023') missing from stats 2025-10-06 15:20:22.090996 | fa163e80-fa0c-8991-7871-000000000024 | TASK | Get local public key 2025-10-06 15:20:22.318126 | fa163e80-fa0c-8991-7871-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e80-fa0c-8991-7871-000000000024') missing from stats 2025-10-06 15:20:22.340893 | fa163e80-fa0c-8991-7871-000000000012 | TASK | create user ceph-admin 2025-10-06 15:20:22.784922 | fa163e80-fa0c-8991-7871-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-06 15:20:22.786182 | fa163e80-fa0c-8991-7871-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.610529 | 0.44s 2025-10-06 15:20:22.796635 | fa163e80-fa0c-8991-7871-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-06 15:20:23.375416 | fa163e80-fa0c-8991-7871-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-06 15:20:23.376415 | fa163e80-fa0c-8991-7871-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.200772 | 0.58s 2025-10-06 15:20:23.381215 | fa163e80-fa0c-8991-7871-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-06 15:20:23.742997 | fa163e80-fa0c-8991-7871-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-06 15:20:23.744298 | fa163e80-fa0c-8991-7871-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.568645 | 0.36s 2025-10-06 15:20:23.753570 | fa163e80-fa0c-8991-7871-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-06 15:20:23.983771 | fa163e80-fa0c-8991-7871-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-06 15:20:23.984978 | fa163e80-fa0c-8991-7871-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.809326 | 0.23s 2025-10-06 15:20:23.993835 | fa163e80-fa0c-8991-7871-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-06 15:20:24.216397 | fa163e80-fa0c-8991-7871-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-06 15:20:24.217645 | fa163e80-fa0c-8991-7871-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.041993 | 0.22s 2025-10-06 15:20:24.226586 | fa163e80-fa0c-8991-7871-000000000017 | TASK | get remote ceph-admin public key 2025-10-06 15:20:24.287146 | fa163e80-fa0c-8991-7871-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-06 15:20:24.288427 | fa163e80-fa0c-8991-7871-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.112775 | 0.06s 2025-10-06 15:20:24.297275 | fa163e80-fa0c-8991-7871-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-06 15:20:24.357294 | fa163e80-fa0c-8991-7871-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-06 15:20:24.358600 | fa163e80-fa0c-8991-7871-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.182940 | 0.06s 2025-10-06 15:20:24.367751 | fa163e80-fa0c-8991-7871-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-06 15:20:24.723268 | fa163e80-fa0c-8991-7871-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-06 15:20:24.724742 | fa163e80-fa0c-8991-7871-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.549089 | 0.36s 2025-10-06 15:20:24.733263 | fa163e80-fa0c-8991-7871-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-06 15:20:25.219363 | fa163e80-fa0c-8991-7871-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-06 15:20:25.220666 | fa163e80-fa0c-8991-7871-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.045013 | 0.49s 2025-10-06 15:20:25.229792 | fa163e80-fa0c-8991-7871-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-06 15:20:25.724787 | fa163e80-fa0c-8991-7871-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-06 15:20:25.725714 | fa163e80-fa0c-8991-7871-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.550068 | 0.49s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-06 15:20:25.743583 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:20:25.743893 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:20:25.744243 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.568606 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:20:25.744610 | UUID | Info | Host | Task Name | Run Time 2025-10-06 15:20:25.745072 | fa163e80-fa0c-8991-7871-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.59s 2025-10-06 15:20:25.745411 | fa163e80-fa0c-8991-7871-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.58s 2025-10-06 15:20:25.745817 | fa163e80-fa0c-8991-7871-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.49s 2025-10-06 15:20:25.746151 | fa163e80-fa0c-8991-7871-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.49s 2025-10-06 15:20:25.746625 | fa163e80-fa0c-8991-7871-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.44s 2025-10-06 15:20:25.746951 | fa163e80-fa0c-8991-7871-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.36s 2025-10-06 15:20:25.747310 | fa163e80-fa0c-8991-7871-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.36s 2025-10-06 15:20:25.747682 | fa163e80-fa0c-8991-7871-000000000006 | SUMMARY | undercloud | stat private key | 0.30s 2025-10-06 15:20:25.748122 | fa163e80-fa0c-8991-7871-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.29s 2025-10-06 15:20:25.748475 | fa163e80-fa0c-8991-7871-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.23s 2025-10-06 15:20:25.748811 | fa163e80-fa0c-8991-7871-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.22s 2025-10-06 15:20:25.749161 | fa163e80-fa0c-8991-7871-000000000007 | SUMMARY | undercloud | stat public key | 0.22s 2025-10-06 15:20:25.749500 | fa163e80-fa0c-8991-7871-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-06 15:20:25.749906 | fa163e80-fa0c-8991-7871-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-10-06 15:20:25.750368 | fa163e80-fa0c-8991-7871-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-10-06 15:20:25.750857 | fa163e80-fa0c-8991-7871-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-06 15:20:25.751288 | fa163e80-fa0c-8991-7871-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-06 15:20:25.751705 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-06 15:20:28.300714 | fa163e80-fa0c-d76f-37e9-000000000039 | TASK | Gathering Facts 2025-10-06 15:20:28.835603 | fa163e80-fa0c-d76f-37e9-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-06 15:20:28.837190 | fa163e80-fa0c-d76f-37e9-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.550552 | 0.54s 2025-10-06 15:20:28.840129 | fa163e80-fa0c-d76f-37e9-000000000039 | OK | Gathering Facts | undercloud 2025-10-06 15:20:28.841351 | fa163e80-fa0c-d76f-37e9-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.554722 | 0.53s 2025-10-06 15:20:28.873709 | fa163e80-fa0c-d76f-37e9-00000000000a | TASK | Load distro-specific variables 2025-10-06 15:20:28.955096 | fa163e80-fa0c-d76f-37e9-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.668436 | 0.08s 2025-10-06 15:20:28.967687 | fa163e80-fa0c-d76f-37e9-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.681041 | 0.08s 2025-10-06 15:20:28.984301 | db66a48b-11fb-47bf-8292-c68ca956e1eb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 15:20:28.985001 | db66a48b-11fb-47bf-8292-c68ca956e1eb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 15:20:29.002653 | fa163e80-fa0c-d76f-37e9-000000000052 | TASK | Load distro-specific variables 2025-10-06 15:20:29.102921 | fa163e80-fa0c-d76f-37e9-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:20:29.104487 | fa163e80-fa0c-d76f-37e9-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.817850 | 0.09s 2025-10-06 15:20:29.114073 | fa163e80-fa0c-d76f-37e9-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:20:29.115305 | fa163e80-fa0c-d76f-37e9-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.828676 | 0.11s 2025-10-06 15:20:29.120661 | fa163e80-fa0c-d76f-37e9-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.834025 | 0.11s 2025-10-06 15:20:29.121517 | fa163e80-fa0c-d76f-37e9-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.834895 | 0.12s 2025-10-06 15:20:29.126020 | fa163e80-fa0c-d76f-37e9-00000000000b | TASK | Install chronyd 2025-10-06 15:20:29.186357 | fa163e80-fa0c-d76f-37e9-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.899707 | 0.06s 2025-10-06 15:20:29.187509 | fa163e80-fa0c-d76f-37e9-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.900882 | 0.05s 2025-10-06 15:20:29.208390 | 5e315268-bc5c-4fc7-a31f-3bb1c6377a44 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-06 15:20:29.209102 | 5e315268-bc5c-4fc7-a31f-3bb1c6377a44 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-06 15:20:29.231378 | fa163e80-fa0c-d76f-37e9-0000000000a2 | TASK | Load distro-specific variables 2025-10-06 15:20:29.288438 | fa163e80-fa0c-d76f-37e9-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.001790 | 0.05s 2025-10-06 15:20:29.311729 | fa163e80-fa0c-d76f-37e9-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.025099 | 0.08s 2025-10-06 15:20:29.326033 | abb0ff99-1e77-42f1-b78b-d0ed3c700bee | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 15:20:29.326847 | abb0ff99-1e77-42f1-b78b-d0ed3c700bee | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 15:20:29.346999 | fa163e80-fa0c-d76f-37e9-000000000102 | TASK | Load distro-specific variables 2025-10-06 15:20:29.448284 | fa163e80-fa0c-d76f-37e9-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:20:29.449948 | fa163e80-fa0c-d76f-37e9-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.163300 | 0.10s 2025-10-06 15:20:29.456483 | fa163e80-fa0c-d76f-37e9-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.169845 | 0.11s 2025-10-06 15:20:29.464241 | fa163e80-fa0c-d76f-37e9-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:20:29.465051 | fa163e80-fa0c-d76f-37e9-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.178422 | 0.11s 2025-10-06 15:20:29.470563 | fa163e80-fa0c-d76f-37e9-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.183903 | 0.11s 2025-10-06 15:20:29.479503 | fa163e80-fa0c-d76f-37e9-0000000000a3 | TASK | Check for NTP service 2025-10-06 15:20:29.870516 | fa163e80-fa0c-d76f-37e9-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-06 15:20:29.871975 | fa163e80-fa0c-d76f-37e9-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.585338 | 0.39s 2025-10-06 15:20:29.873094 | fa163e80-fa0c-d76f-37e9-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-06 15:20:29.873878 | fa163e80-fa0c-d76f-37e9-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.587251 | 0.38s 2025-10-06 15:20:29.883207 | fa163e80-fa0c-d76f-37e9-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-06 15:20:29.976493 | fa163e80-fa0c-d76f-37e9-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-06 15:20:29.978016 | fa163e80-fa0c-d76f-37e9-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.691375 | 0.09s 2025-10-06 15:20:29.989027 | fa163e80-fa0c-d76f-37e9-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-06 15:20:29.989757 | fa163e80-fa0c-d76f-37e9-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.703129 | 0.09s 2025-10-06 15:20:30.001038 | fa163e80-fa0c-d76f-37e9-0000000000a5 | TASK | Install chronyd package 2025-10-06 15:20:33.076489 | fa163e80-fa0c-d76f-37e9-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-06 15:20:33.078126 | fa163e80-fa0c-d76f-37e9-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.791480 | 3.08s 2025-10-06 15:20:34.593656 | fa163e80-fa0c-d76f-37e9-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-06 15:20:34.595069 | fa163e80-fa0c-d76f-37e9-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.308433 | 4.58s 2025-10-06 15:20:34.603700 | fa163e80-fa0c-d76f-37e9-00000000000c | TASK | Upgrade chronyd 2025-10-06 15:20:34.685900 | fa163e80-fa0c-d76f-37e9-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-06 15:20:34.688174 | fa163e80-fa0c-d76f-37e9-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.401525 | 0.08s 2025-10-06 15:20:34.700390 | fa163e80-fa0c-d76f-37e9-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-06 15:20:34.701155 | fa163e80-fa0c-d76f-37e9-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.414525 | 0.08s 2025-10-06 15:20:34.709586 | fa163e80-fa0c-d76f-37e9-00000000000d | TASK | Configure chronyd 2025-10-06 15:20:34.785594 | fa163e80-fa0c-d76f-37e9-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.498887 | 0.07s 2025-10-06 15:20:34.800929 | fa163e80-fa0c-d76f-37e9-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.514295 | 0.08s 2025-10-06 15:20:34.819249 | e6c30b6c-dced-46e7-99c5-5d71fb66071e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-06 15:20:34.820082 | e6c30b6c-dced-46e7-99c5-5d71fb66071e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-06 15:20:34.852599 | fa163e80-fa0c-d76f-37e9-000000000162 | TASK | Load distro-specific variables 2025-10-06 15:20:34.921638 | fa163e80-fa0c-d76f-37e9-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.634955 | 0.07s 2025-10-06 15:20:34.943742 | fa163e80-fa0c-d76f-37e9-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.657114 | 0.08s 2025-10-06 15:20:34.957267 | df125188-b141-45dc-9458-efa94d71a46b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 15:20:34.957845 | df125188-b141-45dc-9458-efa94d71a46b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 15:20:34.967968 | fa163e80-fa0c-d76f-37e9-0000000001fa | TASK | Load distro-specific variables 2025-10-06 15:20:35.078908 | fa163e80-fa0c-d76f-37e9-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:20:35.080547 | fa163e80-fa0c-d76f-37e9-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.793884 | 0.10s 2025-10-06 15:20:35.089694 | fa163e80-fa0c-d76f-37e9-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:20:35.090855 | fa163e80-fa0c-d76f-37e9-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.804227 | 0.12s 2025-10-06 15:20:35.096315 | fa163e80-fa0c-d76f-37e9-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.809664 | 0.12s 2025-10-06 15:20:35.097884 | fa163e80-fa0c-d76f-37e9-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.811257 | 0.13s 2025-10-06 15:20:35.108092 | fa163e80-fa0c-d76f-37e9-000000000163 | TASK | Install chrony configuration file 2025-10-06 15:20:35.920699 | fa163e80-fa0c-d76f-37e9-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-06 15:20:35.922336 | fa163e80-fa0c-d76f-37e9-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.635696 | 0.80s 2025-10-06 15:20:35.954483 | fa163e80-fa0c-d76f-37e9-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-06 15:20:35.955637 | fa163e80-fa0c-d76f-37e9-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.669002 | 0.85s 2025-10-06 15:20:35.965074 | fa163e80-fa0c-d76f-37e9-00000000000e | TASK | Run chronyd 2025-10-06 15:20:36.048671 | fa163e80-fa0c-d76f-37e9-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.762014 | 0.07s 2025-10-06 15:20:36.070302 | fa163e80-fa0c-d76f-37e9-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.783670 | 0.10s 2025-10-06 15:20:36.089557 | 1c3ee17e-e669-4fa1-8200-cad74f420fbb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-06 15:20:36.090328 | 1c3ee17e-e669-4fa1-8200-cad74f420fbb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-06 15:20:36.128191 | fa163e80-fa0c-d76f-37e9-000000000233 | TASK | Load distro-specific variables 2025-10-06 15:20:36.236922 | fa163e80-fa0c-d76f-37e9-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.950269 | 0.11s 2025-10-06 15:20:36.238079 | fa163e80-fa0c-d76f-37e9-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.951449 | 0.10s 2025-10-06 15:20:36.252836 | 0868c747-96a8-47ec-9dc1-820ddb5a5526 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 15:20:36.253549 | 0868c747-96a8-47ec-9dc1-820ddb5a5526 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 15:20:36.272432 | fa163e80-fa0c-d76f-37e9-0000000002ee | TASK | Load distro-specific variables 2025-10-06 15:20:36.423099 | fa163e80-fa0c-d76f-37e9-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:20:36.424356 | fa163e80-fa0c-d76f-37e9-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.137715 | 0.15s 2025-10-06 15:20:36.434105 | fa163e80-fa0c-d76f-37e9-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:20:36.435401 | fa163e80-fa0c-d76f-37e9-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.148773 | 0.15s 2025-10-06 15:20:36.440968 | fa163e80-fa0c-d76f-37e9-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.154327 | 0.17s 2025-10-06 15:20:36.442173 | fa163e80-fa0c-d76f-37e9-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.155546 | 0.16s 2025-10-06 15:20:36.450799 | fa163e80-fa0c-d76f-37e9-000000000234 | TASK | Ensure chronyd is running 2025-10-06 15:20:37.095968 | fa163e80-fa0c-d76f-37e9-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-06 15:20:37.098093 | fa163e80-fa0c-d76f-37e9-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.811447 | 0.65s 2025-10-06 15:20:37.111143 | fa163e80-fa0c-d76f-37e9-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-06 15:20:37.112492 | fa163e80-fa0c-d76f-37e9-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.825864 | 0.65s 2025-10-06 15:20:37.122319 | fa163e80-fa0c-d76f-37e9-000000000235 | TASK | Force chronyd restart 2025-10-06 15:20:37.212049 | fa163e80-fa0c-d76f-37e9-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-06 15:20:37.213640 | fa163e80-fa0c-d76f-37e9-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:08.926982 | 0.09s 2025-10-06 15:20:37.603482 | fa163e80-fa0c-d76f-37e9-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-06 15:20:37.605094 | fa163e80-fa0c-d76f-37e9-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.318462 | 0.47s 2025-10-06 15:20:37.614807 | fa163e80-fa0c-d76f-37e9-00000000000f | TASK | Enable online service 2025-10-06 15:20:37.691996 | fa163e80-fa0c-d76f-37e9-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.405349 | 0.06s 2025-10-06 15:20:37.693090 | fa163e80-fa0c-d76f-37e9-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.406464 | 0.08s 2025-10-06 15:20:37.710294 | 5b5c2083-7145-4314-ad1a-dbed48cb7ef2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-06 15:20:37.711103 | 5b5c2083-7145-4314-ad1a-dbed48cb7ef2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-06 15:20:37.751181 | fa163e80-fa0c-d76f-37e9-000000000338 | TASK | Create chrony-online.service unit file 2025-10-06 15:20:38.214453 | fa163e80-fa0c-d76f-37e9-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-10-06 15:20:38.215986 | fa163e80-fa0c-d76f-37e9-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:09.929343 | 0.46s 2025-10-06 15:20:38.282273 | fa163e80-fa0c-d76f-37e9-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-10-06 15:20:38.283376 | fa163e80-fa0c-d76f-37e9-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:09.996745 | 0.52s 2025-10-06 15:20:38.292080 | fa163e80-fa0c-d76f-37e9-000000000339 | TASK | Enable chrony-online.service 2025-10-06 15:20:39.315645 | fa163e80-fa0c-d76f-37e9-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-06 15:20:39.317862 | fa163e80-fa0c-d76f-37e9-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.031212 | 1.01s 2025-10-06 15:20:40.114913 | fa163e80-fa0c-d76f-37e9-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-06 15:20:40.116437 | fa163e80-fa0c-d76f-37e9-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.829806 | 1.82s 2025-10-06 15:20:40.126342 | fa163e80-fa0c-d76f-37e9-000000000010 | TASK | Sync chronyc 2025-10-06 15:20:40.218299 | fa163e80-fa0c-d76f-37e9-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.931653 | 0.09s 2025-10-06 15:20:40.229624 | fa163e80-fa0c-d76f-37e9-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.942990 | 0.08s 2025-10-06 15:20:40.246653 | f3018cdf-3e6e-4842-b9d0-a9574294ecf5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-06 15:20:40.247375 | f3018cdf-3e6e-4842-b9d0-a9574294ecf5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-06 15:20:40.295816 | fa163e80-fa0c-d76f-37e9-00000000042a | TASK | Force NTP sync 2025-10-06 15:20:40.558231 | fa163e80-fa0c-d76f-37e9-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-06 15:20:40.559159 | fa163e80-fa0c-d76f-37e9-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.272525 | 0.25s 2025-10-06 15:20:40.590540 | fa163e80-fa0c-d76f-37e9-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-06 15:20:40.591648 | fa163e80-fa0c-d76f-37e9-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.305015 | 0.29s 2025-10-06 15:20:40.600093 | fa163e80-fa0c-d76f-37e9-00000000042b | TASK | Ensure system is NTP time synced 2025-10-06 15:20:50.872159 | fa163e80-fa0c-d76f-37e9-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-06 15:20:50.873672 | fa163e80-fa0c-d76f-37e9-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.587025 | 10.26s 2025-10-06 15:20:50.905611 | fa163e80-fa0c-d76f-37e9-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-06 15:20:50.906663 | fa163e80-fa0c-d76f-37e9-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.620032 | 10.31s 2025-10-06 15:20:50.928710 | fa163e80-fa0c-d76f-37e9-00000000002c | TASK | Set timezone 2025-10-06 15:20:51.364724 | fa163e80-fa0c-d76f-37e9-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-06 15:20:51.366129 | fa163e80-fa0c-d76f-37e9-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.079493 | 0.44s 2025-10-06 15:20:51.367010 | fa163e80-fa0c-d76f-37e9-00000000002c | OK | Set timezone | undercloud 2025-10-06 15:20:51.367668 | fa163e80-fa0c-d76f-37e9-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.081041 | 0.42s 2025-10-06 15:20:51.375775 | fa163e80-fa0c-d76f-37e9-00000000002d | TASK | Restart time services 2025-10-06 15:20:51.414924 | fa163e80-fa0c-d76f-37e9-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-06 15:20:51.421358 | fa163e80-fa0c-d76f-37e9-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-06 15:20:51.430963 | fa163e80-fa0c-d76f-37e9-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-06 15:20:51.436819 | fa163e80-fa0c-d76f-37e9-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.150174 | 0.06s 2025-10-06 15:20:51.437893 | fa163e80-fa0c-d76f-37e9-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-06 15:20:51.448345 | fa163e80-fa0c-d76f-37e9-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.161710 | 0.06s 2025-10-06 15:20:51.495294 | fa163e80-fa0c-d76f-37e9-000000000012 | HANDLER | Restart chronyd 2025-10-06 15:20:51.974358 | fa163e80-fa0c-d76f-37e9-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-06 15:20:51.976354 | fa163e80-fa0c-d76f-37e9-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.689716 | 0.48s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-10-06 15:20:51.994995 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:20:51.995387 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:20:51.995673 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.709053 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:20:51.995898 | UUID | Info | Host | Task Name | Run Time 2025-10-06 15:20:51.996141 | fa163e80-fa0c-d76f-37e9-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.31s 2025-10-06 15:20:51.996359 | fa163e80-fa0c-d76f-37e9-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.26s 2025-10-06 15:20:51.996640 | fa163e80-fa0c-d76f-37e9-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.58s 2025-10-06 15:20:51.996895 | fa163e80-fa0c-d76f-37e9-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.08s 2025-10-06 15:20:51.997193 | fa163e80-fa0c-d76f-37e9-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.82s 2025-10-06 15:20:51.997434 | fa163e80-fa0c-d76f-37e9-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.01s 2025-10-06 15:20:51.997681 | fa163e80-fa0c-d76f-37e9-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.85s 2025-10-06 15:20:51.997914 | fa163e80-fa0c-d76f-37e9-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.80s 2025-10-06 15:20:51.998134 | fa163e80-fa0c-d76f-37e9-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.65s 2025-10-06 15:20:51.998365 | fa163e80-fa0c-d76f-37e9-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.65s 2025-10-06 15:20:51.998614 | fa163e80-fa0c-d76f-37e9-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.54s 2025-10-06 15:20:51.998887 | fa163e80-fa0c-d76f-37e9-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.53s 2025-10-06 15:20:51.999127 | fa163e80-fa0c-d76f-37e9-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.52s 2025-10-06 15:20:51.999357 | fa163e80-fa0c-d76f-37e9-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.48s 2025-10-06 15:20:51.999663 | fa163e80-fa0c-d76f-37e9-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.47s 2025-10-06 15:20:51.999898 | fa163e80-fa0c-d76f-37e9-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.46s 2025-10-06 15:20:52.000170 | fa163e80-fa0c-d76f-37e9-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.44s 2025-10-06 15:20:52.000425 | fa163e80-fa0c-d76f-37e9-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.42s 2025-10-06 15:20:52.000718 | fa163e80-fa0c-d76f-37e9-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.39s 2025-10-06 15:20:52.001021 | fa163e80-fa0c-d76f-37e9-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.38s 2025-10-06 15:20:52.001318 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-06 15:20:52.893832 | fa163e80-fa0c-164a-e489-000000000005 | SKIPPED | fail | undercloud 2025-10-06 15:20:52.894678 | fa163e80-fa0c-164a-e489-000000000005 | TIMING | fail | undercloud | 0:00:00.068671 | 0.06s 2025-10-06 15:20:52.964144 | fa163e80-fa0c-164a-e489-000000000006 | SKIPPED | fail | undercloud 2025-10-06 15:20:52.965318 | fa163e80-fa0c-164a-e489-000000000006 | TIMING | fail | undercloud | 0:00:00.139303 | 0.07s 2025-10-06 15:20:52.972832 | fa163e80-fa0c-164a-e489-000000000008 | TASK | Ensure working_dir is provided 2025-10-06 15:20:53.019085 | fa163e80-fa0c-164a-e489-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-06 15:20:53.020164 | fa163e80-fa0c-164a-e489-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.194149 | 0.05s 2025-10-06 15:20:53.039736 | fa163e80-fa0c-164a-e489-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-06 15:20:53.077901 | fa163e80-fa0c-164a-e489-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-06 15:20:53.079016 | fa163e80-fa0c-164a-e489-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.253001 | 0.04s 2025-10-06 15:20:53.086531 | fa163e80-fa0c-164a-e489-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-06 15:20:53.132704 | fa163e80-fa0c-164a-e489-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-06 15:20:53.133725 | fa163e80-fa0c-164a-e489-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.307711 | 0.05s 2025-10-06 15:20:53.140862 | fa163e80-fa0c-164a-e489-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-06 15:20:53.178492 | fa163e80-fa0c-164a-e489-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-06 15:20:53.179799 | fa163e80-fa0c-164a-e489-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.353782 | 0.04s 2025-10-06 15:20:53.187821 | fa163e80-fa0c-164a-e489-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-06 15:20:53.245222 | fa163e80-fa0c-164a-e489-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-06 15:20:53.246434 | fa163e80-fa0c-164a-e489-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.420417 | 0.06s 2025-10-06 15:20:53.254895 | fa163e80-fa0c-164a-e489-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-06 15:20:53.365753 | fa163e80-fa0c-164a-e489-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'osd', 'mon', '_admin'], 'service_type': 'host'} 2025-10-06 15:20:53.367511 | fa163e80-fa0c-164a-e489-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.541487 | 0.11s 2025-10-06 15:20:53.381684 | fa163e80-fa0c-164a-e489-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-06 15:20:53.399716 | fa163e80-fa0c-164a-e489-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-06 15:20:53.413376 | fa163e80-fa0c-164a-e489-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-06 15:20:53.425081 | fa163e80-fa0c-164a-e489-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.599065 | 0.17s 2025-10-06 15:20:53.434324 | fa163e80-fa0c-164a-e489-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-06 15:20:53.552217 | fa163e80-fa0c-164a-e489-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'osd', 'mon', '_admin'], 'service_type': 'host'} 2025-10-06 15:20:53.567611 | fa163e80-fa0c-164a-e489-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-06 15:20:53.580868 | fa163e80-fa0c-164a-e489-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-06 15:20:53.593783 | fa163e80-fa0c-164a-e489-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-06 15:20:53.605288 | fa163e80-fa0c-164a-e489-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.779267 | 0.17s 2025-10-06 15:20:53.613676 | fa163e80-fa0c-164a-e489-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-06 15:20:53.690504 | fa163e80-fa0c-164a-e489-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-06 15:20:53.691705 | fa163e80-fa0c-164a-e489-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.865690 | 0.08s 2025-10-06 15:20:53.699915 | fa163e80-fa0c-164a-e489-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-06 15:20:53.738465 | fa163e80-fa0c-164a-e489-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-06 15:20:53.739600 | fa163e80-fa0c-164a-e489-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.913586 | 0.04s 2025-10-06 15:20:53.740423 | fa163e80-fa0c-164a-e489-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.914419 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-06 15:20:53.809311 | fa163e80-fa0c-164a-e489-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-06 15:20:53.848726 | fa163e80-fa0c-164a-e489-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-06 15:20:53.850061 | fa163e80-fa0c-164a-e489-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:01.024045 | 0.04s 2025-10-06 15:20:53.859791 | fa163e80-fa0c-164a-e489-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-06 15:20:54.009503 | fa163e80-fa0c-164a-e489-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-06 15:20:54.010642 | fa163e80-fa0c-164a-e489-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.184628 | 0.15s 2025-10-06 15:20:54.018461 | fa163e80-fa0c-164a-e489-000000000019 | TASK | Set IP address of first monitor 2025-10-06 15:20:54.056697 | fa163e80-fa0c-164a-e489-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-06 15:20:54.057517 | fa163e80-fa0c-164a-e489-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.231510 | 0.04s 2025-10-06 15:20:54.071575 | fa163e80-fa0c-164a-e489-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-06 15:20:54.106465 | fa163e80-fa0c-164a-e489-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-06 15:20:54.107807 | fa163e80-fa0c-164a-e489-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.281791 | 0.04s 2025-10-06 15:20:54.120157 | fa163e80-fa0c-164a-e489-000000000021 | TASK | Install cephadm package 2025-10-06 15:20:57.037132 | fa163e80-fa0c-164a-e489-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-06 15:20:57.038679 | fa163e80-fa0c-164a-e489-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.212665 | 2.92s 2025-10-06 15:20:57.049740 | fa163e80-fa0c-164a-e489-000000000022 | TASK | Stat cephadm file 2025-10-06 15:20:57.408621 | fa163e80-fa0c-164a-e489-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-06 15:20:57.409454 | fa163e80-fa0c-164a-e489-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.583450 | 0.36s 2025-10-06 15:20:57.414179 | fa163e80-fa0c-164a-e489-000000000023 | TASK | Fail if cephadm is not available 2025-10-06 15:20:57.438591 | fa163e80-fa0c-164a-e489-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-06 15:20:57.439573 | fa163e80-fa0c-164a-e489-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.613563 | 0.02s 2025-10-06 15:20:57.448794 | fa163e80-fa0c-164a-e489-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-06 15:20:58.218750 | fa163e80-fa0c-164a-e489-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-06 15:20:58.220061 | fa163e80-fa0c-164a-e489-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.394045 | 0.77s 2025-10-06 15:20:58.229776 | fa163e80-fa0c-164a-e489-000000000026 | TASK | Set list of found FSIDs 2025-10-06 15:20:58.343053 | fa163e80-fa0c-164a-e489-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-06 15:20:58.344314 | fa163e80-fa0c-164a-e489-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.518297 | 0.11s 2025-10-06 15:20:58.353599 | fa163e80-fa0c-164a-e489-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-06 15:20:58.462948 | fa163e80-fa0c-164a-e489-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-06 15:20:58.464191 | fa163e80-fa0c-164a-e489-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.638176 | 0.11s 2025-10-06 15:20:58.473785 | fa163e80-fa0c-164a-e489-000000000028 | TASK | Set FSID to the discovered value 2025-10-06 15:20:58.564838 | fa163e80-fa0c-164a-e489-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-06 15:20:58.566095 | fa163e80-fa0c-164a-e489-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.740079 | 0.09s 2025-10-06 15:20:58.575166 | fa163e80-fa0c-164a-e489-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-06 15:20:58.663098 | fa163e80-fa0c-164a-e489-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-06 15:20:58.664344 | fa163e80-fa0c-164a-e489-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.838328 | 0.09s 2025-10-06 15:20:58.675520 | fa163e80-fa0c-164a-e489-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-06 15:20:58.743497 | fa163e80-fa0c-164a-e489-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-06 15:20:58.744746 | fa163e80-fa0c-164a-e489-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.918732 | 0.07s 2025-10-06 15:20:58.754786 | fa163e80-fa0c-164a-e489-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-06 15:20:59.100965 | fa163e80-fa0c-164a-e489-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-06 15:20:59.102336 | fa163e80-fa0c-164a-e489-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.276320 | 0.35s 2025-10-06 15:20:59.113317 | fa163e80-fa0c-164a-e489-00000000002d | TASK | Ensure specs directory exists 2025-10-06 15:20:59.309883 | fa163e80-fa0c-164a-e489-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-06 15:20:59.311242 | fa163e80-fa0c-164a-e489-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.485222 | 0.20s 2025-10-06 15:20:59.327484 | fa163e80-fa0c-164a-e489-00000000002e | TASK | Stat spec file on ansible host 2025-10-06 15:20:59.597287 | fa163e80-fa0c-164a-e489-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e80-fa0c-164a-e489-00000000002e') missing from stats 2025-10-06 15:20:59.610124 | fa163e80-fa0c-164a-e489-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-06 15:21:00.198189 | fa163e80-fa0c-164a-e489-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-06 15:21:00.199636 | fa163e80-fa0c-164a-e489-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.373611 | 0.59s 2025-10-06 15:21:00.216128 | fa163e80-fa0c-164a-e489-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-06 15:21:00.513007 | fa163e80-fa0c-164a-e489-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e80-fa0c-164a-e489-000000000031') missing from stats 2025-10-06 15:21:00.524418 | fa163e80-fa0c-164a-e489-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-06 15:21:00.912820 | fa163e80-fa0c-164a-e489-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-06 15:21:00.914102 | fa163e80-fa0c-164a-e489-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.088057 | 0.39s 2025-10-06 15:21:00.937068 | fa163e80-fa0c-164a-e489-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-06 15:21:01.026380 | fa163e80-fa0c-164a-e489-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-06 15:21:01.027698 | fa163e80-fa0c-164a-e489-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.201683 | 0.09s 2025-10-06 15:21:01.046020 | fa163e80-fa0c-164a-e489-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-06 15:21:01.123099 | fa163e80-fa0c-164a-e489-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-06 15:21:01.124207 | fa163e80-fa0c-164a-e489-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.298194 | 0.08s 2025-10-06 15:21:01.133563 | fa163e80-fa0c-164a-e489-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-06 15:21:01.380035 | fa163e80-fa0c-164a-e489-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-06 15:21:01.381731 | fa163e80-fa0c-164a-e489-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.555707 | 0.25s 2025-10-06 15:21:01.593652 | fa163e80-fa0c-164a-e489-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-06 15:21:01.594979 | fa163e80-fa0c-164a-e489-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.768970 | 0.46s 2025-10-06 15:21:01.604813 | fa163e80-fa0c-164a-e489-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.778805 | 0.47s 2025-10-06 15:21:01.610223 | fa163e80-fa0c-164a-e489-000000000065 | TASK | Fail if necessary files are missing 2025-10-06 15:21:01.703307 | fa163e80-fa0c-164a-e489-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': 2610, 'inode': 394282076, 'dev': 64516, 'nlink': 1, 'atime': 1759764025.184355, 'mtime': 1759764025.0123498, 'ctime': 1759764025.187355, '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': '8bf831d85675d977402a7abe175b210f78788b10', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '770085356', '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-06 15:21:01.710279 | fa163e80-fa0c-164a-e489-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': 419438475, 'dev': 64516, 'nlink': 1, 'atime': 1759764025.6973708, 'mtime': 1759764025.5343657, 'ctime': 1759764025.7003708, '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': 'bde3e1d12ecf85c32d88168600a06cbe1933f4c1', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '677793984', '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-06 15:21:01.717530 | fa163e80-fa0c-164a-e489-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.891517 | 0.11s 2025-10-06 15:21:01.726910 | fa163e80-fa0c-164a-e489-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-06 15:21:01.982411 | fa163e80-fa0c-164a-e489-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-06 15:21:01.983282 | fa163e80-fa0c-164a-e489-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.157277 | 0.25s 2025-10-06 15:21:01.988314 | fa163e80-fa0c-164a-e489-000000000068 | TASK | Run cephadm bootstrap 2025-10-06 15:22:05.387553 | fa163e80-fa0c-164a-e489-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-06 15:22:05.388559 | fa163e80-fa0c-164a-e489-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:12.562531 | 63.40s 2025-10-06 15:22:05.395381 | fa163e80-fa0c-164a-e489-000000000069 | TASK | Show results of bootstrap 2025-10-06 15:22:05.451028 | fa163e80-fa0c-164a-e489-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-06 15:22:05.451875 | fa163e80-fa0c-164a-e489-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:12.625868 | 0.06s 2025-10-06 15:22:05.458395 | fa163e80-fa0c-164a-e489-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-06 15:22:05.517810 | fa163e80-fa0c-164a-e489-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:12.691793 | 0.06s 2025-10-06 15:22:05.530026 | fdf4c5c9-44a2-4288-9843-088bbeb4f779 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-06 15:22:05.547386 | fa163e80-fa0c-164a-e489-00000000020b | TASK | Set ceph CLI 2025-10-06 15:22:05.728170 | fa163e80-fa0c-164a-e489-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-06 15:22:05.729508 | fa163e80-fa0c-164a-e489-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:12.903492 | 0.18s 2025-10-06 15:22:05.739375 | fa163e80-fa0c-164a-e489-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-06 15:22:06.582710 | fa163e80-fa0c-164a-e489-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-06 15:22:06.584179 | fa163e80-fa0c-164a-e489-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:13.758161 | 0.84s 2025-10-06 15:22:06.594919 | fa163e80-fa0c-164a-e489-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-06 15:22:07.680453 | fa163e80-fa0c-164a-e489-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-06 15:22:07.682363 | fa163e80-fa0c-164a-e489-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:14.856337 | 1.09s 2025-10-06 15:22:07.696997 | fa163e80-fa0c-164a-e489-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-06 15:22:07.729194 | fa163e80-fa0c-164a-e489-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-06 15:22:07.730484 | fa163e80-fa0c-164a-e489-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:14.904467 | 0.03s 2025-10-06 15:22:07.747732 | fa163e80-fa0c-164a-e489-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-06 15:22:07.796006 | fa163e80-fa0c-164a-e489-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-06 15:22:07.797273 | fa163e80-fa0c-164a-e489-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:14.971256 | 0.05s 2025-10-06 15:22:07.807284 | fa163e80-fa0c-164a-e489-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-06 15:22:07.838203 | fa163e80-fa0c-164a-e489-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-06 15:22:07.839869 | fa163e80-fa0c-164a-e489-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:15.013844 | 0.03s 2025-10-06 15:22:07.850838 | fa163e80-fa0c-164a-e489-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-06 15:22:07.922691 | fa163e80-fa0c-164a-e489-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-06 15:22:07.924079 | fa163e80-fa0c-164a-e489-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.098057 | 0.07s 2025-10-06 15:22:07.931324 | fa163e80-fa0c-164a-e489-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-06 15:22:07.932215 | fa163e80-fa0c-164a-e489-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.106209 | 0.08s 2025-10-06 15:22:07.940502 | fa163e80-fa0c-164a-e489-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-06 15:22:07.941187 | fa163e80-fa0c-164a-e489-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.115182 | 0.09s 2025-10-06 15:22:07.945829 | fa163e80-fa0c-164a-e489-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-06 15:22:07.946689 | fa163e80-fa0c-164a-e489-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.120684 | 0.09s 2025-10-06 15:22:07.957175 | fa163e80-fa0c-164a-e489-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.131159 | 0.11s 2025-10-06 15:22:07.976845 | fa163e80-fa0c-164a-e489-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-06 15:22:08.114985 | fa163e80-fa0c-164a-e489-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-06 15:22:08.175002 | fa163e80-fa0c-164a-e489-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-06 15:22:08.236426 | fa163e80-fa0c-164a-e489-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-06 15:22:08.297601 | fa163e80-fa0c-164a-e489-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-06 15:22:08.360349 | fa163e80-fa0c-164a-e489-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-06 15:22:08.421455 | fa163e80-fa0c-164a-e489-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-06 15:22:08.483424 | fa163e80-fa0c-164a-e489-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-06 15:22:08.541737 | fa163e80-fa0c-164a-e489-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-06 15:22:08.548205 | fa163e80-fa0c-164a-e489-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:15.722177 | 0.57s 2025-10-06 15:22:08.557852 | fa163e80-fa0c-164a-e489-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-06 15:22:09.652274 | fa163e80-fa0c-164a-e489-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-06 15:22:09.653933 | fa163e80-fa0c-164a-e489-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:16.827914 | 1.09s 2025-10-06 15:22:10.526012 | fa163e80-fa0c-164a-e489-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-06 15:22:10.527404 | fa163e80-fa0c-164a-e489-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.701393 | 1.97s 2025-10-06 15:22:11.414660 | fa163e80-fa0c-164a-e489-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-06 15:22:11.415820 | fa163e80-fa0c-164a-e489-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.589812 | 2.86s 2025-10-06 15:22:12.187801 | fa163e80-fa0c-164a-e489-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-06 15:22:12.189128 | fa163e80-fa0c-164a-e489-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.363119 | 3.63s 2025-10-06 15:22:12.199150 | fa163e80-fa0c-164a-e489-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.373140 | 3.64s 2025-10-06 15:22:12.212284 | fa163e80-fa0c-164a-e489-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-06 15:22:12.444305 | fa163e80-fa0c-164a-e489-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-06 15:22:12.445740 | fa163e80-fa0c-164a-e489-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.619724 | 0.23s 2025-10-06 15:22:12.456683 | fa163e80-fa0c-164a-e489-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.630673 | 0.24s 2025-10-06 15:22:12.461767 | fa163e80-fa0c-164a-e489-0000000000a7 | TASK | Fail if spec file is missing 2025-10-06 15:22:12.518901 | fa163e80-fa0c-164a-e489-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': 1031801498, 'dev': 64516, 'nlink': 1, 'atime': 1759764060.1633499, 'mtime': 1759764059.85834, 'ctime': 1759764060.1663501, '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': '71475cc5a6bdbb6afb8cc66abe256f2ebda1847b', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '4030574423', '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-06 15:22:12.529999 | fa163e80-fa0c-164a-e489-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:19.703983 | 0.07s 2025-10-06 15:22:12.535293 | fa163e80-fa0c-164a-e489-0000000000a8 | TASK | Get ceph_cli 2025-10-06 15:22:12.559165 | fa163e80-fa0c-164a-e489-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:19.733147 | 0.02s 2025-10-06 15:22:12.565185 | 82ecf097-ad27-4853-aed0-ab686f6bd05c | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-06 15:22:12.573420 | fa163e80-fa0c-164a-e489-000000000270 | TASK | Set ceph CLI 2025-10-06 15:22:12.741508 | fa163e80-fa0c-164a-e489-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-06 15:22:12.742819 | fa163e80-fa0c-164a-e489-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:19.916807 | 0.17s 2025-10-06 15:22:12.749865 | fa163e80-fa0c-164a-e489-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-06 15:22:13.817458 | fa163e80-fa0c-164a-e489-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-06 15:22:13.818463 | fa163e80-fa0c-164a-e489-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:20.992458 | 1.07s 2025-10-06 15:22:13.824946 | fa163e80-fa0c-164a-e489-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-06 15:22:13.871188 | fa163e80-fa0c-164a-e489-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-06 15:22:13.871997 | fa163e80-fa0c-164a-e489-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:21.045993 | 0.05s 2025-10-06 15:22:13.876632 | fa163e80-fa0c-164a-e489-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-06 15:22:13.891436 | fa163e80-fa0c-164a-e489-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:21.065424 | 0.01s 2025-10-06 15:22:13.906115 | f9a29b7b-6985-410e-aafa-22c077134659 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-06 15:22:13.923785 | fa163e80-fa0c-164a-e489-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-06 15:22:13.969924 | fa163e80-fa0c-164a-e489-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-06 15:22:13.970779 | fa163e80-fa0c-164a-e489-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:21.144771 | 0.05s 2025-10-06 15:22:13.979476 | fa163e80-fa0c-164a-e489-0000000002a8 | TASK | set cephadm debug level 2025-10-06 15:22:14.027620 | fa163e80-fa0c-164a-e489-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-06 15:22:14.028890 | fa163e80-fa0c-164a-e489-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:21.202874 | 0.05s 2025-10-06 15:22:14.038561 | fa163e80-fa0c-164a-e489-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-06 15:22:14.117295 | fa163e80-fa0c-164a-e489-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-06 15:22:14.118740 | fa163e80-fa0c-164a-e489-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:21.292716 | 0.08s 2025-10-06 15:22:14.129494 | fa163e80-fa0c-164a-e489-0000000002aa | TASK | set container image base in ceph configuration 2025-10-06 15:22:15.124095 | fa163e80-fa0c-164a-e489-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-06 15:22:15.125787 | fa163e80-fa0c-164a-e489-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:22.299767 | 0.99s 2025-10-06 15:22:15.135995 | fa163e80-fa0c-164a-e489-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-06 15:22:15.171365 | fa163e80-fa0c-164a-e489-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-06 15:22:15.172446 | fa163e80-fa0c-164a-e489-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:22.346434 | 0.04s 2025-10-06 15:22:15.181286 | fa163e80-fa0c-164a-e489-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-06 15:22:15.217458 | fa163e80-fa0c-164a-e489-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-06 15:22:15.218090 | fa163e80-fa0c-164a-e489-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:22.392087 | 0.04s 2025-10-06 15:22:15.222451 | fa163e80-fa0c-164a-e489-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-06 15:22:15.263855 | fa163e80-fa0c-164a-e489-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-06 15:22:15.264564 | fa163e80-fa0c-164a-e489-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:22.438558 | 0.04s 2025-10-06 15:22:15.268711 | fa163e80-fa0c-164a-e489-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-06 15:22:15.301586 | fa163e80-fa0c-164a-e489-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-06 15:22:15.302232 | fa163e80-fa0c-164a-e489-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:22.476229 | 0.03s 2025-10-06 15:22:15.306619 | fa163e80-fa0c-164a-e489-0000000000ac | TASK | Apply spec 2025-10-06 15:22:16.947868 | fa163e80-fa0c-164a-e489-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-06 15:22:16.948674 | fa163e80-fa0c-164a-e489-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:24.122670 | 1.64s 2025-10-06 15:22:16.953590 | fa163e80-fa0c-164a-e489-0000000000ad | TASK | Show results of spec apply 2025-10-06 15:22:16.999802 | fa163e80-fa0c-164a-e489-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-06 15:22:17.000960 | fa163e80-fa0c-164a-e489-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:24.174947 | 0.05s 2025-10-06 15:22:17.008734 | fa163e80-fa0c-164a-e489-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-06 15:22:17.055462 | fa163e80-fa0c-164a-e489-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:24.229447 | 0.05s 2025-10-06 15:22:17.063630 | 09e29f85-6650-46b3-a000-18cb93431ef0 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-06 15:22:17.084546 | fa163e80-fa0c-164a-e489-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-06 15:22:18.088793 | fa163e80-fa0c-164a-e489-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-06 15:22:49.030705 | fa163e80-fa0c-164a-e489-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-06 15:22:49.031605 | fa163e80-fa0c-164a-e489-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:56.205599 | 31.95s 2025-10-06 15:22:49.041239 | fa163e80-fa0c-164a-e489-0000000000c9 | TASK | Get ceph_cli 2025-10-06 15:22:49.081878 | fa163e80-fa0c-164a-e489-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-06 15:22:49.083310 | fa163e80-fa0c-164a-e489-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.257292 | 0.04s 2025-10-06 15:22:49.093851 | fa163e80-fa0c-164a-e489-0000000000ca | TASK | Collect ceph config dump 2025-10-06 15:22:49.142082 | fa163e80-fa0c-164a-e489-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-06 15:22:49.143330 | fa163e80-fa0c-164a-e489-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:56.317316 | 0.05s 2025-10-06 15:22:49.152009 | fa163e80-fa0c-164a-e489-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-06 15:22:49.219160 | fa163e80-fa0c-164a-e489-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-06 15:22:49.220322 | fa163e80-fa0c-164a-e489-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:56.394308 | 0.07s 2025-10-06 15:22:49.229365 | fa163e80-fa0c-164a-e489-0000000000cc | TASK | Create pool 2025-10-06 15:22:49.276820 | fa163e80-fa0c-164a-e489-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:56.450796 | 0.05s 2025-10-06 15:22:49.286448 | fa163e80-fa0c-164a-e489-0000000000cd | TASK | Enable application on Ceph pools 2025-10-06 15:22:49.333735 | fa163e80-fa0c-164a-e489-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:56.507715 | 0.05s 2025-10-06 15:22:49.343014 | fa163e80-fa0c-164a-e489-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-06 15:22:49.381289 | fa163e80-fa0c-164a-e489-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-06 15:22:49.382428 | fa163e80-fa0c-164a-e489-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:56.556412 | 0.04s 2025-10-06 15:22:49.391197 | fa163e80-fa0c-164a-e489-0000000000d0 | TASK | Set trash interval 2025-10-06 15:22:49.479796 | fa163e80-fa0c-164a-e489-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-06 15:22:49.490923 | fa163e80-fa0c-164a-e489-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:56.664900 | 0.10s 2025-10-06 15:22:49.511453 | fa163e80-fa0c-164a-e489-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-06 15:22:49.570133 | fa163e80-fa0c-164a-e489-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:56.744111 | 0.06s 2025-10-06 15:22:49.579684 | fa163e80-fa0c-164a-e489-0000000000e9 | TASK | Get ceph_cli 2025-10-06 15:22:49.626026 | fa163e80-fa0c-164a-e489-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-06 15:22:49.627169 | fa163e80-fa0c-164a-e489-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.801154 | 0.05s 2025-10-06 15:22:49.636147 | fa163e80-fa0c-164a-e489-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-06 15:22:49.702772 | fa163e80-fa0c-164a-e489-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:56.876747 | 0.07s 2025-10-06 15:22:49.720324 | fa163e80-fa0c-164a-e489-0000000000f9 | TASK | Get ceph_cli 2025-10-06 15:22:49.760329 | fa163e80-fa0c-164a-e489-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-06 15:22:49.761449 | fa163e80-fa0c-164a-e489-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.935435 | 0.04s 2025-10-06 15:22:49.770776 | fa163e80-fa0c-164a-e489-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-06 15:22:49.799687 | fa163e80-fa0c-164a-e489-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-06 15:22:49.800718 | fa163e80-fa0c-164a-e489-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:56.974705 | 0.03s 2025-10-06 15:22:49.809358 | fa163e80-fa0c-164a-e489-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-06 15:22:49.848196 | fa163e80-fa0c-164a-e489-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-06 15:22:49.849336 | fa163e80-fa0c-164a-e489-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:57.023322 | 0.04s 2025-10-06 15:22:49.858132 | fa163e80-fa0c-164a-e489-0000000000fc | TASK | Extract mons_json 2025-10-06 15:22:49.894515 | fa163e80-fa0c-164a-e489-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-06 15:22:49.895573 | fa163e80-fa0c-164a-e489-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:57.069559 | 0.04s 2025-10-06 15:22:49.904976 | fa163e80-fa0c-164a-e489-0000000000fd | TASK | Build mons_list 2025-10-06 15:22:49.942494 | fa163e80-fa0c-164a-e489-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-06 15:22:49.943596 | fa163e80-fa0c-164a-e489-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:57.117583 | 0.04s 2025-10-06 15:22:49.952180 | fa163e80-fa0c-164a-e489-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-06 15:22:49.979097 | fa163e80-fa0c-164a-e489-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-06 15:22:49.980308 | fa163e80-fa0c-164a-e489-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:57.154286 | 0.03s 2025-10-06 15:22:49.989956 | fa163e80-fa0c-164a-e489-0000000000ff | TASK | Verify the keyring 2025-10-06 15:22:50.058452 | fa163e80-fa0c-164a-e489-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:57.232420 | 0.07s 2025-10-06 15:22:50.073370 | fa163e80-fa0c-164a-e489-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-06 15:22:50.101874 | fa163e80-fa0c-164a-e489-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-06 15:22:50.103039 | fa163e80-fa0c-164a-e489-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:57.277025 | 0.03s 2025-10-06 15:22:50.117012 | fa163e80-fa0c-164a-e489-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-06 15:22:50.157183 | fa163e80-fa0c-164a-e489-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-06 15:22:50.158295 | fa163e80-fa0c-164a-e489-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:57.332279 | 0.04s 2025-10-06 15:22:50.175708 | fa163e80-fa0c-164a-e489-00000000011c | TASK | Get ceph_cli 2025-10-06 15:22:50.193331 | fa163e80-fa0c-164a-e489-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.367311 | 0.02s 2025-10-06 15:22:50.204143 | 6c063744-baf8-4ad6-9968-9b5cb306bae9 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-06 15:22:50.218161 | fa163e80-fa0c-164a-e489-0000000003c0 | TASK | Set ceph CLI 2025-10-06 15:22:50.367015 | fa163e80-fa0c-164a-e489-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-06 15:22:50.367729 | fa163e80-fa0c-164a-e489-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:57.541724 | 0.15s 2025-10-06 15:22:50.373238 | fa163e80-fa0c-164a-e489-00000000011d | TASK | Get the ceph orchestrator status 2025-10-06 15:22:51.207879 | fa163e80-fa0c-164a-e489-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-06 15:22:51.209357 | fa163e80-fa0c-164a-e489-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:58.383335 | 0.84s 2025-10-06 15:22:51.220076 | fa163e80-fa0c-164a-e489-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-06 15:22:51.280505 | fa163e80-fa0c-164a-e489-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-06 15:22:51.282009 | fa163e80-fa0c-164a-e489-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:58.455987 | 0.06s 2025-10-06 15:22:51.294511 | fa163e80-fa0c-164a-e489-000000000120 | TASK | Show the deployed daemons 2025-10-06 15:22:52.144713 | fa163e80-fa0c-164a-e489-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-06 15:22:52.146104 | fa163e80-fa0c-164a-e489-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:01:59.320068 | 0.85s 2025-10-06 15:22:52.156945 | fa163e80-fa0c-164a-e489-000000000121 | TASK | Deployed daemons 2025-10-06 15:22:52.215655 | fa163e80-fa0c-164a-e489-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-06 15:22:52.217029 | fa163e80-fa0c-164a-e489-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:01:59.391013 | 0.06s 2025-10-06 15:22:52.226757 | fa163e80-fa0c-164a-e489-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-06 15:22:53.205976 | fa163e80-fa0c-164a-e489-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-06 15:22:53.207389 | fa163e80-fa0c-164a-e489-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:00.381373 | 0.98s 2025-10-06 15:22:53.216932 | fa163e80-fa0c-164a-e489-000000000123 | TASK | Ceph cluster status 2025-10-06 15:22:53.243608 | fa163e80-fa0c-164a-e489-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 875a4e5c-1cd1-50e8-b535-172a78890e57", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 82s)", " mgr: standalone.lllkit(active, since 65s)", " 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-06 15:22:53.244815 | fa163e80-fa0c-164a-e489-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:00.418801 | 0.03s 2025-10-06 15:22:53.265868 | fa163e80-fa0c-164a-e489-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-06 15:22:53.845082 | fa163e80-fa0c-164a-e489-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e80-fa0c-164a-e489-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-06 15:22:53.883386 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:22:53.883894 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:22:53.884383 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:01.058377 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 15:22:53.884891 | UUID | Info | Host | Task Name | Run Time 2025-10-06 15:22:53.885361 | fa163e80-fa0c-164a-e489-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 63.40s 2025-10-06 15:22:53.885867 | fa163e80-fa0c-164a-e489-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.95s 2025-10-06 15:22:53.886330 | fa163e80-fa0c-164a-e489-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.64s 2025-10-06 15:22:53.886825 | fa163e80-fa0c-164a-e489-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.92s 2025-10-06 15:22:53.887311 | fa163e80-fa0c-164a-e489-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.64s 2025-10-06 15:22:53.887803 | fa163e80-fa0c-164a-e489-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.09s 2025-10-06 15:22:53.888277 | fa163e80-fa0c-164a-e489-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.07s 2025-10-06 15:22:53.888760 | fa163e80-fa0c-164a-e489-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.99s 2025-10-06 15:22:53.889237 | fa163e80-fa0c-164a-e489-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.98s 2025-10-06 15:22:53.889731 | fa163e80-fa0c-164a-e489-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.85s 2025-10-06 15:22:53.890190 | fa163e80-fa0c-164a-e489-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.84s 2025-10-06 15:22:53.890697 | fa163e80-fa0c-164a-e489-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.84s 2025-10-06 15:22:53.891174 | fa163e80-fa0c-164a-e489-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.77s 2025-10-06 15:22:53.891673 | fa163e80-fa0c-164a-e489-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.59s 2025-10-06 15:22:53.892138 | fa163e80-fa0c-164a-e489-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.57s 2025-10-06 15:22:53.892633 | fa163e80-fa0c-164a-e489-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.47s 2025-10-06 15:22:53.893111 | fa163e80-fa0c-164a-e489-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.39s 2025-10-06 15:22:53.893573 | fa163e80-fa0c-164a-e489-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.36s 2025-10-06 15:22:53.894027 | fa163e80-fa0c-164a-e489-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.35s 2025-10-06 15:22:53.894473 | fa163e80-fa0c-164a-e489-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.25s 2025-10-06 15:22:53.894968 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-06 15:22:56.977 40043 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-06 15:22:57.003 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.003 40043 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-06 15:22:57.005 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.005 40043 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-06 15:22:57.007 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.007 40043 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-06 15:22:57.009 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.010 40043 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-06 15:22:57.011 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.011 40043 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-06 15:22:57.013 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.013 40043 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-06 15:22:57.038 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.038 40043 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-06 15:22:57.057 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.057 40043 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-06 15:22:57.059 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.059 40043 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-06 15:22:57.061 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.061 40043 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-06 15:22:57.063 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.063 40043 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-06 15:22:57.065 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.065 40043 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-06 15:22:57.067 40043 INFO migrate.versioning.api [-] done 2025-10-06 15:22:57.067 40043 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-06 15:22:57.090 40043 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-06 15:23:05Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:06Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:06Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:06Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:06Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 15:23:06Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:07Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:07Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-06 15:23:07Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-06 15:23:08Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:08Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:08Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:08Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:08Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:09Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:09Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-06 15:23:09Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-06 15:23:09Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:10Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:10Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:10Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:10Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-06 15:23:10Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:10Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 15:23:10Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:10Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 15:23:10Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:10Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:11Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:11Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-06 15:23:11Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:11Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:11Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:11Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 15:23:11Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:11Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-06 15:23:12Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:12Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 15:23:12Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:12Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-06 15:23:12Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:12Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:12Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-06 15:23:13Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:13Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-06 15:23:13Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:13Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-06 15:23:13Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:13Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 15:23:13Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:14Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:14Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-06 15:23:14Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:14Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-06 15:23:14Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:14Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-06 15:23:14Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-06 15:23:15Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:15Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:15Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:15Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:15Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:15Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:15Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:15Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-06 15:23:15Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:15Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:16Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 15:23:16Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 15:23:16Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 15:23:16Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 15:23:16Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:16Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:16Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:16Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:16Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:17Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-06 15:23:17Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:17Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:17Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-06 15:23:19Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-06 15:23:19Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:19Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-06 15:23:19Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:19Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:19Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:21Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:22Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:22Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:22Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:23Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:23Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:23Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:23:23Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:23Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 15:23:23Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:24Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:24Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:24Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:23:25Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:26Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:26Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:23:27Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 15:23:27Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:28Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-06 15:23:29Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:29Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:29Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:30Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:30Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:30Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:23:31Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:32Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:32Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 15:23:33Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:23:33Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:34Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-06 15:23:34Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:34Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:35Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:36Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:36Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 15:23:37Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:37Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:37Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:23:38Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:39Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:23:39Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:40Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-06 15:23:40Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:40Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:40Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:40Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:41Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:42Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:42Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 15:23:43Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:43Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:23:44Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:23:44Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:45Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-06 15:23:46Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:46Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:46Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:46Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:46Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:47Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-06 15:23:47Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:47Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:47Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:48Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:48Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:23:49Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:49Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:49Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:23:49Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:49Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 15:23:50Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:50Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:50Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:50Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:23:51Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:51Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:51Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:51Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:52Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-06 15:23:52Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:52Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:53Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-06 15:23:53Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:23:53Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-06 15:23:54Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:55Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-06 15:23:55Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:56Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-06 15:23:57Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:57Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:23:57Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:58Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:23:58Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:23:58Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:23:59Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:00Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:00Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:01Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-06 15:24:01Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:01Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:02Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:03Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:04Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:04Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:24:04Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:04Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:05Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-06 15:24:05Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:05Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 15:24:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 15:24:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 15:24:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:07Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:07Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:08Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-06 15:24:09Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:10Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-06 15:24:10Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:10Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:10Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:10Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-06 15:24:11Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:11Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:11Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:11Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 15:24:12Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:12Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 15:24:12Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:12Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 15:24:12Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:13Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:13Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:14Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-06 15:24:15Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:15Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:15Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:15Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:15Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:15Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 15:24:15Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:15Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 15:24:16Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:16Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 15:24:16Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:17Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:17Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:18Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-06 15:24:18Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:18Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:18Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:18Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:18Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:18Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 15:24:19Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:20Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 15:24:20Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:20Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 15:24:20Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:20Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:20Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:21Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-06 15:24:22Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:22Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:22Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:23Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:23Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:23Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:23Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:24Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:24Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:24Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 15:24:25Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:25Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:25Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:25Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:25Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 15:24:25Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:25Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:25Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:26Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:26Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:24:26Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:26Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:27Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:28Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:24:28Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:29Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-06 15:24:30Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:30Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:24:31Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:32Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:32Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:24:32Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:24:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:24:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:34Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 15:24:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:35Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 15:24:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:36Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:36Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:36Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:37Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-06 15:24:38Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:38Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:38Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:39Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:39Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:24:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:41Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:41Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:41Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 15:24:42Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:42Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:24:42Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:42Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:42Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:43Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:43Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:44Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-06 15:24:44Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:45Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:45Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:45Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:24:46Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:47Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:47Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:24:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:48Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:24:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:24:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:51Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 15:24:51Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:51Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:51Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:51Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 15:24:52Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:52Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:52Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:52Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:52Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:53Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:53Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:53Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:54Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:54Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:55Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-06 15:24:56Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:56Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:56Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:56Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:24:56Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:57Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:57Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:24:57Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:57Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:58Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:58Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:24:58Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:24:58Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:58Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:24:59Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:24:59Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-06 15:24:59Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:00Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-06 15:25:00Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:01Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:01Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:02Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:02Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:02Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:25:03Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:04Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:25:04Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:05Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-06 15:25:05Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:06Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-06 15:25:06Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:07Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:07Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:07Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:08Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:09Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:25:09Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:10Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-06 15:25:10Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:11Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-06 15:25:11Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:12Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:12Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:13Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:13Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:13Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:25:13Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:13Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:13Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:14Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:14Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 15:25:15Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:15Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 15:25:15Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:25:16Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:16Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:17Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:18Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 15:25:18Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:19Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-06 15:25:19Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:19Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:20Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 15:25:21Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:21Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:21Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:25:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 15:25:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:25:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:26Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:26Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 15:25:26Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 15:25:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:29Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:25:29Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:29Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-06 15:25:30Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:30Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-06 15:25:31Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:31Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:31Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:31Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:31Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:31Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 15:25:31Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:32Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:32Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:25:33Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:33Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:25:34Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:34Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:34Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:25:35Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:36Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:25:36Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:37Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-06 15:25:38Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:38Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:38Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:39Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:39Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:39Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:25:40Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:41Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:41Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:25:42Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:25:42Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:43Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-06 15:25:43Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:44Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:44Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:45Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:45Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:25:46Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:46Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:46Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:25:47Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:48Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:25:48Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:49Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-06 15:25:49Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:49Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:49Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:50Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-06 15:25:51Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:51Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-06 15:25:51Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:25:52Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:52Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:53Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:53Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:54Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:54Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-06 15:25:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-06 15:25:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-06 15:25:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:25:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:25:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-06 15:25:58Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:25:58Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-06 15:25:59Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:59Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:25:59Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:25:59Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 15:26:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:01Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:01Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:26:02Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:02Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 15:26:03Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:03Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:04Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-06 15:26:05Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:05Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-06 15:26:06Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:06Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:06Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:07Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:07Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-06 15:26:07Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:07Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:07Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 15:26:07Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:08Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:26:09Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:09Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:09Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 15:26:10Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:11Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:11Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:12Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-06 15:26:12Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:13Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:13Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:14Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:14Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:14Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:26:15Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 15:26:17Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:17Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-06 15:26:18Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:18Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:19Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-06 15:26:19Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:19Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:19Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:20Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:20Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:20Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:20Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:21Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-06 15:26:22Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:22Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:22Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:22Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:23Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:24Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:24Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:25Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-06 15:26:25Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:25Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:25Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:25Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:25Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:26Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-06 15:26:27Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:27Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:27Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:27Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:27Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:27Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 15:26:27Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:28Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:28Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:26:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:29Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:26:30Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:30Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:30Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:30Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:30Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:30Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:31Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:31Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:31Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-06 15:26:31Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:32Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-06 15:26:33Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:33Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:33Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:34Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:34Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:34Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 15:26:35Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:36Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:37Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:26:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 15:26:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:38Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:26:38Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:39Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-06 15:26:39Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:40Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-06 15:26:41Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:41Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:41Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:42Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:42Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 15:26:43Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:43Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:26:44Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:44Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:44Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:44Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:45Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-06 15:26:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:46Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:46Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:48Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 15:26:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:50Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:26:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:26:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-06 15:26:53Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:53Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-06 15:26:54Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:54Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:54Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:54Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:55Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:56Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:26:56Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:26:57Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-06 15:26:58Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:58Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:26:58Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:59Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:26:59Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:26:59Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:00Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:01Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:27:01Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:02Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-06 15:27:02Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:03Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-06 15:27:04Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:04Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:04Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:05Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:05Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:27:06Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:06Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:06Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:27:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:08Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:08Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 15:27:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:10Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:10Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:11Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-06 15:27:11Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:11Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:13Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:13Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:14Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-06 15:27:14Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:15Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:16Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-06 15:27:16Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:16Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:16Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:17Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:17Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:17Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:18Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:19Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:19Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:27:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 15:27:20Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:21Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-06 15:27:22Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:22Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:22Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:23Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:23Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 15:27:24Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:24Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:24Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:25Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:26Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:27:26Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:27Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-06 15:27:27Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:28Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:28Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:28Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:29Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:30Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:30Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:27:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 15:27:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:32Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:32Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:32Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:32Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:32Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:32Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:33Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-06 15:27:34Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:34Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:27:35Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:35Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 15:27:35Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:35Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:35Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 15:27:35Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:36Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:36Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:37Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-06 15:27:37Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:37Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:38Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:38Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 15:27:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:40Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 15:27:41Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:41Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:27:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:42Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:27:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 15:27:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 15:27:44Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:45Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-06 15:27:45Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:45Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:45Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:45Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:46Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:46Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:46Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:46Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:46Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:47Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:47Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:48Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:49Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:27:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:50Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:50Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 15:27:50Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:50Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:50Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:50Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:51Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-06 15:27:51Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:52Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:27:52Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:53Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:53Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 15:27:53Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:53Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 15:27:53Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:54Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:54Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:54Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-06 15:27:55Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:55Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:55Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:55Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:55Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:55Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:55Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:55Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:27:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:27:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 15:27:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:27:57Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:57Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 15:27:57Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 15:27:58Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:58Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:27:59Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:27:59Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:00Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:00Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 15:28:01Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 15:28:01Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:02Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-06 15:28:03Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:03Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:04Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:04Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 15:28:05Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:05Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 15:28:06Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:06Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:06Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 15:28:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 15:28:08Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:09Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-06 15:28:10Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:10Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:10Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:11Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:11Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:11Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:14Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:14Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 15:28:15Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-06 15:28:15Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:16Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-06 15:28:16Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:17Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:17Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:18Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:18Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:19Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:19Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:19Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-06 15:28:19Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:20Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-06 15:28:20Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:20Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:20Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:20Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:20Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:20Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:20Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:20Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 15:28:21Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:21Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:21Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:21Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:22Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 15:28:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:23Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:23Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 15:28:24Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:24Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:28:25Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 15:28:25Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:26Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-06 15:28:27Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:27Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:27Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:27Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:28Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:28Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:29Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:30Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:30Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:31Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-06 15:28:31Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:31Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:32Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:32Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:33Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:34Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:34Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:34Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-06 15:28:35Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:35Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:35Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:36Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:36Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 15:28:37Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:37Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:37Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 15:28:38Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:39Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:39Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:40Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-06 15:28:41Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:41Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:41Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:42Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:42Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:28:43Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:43Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 15:28:44Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:44Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:44Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-06 15:28:45Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:46Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:47Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:48Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:48Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 15:28:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:28:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:51Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-06 15:28:51Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:52Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-06 15:28:52Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:52Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:53Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:53Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-06 15:28:53Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:53Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-06 15:28:54Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:54Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:54Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:55Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:55Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 15:28:56Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:56Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:28:57Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:57Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:28:57Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:28:57Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:28:58Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-06 15:28:58Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-06 15:28:59Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:28:59Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:00Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:00Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:29:01Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:01Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:01Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:29:02Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:03Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 15:29:03Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:04Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-06 15:29:04Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:04Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:04Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:05Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:05Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:29:06Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:06Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 15:29:07Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:07Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:07Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:29:07Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:08Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-06 15:29:09Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:10Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-06 15:29:10Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:10Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:10Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:11Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:29:11Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:12Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-06 15:29:13Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:13Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:13Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:13Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:14Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:14Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:14Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:14Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:15Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:15Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:15Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:15Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:15Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:16Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:29:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:29:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:29:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:29:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:19Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-06 15:29:19Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:20Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-06 15:29:20Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:21Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-06 15:29:22Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:22Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:22Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:22Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:22Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:22Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:22Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:23Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:23Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-06 15:29:24Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:24Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:24Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:29:24Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:24Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 15:29:24Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:25Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:25Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:25Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 15:29:26Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:27Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 15:29:27Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:28Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-06 15:29:29Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:30Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-06 15:29:30Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:30Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:30Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:30Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:30Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:31Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-06 15:29:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:32Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:29:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:29:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:33Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-06 15:29:33Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:34Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-06 15:29:35Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:36Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-06 15:29:36Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:37Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-06 15:29:37Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:39Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-06 15:29:39Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:39Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:39Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:39Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:40Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:41Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:41Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-06 15:29:42Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:42Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 15:29:42Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:29:42Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:43Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-06 15:29:44Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:44Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:44Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:44Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:44Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:45Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-06 15:29:45Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:45Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:45Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:46Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:46Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:46Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 15:29:47Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:48Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-06 15:29:48Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:49Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-06 15:29:50Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:51Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-06 15:29:51Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:52Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-06 15:29:53Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:54Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-06 15:29:54Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:54Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:54Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:54Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:54Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:55Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-06 15:29:55Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:55Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:56Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:57Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:57Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:57Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-06 15:29:57Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:57Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-06 15:29:58Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:58Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:29:58Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:29:58Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 15:29:58Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:59Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-06 15:29:59Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:29:59Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-06 15:30:01Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:02Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:02Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:02Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-06 15:30:02Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:02Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:02Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:03Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:03Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:03Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-06 15:30:03Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:04Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 15:30:04Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:04Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:04Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:04Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:04Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:04Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:04Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:05Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-06 15:30:05Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:05Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 15:30:05Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:05Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-06 15:30:05Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:05Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-06 15:30:06Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:06Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:06Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:06Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-06 15:30:06Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-06 15:30:06Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:07Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-06 15:30:07Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:07Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-06 15:30:07Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:07Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:08Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:08Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:08Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:08Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-06 15:30:08Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:09Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:09Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:09Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:09Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:09Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:09Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:10Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:10Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:10Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-06 15:30:10Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:10Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:10Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:11Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:11Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:11Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:11Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:11Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:11Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:11Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-06 15:30:11Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:11Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:11Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:12Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-06 15:30:12Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:12Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-06 15:30:13Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:13Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:13Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-06 15:30:13Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:13Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-06 15:30:13Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-06 15:30:13Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:14Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:14Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 15:30:14Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:14Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-06 15:30:14Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:14Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-06 15:30:14Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:15Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-06 15:30:15Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:15Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:30:15Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:15Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-06 15:30:16Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:16Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:30:17Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:17Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-06 15:30:17Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:19Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-06 15:30:19Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:19Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:30:20Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:30:20Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:30:20Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:30:20Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:30:20Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:20Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:20Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:20Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:20Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 15:30:20Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:21Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-06 15:30:21Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-06 15:30:21Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-06 15:30:21Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-06 15:30:21Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:21Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-06 15:30:21Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-06 15:30:21Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:21Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:30:21Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:21Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 15:30:21Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:22Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 15:30:22Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-06 15:30:22Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:23Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-06 15:30:23Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-06 15:30:24Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-06 15:30:24Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:24Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:24Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:24Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:24Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:24Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:25Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-06 15:30:25Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-06 15:30:25Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-06 15:30:25Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-06 15:30:25Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:25Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-06 15:30:25Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-06 15:30:25Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-06 15:30:25Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:25Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:25Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:30:25Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 15:30:25Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:25Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:25Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 15:30:25Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 15:30:25Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:25Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:26Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:26Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-06 15:30:26Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:26Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:27Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-06 15:30:27Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:27Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-06 15:30:27Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:28Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:28Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-06 15:30:28Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:28Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:29Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:29Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:30Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:30Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:31Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:31Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 15:30:32Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-06 15:30:32Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-06 15:30:32Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 15:30:33Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-06 15:30:33Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/77dbe8db-6625-4dbd-b8d3-063432da1c6a 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-06 15:30:54.645079 | fa163e80-fa0c-5351-0bd7-000000000006 | TASK | External deployment step 0 2025-10-06 15:30:54.670258 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-000000000006') missing from stats 2025-10-06 15:30:54.720720 | fa163e80-fa0c-5351-0bd7-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.125749 | 0.04s 2025-10-06 15:30:54.735054 | 4dddfcfc-7c58-41c2-82c5-ca725a4456d9 | INCLUDED | /root/standalone-ansible-c4pbb1vt/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-06 15:30:54.753895 | fa163e80-fa0c-5351-0bd7-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-06 15:30:55.627969 | fa163e80-fa0c-5351-0bd7-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-06 15:30:55.629388 | fa163e80-fa0c-5351-0bd7-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.034419 | 0.87s 2025-10-06 15:30:55.648646 | fa163e80-fa0c-5351-0bd7-000000000129 | TASK | create redis virtual ip 2025-10-06 15:30:56.561037 | fa163e80-fa0c-5351-0bd7-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-06 15:30:56.562421 | fa163e80-fa0c-5351-0bd7-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.967452 | 0.91s PLAY [Check if required variables are defined] ********************************* 2025-10-06 15:30:56.644249 | fa163e80-fa0c-5351-0bd7-000000000138 | TASK | Gathering Facts 2025-10-06 15:30:57.247588 | fa163e80-fa0c-5351-0bd7-000000000138 | OK | Gathering Facts | localhost 2025-10-06 15:30:57.249888 | fa163e80-fa0c-5351-0bd7-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.654908 | 0.60s 2025-10-06 15:30:57.291210 | fa163e80-fa0c-5351-0bd7-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-06 15:30:57.292353 | fa163e80-fa0c-5351-0bd7-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.697391 | 0.02s 2025-10-06 15:30:57.319411 | fa163e80-fa0c-5351-0bd7-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-06 15:30:57.320504 | fa163e80-fa0c-5351-0bd7-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.725536 | 0.02s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-06 15:30:57.425805 | fa163e80-fa0c-5351-0bd7-000000000160 | TASK | Gathering Facts 2025-10-06 15:30:57.436373 | fa163e80-fa0c-5351-0bd7-000000000160 | TASK | Gathering Facts 2025-10-06 15:30:57.751822 | fa163e80-fa0c-5351-0bd7-000000000160 | OK | Gathering Facts | undercloud 2025-10-06 15:30:57.754081 | fa163e80-fa0c-5351-0bd7-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.159105 | 0.33s 2025-10-06 15:30:57.782686 | fa163e80-fa0c-5351-0bd7-000000000160 | OK | Gathering Facts | standalone 2025-10-06 15:30:57.784012 | fa163e80-fa0c-5351-0bd7-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.189043 | 0.35s 2025-10-06 15:30:57.802023 | fa163e80-fa0c-5351-0bd7-000000000012 | TASK | Set legacy facts 2025-10-06 15:30:57.841345 | fa163e80-fa0c-5351-0bd7-000000000012 | OK | Set legacy facts | undercloud 2025-10-06 15:30:57.842187 | fa163e80-fa0c-5351-0bd7-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.247223 | 0.04s 2025-10-06 15:30:57.866881 | fa163e80-fa0c-5351-0bd7-000000000012 | TASK | Set legacy facts 2025-10-06 15:30:57.901838 | fa163e80-fa0c-5351-0bd7-000000000012 | OK | Set legacy facts | standalone 2025-10-06 15:30:57.902730 | fa163e80-fa0c-5351-0bd7-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.307766 | 0.03s PLAY [Load global variables] *************************************************** 2025-10-06 15:30:58.071325 | fa163e80-fa0c-5351-0bd7-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-06 15:30:58.072346 | fa163e80-fa0c-5351-0bd7-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.477380 | 0.04s 2025-10-06 15:30:58.084488 | fa163e80-fa0c-5351-0bd7-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-06 15:30:58.084869 | fa163e80-fa0c-5351-0bd7-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.489914 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-06 15:30:58.143662 | fa163e80-fa0c-5351-0bd7-000000000018 | TASK | Include Service VIP vars 2025-10-06 15:30:58.167512 | fa163e80-fa0c-5351-0bd7-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-06 15:30:58.168422 | fa163e80-fa0c-5351-0bd7-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.573457 | 0.02s 2025-10-06 15:30:58.180099 | fa163e80-fa0c-5351-0bd7-000000000018 | OK | Include Service VIP vars | standalone 2025-10-06 15:30:58.180442 | fa163e80-fa0c-5351-0bd7-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.585487 | 0.03s 2025-10-06 15:30:58.183855 | fa163e80-fa0c-5351-0bd7-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-06 15:30:58.208902 | fa163e80-fa0c-5351-0bd7-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-06 15:30:58.209826 | fa163e80-fa0c-5351-0bd7-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.614862 | 0.03s 2025-10-06 15:30:58.222040 | fa163e80-fa0c-5351-0bd7-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-06 15:30:58.222481 | fa163e80-fa0c-5351-0bd7-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.627524 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-06 15:30:58.311687 | fa163e80-fa0c-5351-0bd7-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-06 15:30:59.199314 | fa163e80-fa0c-5351-0bd7-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e80-fa0c-5351-0bd7-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-06 15:30:59.299295 | fa163e80-fa0c-5351-0bd7-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-06 15:30:59.335980 | fa163e80-fa0c-5351-0bd7-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-06 15:30:59.336895 | fa163e80-fa0c-5351-0bd7-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.741929 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-06 15:30:59.423256 | fa163e80-fa0c-5351-0bd7-000000000023 | TASK | Set selinux state 2025-10-06 15:31:00.012887 | fa163e80-fa0c-5351-0bd7-000000000023 | OK | Set selinux state | standalone 2025-10-06 15:31:00.013745 | fa163e80-fa0c-5351-0bd7-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.418782 | 0.59s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-06 15:31:00.116402 | fa163e80-fa0c-5351-0bd7-000000000026 | TASK | Configure Hosts Entries 2025-10-06 15:31:00.147113 | fa163e80-fa0c-5351-0bd7-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.551943 | 0.03s 2025-10-06 15:31:00.153390 | fa163e80-fa0c-5351-0bd7-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.558431 | 0.02s 2025-10-06 15:31:00.199047 | fa163e80-fa0c-5351-0bd7-0000000001f1 | TASK | Create temporary file for hosts 2025-10-06 15:31:00.565919 | fa163e80-fa0c-5351-0bd7-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-06 15:31:00.567677 | fa163e80-fa0c-5351-0bd7-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.972667 | 0.35s 2025-10-06 15:31:00.579057 | fa163e80-fa0c-5351-0bd7-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-06 15:31:00.579849 | fa163e80-fa0c-5351-0bd7-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.984883 | 0.38s 2025-10-06 15:31:00.599335 | fa163e80-fa0c-5351-0bd7-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-06 15:31:00.994986 | fa163e80-fa0c-5351-0bd7-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-06 15:31:00.996468 | fa163e80-fa0c-5351-0bd7-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.401495 | 0.40s 2025-10-06 15:31:00.997371 | fa163e80-fa0c-5351-0bd7-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-06 15:31:00.998049 | fa163e80-fa0c-5351-0bd7-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.403086 | 0.38s 2025-10-06 15:31:01.016005 | fa163e80-fa0c-5351-0bd7-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-06 15:31:01.371828 | fa163e80-fa0c-5351-0bd7-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-06 15:31:01.373522 | fa163e80-fa0c-5351-0bd7-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.778546 | 0.34s 2025-10-06 15:31:01.385269 | fa163e80-fa0c-5351-0bd7-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-06 15:31:01.386164 | fa163e80-fa0c-5351-0bd7-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.791198 | 0.37s 2025-10-06 15:31:01.405564 | fa163e80-fa0c-5351-0bd7-0000000001f4 | TASK | Render out the hosts entries 2025-10-06 15:31:01.539296 | fa163e80-fa0c-5351-0bd7-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-06 15:31:01.540645 | fa163e80-fa0c-5351-0bd7-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.945673 | 0.13s 2025-10-06 15:31:01.558522 | fa163e80-fa0c-5351-0bd7-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-06 15:31:01.770774 | fa163e80-fa0c-5351-0bd7-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-06 15:31:01.772457 | fa163e80-fa0c-5351-0bd7-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.177475 | 0.21s 2025-10-06 15:31:01.877170 | fa163e80-fa0c-5351-0bd7-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-06 15:31:01.878209 | fa163e80-fa0c-5351-0bd7-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.283243 | 0.30s 2025-10-06 15:31:01.897182 | fa163e80-fa0c-5351-0bd7-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-06 15:31:02.187397 | fa163e80-fa0c-5351-0bd7-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-06 15:31:02.188936 | fa163e80-fa0c-5351-0bd7-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.593963 | 0.29s 2025-10-06 15:31:02.189837 | fa163e80-fa0c-5351-0bd7-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-06 15:31:02.190471 | fa163e80-fa0c-5351-0bd7-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.595509 | 0.27s 2025-10-06 15:31:02.208464 | fa163e80-fa0c-5351-0bd7-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-06 15:31:02.550287 | fa163e80-fa0c-5351-0bd7-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-06 15:31:02.551768 | fa163e80-fa0c-5351-0bd7-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.956791 | 0.34s 2025-10-06 15:31:02.562919 | fa163e80-fa0c-5351-0bd7-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-06 15:31:02.563713 | fa163e80-fa0c-5351-0bd7-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.968750 | 0.33s PLAY [Common roles for TripleO servers] **************************************** 2025-10-06 15:31:02.685807 | fa163e80-fa0c-5351-0bd7-00000000002a | TASK | Common roles for TripleO servers 2025-10-06 15:31:02.711721 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-00000000002a') missing from stats 2025-10-06 15:31:02.804735 | fa163e80-fa0c-5351-0bd7-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.209745 | 0.03s 2025-10-06 15:31:02.883085 | fa163e80-fa0c-5351-0bd7-000000000254 | TASK | Gather variables for each operating system 2025-10-06 15:31:02.968862 | fa163e80-fa0c-5351-0bd7-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 15:31:02.970201 | fa163e80-fa0c-5351-0bd7-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.375231 | 0.09s 2025-10-06 15:31:02.979596 | fa163e80-fa0c-5351-0bd7-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.384640 | 0.10s 2025-10-06 15:31:02.996962 | fa163e80-fa0c-5351-0bd7-000000000256 | TASK | Check release version package is installed 2025-10-06 15:31:03.317101 | fa163e80-fa0c-5351-0bd7-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-06 15:31:03.318430 | fa163e80-fa0c-5351-0bd7-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.723460 | 0.32s 2025-10-06 15:31:03.344898 | fa163e80-fa0c-5351-0bd7-000000000257 | TASK | Deploy release version package 2025-10-06 15:31:07.914281 | fa163e80-fa0c-5351-0bd7-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-06 15:31:07.915481 | fa163e80-fa0c-5351-0bd7-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.320511 | 4.57s 2025-10-06 15:31:07.940516 | fa163e80-fa0c-5351-0bd7-000000000259 | TASK | Include packages tasks 2025-10-06 15:31:07.967891 | fa163e80-fa0c-5351-0bd7-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.372902 | 0.03s 2025-10-06 15:31:07.995697 | 86156260-b1e6-409b-8d87-3faf0c842c91 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-06 15:31:08.028419 | fa163e80-fa0c-5351-0bd7-0000000002ad | TASK | Gather facts if they don't exist 2025-10-06 15:31:08.076814 | fa163e80-fa0c-5351-0bd7-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-06 15:31:08.078060 | fa163e80-fa0c-5351-0bd7-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.483086 | 0.05s 2025-10-06 15:31:08.105077 | fa163e80-fa0c-5351-0bd7-0000000002ae | TASK | Gather variables for each operating system 2025-10-06 15:31:08.231566 | fa163e80-fa0c-5351-0bd7-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 15:31:08.237417 | fa163e80-fa0c-5351-0bd7-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.642438 | 0.13s 2025-10-06 15:31:08.262740 | fa163e80-fa0c-5351-0bd7-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-06 15:31:08.534703 | fa163e80-fa0c-5351-0bd7-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-06 15:31:08.535838 | fa163e80-fa0c-5351-0bd7-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.940872 | 0.27s 2025-10-06 15:31:08.553048 | fa163e80-fa0c-5351-0bd7-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-06 15:31:13.853250 | fa163e80-fa0c-5351-0bd7-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-06 15:31:13.854184 | fa163e80-fa0c-5351-0bd7-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.259223 | 5.30s 2025-10-06 15:31:13.874651 | fa163e80-fa0c-5351-0bd7-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-06 15:31:14.854052 | fa163e80-fa0c-5351-0bd7-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-06 15:31:14.856050 | fa163e80-fa0c-5351-0bd7-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.261080 | 0.98s 2025-10-06 15:31:14.877217 | fa163e80-fa0c-5351-0bd7-00000000025a | TASK | Enable openvswitch service if installed 2025-10-06 15:31:15.794127 | fa163e80-fa0c-5351-0bd7-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-06 15:31:15.796988 | fa163e80-fa0c-5351-0bd7-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.202013 | 0.92s 2025-10-06 15:31:15.825972 | fa163e80-fa0c-5351-0bd7-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-06 15:31:16.053907 | fa163e80-fa0c-5351-0bd7-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-06 15:31:16.055324 | fa163e80-fa0c-5351-0bd7-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.460351 | 0.23s 2025-10-06 15:31:16.081109 | fa163e80-fa0c-5351-0bd7-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-06 15:31:16.343986 | fa163e80-fa0c-5351-0bd7-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-06 15:31:16.345257 | fa163e80-fa0c-5351-0bd7-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.750286 | 0.26s 2025-10-06 15:31:16.370126 | fa163e80-fa0c-5351-0bd7-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-06 15:31:16.428905 | fa163e80-fa0c-5351-0bd7-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-06 15:31:16.429982 | fa163e80-fa0c-5351-0bd7-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.835011 | 0.06s 2025-10-06 15:31:16.454831 | fa163e80-fa0c-5351-0bd7-00000000025f | TASK | Ensure network service is enabled 2025-10-06 15:31:16.851652 | fa163e80-fa0c-5351-0bd7-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-06 15:31:16.853351 | fa163e80-fa0c-5351-0bd7-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.258381 | 0.40s 2025-10-06 15:31:16.879338 | fa163e80-fa0c-5351-0bd7-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 15:31:17.223436 | fa163e80-fa0c-5351-0bd7-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 15:31:17.224706 | fa163e80-fa0c-5351-0bd7-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.629735 | 0.34s 2025-10-06 15:31:17.250035 | fa163e80-fa0c-5351-0bd7-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 15:31:17.491960 | fa163e80-fa0c-5351-0bd7-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 15:31:17.492810 | fa163e80-fa0c-5351-0bd7-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.897846 | 0.24s 2025-10-06 15:31:17.509965 | fa163e80-fa0c-5351-0bd7-000000000263 | TASK | Reload NetworkManager 2025-10-06 15:31:17.968707 | fa163e80-fa0c-5351-0bd7-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-06 15:31:17.970756 | fa163e80-fa0c-5351-0bd7-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.375783 | 0.46s 2025-10-06 15:31:17.997412 | fa163e80-fa0c-5351-0bd7-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-06 15:31:18.230567 | fa163e80-fa0c-5351-0bd7-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-06 15:31:18.231916 | fa163e80-fa0c-5351-0bd7-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.636944 | 0.23s 2025-10-06 15:31:18.257890 | fa163e80-fa0c-5351-0bd7-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-06 15:31:18.613310 | fa163e80-fa0c-5351-0bd7-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-06 15:31:18.614748 | fa163e80-fa0c-5351-0bd7-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.019775 | 0.36s 2025-10-06 15:31:18.641359 | fa163e80-fa0c-5351-0bd7-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-06 15:31:18.863686 | fa163e80-fa0c-5351-0bd7-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-06 15:31:18.865093 | fa163e80-fa0c-5351-0bd7-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.270121 | 0.22s 2025-10-06 15:31:18.891258 | fa163e80-fa0c-5351-0bd7-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-06 15:31:19.135328 | fa163e80-fa0c-5351-0bd7-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-06 15:31:19.136734 | fa163e80-fa0c-5351-0bd7-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.541761 | 0.24s 2025-10-06 15:31:19.212046 | fa163e80-fa0c-5351-0bd7-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.617060 | 0.03s 2025-10-06 15:31:19.290850 | fa163e80-fa0c-5351-0bd7-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-06 15:31:19.504504 | fa163e80-fa0c-5351-0bd7-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-06 15:31:19.505835 | fa163e80-fa0c-5351-0bd7-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.910856 | 0.21s 2025-10-06 15:31:19.531062 | fa163e80-fa0c-5351-0bd7-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-06 15:31:19.754518 | fa163e80-fa0c-5351-0bd7-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-06 15:31:19.755966 | fa163e80-fa0c-5351-0bd7-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.160995 | 0.22s 2025-10-06 15:31:19.773789 | fa163e80-fa0c-5351-0bd7-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-06 15:31:19.798635 | fa163e80-fa0c-5351-0bd7-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-06 15:31:19.799341 | fa163e80-fa0c-5351-0bd7-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.204377 | 0.02s 2025-10-06 15:31:19.816624 | fa163e80-fa0c-5351-0bd7-000000000364 | TASK | Write temporary file 2025-10-06 15:31:19.844792 | fa163e80-fa0c-5351-0bd7-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-06 15:31:19.845336 | fa163e80-fa0c-5351-0bd7-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.250376 | 0.03s 2025-10-06 15:31:19.861966 | fa163e80-fa0c-5351-0bd7-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-06 15:31:19.937015 | fa163e80-fa0c-5351-0bd7-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-06 15:31:19.938159 | fa163e80-fa0c-5351-0bd7-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.343189 | 0.08s 2025-10-06 15:31:19.958383 | fa163e80-fa0c-5351-0bd7-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-06 15:31:20.158638 | fa163e80-fa0c-5351-0bd7-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-06 15:31:20.160056 | fa163e80-fa0c-5351-0bd7-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.565082 | 0.20s 2025-10-06 15:31:20.186284 | fa163e80-fa0c-5351-0bd7-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-06 15:31:20.388511 | fa163e80-fa0c-5351-0bd7-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-06 15:31:20.389857 | fa163e80-fa0c-5351-0bd7-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.794885 | 0.20s 2025-10-06 15:31:20.415284 | fa163e80-fa0c-5351-0bd7-000000000368 | TASK | Remove temp file 2025-10-06 15:31:20.638840 | fa163e80-fa0c-5351-0bd7-000000000368 | CHANGED | Remove temp file | standalone 2025-10-06 15:31:20.640259 | fa163e80-fa0c-5351-0bd7-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.045288 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-06 15:31:20.826298 | fa163e80-fa0c-5351-0bd7-000000000034 | TASK | Deploy step tasks for step 0 2025-10-06 15:31:20.886962 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-000000000034') missing from stats 2025-10-06 15:31:20.915555 | fa163e80-fa0c-5351-0bd7-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-06 15:31:21.146805 | fa163e80-fa0c-5351-0bd7-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-06 15:31:21.148194 | fa163e80-fa0c-5351-0bd7-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.553224 | 0.23s 2025-10-06 15:31:21.173845 | fa163e80-fa0c-5351-0bd7-000000000036 | TASK | Check cloud-init status 2025-10-06 15:31:21.366170 | fa163e80-fa0c-5351-0bd7-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-06 15:31:21.367460 | fa163e80-fa0c-5351-0bd7-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.772491 | 0.19s 2025-10-06 15:31:21.393956 | fa163e80-fa0c-5351-0bd7-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-06 15:31:21.603145 | fa163e80-fa0c-5351-0bd7-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-06 15:31:21.604427 | fa163e80-fa0c-5351-0bd7-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.009459 | 0.21s 2025-10-06 15:31:21.630499 | fa163e80-fa0c-5351-0bd7-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-06 15:31:22.026219 | fa163e80-fa0c-5351-0bd7-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-06 15:31:22.027616 | fa163e80-fa0c-5351-0bd7-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.432647 | 0.40s 2025-10-06 15:31:22.055417 | fa163e80-fa0c-5351-0bd7-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-06 15:31:22.285968 | fa163e80-fa0c-5351-0bd7-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-06 15:31:22.287255 | fa163e80-fa0c-5351-0bd7-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.692284 | 0.23s 2025-10-06 15:31:22.313152 | fa163e80-fa0c-5351-0bd7-00000000003a | TASK | Write container-puppet.sh 2025-10-06 15:31:22.801797 | fa163e80-fa0c-5351-0bd7-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-06 15:31:22.803093 | fa163e80-fa0c-5351-0bd7-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.208126 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 15:31:22.870593 | fa163e80-fa0c-5351-0bd7-00000000003b | TIMING | include_tasks | standalone | 0:00:28.275572 | 0.04s 2025-10-06 15:31:22.891190 | cb71609a-66a9-4be1-868d-4b09fd5a5ab8 | INCLUDED | /root/standalone-ansible-c4pbb1vt/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-06 15:31:22.927103 | fa163e80-fa0c-5351-0bd7-000000000416 | TASK | Configure tuned before reboot 2025-10-06 15:31:22.977840 | fa163e80-fa0c-5351-0bd7-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.382861 | 0.05s 2025-10-06 15:31:23.038460 | fa163e80-fa0c-5351-0bd7-000000000455 | TASK | Gather variables for each operating system 2025-10-06 15:31:23.158894 | fa163e80-fa0c-5351-0bd7-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-06 15:31:23.160244 | fa163e80-fa0c-5351-0bd7-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.565272 | 0.12s 2025-10-06 15:31:23.166437 | fa163e80-fa0c-5351-0bd7-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.571461 | 0.13s 2025-10-06 15:31:23.249125 | fa163e80-fa0c-5351-0bd7-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.654145 | 0.05s 2025-10-06 15:31:23.271356 | 961a3189-15e6-4d9f-beb9-4fabf42861fe | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-06 15:31:23.308170 | fa163e80-fa0c-5351-0bd7-00000000047f | TASK | Check tuned package is installed 2025-10-06 15:31:23.542436 | fa163e80-fa0c-5351-0bd7-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-06 15:31:23.543946 | fa163e80-fa0c-5351-0bd7-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.948970 | 0.23s 2025-10-06 15:31:23.571323 | fa163e80-fa0c-5351-0bd7-000000000480 | TASK | Install tuned 2025-10-06 15:31:30.131267 | fa163e80-fa0c-5351-0bd7-000000000480 | CHANGED | Install tuned | standalone 2025-10-06 15:31:30.132230 | fa163e80-fa0c-5351-0bd7-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.537268 | 6.56s 2025-10-06 15:31:30.160989 | fa163e80-fa0c-5351-0bd7-000000000481 | TASK | Restart tuned 2025-10-06 15:31:32.031996 | fa163e80-fa0c-5351-0bd7-000000000481 | CHANGED | Restart tuned | standalone 2025-10-06 15:31:32.035138 | fa163e80-fa0c-5351-0bd7-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.440168 | 1.87s 2025-10-06 15:31:32.063909 | fa163e80-fa0c-5351-0bd7-000000000457 | TASK | Check for tuned-adm 2025-10-06 15:31:32.305597 | fa163e80-fa0c-5351-0bd7-000000000457 | OK | Check for tuned-adm | standalone 2025-10-06 15:31:32.307316 | fa163e80-fa0c-5351-0bd7-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.712348 | 0.24s 2025-10-06 15:31:32.362696 | fa163e80-fa0c-5351-0bd7-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.767719 | 0.03s 2025-10-06 15:31:32.391759 | d5f35e05-e5c0-4a28-aeb3-d1c3f9ba2a83 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-06 15:31:32.427792 | fa163e80-fa0c-5351-0bd7-0000000004b6 | TASK | Ensure profile directory exists 2025-10-06 15:31:32.478900 | fa163e80-fa0c-5351-0bd7-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-06 15:31:32.479919 | fa163e80-fa0c-5351-0bd7-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.884954 | 0.05s 2025-10-06 15:31:32.501663 | fa163e80-fa0c-5351-0bd7-0000000004b7 | TASK | Create custom tuned profile 2025-10-06 15:31:32.554862 | fa163e80-fa0c-5351-0bd7-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-06 15:31:32.555790 | fa163e80-fa0c-5351-0bd7-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.960826 | 0.05s 2025-10-06 15:31:32.577730 | fa163e80-fa0c-5351-0bd7-0000000004b8 | TASK | Check tuned active profile 2025-10-06 15:31:32.933214 | fa163e80-fa0c-5351-0bd7-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-06 15:31:32.934442 | fa163e80-fa0c-5351-0bd7-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.339474 | 0.36s 2025-10-06 15:31:32.955726 | fa163e80-fa0c-5351-0bd7-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-06 15:31:33.179320 | fa163e80-fa0c-5351-0bd7-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-06 15:31:33.180637 | fa163e80-fa0c-5351-0bd7-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.585671 | 0.22s 2025-10-06 15:31:33.209018 | fa163e80-fa0c-5351-0bd7-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-06 15:31:33.273507 | fa163e80-fa0c-5351-0bd7-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-06 15:31:33.274930 | fa163e80-fa0c-5351-0bd7-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.679921 | 0.06s 2025-10-06 15:31:33.305195 | fa163e80-fa0c-5351-0bd7-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-06 15:31:33.366806 | fa163e80-fa0c-5351-0bd7-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-06 15:31:33.368122 | fa163e80-fa0c-5351-0bd7-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.773151 | 0.06s 2025-10-06 15:31:33.394578 | fa163e80-fa0c-5351-0bd7-0000000004bc | TASK | Enable tuned profile 2025-10-06 15:31:34.781621 | fa163e80-fa0c-5351-0bd7-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-06 15:31:34.782976 | fa163e80-fa0c-5351-0bd7-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.188009 | 1.39s 2025-10-06 15:31:34.833773 | fa163e80-fa0c-5351-0bd7-000000000417 | TASK | Configure kernel args and reboot 2025-10-06 15:31:34.884585 | fa163e80-fa0c-5351-0bd7-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.289576 | 0.05s 2025-10-06 15:31:35.032283 | fa163e80-fa0c-5351-0bd7-000000000569 | TASK | Get the command line args of the node 2025-10-06 15:31:35.272616 | fa163e80-fa0c-5351-0bd7-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-06 15:31:35.274085 | fa163e80-fa0c-5351-0bd7-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.679112 | 0.24s 2025-10-06 15:31:35.305876 | fa163e80-fa0c-5351-0bd7-00000000056b | TASK | Check if node has a nova.conf 2025-10-06 15:31:35.531201 | fa163e80-fa0c-5351-0bd7-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-06 15:31:35.532263 | fa163e80-fa0c-5351-0bd7-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.937298 | 0.22s 2025-10-06 15:31:35.553680 | fa163e80-fa0c-5351-0bd7-00000000056d | TASK | Warn operator about workload protection 2025-10-06 15:31:35.591698 | fa163e80-fa0c-5351-0bd7-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-06 15:31:35.592724 | fa163e80-fa0c-5351-0bd7-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.997760 | 0.04s 2025-10-06 15:31:35.613869 | fa163e80-fa0c-5351-0bd7-00000000056e | TASK | Setting defer reboot fact 2025-10-06 15:31:35.653040 | fa163e80-fa0c-5351-0bd7-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-06 15:31:35.653972 | fa163e80-fa0c-5351-0bd7-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.059007 | 0.04s 2025-10-06 15:31:35.674821 | fa163e80-fa0c-5351-0bd7-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-06 15:31:35.702283 | fa163e80-fa0c-5351-0bd7-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.107305 | 0.03s 2025-10-06 15:31:35.725417 | fa163e80-fa0c-5351-0bd7-000000000575 | TASK | Find hugepages in cmdline 2025-10-06 15:31:35.774072 | fa163e80-fa0c-5351-0bd7-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-06 15:31:35.775000 | fa163e80-fa0c-5351-0bd7-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.180036 | 0.05s 2025-10-06 15:31:35.797528 | fa163e80-fa0c-5351-0bd7-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-06 15:31:35.840157 | fa163e80-fa0c-5351-0bd7-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-06 15:31:35.841270 | fa163e80-fa0c-5351-0bd7-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.246304 | 0.04s 2025-10-06 15:31:35.862972 | fa163e80-fa0c-5351-0bd7-00000000057a | TASK | Find desired default hugepage size 2025-10-06 15:31:35.912789 | fa163e80-fa0c-5351-0bd7-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-06 15:31:35.914179 | fa163e80-fa0c-5351-0bd7-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.319205 | 0.05s 2025-10-06 15:31:35.941737 | fa163e80-fa0c-5351-0bd7-00000000057c | TASK | Storing non-configured hugepages 2025-10-06 15:31:35.972207 | fa163e80-fa0c-5351-0bd7-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.377223 | 0.03s 2025-10-06 15:31:36.002664 | fa163e80-fa0c-5351-0bd7-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-06 15:31:36.048767 | fa163e80-fa0c-5351-0bd7-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-06 15:31:36.050068 | fa163e80-fa0c-5351-0bd7-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.455096 | 0.05s 2025-10-06 15:31:36.079647 | fa163e80-fa0c-5351-0bd7-00000000057f | TASK | Determining the default hugepagesz 2025-10-06 15:31:36.121178 | fa163e80-fa0c-5351-0bd7-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-06 15:31:36.122899 | fa163e80-fa0c-5351-0bd7-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.527923 | 0.04s 2025-10-06 15:31:36.151292 | fa163e80-fa0c-5351-0bd7-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-06 15:31:36.192164 | fa163e80-fa0c-5351-0bd7-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-06 15:31:36.193821 | fa163e80-fa0c-5351-0bd7-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.598845 | 0.04s 2025-10-06 15:31:36.222412 | fa163e80-fa0c-5351-0bd7-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-06 15:31:36.266481 | fa163e80-fa0c-5351-0bd7-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-06 15:31:36.268190 | fa163e80-fa0c-5351-0bd7-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.673215 | 0.04s 2025-10-06 15:31:36.295985 | fa163e80-fa0c-5351-0bd7-000000000583 | TASK | Warn about possible modifications 2025-10-06 15:31:36.340589 | fa163e80-fa0c-5351-0bd7-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-06 15:31:36.342139 | fa163e80-fa0c-5351-0bd7-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.747164 | 0.04s 2025-10-06 15:31:36.369850 | fa163e80-fa0c-5351-0bd7-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-06 15:31:36.421202 | fa163e80-fa0c-5351-0bd7-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-06 15:31:36.422729 | fa163e80-fa0c-5351-0bd7-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.827754 | 0.05s 2025-10-06 15:31:36.452947 | fa163e80-fa0c-5351-0bd7-000000000585 | TASK | Cleaning up whitespaces 2025-10-06 15:31:36.493901 | fa163e80-fa0c-5351-0bd7-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-06 15:31:36.495448 | fa163e80-fa0c-5351-0bd7-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.900473 | 0.04s 2025-10-06 15:31:36.524063 | fa163e80-fa0c-5351-0bd7-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-06 15:31:36.879804 | fa163e80-fa0c-5351-0bd7-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-06 15:31:36.881327 | fa163e80-fa0c-5351-0bd7-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.286358 | 0.35s 2025-10-06 15:31:36.903834 | fa163e80-fa0c-5351-0bd7-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-06 15:31:36.974388 | fa163e80-fa0c-5351-0bd7-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-06 15:31:36.975795 | fa163e80-fa0c-5351-0bd7-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.380823 | 0.07s 2025-10-06 15:31:36.999912 | fa163e80-fa0c-5351-0bd7-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-06 15:31:37.060373 | fa163e80-fa0c-5351-0bd7-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-06 15:31:37.061845 | fa163e80-fa0c-5351-0bd7-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.466874 | 0.06s 2025-10-06 15:31:37.084919 | fa163e80-fa0c-5351-0bd7-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-06 15:31:37.148785 | fa163e80-fa0c-5351-0bd7-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-06 15:31:37.150223 | fa163e80-fa0c-5351-0bd7-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.555249 | 0.06s 2025-10-06 15:31:37.173263 | fa163e80-fa0c-5351-0bd7-00000000058c | TASK | Generate grub config 2025-10-06 15:31:37.242682 | fa163e80-fa0c-5351-0bd7-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-06 15:31:37.243976 | fa163e80-fa0c-5351-0bd7-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.649004 | 0.07s 2025-10-06 15:31:37.273613 | fa163e80-fa0c-5351-0bd7-000000000590 | TASK | Get the block device that /boot is on 2025-10-06 15:31:37.337778 | fa163e80-fa0c-5351-0bd7-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-06 15:31:37.341078 | fa163e80-fa0c-5351-0bd7-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.746096 | 0.07s 2025-10-06 15:31:37.369605 | fa163e80-fa0c-5351-0bd7-000000000591 | TASK | Get the mount point that /boot is in 2025-10-06 15:31:37.431098 | fa163e80-fa0c-5351-0bd7-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-06 15:31:37.432994 | fa163e80-fa0c-5351-0bd7-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.838019 | 0.06s 2025-10-06 15:31:37.460371 | fa163e80-fa0c-5351-0bd7-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-06 15:31:37.521291 | fa163e80-fa0c-5351-0bd7-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-06 15:31:37.522733 | fa163e80-fa0c-5351-0bd7-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.927763 | 0.06s 2025-10-06 15:31:37.554612 | fa163e80-fa0c-5351-0bd7-000000000593 | TASK | Executed script to fix grub-menu 2025-10-06 15:31:37.618329 | fa163e80-fa0c-5351-0bd7-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-06 15:31:37.620122 | fa163e80-fa0c-5351-0bd7-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.025146 | 0.06s 2025-10-06 15:31:37.649764 | fa163e80-fa0c-5351-0bd7-000000000594 | TASK | Check grub config paths 2025-10-06 15:31:37.716043 | fa163e80-fa0c-5351-0bd7-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-06 15:31:37.734987 | fa163e80-fa0c-5351-0bd7-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-06 15:31:37.746996 | fa163e80-fa0c-5351-0bd7-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.152006 | 0.10s 2025-10-06 15:31:37.777698 | fa163e80-fa0c-5351-0bd7-000000000595 | TASK | Write EFI grub.cfg 2025-10-06 15:31:37.843420 | fa163e80-fa0c-5351-0bd7-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-06 15:31:37.862918 | fa163e80-fa0c-5351-0bd7-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-06 15:31:37.868903 | fa163e80-fa0c-5351-0bd7-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.273921 | 0.09s 2025-10-06 15:31:37.889983 | fa163e80-fa0c-5351-0bd7-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-06 15:31:37.953242 | fa163e80-fa0c-5351-0bd7-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-06 15:31:37.954856 | fa163e80-fa0c-5351-0bd7-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.359885 | 0.06s 2025-10-06 15:31:37.977400 | fa163e80-fa0c-5351-0bd7-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-06 15:31:38.038901 | fa163e80-fa0c-5351-0bd7-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-06 15:31:38.040448 | fa163e80-fa0c-5351-0bd7-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.445479 | 0.06s 2025-10-06 15:31:38.063332 | fa163e80-fa0c-5351-0bd7-000000000598 | TASK | Execute grub2-mkconfig 2025-10-06 15:31:38.124508 | fa163e80-fa0c-5351-0bd7-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-06 15:31:38.125874 | fa163e80-fa0c-5351-0bd7-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.530909 | 0.06s 2025-10-06 15:31:38.146031 | fa163e80-fa0c-5351-0bd7-000000000599 | TASK | Check for active tuned profile 2025-10-06 15:31:38.211122 | fa163e80-fa0c-5351-0bd7-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-06 15:31:38.212570 | fa163e80-fa0c-5351-0bd7-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.617579 | 0.07s 2025-10-06 15:31:38.234116 | fa163e80-fa0c-5351-0bd7-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-06 15:31:38.294799 | fa163e80-fa0c-5351-0bd7-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-06 15:31:38.296264 | fa163e80-fa0c-5351-0bd7-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.701294 | 0.06s 2025-10-06 15:31:38.317103 | fa163e80-fa0c-5351-0bd7-00000000059b | TASK | Set reboot required fact 2025-10-06 15:31:38.379947 | fa163e80-fa0c-5351-0bd7-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-06 15:31:38.382463 | fa163e80-fa0c-5351-0bd7-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.787493 | 0.06s 2025-10-06 15:31:38.403996 | fa163e80-fa0c-5351-0bd7-00000000059d | TASK | Apply DPDK workarounds 2025-10-06 15:31:38.457349 | fa163e80-fa0c-5351-0bd7-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-06 15:31:38.458674 | fa163e80-fa0c-5351-0bd7-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.863708 | 0.05s 2025-10-06 15:31:38.479307 | fa163e80-fa0c-5351-0bd7-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-06 15:31:38.518775 | fa163e80-fa0c-5351-0bd7-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-06 15:31:38.519998 | fa163e80-fa0c-5351-0bd7-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.925033 | 0.04s 2025-10-06 15:31:38.541589 | fa163e80-fa0c-5351-0bd7-0000000005a0 | TASK | Load modules 2025-10-06 15:31:38.590938 | fa163e80-fa0c-5351-0bd7-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-06 15:31:38.597256 | fa163e80-fa0c-5351-0bd7-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:44.002270 | 0.05s 2025-10-06 15:31:38.617750 | fa163e80-fa0c-5351-0bd7-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-06 15:31:38.665135 | fa163e80-fa0c-5351-0bd7-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-06 15:31:38.671933 | fa163e80-fa0c-5351-0bd7-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.076945 | 0.05s 2025-10-06 15:31:38.695848 | fa163e80-fa0c-5351-0bd7-0000000005a4 | TASK | Drop module persistence 2025-10-06 15:31:38.745473 | fa163e80-fa0c-5351-0bd7-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-06 15:31:38.752188 | fa163e80-fa0c-5351-0bd7-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.157199 | 0.05s 2025-10-06 15:31:38.777198 | fa163e80-fa0c-5351-0bd7-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-06 15:31:38.828817 | fa163e80-fa0c-5351-0bd7-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-06 15:31:38.840868 | fa163e80-fa0c-5351-0bd7-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.245883 | 0.06s 2025-10-06 15:31:38.863942 | fa163e80-fa0c-5351-0bd7-0000000005a8 | TASK | Modules reload 2025-10-06 15:31:38.904611 | fa163e80-fa0c-5351-0bd7-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-06 15:31:38.906130 | fa163e80-fa0c-5351-0bd7-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.311155 | 0.04s 2025-10-06 15:31:38.929379 | fa163e80-fa0c-5351-0bd7-0000000005aa | TASK | Reboot tasks 2025-10-06 15:31:38.982561 | fa163e80-fa0c-5351-0bd7-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-06 15:31:38.983852 | fa163e80-fa0c-5351-0bd7-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.388883 | 0.05s 2025-10-06 15:31:39.004832 | fa163e80-fa0c-5351-0bd7-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-06 15:31:39.057415 | fa163e80-fa0c-5351-0bd7-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-06 15:31:39.058811 | fa163e80-fa0c-5351-0bd7-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.463841 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-06 15:31:39.204682 | fa163e80-fa0c-5351-0bd7-00000000003f | TASK | Server pre-network deployments 2025-10-06 15:31:39.234796 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-00000000003f') missing from stats 2025-10-06 15:31:39.257003 | fa163e80-fa0c-5351-0bd7-000000000043 | TASK | Hiera config 2025-10-06 15:31:39.284394 | fa163e80-fa0c-5351-0bd7-000000000043 | TIMING | Hiera config | standalone | 0:00:44.689419 | 0.03s 2025-10-06 15:31:39.329208 | fa163e80-fa0c-5351-0bd7-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-06 15:31:39.570959 | fa163e80-fa0c-5351-0bd7-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-06 15:31:39.572307 | fa163e80-fa0c-5351-0bd7-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.977336 | 0.24s 2025-10-06 15:31:39.590866 | fa163e80-fa0c-5351-0bd7-000000000722 | TASK | Write hiera config 2025-10-06 15:31:40.087004 | fa163e80-fa0c-5351-0bd7-000000000722 | CHANGED | Write hiera config | standalone 2025-10-06 15:31:40.088358 | fa163e80-fa0c-5351-0bd7-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.493390 | 0.50s 2025-10-06 15:31:40.138424 | fa163e80-fa0c-5351-0bd7-000000000044 | TASK | Hiera symlink 2025-10-06 15:31:40.358904 | fa163e80-fa0c-5351-0bd7-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-06 15:31:40.360941 | fa163e80-fa0c-5351-0bd7-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.765971 | 0.22s 2025-10-06 15:31:40.386782 | fa163e80-fa0c-5351-0bd7-000000000045 | TASK | Hieradata from vars 2025-10-06 15:31:40.415641 | fa163e80-fa0c-5351-0bd7-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.820657 | 0.03s 2025-10-06 15:31:40.475574 | fa163e80-fa0c-5351-0bd7-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-06 15:31:40.976935 | fa163e80-fa0c-5351-0bd7-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-06 15:31:40.978427 | fa163e80-fa0c-5351-0bd7-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.383451 | 0.50s 2025-10-06 15:31:41.004927 | fa163e80-fa0c-5351-0bd7-00000000077d | TASK | Render hieradata from template 2025-10-06 15:31:41.503516 | fa163e80-fa0c-5351-0bd7-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-06 15:31:41.504626 | fa163e80-fa0c-5351-0bd7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.909662 | 0.50s 2025-10-06 15:31:42.063509 | fa163e80-fa0c-5351-0bd7-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-06 15:31:42.064631 | fa163e80-fa0c-5351-0bd7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.469663 | 1.06s 2025-10-06 15:31:42.643247 | fa163e80-fa0c-5351-0bd7-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-06 15:31:42.644346 | fa163e80-fa0c-5351-0bd7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.049380 | 1.64s 2025-10-06 15:31:43.062101 | fa163e80-fa0c-5351-0bd7-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-06 15:31:43.063171 | fa163e80-fa0c-5351-0bd7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.468205 | 2.06s 2025-10-06 15:31:43.530715 | fa163e80-fa0c-5351-0bd7-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-06 15:31:43.532951 | fa163e80-fa0c-5351-0bd7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.937984 | 2.53s 2025-10-06 15:31:43.982910 | fa163e80-fa0c-5351-0bd7-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-06 15:31:43.984841 | fa163e80-fa0c-5351-0bd7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.389880 | 2.98s 2025-10-06 15:31:44.419155 | fa163e80-fa0c-5351-0bd7-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-06 15:31:44.419810 | fa163e80-fa0c-5351-0bd7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.824852 | 3.41s 2025-10-06 15:31:44.883655 | fa163e80-fa0c-5351-0bd7-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-06 15:31:44.885961 | fa163e80-fa0c-5351-0bd7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.290988 | 3.88s 2025-10-06 15:31:45.348926 | fa163e80-fa0c-5351-0bd7-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-06 15:31:45.350934 | fa163e80-fa0c-5351-0bd7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.755968 | 4.34s 2025-10-06 15:31:45.755598 | fa163e80-fa0c-5351-0bd7-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-06 15:31:45.757892 | fa163e80-fa0c-5351-0bd7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.162921 | 4.75s 2025-10-06 15:31:45.770403 | fa163e80-fa0c-5351-0bd7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.175429 | 4.76s 2025-10-06 15:31:45.824272 | fa163e80-fa0c-5351-0bd7-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-06 15:31:45.852738 | fa163e80-fa0c-5351-0bd7-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.257763 | 0.03s 2025-10-06 15:31:45.924092 | fa163e80-fa0c-5351-0bd7-000000000821 | TASK | Check for hieradata file 2025-10-06 15:31:46.147158 | fa163e80-fa0c-5351-0bd7-000000000821 | OK | Check for hieradata file | standalone 2025-10-06 15:31:46.147937 | fa163e80-fa0c-5351-0bd7-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.552976 | 0.22s 2025-10-06 15:31:46.169363 | fa163e80-fa0c-5351-0bd7-000000000823 | TASK | Get existing data 2025-10-06 15:31:46.207807 | fa163e80-fa0c-5351-0bd7-000000000823 | SKIPPED | Get existing data | standalone 2025-10-06 15:31:46.208629 | fa163e80-fa0c-5351-0bd7-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.613666 | 0.04s 2025-10-06 15:31:46.230846 | fa163e80-fa0c-5351-0bd7-000000000824 | TASK | Set data fact 2025-10-06 15:31:46.281175 | fa163e80-fa0c-5351-0bd7-000000000824 | SKIPPED | Set data fact | standalone 2025-10-06 15:31:46.282337 | fa163e80-fa0c-5351-0bd7-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.687365 | 0.05s 2025-10-06 15:31:46.308657 | fa163e80-fa0c-5351-0bd7-000000000826 | TASK | Write ansible hieradata file 2025-10-06 15:31:46.770511 | fa163e80-fa0c-5351-0bd7-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-06 15:31:46.771967 | fa163e80-fa0c-5351-0bd7-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.176996 | 0.46s 2025-10-06 15:31:46.889192 | fa163e80-fa0c-5351-0bd7-000000000047 | TIMING | include_tasks | standalone | 0:00:52.294217 | 0.07s PLAY [Server network deployments] ********************************************** 2025-10-06 15:31:47.024859 | fa163e80-fa0c-5351-0bd7-00000000004b | TASK | Network Configuration 2025-10-06 15:31:47.050424 | fa163e80-fa0c-5351-0bd7-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e80-fa0c-5351-0bd7-00000000004b') missing from stats 2025-10-06 15:31:47.074110 | fa163e80-fa0c-5351-0bd7-00000000004c | TASK | Check NetworkConfig script existence 2025-10-06 15:31:47.100096 | fa163e80-fa0c-5351-0bd7-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-06 15:31:47.100881 | fa163e80-fa0c-5351-0bd7-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.505918 | 0.03s 2025-10-06 15:31:47.120713 | fa163e80-fa0c-5351-0bd7-000000000052 | TASK | Gather SELinux fact if needed 2025-10-06 15:31:47.166664 | fa163e80-fa0c-5351-0bd7-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-06 15:31:47.167649 | fa163e80-fa0c-5351-0bd7-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.572679 | 0.05s 2025-10-06 15:31:47.193103 | fa163e80-fa0c-5351-0bd7-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-06 15:31:47.859012 | fa163e80-fa0c-5351-0bd7-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-06 15:31:47.860233 | fa163e80-fa0c-5351-0bd7-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.265265 | 0.67s 2025-10-06 15:31:47.886643 | fa163e80-fa0c-5351-0bd7-000000000054 | TASK | Ensure requirements are satisfied 2025-10-06 15:31:47.908879 | fa163e80-fa0c-5351-0bd7-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.313904 | 0.02s 2025-10-06 15:31:47.968150 | fa163e80-fa0c-5351-0bd7-0000000008bf | TASK | Gather facts if they don't exist 2025-10-06 15:31:48.017333 | fa163e80-fa0c-5351-0bd7-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-06 15:31:48.018247 | fa163e80-fa0c-5351-0bd7-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.423283 | 0.05s 2025-10-06 15:31:48.038207 | fa163e80-fa0c-5351-0bd7-0000000008c0 | TASK | Gather variables for each operating system 2025-10-06 15:31:48.150269 | fa163e80-fa0c-5351-0bd7-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 15:31:48.162279 | fa163e80-fa0c-5351-0bd7-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.567309 | 0.12s 2025-10-06 15:31:48.188418 | fa163e80-fa0c-5351-0bd7-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-06 15:31:48.455671 | fa163e80-fa0c-5351-0bd7-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-06 15:31:48.457018 | fa163e80-fa0c-5351-0bd7-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.862047 | 0.27s 2025-10-06 15:31:48.478932 | fa163e80-fa0c-5351-0bd7-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-06 15:31:48.506792 | fa163e80-fa0c-5351-0bd7-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-06 15:31:48.507560 | fa163e80-fa0c-5351-0bd7-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.912595 | 0.03s 2025-10-06 15:31:48.527620 | fa163e80-fa0c-5351-0bd7-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-06 15:31:49.507061 | fa163e80-fa0c-5351-0bd7-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-06 15:31:49.508522 | fa163e80-fa0c-5351-0bd7-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.913553 | 0.98s 2025-10-06 15:31:49.563781 | fa163e80-fa0c-5351-0bd7-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 15:31:49.776708 | fa163e80-fa0c-5351-0bd7-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 15:31:49.778397 | fa163e80-fa0c-5351-0bd7-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.183424 | 0.21s 2025-10-06 15:31:49.808354 | fa163e80-fa0c-5351-0bd7-000000000057 | TASK | Reload NetworkManager 2025-10-06 15:31:50.249891 | fa163e80-fa0c-5351-0bd7-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-06 15:31:50.252245 | fa163e80-fa0c-5351-0bd7-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.657269 | 0.44s 2025-10-06 15:31:50.280739 | fa163e80-fa0c-5351-0bd7-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-06 15:31:50.481581 | fa163e80-fa0c-5351-0bd7-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-06 15:31:50.483209 | fa163e80-fa0c-5351-0bd7-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.888232 | 0.20s 2025-10-06 15:31:50.520186 | fa163e80-fa0c-5351-0bd7-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-06 15:31:50.732851 | fa163e80-fa0c-5351-0bd7-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-06 15:31:50.734276 | fa163e80-fa0c-5351-0bd7-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.139299 | 0.21s 2025-10-06 15:31:50.761896 | fa163e80-fa0c-5351-0bd7-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-06 15:31:50.793769 | fa163e80-fa0c-5351-0bd7-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-06 15:31:50.795154 | fa163e80-fa0c-5351-0bd7-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.200182 | 0.03s 2025-10-06 15:31:50.822822 | fa163e80-fa0c-5351-0bd7-00000000005c | TASK | Ensure we get cloud-init 2025-10-06 15:31:51.068001 | fa163e80-fa0c-5351-0bd7-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-06 15:31:51.069389 | fa163e80-fa0c-5351-0bd7-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.474419 | 0.24s 2025-10-06 15:31:51.095777 | fa163e80-fa0c-5351-0bd7-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-06 15:31:51.369054 | fa163e80-fa0c-5351-0bd7-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-06 15:31:51.370451 | fa163e80-fa0c-5351-0bd7-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.775481 | 0.27s 2025-10-06 15:31:51.397267 | fa163e80-fa0c-5351-0bd7-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-06 15:31:51.788590 | fa163e80-fa0c-5351-0bd7-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-06 15:31:51.789854 | fa163e80-fa0c-5351-0bd7-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.194885 | 0.39s 2025-10-06 15:31:51.816194 | fa163e80-fa0c-5351-0bd7-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-06 15:31:51.888680 | fa163e80-fa0c-5351-0bd7-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-06 15:31:51.889971 | fa163e80-fa0c-5351-0bd7-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.294999 | 0.07s 2025-10-06 15:31:51.917894 | fa163e80-fa0c-5351-0bd7-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-06 15:31:52.193508 | fa163e80-fa0c-5351-0bd7-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-06 15:31:52.194848 | fa163e80-fa0c-5351-0bd7-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.599877 | 0.27s 2025-10-06 15:31:52.221484 | fa163e80-fa0c-5351-0bd7-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-06 15:31:52.292576 | fa163e80-fa0c-5351-0bd7-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.697560 | 0.07s 2025-10-06 15:31:52.319414 | 28361863-e19d-4521-8db4-54ec02455cf3 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-06 15:31:52.352276 | fa163e80-fa0c-5351-0bd7-000000000909 | TASK | Set nic_config_file fact 2025-10-06 15:31:52.425922 | fa163e80-fa0c-5351-0bd7-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-06 15:31:52.427093 | fa163e80-fa0c-5351-0bd7-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.832124 | 0.07s 2025-10-06 15:31:52.452932 | fa163e80-fa0c-5351-0bd7-00000000090a | TASK | Render overidden network config 2025-10-06 15:31:52.526781 | fa163e80-fa0c-5351-0bd7-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-06 15:31:52.527926 | fa163e80-fa0c-5351-0bd7-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.932955 | 0.07s 2025-10-06 15:31:52.553804 | fa163e80-fa0c-5351-0bd7-00000000090b | TASK | Render network_config 2025-10-06 15:31:52.629141 | fa163e80-fa0c-5351-0bd7-00000000090b | SKIPPED | Render network_config | standalone 2025-10-06 15:31:52.630443 | fa163e80-fa0c-5351-0bd7-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.035471 | 0.08s 2025-10-06 15:31:52.656205 | fa163e80-fa0c-5351-0bd7-00000000090c | TASK | Render network_config from template 2025-10-06 15:31:53.220173 | fa163e80-fa0c-5351-0bd7-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-06 15:31:53.221510 | fa163e80-fa0c-5351-0bd7-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.626540 | 0.56s 2025-10-06 15:31:53.248615 | fa163e80-fa0c-5351-0bd7-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=147927707635.43115 2025-10-06 15:31:57.305574 | fa163e80-fa0c-5351-0bd7-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-06 15:31:57.306573 | fa163e80-fa0c-5351-0bd7-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.711612 | 4.06s 2025-10-06 15:31:57.332016 | fa163e80-fa0c-5351-0bd7-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-06 15:31:57.786502 | fa163e80-fa0c-5351-0bd7-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-06 15:31:57.788075 | fa163e80-fa0c-5351-0bd7-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.193099 | 0.45s 2025-10-06 15:31:57.817950 | fa163e80-fa0c-5351-0bd7-000000000065 | TASK | Disable cloud-init network config 2025-10-06 15:31:58.349727 | fa163e80-fa0c-5351-0bd7-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-06 15:31:58.350423 | fa163e80-fa0c-5351-0bd7-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.755464 | 0.53s 2025-10-06 15:31:58.368081 | fa163e80-fa0c-5351-0bd7-000000000066 | TASK | Ensure network service is enabled 2025-10-06 15:31:58.796480 | fa163e80-fa0c-5351-0bd7-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-06 15:31:58.798794 | fa163e80-fa0c-5351-0bd7-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.203819 | 0.43s PLAY [Server network validation] *********************************************** 2025-10-06 15:31:58.986116 | fa163e80-fa0c-5351-0bd7-000000000096 | TASK | Basic Network Validation 2025-10-06 15:31:59.012072 | fa163e80-fa0c-5351-0bd7-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.417100 | 0.03s 2025-10-06 15:31:59.055492 | fa163e80-fa0c-5351-0bd7-000000000945 | TASK | Collect default network fact 2025-10-06 15:31:59.603414 | fa163e80-fa0c-5351-0bd7-000000000945 | OK | Collect default network fact | standalone 2025-10-06 15:31:59.604734 | fa163e80-fa0c-5351-0bd7-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.009762 | 0.55s 2025-10-06 15:31:59.632369 | fa163e80-fa0c-5351-0bd7-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-06 15:31:59.660646 | fa163e80-fa0c-5351-0bd7-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-06 15:31:59.661921 | fa163e80-fa0c-5351-0bd7-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.066949 | 0.03s 2025-10-06 15:31:59.687816 | fa163e80-fa0c-5351-0bd7-000000000947 | TASK | Check all networks Gateway availability 2025-10-06 15:31:59.716988 | fa163e80-fa0c-5351-0bd7-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.122005 | 0.03s 2025-10-06 15:31:59.744813 | fa163e80-fa0c-5351-0bd7-000000000949 | TASK | Check Controllers availability 2025-10-06 15:31:59.809032 | fa163e80-fa0c-5351-0bd7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-06 15:31:59.814490 | fa163e80-fa0c-5351-0bd7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-06 15:31:59.820112 | fa163e80-fa0c-5351-0bd7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-06 15:31:59.829256 | fa163e80-fa0c-5351-0bd7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-06 15:31:59.837237 | fa163e80-fa0c-5351-0bd7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-06 15:31:59.840480 | fa163e80-fa0c-5351-0bd7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-06 15:31:59.844867 | fa163e80-fa0c-5351-0bd7-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.249891 | 0.10s 2025-10-06 15:31:59.866080 | fa163e80-fa0c-5351-0bd7-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-06 15:31:59.892915 | fa163e80-fa0c-5351-0bd7-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-06 15:31:59.893977 | fa163e80-fa0c-5351-0bd7-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.299011 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-06 15:32:00.052221 | fa163e80-fa0c-5351-0bd7-00000000009a | TASK | Server pre deployments 2025-10-06 15:32:00.079888 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-00000000009a') missing from stats 2025-10-06 15:32:00.102363 | fa163e80-fa0c-5351-0bd7-00000000009e | TASK | Hiera config 2025-10-06 15:32:00.129126 | fa163e80-fa0c-5351-0bd7-00000000009e | TIMING | Hiera config | standalone | 0:01:05.534154 | 0.03s 2025-10-06 15:32:00.173368 | fa163e80-fa0c-5351-0bd7-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-06 15:32:00.407188 | fa163e80-fa0c-5351-0bd7-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-06 15:32:00.408677 | fa163e80-fa0c-5351-0bd7-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.813704 | 0.23s 2025-10-06 15:32:00.437682 | fa163e80-fa0c-5351-0bd7-00000000099f | TASK | Write hiera config 2025-10-06 15:32:00.913261 | fa163e80-fa0c-5351-0bd7-00000000099f | OK | Write hiera config | standalone 2025-10-06 15:32:00.914703 | fa163e80-fa0c-5351-0bd7-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.319734 | 0.48s 2025-10-06 15:32:00.964483 | fa163e80-fa0c-5351-0bd7-00000000009f | TASK | Hiera symlink 2025-10-06 15:32:01.186973 | fa163e80-fa0c-5351-0bd7-00000000009f | OK | Hiera symlink | standalone 2025-10-06 15:32:01.188404 | fa163e80-fa0c-5351-0bd7-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.593434 | 0.22s 2025-10-06 15:32:01.215892 | fa163e80-fa0c-5351-0bd7-0000000000a0 | TASK | Hieradata from vars 2025-10-06 15:32:01.240244 | fa163e80-fa0c-5351-0bd7-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.645257 | 0.02s 2025-10-06 15:32:01.302406 | fa163e80-fa0c-5351-0bd7-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-06 15:32:01.870592 | fa163e80-fa0c-5351-0bd7-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-06 15:32:01.872065 | fa163e80-fa0c-5351-0bd7-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.277092 | 0.57s 2025-10-06 15:32:01.898433 | fa163e80-fa0c-5351-0bd7-0000000009fa | TASK | Render hieradata from template 2025-10-06 15:32:02.441121 | fa163e80-fa0c-5351-0bd7-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-06 15:32:02.443924 | fa163e80-fa0c-5351-0bd7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.848948 | 0.54s 2025-10-06 15:32:03.034144 | fa163e80-fa0c-5351-0bd7-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-06 15:32:03.036274 | fa163e80-fa0c-5351-0bd7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.441306 | 1.14s 2025-10-06 15:32:03.651616 | fa163e80-fa0c-5351-0bd7-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-06 15:32:03.653789 | fa163e80-fa0c-5351-0bd7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.058819 | 1.75s 2025-10-06 15:32:04.154052 | fa163e80-fa0c-5351-0bd7-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-06 15:32:04.155793 | fa163e80-fa0c-5351-0bd7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.560825 | 2.26s 2025-10-06 15:32:04.666983 | fa163e80-fa0c-5351-0bd7-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-06 15:32:04.669161 | fa163e80-fa0c-5351-0bd7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.074192 | 2.77s 2025-10-06 15:32:05.103058 | fa163e80-fa0c-5351-0bd7-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-06 15:32:05.104385 | fa163e80-fa0c-5351-0bd7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.509412 | 3.20s 2025-10-06 15:32:05.553882 | fa163e80-fa0c-5351-0bd7-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-06 15:32:05.555004 | fa163e80-fa0c-5351-0bd7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.960034 | 3.66s 2025-10-06 15:32:05.928802 | fa163e80-fa0c-5351-0bd7-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-06 15:32:05.931628 | fa163e80-fa0c-5351-0bd7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.336661 | 4.03s 2025-10-06 15:32:06.421211 | fa163e80-fa0c-5351-0bd7-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-06 15:32:06.423261 | fa163e80-fa0c-5351-0bd7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.828295 | 4.52s 2025-10-06 15:32:06.866905 | fa163e80-fa0c-5351-0bd7-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-06 15:32:06.867991 | fa163e80-fa0c-5351-0bd7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.273023 | 4.97s 2025-10-06 15:32:06.879106 | fa163e80-fa0c-5351-0bd7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.284130 | 4.98s 2025-10-06 15:32:06.931679 | fa163e80-fa0c-5351-0bd7-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-06 15:32:06.960993 | fa163e80-fa0c-5351-0bd7-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.366017 | 0.03s 2025-10-06 15:32:07.030263 | fa163e80-fa0c-5351-0bd7-000000000a9e | TASK | Check for hieradata file 2025-10-06 15:32:07.253732 | fa163e80-fa0c-5351-0bd7-000000000a9e | OK | Check for hieradata file | standalone 2025-10-06 15:32:07.255091 | fa163e80-fa0c-5351-0bd7-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.660119 | 0.22s 2025-10-06 15:32:07.284569 | fa163e80-fa0c-5351-0bd7-000000000aa0 | TASK | Get existing data 2025-10-06 15:32:07.335168 | fa163e80-fa0c-5351-0bd7-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-06 15:32:07.336448 | fa163e80-fa0c-5351-0bd7-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.741476 | 0.05s 2025-10-06 15:32:07.355250 | fa163e80-fa0c-5351-0bd7-000000000aa1 | TASK | Set data fact 2025-10-06 15:32:07.392162 | fa163e80-fa0c-5351-0bd7-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-06 15:32:07.393207 | fa163e80-fa0c-5351-0bd7-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.798243 | 0.04s 2025-10-06 15:32:07.415324 | fa163e80-fa0c-5351-0bd7-000000000aa3 | TASK | Write ansible hieradata file 2025-10-06 15:32:07.916224 | fa163e80-fa0c-5351-0bd7-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-06 15:32:07.917746 | fa163e80-fa0c-5351-0bd7-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.322776 | 0.50s 2025-10-06 15:32:08.018120 | fa163e80-fa0c-5351-0bd7-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.423137 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-06 15:32:08.183724 | fa163e80-fa0c-5351-0bd7-0000000000a6 | TASK | Host prep steps 2025-10-06 15:32:08.209510 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000a6') missing from stats 2025-10-06 15:32:08.282471 | fa163e80-fa0c-5351-0bd7-0000000000a7 | TASK | Deploy Artifacts 2025-10-06 15:32:08.393109 | fa163e80-fa0c-5351-0bd7-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-06 15:32:08.394444 | fa163e80-fa0c-5351-0bd7-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.799471 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 15:32:08.452942 | fa163e80-fa0c-5351-0bd7-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.857955 | 0.03s 2025-10-06 15:32:08.660471 | 8b999326-5719-4990-b0e3-8e205a7bcf2c | INCLUDED | /root/standalone-ansible-c4pbb1vt/Standalone/host_prep_tasks.yaml | standalone 2025-10-06 15:32:08.719076 | fa163e80-fa0c-5351-0bd7-000000000b1e | TASK | Run firewall role 2025-10-06 15:32:08.744094 | fa163e80-fa0c-5351-0bd7-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.149127 | 0.02s 2025-10-06 15:32:08.810800 | fa163e80-fa0c-5351-0bd7-000000000c36 | TASK | Gather variables for each operating system 2025-10-06 15:32:08.932177 | fa163e80-fa0c-5351-0bd7-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-06 15:32:08.933145 | fa163e80-fa0c-5351-0bd7-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.338181 | 0.12s 2025-10-06 15:32:08.937453 | fa163e80-fa0c-5351-0bd7-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.342476 | 0.13s 2025-10-06 15:32:08.965063 | fa163e80-fa0c-5351-0bd7-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-06 15:32:11.775314 | fa163e80-fa0c-5351-0bd7-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-06 15:32:11.776764 | fa163e80-fa0c-5351-0bd7-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.181794 | 2.81s 2025-10-06 15:32:11.798810 | fa163e80-fa0c-5351-0bd7-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-06 15:32:11.827482 | fa163e80-fa0c-5351-0bd7-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-06 15:32:11.828589 | fa163e80-fa0c-5351-0bd7-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.233626 | 0.03s 2025-10-06 15:32:11.850563 | fa163e80-fa0c-5351-0bd7-000000000c3c | TASK | Enable masquerade 2025-10-06 15:32:11.878985 | fa163e80-fa0c-5351-0bd7-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-06 15:32:11.880070 | fa163e80-fa0c-5351-0bd7-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.285104 | 0.03s 2025-10-06 15:32:11.901221 | fa163e80-fa0c-5351-0bd7-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-06 15:32:11.941403 | fa163e80-fa0c-5351-0bd7-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-06 15:32:11.942430 | fa163e80-fa0c-5351-0bd7-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.347466 | 0.04s 2025-10-06 15:32:11.963513 | fa163e80-fa0c-5351-0bd7-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-06 15:32:12.013777 | fa163e80-fa0c-5351-0bd7-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-06 15:32:12.014997 | fa163e80-fa0c-5351-0bd7-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.420033 | 0.05s 2025-10-06 15:32:12.036554 | fa163e80-fa0c-5351-0bd7-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-06 15:32:12.075655 | fa163e80-fa0c-5351-0bd7-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-06 15:32:12.076735 | fa163e80-fa0c-5351-0bd7-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.481768 | 0.04s 2025-10-06 15:32:12.099008 | fa163e80-fa0c-5351-0bd7-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-06 15:32:12.132325 | fa163e80-fa0c-5351-0bd7-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-06 15:32:12.133334 | fa163e80-fa0c-5351-0bd7-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.538369 | 0.03s 2025-10-06 15:32:12.154334 | fa163e80-fa0c-5351-0bd7-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-06 15:32:12.186630 | fa163e80-fa0c-5351-0bd7-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-06 15:32:12.187466 | fa163e80-fa0c-5351-0bd7-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.592502 | 0.03s 2025-10-06 15:32:12.207459 | fa163e80-fa0c-5351-0bd7-000000000c46 | TASK | Enable LOG rules 2025-10-06 15:32:12.236299 | fa163e80-fa0c-5351-0bd7-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-06 15:32:12.237180 | fa163e80-fa0c-5351-0bd7-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.642216 | 0.03s 2025-10-06 15:32:12.257140 | fa163e80-fa0c-5351-0bd7-000000000c47 | TASK | Set rule fact 2025-10-06 15:32:12.353034 | fa163e80-fa0c-5351-0bd7-000000000c47 | OK | Set rule fact | standalone 2025-10-06 15:32:12.356012 | fa163e80-fa0c-5351-0bd7-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.761041 | 0.10s 2025-10-06 15:32:12.384995 | fa163e80-fa0c-5351-0bd7-000000000c48 | TASK | Manage rules via nftables 2025-10-06 15:32:12.413349 | fa163e80-fa0c-5351-0bd7-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:17.818368 | 0.03s 2025-10-06 15:32:12.498266 | fa163e80-fa0c-5351-0bd7-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.903285 | 0.03s 2025-10-06 15:32:12.519738 | 3dec0e36-1c15-4ea4-b726-1c38a3057f93 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-06 15:32:12.545653 | fa163e80-fa0c-5351-0bd7-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-06 15:32:12.952297 | fa163e80-fa0c-5351-0bd7-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-06 15:32:12.954279 | fa163e80-fa0c-5351-0bd7-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.359304 | 0.41s 2025-10-06 15:32:13.289653 | fa163e80-fa0c-5351-0bd7-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-06 15:32:13.291787 | fa163e80-fa0c-5351-0bd7-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.696820 | 0.74s 2025-10-06 15:32:13.303877 | fa163e80-fa0c-5351-0bd7-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.708900 | 0.76s 2025-10-06 15:32:13.334440 | fa163e80-fa0c-5351-0bd7-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-06 15:32:14.143954 | fa163e80-fa0c-5351-0bd7-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-06 15:32:14.145968 | fa163e80-fa0c-5351-0bd7-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.550995 | 0.81s 2025-10-06 15:32:14.176431 | fa163e80-fa0c-5351-0bd7-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-06 15:32:14.217237 | fa163e80-fa0c-5351-0bd7-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-06 15:32:14.218407 | fa163e80-fa0c-5351-0bd7-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.623436 | 0.04s 2025-10-06 15:32:14.274718 | fa163e80-fa0c-5351-0bd7-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.679732 | 0.03s 2025-10-06 15:32:14.318065 | a5bc4f7b-894f-450f-bf68-f6c915abadf5 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-06 15:32:14.359413 | fa163e80-fa0c-5351-0bd7-000000000d40 | TASK | Push empty ruleset 2025-10-06 15:32:14.837771 | fa163e80-fa0c-5351-0bd7-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-06 15:32:14.839094 | fa163e80-fa0c-5351-0bd7-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.244124 | 0.48s 2025-10-06 15:32:14.866683 | fa163e80-fa0c-5351-0bd7-000000000d41 | TASK | Load empty ruleset 2025-10-06 15:32:15.144406 | fa163e80-fa0c-5351-0bd7-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-06 15:32:15.145862 | fa163e80-fa0c-5351-0bd7-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.550892 | 0.28s 2025-10-06 15:32:15.172793 | fa163e80-fa0c-5351-0bd7-000000000d43 | TASK | Use default rules 2025-10-06 15:32:15.268598 | fa163e80-fa0c-5351-0bd7-000000000d43 | OK | Use default rules | standalone 2025-10-06 15:32:15.271733 | fa163e80-fa0c-5351-0bd7-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.676761 | 0.10s 2025-10-06 15:32:15.303835 | fa163e80-fa0c-5351-0bd7-000000000d44 | TASK | Enable LOG rules 2025-10-06 15:32:15.394033 | fa163e80-fa0c-5351-0bd7-000000000d44 | OK | Enable LOG rules | standalone 2025-10-06 15:32:15.398323 | fa163e80-fa0c-5351-0bd7-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.803355 | 0.09s 2025-10-06 15:32:15.428016 | fa163e80-fa0c-5351-0bd7-000000000d46 | TASK | Get current nftables content 2025-10-06 15:32:15.671292 | fa163e80-fa0c-5351-0bd7-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-06 15:32:15.673177 | fa163e80-fa0c-5351-0bd7-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.078198 | 0.24s 2025-10-06 15:32:15.701378 | fa163e80-fa0c-5351-0bd7-000000000d48 | TASK | Generate chain jumps 2025-10-06 15:32:16.257344 | fa163e80-fa0c-5351-0bd7-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-06 15:32:16.258828 | fa163e80-fa0c-5351-0bd7-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.663857 | 0.56s 2025-10-06 15:32:16.286054 | fa163e80-fa0c-5351-0bd7-000000000d49 | TASK | Generate chain jumps 2025-10-06 15:32:16.863224 | fa163e80-fa0c-5351-0bd7-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-06 15:32:16.864615 | fa163e80-fa0c-5351-0bd7-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.269645 | 0.58s 2025-10-06 15:32:16.892652 | fa163e80-fa0c-5351-0bd7-000000000d4a | TASK | Generate nft flushes 2025-10-06 15:32:17.419970 | fa163e80-fa0c-5351-0bd7-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-06 15:32:17.420940 | fa163e80-fa0c-5351-0bd7-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.825971 | 0.53s 2025-10-06 15:32:17.442243 | fa163e80-fa0c-5351-0bd7-000000000d4b | TASK | Generate nft tripleo chains 2025-10-06 15:32:17.966954 | fa163e80-fa0c-5351-0bd7-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-06 15:32:17.968299 | fa163e80-fa0c-5351-0bd7-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.373329 | 0.52s 2025-10-06 15:32:17.996422 | fa163e80-fa0c-5351-0bd7-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-06 15:32:19.585300 | fa163e80-fa0c-5351-0bd7-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-06 15:32:19.586152 | fa163e80-fa0c-5351-0bd7-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.991192 | 1.59s 2025-10-06 15:32:19.604490 | fa163e80-fa0c-5351-0bd7-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-06 15:32:20.165487 | fa163e80-fa0c-5351-0bd7-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-06 15:32:20.166834 | fa163e80-fa0c-5351-0bd7-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.571864 | 0.56s 2025-10-06 15:32:20.195018 | fa163e80-fa0c-5351-0bd7-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-06 15:32:20.467647 | fa163e80-fa0c-5351-0bd7-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-06 15:32:20.469002 | fa163e80-fa0c-5351-0bd7-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.874033 | 0.27s 2025-10-06 15:32:20.524767 | fa163e80-fa0c-5351-0bd7-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.929785 | 0.03s 2025-10-06 15:32:20.546854 | bed1bed8-2314-46c9-8b62-f57369194d44 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-06 15:32:20.603072 | fa163e80-fa0c-5351-0bd7-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-06 15:32:20.845518 | fa163e80-fa0c-5351-0bd7-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-06 15:32:20.846888 | fa163e80-fa0c-5351-0bd7-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.251918 | 0.24s 2025-10-06 15:32:20.880928 | fa163e80-fa0c-5351-0bd7-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-06 15:32:21.188898 | fa163e80-fa0c-5351-0bd7-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-06 15:32:21.190260 | fa163e80-fa0c-5351-0bd7-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.595291 | 0.31s 2025-10-06 15:32:21.263449 | fa163e80-fa0c-5351-0bd7-000000000b1f | TASK | create persistent logs directory 2025-10-06 15:32:21.551660 | fa163e80-fa0c-5351-0bd7-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-06 15:32:21.553277 | fa163e80-fa0c-5351-0bd7-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.958302 | 0.29s 2025-10-06 15:32:21.760165 | fa163e80-fa0c-5351-0bd7-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-06 15:32:21.761070 | fa163e80-fa0c-5351-0bd7-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.166107 | 0.50s 2025-10-06 15:32:21.765539 | fa163e80-fa0c-5351-0bd7-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.170556 | 0.50s 2025-10-06 15:32:21.786475 | fa163e80-fa0c-5351-0bd7-000000000b20 | TASK | create persistent directories 2025-10-06 15:32:22.023418 | fa163e80-fa0c-5351-0bd7-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-06 15:32:22.025411 | fa163e80-fa0c-5351-0bd7-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.430439 | 0.24s 2025-10-06 15:32:22.035035 | fa163e80-fa0c-5351-0bd7-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.440063 | 0.25s 2025-10-06 15:32:22.055748 | fa163e80-fa0c-5351-0bd7-000000000b21 | TASK | create persistent directories 2025-10-06 15:32:22.317067 | fa163e80-fa0c-5351-0bd7-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-06 15:32:22.319252 | fa163e80-fa0c-5351-0bd7-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.724275 | 0.26s 2025-10-06 15:32:22.537054 | fa163e80-fa0c-5351-0bd7-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-06 15:32:22.538374 | fa163e80-fa0c-5351-0bd7-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.943411 | 0.48s 2025-10-06 15:32:22.548800 | fa163e80-fa0c-5351-0bd7-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.953830 | 0.49s 2025-10-06 15:32:22.569759 | fa163e80-fa0c-5351-0bd7-000000000b22 | TASK | create persistent directories 2025-10-06 15:32:22.818119 | fa163e80-fa0c-5351-0bd7-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-06 15:32:22.820030 | fa163e80-fa0c-5351-0bd7-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.225062 | 0.25s 2025-10-06 15:32:23.022157 | fa163e80-fa0c-5351-0bd7-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-06 15:32:23.023674 | fa163e80-fa0c-5351-0bd7-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.428711 | 0.45s 2025-10-06 15:32:23.034422 | fa163e80-fa0c-5351-0bd7-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.439446 | 0.46s 2025-10-06 15:32:23.060463 | fa163e80-fa0c-5351-0bd7-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-06 15:32:24.110275 | fa163e80-fa0c-5351-0bd7-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-06 15:32:24.111950 | fa163e80-fa0c-5351-0bd7-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:29.516978 | 1.05s 2025-10-06 15:32:24.138345 | fa163e80-fa0c-5351-0bd7-000000000b24 | TASK | create persistent directories 2025-10-06 15:32:24.383280 | fa163e80-fa0c-5351-0bd7-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-06 15:32:24.384653 | fa163e80-fa0c-5351-0bd7-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.789683 | 0.24s 2025-10-06 15:32:24.390265 | fa163e80-fa0c-5351-0bd7-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.795296 | 0.25s 2025-10-06 15:32:24.411087 | fa163e80-fa0c-5351-0bd7-000000000b25 | TASK | create persistent directories 2025-10-06 15:32:24.669667 | fa163e80-fa0c-5351-0bd7-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 15:32:24.671311 | fa163e80-fa0c-5351-0bd7-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.076336 | 0.26s 2025-10-06 15:32:24.856320 | fa163e80-fa0c-5351-0bd7-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-06 15:32:24.858142 | fa163e80-fa0c-5351-0bd7-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.263175 | 0.45s 2025-10-06 15:32:24.868742 | fa163e80-fa0c-5351-0bd7-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.273766 | 0.46s 2025-10-06 15:32:24.894954 | fa163e80-fa0c-5351-0bd7-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-06 15:32:26.203822 | fa163e80-fa0c-5351-0bd7-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-06 15:32:26.205188 | fa163e80-fa0c-5351-0bd7-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.610223 | 1.31s 2025-10-06 15:32:26.231796 | fa163e80-fa0c-5351-0bd7-000000000b27 | TASK | create persistent directories 2025-10-06 15:32:26.510021 | fa163e80-fa0c-5351-0bd7-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 15:32:26.511698 | fa163e80-fa0c-5351-0bd7-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.916723 | 0.28s 2025-10-06 15:32:26.683023 | fa163e80-fa0c-5351-0bd7-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-06 15:32:26.684591 | fa163e80-fa0c-5351-0bd7-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.089630 | 0.45s 2025-10-06 15:32:26.695419 | fa163e80-fa0c-5351-0bd7-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.100449 | 0.46s 2025-10-06 15:32:26.722206 | fa163e80-fa0c-5351-0bd7-000000000b28 | TASK | ensure ceph configurations exist 2025-10-06 15:32:26.956061 | fa163e80-fa0c-5351-0bd7-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-06 15:32:26.957396 | fa163e80-fa0c-5351-0bd7-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.362426 | 0.23s 2025-10-06 15:32:26.982997 | fa163e80-fa0c-5351-0bd7-000000000b29 | TASK | create persistent directories 2025-10-06 15:32:27.229358 | fa163e80-fa0c-5351-0bd7-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 15:32:27.230762 | fa163e80-fa0c-5351-0bd7-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.635790 | 0.25s 2025-10-06 15:32:27.237498 | fa163e80-fa0c-5351-0bd7-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.642523 | 0.25s 2025-10-06 15:32:27.263748 | fa163e80-fa0c-5351-0bd7-000000000b2b | TASK | Create cinder image conversion directory 2025-10-06 15:32:27.293301 | fa163e80-fa0c-5351-0bd7-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-06 15:32:27.294601 | fa163e80-fa0c-5351-0bd7-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:32.699575 | 0.03s 2025-10-06 15:32:27.320113 | fa163e80-fa0c-5351-0bd7-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-06 15:32:27.350557 | fa163e80-fa0c-5351-0bd7-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-06 15:32:27.351944 | fa163e80-fa0c-5351-0bd7-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:32.756972 | 0.03s 2025-10-06 15:32:27.379059 | fa163e80-fa0c-5351-0bd7-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-06 15:32:27.407749 | fa163e80-fa0c-5351-0bd7-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-06 15:32:27.409005 | fa163e80-fa0c-5351-0bd7-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:32.814035 | 0.03s 2025-10-06 15:32:27.434078 | fa163e80-fa0c-5351-0bd7-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-06 15:32:27.462502 | fa163e80-fa0c-5351-0bd7-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-06 15:32:27.463791 | fa163e80-fa0c-5351-0bd7-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:32.868821 | 0.03s 2025-10-06 15:32:27.489352 | fa163e80-fa0c-5351-0bd7-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-06 15:32:27.518150 | fa163e80-fa0c-5351-0bd7-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-06 15:32:27.519406 | fa163e80-fa0c-5351-0bd7-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:32.924435 | 0.03s 2025-10-06 15:32:27.544795 | fa163e80-fa0c-5351-0bd7-000000000b32 | TASK | Get or create LVM loopback device 2025-10-06 15:32:27.573384 | fa163e80-fa0c-5351-0bd7-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-06 15:32:27.574563 | fa163e80-fa0c-5351-0bd7-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:32.979565 | 0.03s 2025-10-06 15:32:27.599314 | fa163e80-fa0c-5351-0bd7-000000000b33 | TASK | Create LVM volume group 2025-10-06 15:32:27.628047 | fa163e80-fa0c-5351-0bd7-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-06 15:32:27.629282 | fa163e80-fa0c-5351-0bd7-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:33.034310 | 0.03s 2025-10-06 15:32:27.654376 | fa163e80-fa0c-5351-0bd7-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-06 15:32:27.691896 | fa163e80-fa0c-5351-0bd7-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-06 15:32:27.692994 | fa163e80-fa0c-5351-0bd7-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:33.098026 | 0.04s 2025-10-06 15:32:27.718633 | fa163e80-fa0c-5351-0bd7-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-06 15:32:27.750677 | fa163e80-fa0c-5351-0bd7-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-06 15:32:27.751807 | fa163e80-fa0c-5351-0bd7-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:33.156837 | 0.03s 2025-10-06 15:32:27.776781 | fa163e80-fa0c-5351-0bd7-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-06 15:32:28.707322 | fa163e80-fa0c-5351-0bd7-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-06 15:32:28.708905 | fa163e80-fa0c-5351-0bd7-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:34.113936 | 0.93s 2025-10-06 15:32:28.734775 | fa163e80-fa0c-5351-0bd7-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-06 15:32:30.899269 | fa163e80-fa0c-5351-0bd7-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-06 15:32:30.900962 | fa163e80-fa0c-5351-0bd7-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:36.305994 | 2.16s 2025-10-06 15:32:30.959980 | fa163e80-fa0c-5351-0bd7-000000000b3a | OK | set_fact | standalone 2025-10-06 15:32:30.961304 | fa163e80-fa0c-5351-0bd7-000000000b3a | TIMING | set_fact | standalone | 0:01:36.366333 | 0.03s 2025-10-06 15:32:31.016627 | fa163e80-fa0c-5351-0bd7-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:36.421642 | 0.03s 2025-10-06 15:32:31.077759 | fa163e80-fa0c-5351-0bd7-000000000f04 | TASK | ensure apache is installed 2025-10-06 15:32:37.070553 | fa163e80-fa0c-5351-0bd7-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-06 15:32:37.072201 | fa163e80-fa0c-5351-0bd7-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:42.477239 | 5.99s 2025-10-06 15:32:37.090435 | fa163e80-fa0c-5351-0bd7-000000000f05 | TASK | create image data directory 2025-10-06 15:32:37.324156 | fa163e80-fa0c-5351-0bd7-000000000f05 | CHANGED | create image data directory | standalone 2025-10-06 15:32:37.325717 | fa163e80-fa0c-5351-0bd7-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:42.730756 | 0.23s 2025-10-06 15:32:37.351695 | fa163e80-fa0c-5351-0bd7-000000000f06 | TASK | create /v2/ response file 2025-10-06 15:32:37.746277 | fa163e80-fa0c-5351-0bd7-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-06 15:32:37.747733 | fa163e80-fa0c-5351-0bd7-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:43.152772 | 0.39s 2025-10-06 15:32:37.765496 | fa163e80-fa0c-5351-0bd7-000000000f07 | TASK | Add listen line 2025-10-06 15:32:38.137132 | fa163e80-fa0c-5351-0bd7-000000000f07 | CHANGED | Add listen line | standalone 2025-10-06 15:32:38.138957 | fa163e80-fa0c-5351-0bd7-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:43.543993 | 0.37s 2025-10-06 15:32:38.159673 | fa163e80-fa0c-5351-0bd7-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-06 15:32:38.607429 | fa163e80-fa0c-5351-0bd7-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-06 15:32:38.609818 | fa163e80-fa0c-5351-0bd7-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:44.014846 | 0.45s 2025-10-06 15:32:38.636684 | fa163e80-fa0c-5351-0bd7-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-06 15:32:39.610962 | fa163e80-fa0c-5351-0bd7-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-06 15:32:39.613990 | fa163e80-fa0c-5351-0bd7-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:45.019020 | 0.98s 2025-10-06 15:32:39.665601 | fa163e80-fa0c-5351-0bd7-000000000b3d | TASK | create persistent logs directory 2025-10-06 15:32:39.930618 | fa163e80-fa0c-5351-0bd7-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-06 15:32:39.932991 | fa163e80-fa0c-5351-0bd7-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.338009 | 0.27s 2025-10-06 15:32:40.107498 | fa163e80-fa0c-5351-0bd7-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-06 15:32:40.108143 | fa163e80-fa0c-5351-0bd7-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.513185 | 0.44s 2025-10-06 15:32:40.114852 | fa163e80-fa0c-5351-0bd7-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.519875 | 0.45s 2025-10-06 15:32:40.141091 | fa163e80-fa0c-5351-0bd7-000000000b3e | TASK | Mount NFS on host 2025-10-06 15:32:40.171339 | fa163e80-fa0c-5351-0bd7-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-06 15:32:40.172722 | fa163e80-fa0c-5351-0bd7-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:45.577749 | 0.03s 2025-10-06 15:32:40.198917 | fa163e80-fa0c-5351-0bd7-000000000b3f | TASK | Mount Node Staging Location 2025-10-06 15:32:40.227462 | fa163e80-fa0c-5351-0bd7-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-06 15:32:40.228828 | fa163e80-fa0c-5351-0bd7-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:45.633856 | 0.03s 2025-10-06 15:32:40.249777 | fa163e80-fa0c-5351-0bd7-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-06 15:32:40.471482 | fa163e80-fa0c-5351-0bd7-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-06 15:32:40.472520 | fa163e80-fa0c-5351-0bd7-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:45.877557 | 0.22s 2025-10-06 15:32:40.493398 | fa163e80-fa0c-5351-0bd7-000000000b41 | TASK | create logs directory 2025-10-06 15:32:40.764931 | fa163e80-fa0c-5351-0bd7-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-06 15:32:40.767346 | fa163e80-fa0c-5351-0bd7-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.172369 | 0.27s 2025-10-06 15:32:40.979584 | fa163e80-fa0c-5351-0bd7-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-06 15:32:40.981499 | fa163e80-fa0c-5351-0bd7-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.386532 | 0.49s 2025-10-06 15:32:40.991901 | fa163e80-fa0c-5351-0bd7-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.396927 | 0.50s 2025-10-06 15:32:41.014165 | fa163e80-fa0c-5351-0bd7-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-06 15:32:41.041618 | fa163e80-fa0c-5351-0bd7-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-06 15:32:41.042785 | fa163e80-fa0c-5351-0bd7-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:46.447819 | 0.03s 2025-10-06 15:32:41.063740 | fa163e80-fa0c-5351-0bd7-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-06 15:32:41.296121 | fa163e80-fa0c-5351-0bd7-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-06 15:32:41.297262 | fa163e80-fa0c-5351-0bd7-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:46.702298 | 0.23s 2025-10-06 15:32:41.318061 | fa163e80-fa0c-5351-0bd7-000000000b44 | TASK | create persistent directories 2025-10-06 15:32:41.565920 | fa163e80-fa0c-5351-0bd7-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-06 15:32:41.567320 | fa163e80-fa0c-5351-0bd7-000000000b44 | TIMING | create persistent directories | standalone | 0:01:46.972347 | 0.25s 2025-10-06 15:32:41.573650 | fa163e80-fa0c-5351-0bd7-000000000b44 | TIMING | create persistent directories | standalone | 0:01:46.978676 | 0.25s 2025-10-06 15:32:41.595222 | fa163e80-fa0c-5351-0bd7-000000000b45 | TASK | create persistent data directory 2025-10-06 15:32:41.826237 | fa163e80-fa0c-5351-0bd7-000000000b45 | OK | create persistent data directory | standalone 2025-10-06 15:32:41.827279 | fa163e80-fa0c-5351-0bd7-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:47.232315 | 0.23s 2025-10-06 15:32:41.852973 | fa163e80-fa0c-5351-0bd7-000000000b46 | TASK | get parameters 2025-10-06 15:32:41.881761 | fa163e80-fa0c-5351-0bd7-000000000b46 | OK | get parameters | standalone 2025-10-06 15:32:41.883070 | fa163e80-fa0c-5351-0bd7-000000000b46 | TIMING | get parameters | standalone | 0:01:47.288095 | 0.03s 2025-10-06 15:32:41.909854 | fa163e80-fa0c-5351-0bd7-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-06 15:32:41.938725 | fa163e80-fa0c-5351-0bd7-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-06 15:32:41.940076 | fa163e80-fa0c-5351-0bd7-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:47.345104 | 0.03s 2025-10-06 15:32:41.966664 | fa163e80-fa0c-5351-0bd7-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-06 15:32:41.995692 | fa163e80-fa0c-5351-0bd7-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-06 15:32:41.996808 | fa163e80-fa0c-5351-0bd7-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:47.401844 | 0.03s 2025-10-06 15:32:42.017870 | fa163e80-fa0c-5351-0bd7-000000000b4a | TASK | get haproxy status 2025-10-06 15:32:42.067064 | fa163e80-fa0c-5351-0bd7-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-06 15:32:42.068170 | fa163e80-fa0c-5351-0bd7-000000000b4a | TIMING | get haproxy status | standalone | 0:01:47.473205 | 0.05s 2025-10-06 15:32:42.094384 | fa163e80-fa0c-5351-0bd7-000000000b4b | TASK | get pacemaker status 2025-10-06 15:32:42.123268 | fa163e80-fa0c-5351-0bd7-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-06 15:32:42.124398 | fa163e80-fa0c-5351-0bd7-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:47.529432 | 0.03s 2025-10-06 15:32:42.146078 | fa163e80-fa0c-5351-0bd7-000000000b4c | TASK | get docker status 2025-10-06 15:32:42.173879 | fa163e80-fa0c-5351-0bd7-000000000b4c | SKIPPED | get docker status | standalone 2025-10-06 15:32:42.174910 | fa163e80-fa0c-5351-0bd7-000000000b4c | TIMING | get docker status | standalone | 0:01:47.579944 | 0.03s 2025-10-06 15:32:42.195424 | fa163e80-fa0c-5351-0bd7-000000000b4d | TASK | get container_id 2025-10-06 15:32:42.244480 | fa163e80-fa0c-5351-0bd7-000000000b4d | SKIPPED | get container_id | standalone 2025-10-06 15:32:42.245568 | fa163e80-fa0c-5351-0bd7-000000000b4d | TIMING | get container_id | standalone | 0:01:47.650603 | 0.05s 2025-10-06 15:32:42.266140 | fa163e80-fa0c-5351-0bd7-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-06 15:32:42.294007 | fa163e80-fa0c-5351-0bd7-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-06 15:32:42.295020 | fa163e80-fa0c-5351-0bd7-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:47.700055 | 0.03s 2025-10-06 15:32:42.316834 | fa163e80-fa0c-5351-0bd7-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-06 15:32:42.344721 | fa163e80-fa0c-5351-0bd7-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-06 15:32:42.345734 | fa163e80-fa0c-5351-0bd7-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:47.750768 | 0.03s 2025-10-06 15:32:42.366226 | fa163e80-fa0c-5351-0bd7-000000000b50 | TASK | push certificate content 2025-10-06 15:32:42.404959 | fa163e80-fa0c-5351-0bd7-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-06 15:32:42.405986 | fa163e80-fa0c-5351-0bd7-000000000b50 | TIMING | push certificate content | standalone | 0:01:47.811020 | 0.04s 2025-10-06 15:32:42.427197 | fa163e80-fa0c-5351-0bd7-000000000b52 | TASK | set certificate ownership 2025-10-06 15:32:42.456134 | fa163e80-fa0c-5351-0bd7-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-06 15:32:42.457148 | fa163e80-fa0c-5351-0bd7-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:47.862183 | 0.03s 2025-10-06 15:32:42.478689 | fa163e80-fa0c-5351-0bd7-000000000b53 | TASK | reload haproxy if enabled 2025-10-06 15:32:42.527686 | fa163e80-fa0c-5351-0bd7-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-06 15:32:42.528923 | fa163e80-fa0c-5351-0bd7-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:47.933958 | 0.05s 2025-10-06 15:32:42.549350 | fa163e80-fa0c-5351-0bd7-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-06 15:32:42.598201 | fa163e80-fa0c-5351-0bd7-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-06 15:32:42.599260 | fa163e80-fa0c-5351-0bd7-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:48.004295 | 0.05s 2025-10-06 15:32:42.620363 | fa163e80-fa0c-5351-0bd7-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-06 15:32:42.669515 | fa163e80-fa0c-5351-0bd7-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-06 15:32:42.670588 | fa163e80-fa0c-5351-0bd7-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:48.075622 | 0.05s 2025-10-06 15:32:42.691169 | fa163e80-fa0c-5351-0bd7-000000000b58 | TASK | create persistent directories 2025-10-06 15:32:42.954587 | fa163e80-fa0c-5351-0bd7-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-06 15:32:42.956775 | fa163e80-fa0c-5351-0bd7-000000000b58 | TIMING | create persistent directories | standalone | 0:01:48.361799 | 0.26s 2025-10-06 15:32:43.181230 | fa163e80-fa0c-5351-0bd7-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-06 15:32:43.182986 | fa163e80-fa0c-5351-0bd7-000000000b58 | TIMING | create persistent directories | standalone | 0:01:48.588020 | 0.49s 2025-10-06 15:32:43.193747 | fa163e80-fa0c-5351-0bd7-000000000b58 | TIMING | create persistent directories | standalone | 0:01:48.598775 | 0.50s 2025-10-06 15:32:43.215563 | fa163e80-fa0c-5351-0bd7-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-06 15:32:48.590956 | fa163e80-fa0c-5351-0bd7-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-06 15:32:48.593447 | fa163e80-fa0c-5351-0bd7-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:53.998446 | 5.38s 2025-10-06 15:32:48.625871 | fa163e80-fa0c-5351-0bd7-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-06 15:32:48.708544 | fa163e80-fa0c-5351-0bd7-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.71 seconds", "Notice: Applied catalog in 0.29 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.29", " Catalog application: 0.29", " Config retrieval: 0.80", " Last run: 1759764768", " Total: 0.29", "Version:", " Config: 1759764767", " 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-06 15:32:48.709640 | fa163e80-fa0c-5351-0bd7-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:54.114679 | 0.08s 2025-10-06 15:32:48.727464 | fa163e80-fa0c-5351-0bd7-000000000b5b | TASK | create persistent directories 2025-10-06 15:32:48.998324 | fa163e80-fa0c-5351-0bd7-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 15:32:48.999947 | fa163e80-fa0c-5351-0bd7-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.404973 | 0.27s 2025-10-06 15:32:49.216392 | fa163e80-fa0c-5351-0bd7-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-06 15:32:49.218004 | fa163e80-fa0c-5351-0bd7-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.623038 | 0.49s 2025-10-06 15:32:49.229008 | fa163e80-fa0c-5351-0bd7-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.634042 | 0.50s 2025-10-06 15:32:49.254955 | fa163e80-fa0c-5351-0bd7-000000000b5c | TASK | create persistent directories 2025-10-06 15:32:49.491908 | fa163e80-fa0c-5351-0bd7-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 15:32:49.493387 | fa163e80-fa0c-5351-0bd7-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.898414 | 0.24s 2025-10-06 15:32:49.703190 | fa163e80-fa0c-5351-0bd7-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-06 15:32:49.704033 | fa163e80-fa0c-5351-0bd7-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.109071 | 0.45s 2025-10-06 15:32:49.715440 | fa163e80-fa0c-5351-0bd7-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.120484 | 0.46s 2025-10-06 15:32:49.732782 | fa163e80-fa0c-5351-0bd7-000000000b5d | TASK | create persistent directories 2025-10-06 15:32:49.935354 | fa163e80-fa0c-5351-0bd7-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 15:32:49.937001 | fa163e80-fa0c-5351-0bd7-000000000b5d | TIMING | create persistent directories | standalone | 0:01:55.342031 | 0.20s 2025-10-06 15:32:49.946419 | fa163e80-fa0c-5351-0bd7-000000000b5d | TIMING | create persistent directories | standalone | 0:01:55.351464 | 0.21s 2025-10-06 15:32:49.963831 | fa163e80-fa0c-5351-0bd7-000000000b5e | TASK | create persistent directories 2025-10-06 15:32:50.224042 | fa163e80-fa0c-5351-0bd7-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-06 15:32:50.225506 | fa163e80-fa0c-5351-0bd7-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.630533 | 0.26s 2025-10-06 15:32:50.448657 | fa163e80-fa0c-5351-0bd7-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-06 15:32:50.449324 | fa163e80-fa0c-5351-0bd7-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.854365 | 0.48s 2025-10-06 15:32:50.650799 | fa163e80-fa0c-5351-0bd7-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-06 15:32:50.651449 | fa163e80-fa0c-5351-0bd7-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.056489 | 0.69s 2025-10-06 15:32:50.884174 | fa163e80-fa0c-5351-0bd7-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-06 15:32:50.886084 | fa163e80-fa0c-5351-0bd7-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.291110 | 0.92s 2025-10-06 15:32:50.897284 | fa163e80-fa0c-5351-0bd7-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.302319 | 0.93s 2025-10-06 15:32:50.924947 | fa163e80-fa0c-5351-0bd7-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-06 15:32:51.314086 | fa163e80-fa0c-5351-0bd7-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-06 15:32:51.315350 | fa163e80-fa0c-5351-0bd7-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:56.720381 | 0.39s 2025-10-06 15:32:51.340596 | fa163e80-fa0c-5351-0bd7-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-06 15:32:52.613715 | fa163e80-fa0c-5351-0bd7-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-06 15:32:52.615882 | fa163e80-fa0c-5351-0bd7-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:58.020901 | 1.27s 2025-10-06 15:32:53.910862 | fa163e80-fa0c-5351-0bd7-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-06 15:32:53.912621 | fa163e80-fa0c-5351-0bd7-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.317655 | 2.57s 2025-10-06 15:32:55.188969 | fa163e80-fa0c-5351-0bd7-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-06 15:32:55.190137 | fa163e80-fa0c-5351-0bd7-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.595170 | 3.85s 2025-10-06 15:32:55.202363 | fa163e80-fa0c-5351-0bd7-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.607389 | 3.86s 2025-10-06 15:32:55.229744 | fa163e80-fa0c-5351-0bd7-000000000b61 | TASK | create persistent directories 2025-10-06 15:32:55.498376 | fa163e80-fa0c-5351-0bd7-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-06 15:32:55.500789 | fa163e80-fa0c-5351-0bd7-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.905815 | 0.27s 2025-10-06 15:32:55.712451 | fa163e80-fa0c-5351-0bd7-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-06 15:32:55.714200 | fa163e80-fa0c-5351-0bd7-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.119234 | 0.48s 2025-10-06 15:32:55.920826 | fa163e80-fa0c-5351-0bd7-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-06 15:32:55.921966 | fa163e80-fa0c-5351-0bd7-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.326999 | 0.69s 2025-10-06 15:32:55.928990 | fa163e80-fa0c-5351-0bd7-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.334015 | 0.70s 2025-10-06 15:32:55.955638 | fa163e80-fa0c-5351-0bd7-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-06 15:32:56.169273 | fa163e80-fa0c-5351-0bd7-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-06 15:32:56.171082 | fa163e80-fa0c-5351-0bd7-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:01.576105 | 0.21s 2025-10-06 15:32:56.196566 | fa163e80-fa0c-5351-0bd7-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-06 15:32:56.228734 | fa163e80-fa0c-5351-0bd7-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-06 15:32:56.229845 | fa163e80-fa0c-5351-0bd7-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:01.634875 | 0.03s 2025-10-06 15:32:56.254420 | fa163e80-fa0c-5351-0bd7-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-06 15:32:56.496019 | fa163e80-fa0c-5351-0bd7-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-06 15:32:56.497322 | fa163e80-fa0c-5351-0bd7-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:01.902354 | 0.24s 2025-10-06 15:32:56.522204 | fa163e80-fa0c-5351-0bd7-000000000b65 | TASK | Stop iscsi.service 2025-10-06 15:32:56.562796 | fa163e80-fa0c-5351-0bd7-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-06 15:32:56.564873 | fa163e80-fa0c-5351-0bd7-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:01.969901 | 0.04s 2025-10-06 15:32:56.618797 | fa163e80-fa0c-5351-0bd7-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:02.023821 | 0.03s 2025-10-06 15:32:56.717946 | fa163e80-fa0c-5351-0bd7-000000001067 | TASK | Install additional packages 2025-10-06 15:32:56.733319 | fa163e80-fa0c-5351-0bd7-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:02.138350 | 0.01s 2025-10-06 15:32:56.751155 | fa163e80-fa0c-5351-0bd7-000000001068 | TASK | Remove dracut-config-generic 2025-10-06 15:33:00.394366 | fa163e80-fa0c-5351-0bd7-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-06 15:33:00.395679 | fa163e80-fa0c-5351-0bd7-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:05.800709 | 3.64s 2025-10-06 15:33:00.421919 | fa163e80-fa0c-5351-0bd7-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-06 15:33:00.664198 | fa163e80-fa0c-5351-0bd7-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-06 15:33:00.665461 | fa163e80-fa0c-5351-0bd7-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:06.070492 | 0.24s 2025-10-06 15:33:00.692080 | fa163e80-fa0c-5351-0bd7-00000000106a | TASK | Write list of modules to load at boot 2025-10-06 15:33:01.201326 | fa163e80-fa0c-5351-0bd7-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-06 15:33:01.202716 | fa163e80-fa0c-5351-0bd7-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:06.607746 | 0.51s 2025-10-06 15:33:01.228521 | fa163e80-fa0c-5351-0bd7-00000000106b | TASK | Modules reload 2025-10-06 15:33:01.707146 | fa163e80-fa0c-5351-0bd7-00000000106b | CHANGED | Modules reload | standalone 2025-10-06 15:33:01.708939 | fa163e80-fa0c-5351-0bd7-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:07.113970 | 0.48s 2025-10-06 15:33:01.735514 | fa163e80-fa0c-5351-0bd7-00000000106c | TASK | Set default sysctl options 2025-10-06 15:33:02.220164 | fa163e80-fa0c-5351-0bd7-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-06 15:33:02.221564 | fa163e80-fa0c-5351-0bd7-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:07.626571 | 0.48s 2025-10-06 15:33:02.247559 | fa163e80-fa0c-5351-0bd7-00000000106d | TASK | Set extra sysctl options 2025-10-06 15:33:02.631145 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-06 15:33:02.633282 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.038307 | 0.38s 2025-10-06 15:33:02.875736 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-06 15:33:02.876745 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.281778 | 0.63s 2025-10-06 15:33:03.093085 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-06 15:33:03.094665 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.499699 | 0.85s 2025-10-06 15:33:03.304152 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-06 15:33:03.305110 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.710145 | 1.06s 2025-10-06 15:33:03.542956 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-06 15:33:03.544278 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.949318 | 1.29s 2025-10-06 15:33:03.785977 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-06 15:33:03.786739 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.191779 | 1.54s 2025-10-06 15:33:04.021746 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-06 15:33:04.022811 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.427842 | 1.77s 2025-10-06 15:33:04.241880 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-06 15:33:04.242914 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.647947 | 1.99s 2025-10-06 15:33:04.467811 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-06 15:33:04.468869 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.873902 | 2.22s 2025-10-06 15:33:04.692199 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-06 15:33:04.693236 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.098270 | 2.44s 2025-10-06 15:33:04.911974 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-06 15:33:04.913988 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.319017 | 2.66s 2025-10-06 15:33:05.144994 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-06 15:33:05.146031 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.551064 | 2.90s 2025-10-06 15:33:05.361567 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-06 15:33:05.363739 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.768766 | 3.11s 2025-10-06 15:33:05.575006 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-06 15:33:05.577493 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.982519 | 3.33s 2025-10-06 15:33:05.809470 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-06 15:33:05.811051 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.216087 | 3.56s 2025-10-06 15:33:06.040648 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-06 15:33:06.041769 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.446803 | 3.79s 2025-10-06 15:33:06.279277 | fa163e80-fa0c-5351-0bd7-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-06 15:33:06.280205 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.685239 | 4.03s 2025-10-06 15:33:06.292334 | fa163e80-fa0c-5351-0bd7-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.697375 | 4.04s 2025-10-06 15:33:06.312038 | fa163e80-fa0c-5351-0bd7-00000000106f | TASK | Sysctl reload 2025-10-06 15:33:06.712435 | fa163e80-fa0c-5351-0bd7-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-06 15:33:06.713545 | fa163e80-fa0c-5351-0bd7-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:12.118571 | 0.40s 2025-10-06 15:33:06.748568 | fa163e80-fa0c-5351-0bd7-000000000b67 | TASK | create persistent directories 2025-10-06 15:33:06.983391 | fa163e80-fa0c-5351-0bd7-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-06 15:33:06.985259 | fa163e80-fa0c-5351-0bd7-000000000b67 | TIMING | create persistent directories | standalone | 0:02:12.390286 | 0.24s 2025-10-06 15:33:07.145161 | fa163e80-fa0c-5351-0bd7-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-06 15:33:07.146125 | fa163e80-fa0c-5351-0bd7-000000000b67 | TIMING | create persistent directories | standalone | 0:02:12.551160 | 0.40s 2025-10-06 15:33:07.152172 | fa163e80-fa0c-5351-0bd7-000000000b67 | TIMING | create persistent directories | standalone | 0:02:12.557215 | 0.40s 2025-10-06 15:33:07.169552 | fa163e80-fa0c-5351-0bd7-000000000b68 | TASK | Check if file certs_valid exist 2025-10-06 15:33:07.385981 | fa163e80-fa0c-5351-0bd7-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-06 15:33:07.387205 | fa163e80-fa0c-5351-0bd7-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:12.792236 | 0.22s 2025-10-06 15:33:07.412660 | fa163e80-fa0c-5351-0bd7-000000000b69 | TASK | Check if file cert9.db exist 2025-10-06 15:33:07.651409 | fa163e80-fa0c-5351-0bd7-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-06 15:33:07.652115 | fa163e80-fa0c-5351-0bd7-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:13.057156 | 0.24s 2025-10-06 15:33:07.669466 | fa163e80-fa0c-5351-0bd7-000000000b6a | TASK | Check if file key4.db exist 2025-10-06 15:33:07.907845 | fa163e80-fa0c-5351-0bd7-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-06 15:33:07.909077 | fa163e80-fa0c-5351-0bd7-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:13.314108 | 0.24s 2025-10-06 15:33:07.961839 | fa163e80-fa0c-5351-0bd7-000000000b6b | SKIPPED | fail | standalone 2025-10-06 15:33:07.963056 | fa163e80-fa0c-5351-0bd7-000000000b6b | TIMING | fail | standalone | 0:02:13.368085 | 0.03s 2025-10-06 15:33:07.988327 | fa163e80-fa0c-5351-0bd7-000000000b6c | TASK | Create persistent directories 2025-10-06 15:33:08.230490 | fa163e80-fa0c-5351-0bd7-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 15:33:08.232682 | fa163e80-fa0c-5351-0bd7-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:13.637707 | 0.24s 2025-10-06 15:33:08.423325 | fa163e80-fa0c-5351-0bd7-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-06 15:33:08.424490 | fa163e80-fa0c-5351-0bd7-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:13.829523 | 0.43s 2025-10-06 15:33:08.431288 | fa163e80-fa0c-5351-0bd7-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:13.836314 | 0.44s 2025-10-06 15:33:08.458076 | fa163e80-fa0c-5351-0bd7-000000000b6d | TASK | create persistent directories 2025-10-06 15:33:08.701697 | fa163e80-fa0c-5351-0bd7-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 15:33:08.702865 | fa163e80-fa0c-5351-0bd7-000000000b6d | TIMING | create persistent directories | standalone | 0:02:14.107904 | 0.24s 2025-10-06 15:33:08.712898 | fa163e80-fa0c-5351-0bd7-000000000b6d | TIMING | create persistent directories | standalone | 0:02:14.117942 | 0.25s 2025-10-06 15:33:08.730266 | fa163e80-fa0c-5351-0bd7-000000000b6e | TASK | create persistent directories 2025-10-06 15:33:08.950312 | fa163e80-fa0c-5351-0bd7-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 15:33:08.952041 | fa163e80-fa0c-5351-0bd7-000000000b6e | TIMING | create persistent directories | standalone | 0:02:14.357077 | 0.22s 2025-10-06 15:33:09.157637 | fa163e80-fa0c-5351-0bd7-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-06 15:33:09.158312 | fa163e80-fa0c-5351-0bd7-000000000b6e | TIMING | create persistent directories | standalone | 0:02:14.563352 | 0.43s 2025-10-06 15:33:09.163187 | fa163e80-fa0c-5351-0bd7-000000000b6e | TIMING | create persistent directories | standalone | 0:02:14.568213 | 0.43s 2025-10-06 15:33:09.189334 | fa163e80-fa0c-5351-0bd7-000000000b6f | TASK | create persistent directories 2025-10-06 15:33:09.396991 | fa163e80-fa0c-5351-0bd7-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-06 15:33:09.398502 | fa163e80-fa0c-5351-0bd7-000000000b6f | TIMING | create persistent directories | standalone | 0:02:14.803528 | 0.21s 2025-10-06 15:33:09.406198 | fa163e80-fa0c-5351-0bd7-000000000b6f | TIMING | create persistent directories | standalone | 0:02:14.811219 | 0.22s 2025-10-06 15:33:09.433916 | fa163e80-fa0c-5351-0bd7-000000000b70 | TASK | create persistent directories 2025-10-06 15:33:09.657069 | fa163e80-fa0c-5351-0bd7-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-06 15:33:09.659654 | fa163e80-fa0c-5351-0bd7-000000000b70 | TIMING | create persistent directories | standalone | 0:02:15.064675 | 0.22s 2025-10-06 15:33:09.824578 | fa163e80-fa0c-5351-0bd7-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-06 15:33:09.825693 | fa163e80-fa0c-5351-0bd7-000000000b70 | TIMING | create persistent directories | standalone | 0:02:15.230726 | 0.39s 2025-10-06 15:33:09.982481 | fa163e80-fa0c-5351-0bd7-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-06 15:33:09.984148 | fa163e80-fa0c-5351-0bd7-000000000b70 | TIMING | create persistent directories | standalone | 0:02:15.389181 | 0.55s 2025-10-06 15:33:09.995218 | fa163e80-fa0c-5351-0bd7-000000000b70 | TIMING | create persistent directories | standalone | 0:02:15.400245 | 0.56s 2025-10-06 15:33:10.022609 | fa163e80-fa0c-5351-0bd7-000000000b71 | TASK | create persistent directories 2025-10-06 15:33:10.269453 | fa163e80-fa0c-5351-0bd7-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-06 15:33:10.271985 | fa163e80-fa0c-5351-0bd7-000000000b71 | TIMING | create persistent directories | standalone | 0:02:15.677000 | 0.25s 2025-10-06 15:33:10.470652 | fa163e80-fa0c-5351-0bd7-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-06 15:33:10.472381 | fa163e80-fa0c-5351-0bd7-000000000b71 | TIMING | create persistent directories | standalone | 0:02:15.877412 | 0.45s 2025-10-06 15:33:10.483325 | fa163e80-fa0c-5351-0bd7-000000000b71 | TIMING | create persistent directories | standalone | 0:02:15.888361 | 0.46s 2025-10-06 15:33:10.509502 | fa163e80-fa0c-5351-0bd7-000000000b72 | TASK | create persistent directories 2025-10-06 15:33:10.733524 | fa163e80-fa0c-5351-0bd7-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-06 15:33:10.735605 | fa163e80-fa0c-5351-0bd7-000000000b72 | TIMING | create persistent directories | standalone | 0:02:16.140633 | 0.22s 2025-10-06 15:33:10.745809 | fa163e80-fa0c-5351-0bd7-000000000b72 | TIMING | create persistent directories | standalone | 0:02:16.150841 | 0.23s 2025-10-06 15:33:10.774966 | fa163e80-fa0c-5351-0bd7-000000000b73 | TASK | creating directory 2025-10-06 15:33:10.986961 | fa163e80-fa0c-5351-0bd7-000000000b73 | CHANGED | creating directory | standalone 2025-10-06 15:33:10.988364 | fa163e80-fa0c-5351-0bd7-000000000b73 | TIMING | creating directory | standalone | 0:02:16.393394 | 0.21s 2025-10-06 15:33:11.013910 | fa163e80-fa0c-5351-0bd7-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-06 15:33:11.447197 | fa163e80-fa0c-5351-0bd7-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-06 15:33:11.448687 | fa163e80-fa0c-5351-0bd7-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:16.853715 | 0.43s 2025-10-06 15:33:11.473936 | fa163e80-fa0c-5351-0bd7-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-06 15:33:12.269794 | fa163e80-fa0c-5351-0bd7-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-06 15:33:12.271223 | fa163e80-fa0c-5351-0bd7-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:17.676251 | 0.80s 2025-10-06 15:33:12.296463 | fa163e80-fa0c-5351-0bd7-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-06 15:33:12.526679 | fa163e80-fa0c-5351-0bd7-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-06 15:33:12.528230 | fa163e80-fa0c-5351-0bd7-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:17.933254 | 0.23s 2025-10-06 15:33:12.554469 | fa163e80-fa0c-5351-0bd7-000000000b77 | TASK | remove temp namespace 2025-10-06 15:33:12.800377 | fa163e80-fa0c-5351-0bd7-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-06 15:33:12.801714 | fa163e80-fa0c-5351-0bd7-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:18.206745 | 0.25s 2025-10-06 15:33:12.829139 | fa163e80-fa0c-5351-0bd7-000000000b78 | TASK | create /var/lib/neutron 2025-10-06 15:33:13.063465 | fa163e80-fa0c-5351-0bd7-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-06 15:33:13.065046 | fa163e80-fa0c-5351-0bd7-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:18.470076 | 0.23s 2025-10-06 15:33:13.090730 | fa163e80-fa0c-5351-0bd7-000000000b79 | TASK | set conditions 2025-10-06 15:33:13.121578 | fa163e80-fa0c-5351-0bd7-000000000b79 | OK | set conditions | standalone 2025-10-06 15:33:13.122857 | fa163e80-fa0c-5351-0bd7-000000000b79 | TIMING | set conditions | standalone | 0:02:18.527887 | 0.03s 2025-10-06 15:33:13.149401 | fa163e80-fa0c-5351-0bd7-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-06 15:33:13.382842 | fa163e80-fa0c-5351-0bd7-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-06 15:33:13.384259 | fa163e80-fa0c-5351-0bd7-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:18.789288 | 0.23s 2025-10-06 15:33:13.409635 | fa163e80-fa0c-5351-0bd7-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-06 15:33:13.865582 | fa163e80-fa0c-5351-0bd7-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-06 15:33:13.866976 | fa163e80-fa0c-5351-0bd7-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:19.272006 | 0.46s 2025-10-06 15:33:13.892401 | fa163e80-fa0c-5351-0bd7-000000000b7c | TASK | create haproxy kill script 2025-10-06 15:33:14.326108 | fa163e80-fa0c-5351-0bd7-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-06 15:33:14.327682 | fa163e80-fa0c-5351-0bd7-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:19.732703 | 0.43s 2025-10-06 15:33:14.353914 | fa163e80-fa0c-5351-0bd7-000000000b7d | TASK | create persistent directories 2025-10-06 15:33:14.580640 | fa163e80-fa0c-5351-0bd7-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 15:33:14.582605 | fa163e80-fa0c-5351-0bd7-000000000b7d | TIMING | create persistent directories | standalone | 0:02:19.987618 | 0.23s 2025-10-06 15:33:14.793989 | fa163e80-fa0c-5351-0bd7-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-06 15:33:14.795242 | fa163e80-fa0c-5351-0bd7-000000000b7d | TIMING | create persistent directories | standalone | 0:02:20.200270 | 0.44s 2025-10-06 15:33:14.808659 | fa163e80-fa0c-5351-0bd7-000000000b7d | TIMING | create persistent directories | standalone | 0:02:20.213689 | 0.45s 2025-10-06 15:33:14.829708 | fa163e80-fa0c-5351-0bd7-000000000b7e | TASK | create persistent directories 2025-10-06 15:33:15.054653 | fa163e80-fa0c-5351-0bd7-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 15:33:15.056378 | fa163e80-fa0c-5351-0bd7-000000000b7e | TIMING | create persistent directories | standalone | 0:02:20.461406 | 0.23s 2025-10-06 15:33:15.066058 | fa163e80-fa0c-5351-0bd7-000000000b7e | TIMING | create persistent directories | standalone | 0:02:20.471094 | 0.24s 2025-10-06 15:33:15.092373 | fa163e80-fa0c-5351-0bd7-000000000b7f | TASK | create persistent directories 2025-10-06 15:33:15.339953 | fa163e80-fa0c-5351-0bd7-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 15:33:15.341705 | fa163e80-fa0c-5351-0bd7-000000000b7f | TIMING | create persistent directories | standalone | 0:02:20.746728 | 0.25s 2025-10-06 15:33:15.512952 | fa163e80-fa0c-5351-0bd7-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-06 15:33:15.514035 | fa163e80-fa0c-5351-0bd7-000000000b7f | TIMING | create persistent directories | standalone | 0:02:20.919065 | 0.42s 2025-10-06 15:33:15.520501 | fa163e80-fa0c-5351-0bd7-000000000b7f | TIMING | create persistent directories | standalone | 0:02:20.925528 | 0.43s 2025-10-06 15:33:15.547150 | fa163e80-fa0c-5351-0bd7-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-06 15:33:15.771073 | fa163e80-fa0c-5351-0bd7-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-06 15:33:15.772343 | fa163e80-fa0c-5351-0bd7-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:21.177374 | 0.22s 2025-10-06 15:33:15.798317 | fa163e80-fa0c-5351-0bd7-000000000b81 | TASK | create persistent directories 2025-10-06 15:33:16.074314 | fa163e80-fa0c-5351-0bd7-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-06 15:33:16.076898 | fa163e80-fa0c-5351-0bd7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:21.481919 | 0.28s 2025-10-06 15:33:16.303933 | fa163e80-fa0c-5351-0bd7-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-06 15:33:16.305186 | fa163e80-fa0c-5351-0bd7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:21.710218 | 0.51s 2025-10-06 15:33:16.537382 | fa163e80-fa0c-5351-0bd7-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-06 15:33:16.538626 | fa163e80-fa0c-5351-0bd7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:21.943658 | 0.74s 2025-10-06 15:33:16.766603 | fa163e80-fa0c-5351-0bd7-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-06 15:33:16.768699 | fa163e80-fa0c-5351-0bd7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.173728 | 0.97s 2025-10-06 15:33:16.986000 | fa163e80-fa0c-5351-0bd7-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-06 15:33:16.987075 | fa163e80-fa0c-5351-0bd7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.392109 | 1.19s 2025-10-06 15:33:17.000434 | fa163e80-fa0c-5351-0bd7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.405454 | 1.20s 2025-10-06 15:33:17.027917 | fa163e80-fa0c-5351-0bd7-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-06 15:33:17.535109 | fa163e80-fa0c-5351-0bd7-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-06 15:33:17.536517 | fa163e80-fa0c-5351-0bd7-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:22.941547 | 0.51s 2025-10-06 15:33:17.562561 | fa163e80-fa0c-5351-0bd7-000000000b83 | TASK | create tempfiles 2025-10-06 15:33:17.879949 | fa163e80-fa0c-5351-0bd7-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-06 15:33:17.881289 | fa163e80-fa0c-5351-0bd7-000000000b83 | TIMING | create tempfiles | standalone | 0:02:23.286319 | 0.32s 2025-10-06 15:33:17.906660 | fa163e80-fa0c-5351-0bd7-000000000b84 | TASK | Mount Nova NFS Share 2025-10-06 15:33:17.935485 | fa163e80-fa0c-5351-0bd7-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-06 15:33:17.936570 | fa163e80-fa0c-5351-0bd7-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:23.341575 | 0.03s 2025-10-06 15:33:17.962266 | fa163e80-fa0c-5351-0bd7-000000000b86 | TASK | check systemd-container package installed or not 2025-10-06 15:33:17.992615 | fa163e80-fa0c-5351-0bd7-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-06 15:33:17.993500 | fa163e80-fa0c-5351-0bd7-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:23.398534 | 0.03s 2025-10-06 15:33:18.016988 | fa163e80-fa0c-5351-0bd7-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-06 15:33:18.044615 | fa163e80-fa0c-5351-0bd7-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-06 15:33:18.045366 | fa163e80-fa0c-5351-0bd7-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:23.450403 | 0.03s 2025-10-06 15:33:18.064764 | fa163e80-fa0c-5351-0bd7-000000000b88 | TASK | Install systemd-container package on boot 2025-10-06 15:33:18.092299 | fa163e80-fa0c-5351-0bd7-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-06 15:33:18.093001 | fa163e80-fa0c-5351-0bd7-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:23.498039 | 0.03s 2025-10-06 15:33:18.112460 | fa163e80-fa0c-5351-0bd7-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-06 15:33:18.141849 | fa163e80-fa0c-5351-0bd7-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-06 15:33:18.143439 | fa163e80-fa0c-5351-0bd7-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:23.548460 | 0.03s 2025-10-06 15:33:18.181385 | fa163e80-fa0c-5351-0bd7-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-06 15:33:18.212745 | fa163e80-fa0c-5351-0bd7-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-06 15:33:18.213502 | fa163e80-fa0c-5351-0bd7-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:23.618540 | 0.03s 2025-10-06 15:33:18.232693 | fa163e80-fa0c-5351-0bd7-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-06 15:33:18.260842 | fa163e80-fa0c-5351-0bd7-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-06 15:33:18.261560 | fa163e80-fa0c-5351-0bd7-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:23.666597 | 0.03s 2025-10-06 15:33:18.280885 | fa163e80-fa0c-5351-0bd7-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-06 15:33:18.317771 | fa163e80-fa0c-5351-0bd7-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-06 15:33:18.318440 | fa163e80-fa0c-5351-0bd7-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:23.723480 | 0.04s 2025-10-06 15:33:18.337695 | fa163e80-fa0c-5351-0bd7-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-06 15:33:18.367517 | fa163e80-fa0c-5351-0bd7-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-06 15:33:18.368601 | fa163e80-fa0c-5351-0bd7-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:23.773631 | 0.03s 2025-10-06 15:33:18.392790 | fa163e80-fa0c-5351-0bd7-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-06 15:33:18.422344 | fa163e80-fa0c-5351-0bd7-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-06 15:33:18.423433 | fa163e80-fa0c-5351-0bd7-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:23.828464 | 0.03s 2025-10-06 15:33:18.449363 | fa163e80-fa0c-5351-0bd7-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-06 15:33:18.480227 | fa163e80-fa0c-5351-0bd7-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-06 15:33:18.481706 | fa163e80-fa0c-5351-0bd7-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:23.886732 | 0.03s 2025-10-06 15:33:18.507633 | fa163e80-fa0c-5351-0bd7-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-06 15:33:18.537126 | fa163e80-fa0c-5351-0bd7-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-06 15:33:18.538243 | fa163e80-fa0c-5351-0bd7-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:23.943274 | 0.03s 2025-10-06 15:33:18.565345 | fa163e80-fa0c-5351-0bd7-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-06 15:33:18.594443 | fa163e80-fa0c-5351-0bd7-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-06 15:33:18.595614 | fa163e80-fa0c-5351-0bd7-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:24.000642 | 0.03s 2025-10-06 15:33:18.621152 | fa163e80-fa0c-5351-0bd7-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-06 15:33:18.649896 | fa163e80-fa0c-5351-0bd7-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-06 15:33:18.651093 | fa163e80-fa0c-5351-0bd7-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:24.056123 | 0.03s 2025-10-06 15:33:18.676584 | fa163e80-fa0c-5351-0bd7-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-06 15:33:18.704935 | fa163e80-fa0c-5351-0bd7-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-06 15:33:18.706118 | fa163e80-fa0c-5351-0bd7-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:24.111147 | 0.03s 2025-10-06 15:33:18.731245 | fa163e80-fa0c-5351-0bd7-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-06 15:33:18.761710 | fa163e80-fa0c-5351-0bd7-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-06 15:33:18.763004 | fa163e80-fa0c-5351-0bd7-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:24.168033 | 0.03s 2025-10-06 15:33:18.787505 | fa163e80-fa0c-5351-0bd7-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-06 15:33:18.836886 | fa163e80-fa0c-5351-0bd7-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-06 15:33:18.838102 | fa163e80-fa0c-5351-0bd7-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:24.243133 | 0.05s 2025-10-06 15:33:18.863094 | fa163e80-fa0c-5351-0bd7-000000000b9a | TASK | Is irqbalance enabled 2025-10-06 15:33:18.894066 | fa163e80-fa0c-5351-0bd7-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-06 15:33:18.895231 | fa163e80-fa0c-5351-0bd7-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:24.300262 | 0.03s 2025-10-06 15:33:18.920067 | fa163e80-fa0c-5351-0bd7-000000000b9b | TASK | disable irqbalance service on compute 2025-10-06 15:33:18.951906 | fa163e80-fa0c-5351-0bd7-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-06 15:33:18.953084 | fa163e80-fa0c-5351-0bd7-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:24.358114 | 0.03s 2025-10-06 15:33:18.977880 | fa163e80-fa0c-5351-0bd7-000000000b9c | TASK | create persistent directories 2025-10-06 15:33:19.220397 | fa163e80-fa0c-5351-0bd7-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-06 15:33:19.222448 | fa163e80-fa0c-5351-0bd7-000000000b9c | TIMING | create persistent directories | standalone | 0:02:24.627475 | 0.24s 2025-10-06 15:33:19.232612 | fa163e80-fa0c-5351-0bd7-000000000b9c | TIMING | create persistent directories | standalone | 0:02:24.637637 | 0.25s 2025-10-06 15:33:19.258148 | fa163e80-fa0c-5351-0bd7-000000000b9d | TASK | create libvirt persistent data directories 2025-10-06 15:33:19.512825 | fa163e80-fa0c-5351-0bd7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-06 15:33:19.515080 | fa163e80-fa0c-5351-0bd7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:24.920105 | 0.26s 2025-10-06 15:33:19.728343 | fa163e80-fa0c-5351-0bd7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-06 15:33:19.729990 | fa163e80-fa0c-5351-0bd7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.135023 | 0.47s 2025-10-06 15:33:19.989393 | fa163e80-fa0c-5351-0bd7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-06 15:33:19.990049 | fa163e80-fa0c-5351-0bd7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.395091 | 0.73s 2025-10-06 15:33:20.232291 | fa163e80-fa0c-5351-0bd7-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-06 15:33:20.233994 | fa163e80-fa0c-5351-0bd7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.639027 | 0.97s 2025-10-06 15:33:20.480768 | fa163e80-fa0c-5351-0bd7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-06 15:33:20.481771 | fa163e80-fa0c-5351-0bd7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.886805 | 1.22s 2025-10-06 15:33:20.717946 | fa163e80-fa0c-5351-0bd7-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-06 15:33:20.718947 | fa163e80-fa0c-5351-0bd7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.123982 | 1.46s 2025-10-06 15:33:20.959039 | fa163e80-fa0c-5351-0bd7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-06 15:33:20.960788 | fa163e80-fa0c-5351-0bd7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.365821 | 1.70s 2025-10-06 15:33:21.168794 | fa163e80-fa0c-5351-0bd7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-06 15:33:21.169816 | fa163e80-fa0c-5351-0bd7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.574850 | 1.91s 2025-10-06 15:33:21.178504 | fa163e80-fa0c-5351-0bd7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.583539 | 1.92s 2025-10-06 15:33:21.206426 | fa163e80-fa0c-5351-0bd7-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-06 15:33:21.647571 | fa163e80-fa0c-5351-0bd7-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-06 15:33:21.648754 | fa163e80-fa0c-5351-0bd7-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:27.053786 | 0.44s 2025-10-06 15:33:21.674168 | fa163e80-fa0c-5351-0bd7-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-06 15:33:22.170048 | fa163e80-fa0c-5351-0bd7-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-06 15:33:22.171646 | fa163e80-fa0c-5351-0bd7-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:27.576677 | 0.50s 2025-10-06 15:33:22.196861 | fa163e80-fa0c-5351-0bd7-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-06 15:33:22.427970 | fa163e80-fa0c-5351-0bd7-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-06 15:33:22.429300 | fa163e80-fa0c-5351-0bd7-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:27.834332 | 0.23s 2025-10-06 15:33:22.454583 | fa163e80-fa0c-5351-0bd7-000000000ba1 | TASK | check if libvirt is installed 2025-10-06 15:33:22.695713 | fa163e80-fa0c-5351-0bd7-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-06 15:33:22.697092 | fa163e80-fa0c-5351-0bd7-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:28.102122 | 0.24s 2025-10-06 15:33:22.722816 | fa163e80-fa0c-5351-0bd7-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-06 15:33:22.766415 | fa163e80-fa0c-5351-0bd7-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-06 15:33:22.773611 | fa163e80-fa0c-5351-0bd7-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-06 15:33:22.779111 | fa163e80-fa0c-5351-0bd7-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:28.184141 | 0.05s 2025-10-06 15:33:22.803976 | fa163e80-fa0c-5351-0bd7-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-06 15:33:23.280782 | fa163e80-fa0c-5351-0bd7-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-06 15:33:23.282082 | fa163e80-fa0c-5351-0bd7-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:28.687112 | 0.48s 2025-10-06 15:33:23.307156 | fa163e80-fa0c-5351-0bd7-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-06 15:33:24.172653 | fa163e80-fa0c-5351-0bd7-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-06 15:33:24.174286 | fa163e80-fa0c-5351-0bd7-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:29.579291 | 0.87s 2025-10-06 15:33:24.199618 | fa163e80-fa0c-5351-0bd7-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-06 15:33:24.438987 | fa163e80-fa0c-5351-0bd7-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-06 15:33:24.441102 | fa163e80-fa0c-5351-0bd7-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:29.846128 | 0.24s 2025-10-06 15:33:24.451281 | fa163e80-fa0c-5351-0bd7-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:29.856306 | 0.25s 2025-10-06 15:33:24.476966 | fa163e80-fa0c-5351-0bd7-000000000ba6 | TASK | create persistent directories 2025-10-06 15:33:24.748157 | fa163e80-fa0c-5351-0bd7-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-06 15:33:24.750309 | fa163e80-fa0c-5351-0bd7-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:30.155332 | 0.27s 2025-10-06 15:33:24.983013 | fa163e80-fa0c-5351-0bd7-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-06 15:33:24.983652 | fa163e80-fa0c-5351-0bd7-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:30.388693 | 0.51s 2025-10-06 15:33:24.987681 | fa163e80-fa0c-5351-0bd7-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:30.392705 | 0.51s 2025-10-06 15:33:25.013901 | fa163e80-fa0c-5351-0bd7-000000000ba7 | TASK | Copy in cleanup script 2025-10-06 15:33:25.497794 | fa163e80-fa0c-5351-0bd7-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-06 15:33:25.499230 | fa163e80-fa0c-5351-0bd7-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:30.904259 | 0.48s 2025-10-06 15:33:25.524738 | fa163e80-fa0c-5351-0bd7-000000000ba8 | TASK | Copy in cleanup service 2025-10-06 15:33:25.984580 | fa163e80-fa0c-5351-0bd7-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-06 15:33:25.985960 | fa163e80-fa0c-5351-0bd7-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:31.390989 | 0.46s 2025-10-06 15:33:26.011430 | fa163e80-fa0c-5351-0bd7-000000000ba9 | TASK | Enabling the cleanup service 2025-10-06 15:33:26.674901 | fa163e80-fa0c-5351-0bd7-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-06 15:33:26.677187 | fa163e80-fa0c-5351-0bd7-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:32.082216 | 0.66s 2025-10-06 15:33:26.704635 | fa163e80-fa0c-5351-0bd7-000000000baa | TASK | create persistent directories 2025-10-06 15:33:26.959037 | fa163e80-fa0c-5351-0bd7-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-06 15:33:26.960661 | fa163e80-fa0c-5351-0bd7-000000000baa | TIMING | create persistent directories | standalone | 0:02:32.365699 | 0.25s 2025-10-06 15:33:27.197137 | fa163e80-fa0c-5351-0bd7-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-06 15:33:27.198912 | fa163e80-fa0c-5351-0bd7-000000000baa | TIMING | create persistent directories | standalone | 0:02:32.603944 | 0.49s 2025-10-06 15:33:27.209782 | fa163e80-fa0c-5351-0bd7-000000000baa | TIMING | create persistent directories | standalone | 0:02:32.614805 | 0.50s 2025-10-06 15:33:27.235801 | fa163e80-fa0c-5351-0bd7-000000000bab | TASK | set conditions 2025-10-06 15:33:27.266685 | fa163e80-fa0c-5351-0bd7-000000000bab | OK | set conditions | standalone 2025-10-06 15:33:27.268074 | fa163e80-fa0c-5351-0bd7-000000000bab | TIMING | set conditions | standalone | 0:02:32.673104 | 0.03s 2025-10-06 15:33:27.293355 | fa163e80-fa0c-5351-0bd7-000000000bac | TASK | create persistent directories 2025-10-06 15:33:27.550204 | fa163e80-fa0c-5351-0bd7-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-06 15:33:27.552023 | fa163e80-fa0c-5351-0bd7-000000000bac | TIMING | create persistent directories | standalone | 0:02:32.957046 | 0.26s 2025-10-06 15:33:27.779972 | fa163e80-fa0c-5351-0bd7-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-06 15:33:27.781424 | fa163e80-fa0c-5351-0bd7-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.186457 | 0.49s 2025-10-06 15:33:28.008004 | fa163e80-fa0c-5351-0bd7-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-06 15:33:28.009133 | fa163e80-fa0c-5351-0bd7-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.414169 | 0.71s 2025-10-06 15:33:28.016385 | fa163e80-fa0c-5351-0bd7-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.421412 | 0.72s 2025-10-06 15:33:28.042082 | fa163e80-fa0c-5351-0bd7-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-06 15:33:28.476294 | fa163e80-fa0c-5351-0bd7-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-06 15:33:28.477648 | fa163e80-fa0c-5351-0bd7-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:33.882680 | 0.43s 2025-10-06 15:33:28.502943 | fa163e80-fa0c-5351-0bd7-000000000bae | TASK | create persistent directories 2025-10-06 15:33:28.702167 | fa163e80-fa0c-5351-0bd7-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-06 15:33:28.704954 | fa163e80-fa0c-5351-0bd7-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.109973 | 0.20s 2025-10-06 15:33:28.909363 | fa163e80-fa0c-5351-0bd7-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-06 15:33:28.910053 | fa163e80-fa0c-5351-0bd7-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.315094 | 0.41s 2025-10-06 15:33:28.916428 | fa163e80-fa0c-5351-0bd7-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.321456 | 0.41s 2025-10-06 15:33:28.942202 | fa163e80-fa0c-5351-0bd7-000000000baf | TASK | create empty log files 2025-10-06 15:33:29.192380 | fa163e80-fa0c-5351-0bd7-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-06 15:33:29.195159 | fa163e80-fa0c-5351-0bd7-000000000baf | TIMING | create empty log files | standalone | 0:02:34.600172 | 0.25s 2025-10-06 15:33:29.402872 | fa163e80-fa0c-5351-0bd7-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-06 15:33:29.404012 | fa163e80-fa0c-5351-0bd7-000000000baf | TIMING | create empty log files | standalone | 0:02:34.809046 | 0.46s 2025-10-06 15:33:29.410795 | fa163e80-fa0c-5351-0bd7-000000000baf | TIMING | create empty log files | standalone | 0:02:34.815820 | 0.47s 2025-10-06 15:33:29.436577 | fa163e80-fa0c-5351-0bd7-000000000bb0 | TASK | create persistent directories 2025-10-06 15:33:29.677371 | fa163e80-fa0c-5351-0bd7-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-06 15:33:29.679338 | fa163e80-fa0c-5351-0bd7-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.084367 | 0.24s 2025-10-06 15:33:29.689566 | fa163e80-fa0c-5351-0bd7-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.094575 | 0.25s 2025-10-06 15:33:29.714972 | fa163e80-fa0c-5351-0bd7-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-06 15:33:32.528160 | fa163e80-fa0c-5351-0bd7-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-06 15:33:32.528886 | fa163e80-fa0c-5351-0bd7-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:37.933926 | 2.81s 2025-10-06 15:33:32.570056 | fa163e80-fa0c-5351-0bd7-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:37.975085 | 0.02s 2025-10-06 15:33:32.607935 | fa163e80-fa0c-5351-0bd7-000000001291 | TASK | Gather variables for each operating system 2025-10-06 15:33:32.721068 | fa163e80-fa0c-5351-0bd7-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:38.126086 | 0.11s 2025-10-06 15:33:32.748403 | fa163e80-fa0c-5351-0bd7-000000001292 | TASK | Set packages facts 2025-10-06 15:33:32.791356 | fa163e80-fa0c-5351-0bd7-000000001292 | OK | Set packages facts | standalone 2025-10-06 15:33:32.792321 | fa163e80-fa0c-5351-0bd7-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:38.197357 | 0.04s 2025-10-06 15:33:32.812368 | fa163e80-fa0c-5351-0bd7-000000001293 | TASK | Manage package 2025-10-06 15:33:32.875137 | fa163e80-fa0c-5351-0bd7-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-06 15:33:32.902178 | fa163e80-fa0c-5351-0bd7-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-06 15:33:32.919139 | fa163e80-fa0c-5351-0bd7-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-06 15:33:37.586649 | fa163e80-fa0c-5351-0bd7-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:42.991668 | 4.77s 2025-10-06 15:33:37.609365 | fa163e80-fa0c-5351-0bd7-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-06 15:33:37.622423 | fa163e80-fa0c-5351-0bd7-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:43.027450 | 4.81s 2025-10-06 15:33:37.672453 | fa163e80-fa0c-5351-0bd7-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-06 15:33:38.941425 | fa163e80-fa0c-5351-0bd7-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-06 15:33:38.943158 | fa163e80-fa0c-5351-0bd7-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:44.348186 | 1.27s 2025-10-06 15:33:38.968404 | fa163e80-fa0c-5351-0bd7-000000000bb6 | TASK | create persistent directories 2025-10-06 15:33:39.216341 | fa163e80-fa0c-5351-0bd7-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-06 15:33:39.218031 | fa163e80-fa0c-5351-0bd7-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:44.623057 | 0.25s 2025-10-06 15:33:39.448066 | fa163e80-fa0c-5351-0bd7-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-06 15:33:39.449308 | fa163e80-fa0c-5351-0bd7-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:44.854340 | 0.48s 2025-10-06 15:33:39.456884 | fa163e80-fa0c-5351-0bd7-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:44.861907 | 0.49s 2025-10-06 15:33:39.483234 | fa163e80-fa0c-5351-0bd7-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-06 15:33:39.742119 | fa163e80-fa0c-5351-0bd7-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-06 15:33:39.743461 | fa163e80-fa0c-5351-0bd7-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:45.148492 | 0.26s 2025-10-06 15:33:39.768615 | fa163e80-fa0c-5351-0bd7-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-06 15:33:39.796837 | fa163e80-fa0c-5351-0bd7-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-06 15:33:39.797976 | fa163e80-fa0c-5351-0bd7-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:45.203006 | 0.03s 2025-10-06 15:33:39.823199 | fa163e80-fa0c-5351-0bd7-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-06 15:33:40.048212 | fa163e80-fa0c-5351-0bd7-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-06 15:33:40.049561 | fa163e80-fa0c-5351-0bd7-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:45.454582 | 0.22s 2025-10-06 15:33:40.074813 | fa163e80-fa0c-5351-0bd7-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-06 15:33:40.275080 | fa163e80-fa0c-5351-0bd7-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-06 15:33:40.276614 | fa163e80-fa0c-5351-0bd7-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:45.681638 | 0.20s 2025-10-06 15:33:40.304209 | fa163e80-fa0c-5351-0bd7-000000000bbb | TASK | Restart systemd-logind 2025-10-06 15:33:41.813916 | fa163e80-fa0c-5351-0bd7-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-06 15:33:41.817017 | fa163e80-fa0c-5351-0bd7-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:47.222045 | 1.51s 2025-10-06 15:33:41.844466 | fa163e80-fa0c-5351-0bd7-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-06 15:33:41.917266 | fa163e80-fa0c-5351-0bd7-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-06 15:33:41.918365 | fa163e80-fa0c-5351-0bd7-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:47.323387 | 0.07s 2025-10-06 15:33:41.943987 | fa163e80-fa0c-5351-0bd7-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-06 15:33:42.015618 | fa163e80-fa0c-5351-0bd7-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-06 15:33:42.016453 | fa163e80-fa0c-5351-0bd7-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:47.421482 | 0.07s 2025-10-06 15:33:42.041422 | fa163e80-fa0c-5351-0bd7-000000000bbe | TASK | create persistent logs directory 2025-10-06 15:33:42.341730 | fa163e80-fa0c-5351-0bd7-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-06 15:33:42.342930 | fa163e80-fa0c-5351-0bd7-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:47.747964 | 0.30s 2025-10-06 15:33:42.549860 | fa163e80-fa0c-5351-0bd7-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-06 15:33:42.550798 | fa163e80-fa0c-5351-0bd7-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:47.955836 | 0.51s 2025-10-06 15:33:42.563080 | fa163e80-fa0c-5351-0bd7-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:47.968102 | 0.52s 2025-10-06 15:33:42.588629 | fa163e80-fa0c-5351-0bd7-000000000bc0 | TASK | Set login facts 2025-10-06 15:33:42.620357 | fa163e80-fa0c-5351-0bd7-000000000bc0 | OK | Set login facts | standalone 2025-10-06 15:33:42.621411 | fa163e80-fa0c-5351-0bd7-000000000bc0 | TIMING | Set login facts | standalone | 0:02:48.026442 | 0.03s 2025-10-06 15:33:42.646135 | fa163e80-fa0c-5351-0bd7-000000000bc1 | TASK | Convert logins json to dict 2025-10-06 15:33:42.687474 | fa163e80-fa0c-5351-0bd7-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-06 15:33:42.688566 | fa163e80-fa0c-5351-0bd7-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:48.093568 | 0.04s 2025-10-06 15:33:42.713319 | fa163e80-fa0c-5351-0bd7-000000000bc2 | TASK | Set registry logins 2025-10-06 15:33:42.764530 | fa163e80-fa0c-5351-0bd7-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-06 15:33:42.765698 | fa163e80-fa0c-5351-0bd7-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:48.170727 | 0.05s 2025-10-06 15:33:42.790380 | fa163e80-fa0c-5351-0bd7-000000000bc3 | TASK | Run podman install 2025-10-06 15:33:42.818799 | fa163e80-fa0c-5351-0bd7-000000000bc3 | TIMING | Run podman install | standalone | 0:02:48.223821 | 0.03s 2025-10-06 15:33:42.920177 | fa163e80-fa0c-5351-0bd7-000000001323 | TASK | Gather variables for each operating system 2025-10-06 15:33:43.063625 | fa163e80-fa0c-5351-0bd7-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-06 15:33:43.064745 | fa163e80-fa0c-5351-0bd7-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.469777 | 0.14s 2025-10-06 15:33:43.068989 | fa163e80-fa0c-5351-0bd7-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.474016 | 0.15s 2025-10-06 15:33:43.094905 | fa163e80-fa0c-5351-0bd7-000000001325 | TASK | ensure podman and deps are installed 2025-10-06 15:33:45.998113 | fa163e80-fa0c-5351-0bd7-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-06 15:33:45.999498 | fa163e80-fa0c-5351-0bd7-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:51.404528 | 2.90s 2025-10-06 15:33:46.025575 | fa163e80-fa0c-5351-0bd7-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-06 15:33:46.578967 | fa163e80-fa0c-5351-0bd7-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-06 15:33:46.580333 | fa163e80-fa0c-5351-0bd7-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:51.985359 | 0.55s 2025-10-06 15:33:46.607474 | fa163e80-fa0c-5351-0bd7-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-06 15:33:46.638119 | fa163e80-fa0c-5351-0bd7-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-06 15:33:46.639269 | fa163e80-fa0c-5351-0bd7-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:52.044301 | 0.03s 2025-10-06 15:33:46.666827 | fa163e80-fa0c-5351-0bd7-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-06 15:33:46.708270 | fa163e80-fa0c-5351-0bd7-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-06 15:33:46.709497 | fa163e80-fa0c-5351-0bd7-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:52.114527 | 0.04s 2025-10-06 15:33:46.736311 | fa163e80-fa0c-5351-0bd7-00000000132a | TASK | Update default network configuration if possible 2025-10-06 15:33:46.769376 | fa163e80-fa0c-5351-0bd7-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-06 15:33:46.771002 | fa163e80-fa0c-5351-0bd7-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:52.176026 | 0.03s 2025-10-06 15:33:46.798600 | fa163e80-fa0c-5351-0bd7-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-06 15:33:47.035736 | fa163e80-fa0c-5351-0bd7-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-06 15:33:47.037200 | fa163e80-fa0c-5351-0bd7-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:52.442226 | 0.24s 2025-10-06 15:33:47.064173 | fa163e80-fa0c-5351-0bd7-00000000132d | TASK | Get current podman network 2025-10-06 15:33:47.393069 | fa163e80-fa0c-5351-0bd7-00000000132d | CHANGED | Get current podman network | standalone 2025-10-06 15:33:47.394499 | fa163e80-fa0c-5351-0bd7-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:52.799529 | 0.33s 2025-10-06 15:33:47.421847 | fa163e80-fa0c-5351-0bd7-00000000132e | TASK | Update the default network configuration 2025-10-06 15:33:48.004382 | fa163e80-fa0c-5351-0bd7-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-06 15:33:48.005876 | fa163e80-fa0c-5351-0bd7-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:53.410906 | 0.58s 2025-10-06 15:33:48.032774 | fa163e80-fa0c-5351-0bd7-00000000132f | TASK | Write containers registries.conf 2025-10-06 15:33:48.611399 | fa163e80-fa0c-5351-0bd7-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-06 15:33:48.613188 | fa163e80-fa0c-5351-0bd7-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:54.018209 | 0.58s 2025-10-06 15:33:48.643663 | fa163e80-fa0c-5351-0bd7-000000001330 | TASK | Write containers.conf 2025-10-06 15:33:48.862991 | fa163e80-fa0c-5351-0bd7-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-06 15:33:48.865041 | fa163e80-fa0c-5351-0bd7-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.270059 | 0.22s 2025-10-06 15:33:49.048086 | fa163e80-fa0c-5351-0bd7-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-06 15:33:49.049975 | fa163e80-fa0c-5351-0bd7-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.455007 | 0.40s 2025-10-06 15:33:49.233466 | fa163e80-fa0c-5351-0bd7-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-06 15:33:49.235358 | fa163e80-fa0c-5351-0bd7-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.640389 | 0.59s 2025-10-06 15:33:49.448341 | fa163e80-fa0c-5351-0bd7-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-06 15:33:49.449814 | fa163e80-fa0c-5351-0bd7-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.854842 | 0.80s 2025-10-06 15:33:49.463317 | fa163e80-fa0c-5351-0bd7-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.868344 | 0.82s 2025-10-06 15:33:49.491623 | fa163e80-fa0c-5351-0bd7-000000001331 | TASK | Enable podman.socket service 2025-10-06 15:33:49.523709 | fa163e80-fa0c-5351-0bd7-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-06 15:33:49.524942 | fa163e80-fa0c-5351-0bd7-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:54.929971 | 0.03s 2025-10-06 15:33:49.574752 | fa163e80-fa0c-5351-0bd7-000000000bc4 | TASK | Run podman login 2025-10-06 15:33:49.602911 | fa163e80-fa0c-5351-0bd7-000000000bc4 | TIMING | Run podman login | standalone | 0:02:55.007931 | 0.03s 2025-10-06 15:33:49.686446 | fa163e80-fa0c-5351-0bd7-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-06 15:33:49.713592 | fa163e80-fa0c-5351-0bd7-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:55.118612 | 0.03s 2025-10-06 15:33:49.754208 | fa163e80-fa0c-5351-0bd7-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-06 15:33:50.189470 | fa163e80-fa0c-5351-0bd7-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-06 15:33:50.190511 | fa163e80-fa0c-5351-0bd7-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:55.595548 | 0.44s 2025-10-06 15:33:50.210938 | fa163e80-fa0c-5351-0bd7-000000000bc7 | TASK | create persistent directories 2025-10-06 15:33:50.446420 | fa163e80-fa0c-5351-0bd7-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-06 15:33:50.448830 | fa163e80-fa0c-5351-0bd7-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:55.853856 | 0.24s 2025-10-06 15:33:50.699309 | fa163e80-fa0c-5351-0bd7-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-06 15:33:50.700740 | fa163e80-fa0c-5351-0bd7-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:56.105777 | 0.49s 2025-10-06 15:33:50.889512 | fa163e80-fa0c-5351-0bd7-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-06 15:33:50.892472 | fa163e80-fa0c-5351-0bd7-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:56.297503 | 0.68s 2025-10-06 15:33:50.902292 | fa163e80-fa0c-5351-0bd7-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:56.307316 | 0.69s 2025-10-06 15:33:50.928515 | fa163e80-fa0c-5351-0bd7-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-06 15:33:51.405089 | fa163e80-fa0c-5351-0bd7-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-06 15:33:51.406097 | fa163e80-fa0c-5351-0bd7-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:56.811134 | 0.48s 2025-10-06 15:33:51.423260 | fa163e80-fa0c-5351-0bd7-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-06 15:33:54.337801 | fa163e80-fa0c-5351-0bd7-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-06 15:33:54.339187 | fa163e80-fa0c-5351-0bd7-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:02:59.744216 | 2.92s 2025-10-06 15:33:54.365867 | fa163e80-fa0c-5351-0bd7-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-06 15:33:54.708868 | fa163e80-fa0c-5351-0bd7-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-06 15:33:54.710746 | fa163e80-fa0c-5351-0bd7-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:00.115775 | 0.34s 2025-10-06 15:33:54.757874 | fa163e80-fa0c-5351-0bd7-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:00.162895 | 0.02s 2025-10-06 15:33:54.845504 | fa163e80-fa0c-5351-0bd7-00000000154c | TASK | Gather variables for each operating system 2025-10-06 15:33:54.951916 | fa163e80-fa0c-5351-0bd7-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-06 15:33:54.953368 | fa163e80-fa0c-5351-0bd7-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.358406 | 0.11s 2025-10-06 15:33:54.957031 | fa163e80-fa0c-5351-0bd7-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.362067 | 0.11s 2025-10-06 15:33:54.983467 | fa163e80-fa0c-5351-0bd7-00000000154e | TASK | Install the OpenSSH server 2025-10-06 15:33:58.208664 | fa163e80-fa0c-5351-0bd7-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-06 15:33:58.211156 | fa163e80-fa0c-5351-0bd7-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:03.616185 | 3.23s 2025-10-06 15:33:58.238157 | fa163e80-fa0c-5351-0bd7-00000000154f | TASK | Start sshd 2025-10-06 15:33:58.272215 | fa163e80-fa0c-5351-0bd7-00000000154f | SKIPPED | Start sshd | standalone 2025-10-06 15:33:58.273454 | fa163e80-fa0c-5351-0bd7-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:03.678487 | 0.03s 2025-10-06 15:33:58.296131 | fa163e80-fa0c-5351-0bd7-000000001550 | TASK | PasswordAuthentication notice 2025-10-06 15:33:58.329047 | fa163e80-fa0c-5351-0bd7-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-06 15:33:58.330144 | fa163e80-fa0c-5351-0bd7-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:03.735178 | 0.03s 2025-10-06 15:33:58.351671 | fa163e80-fa0c-5351-0bd7-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-06 15:33:58.381945 | fa163e80-fa0c-5351-0bd7-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-06 15:33:58.383082 | fa163e80-fa0c-5351-0bd7-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:03.788116 | 0.03s 2025-10-06 15:33:58.404829 | fa163e80-fa0c-5351-0bd7-000000001552 | TASK | Motd duplication notice 2025-10-06 15:33:58.443770 | fa163e80-fa0c-5351-0bd7-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-06 15:33:58.445118 | fa163e80-fa0c-5351-0bd7-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:03.850146 | 0.04s 2025-10-06 15:33:58.472497 | fa163e80-fa0c-5351-0bd7-000000001553 | TASK | Configure the banner text 2025-10-06 15:33:58.502389 | fa163e80-fa0c-5351-0bd7-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-06 15:33:58.503817 | fa163e80-fa0c-5351-0bd7-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:03.908844 | 0.03s 2025-10-06 15:33:58.530484 | fa163e80-fa0c-5351-0bd7-000000001554 | TASK | Configure the motd banner 2025-10-06 15:33:58.560510 | fa163e80-fa0c-5351-0bd7-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-06 15:33:58.561688 | fa163e80-fa0c-5351-0bd7-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:03.966717 | 0.03s 2025-10-06 15:33:58.587090 | fa163e80-fa0c-5351-0bd7-000000001555 | TASK | Update sshd configuration options from vars 2025-10-06 15:33:58.627270 | fa163e80-fa0c-5351-0bd7-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-06 15:33:58.628380 | fa163e80-fa0c-5351-0bd7-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:04.033414 | 0.04s 2025-10-06 15:33:58.654287 | fa163e80-fa0c-5351-0bd7-000000001556 | TASK | Adjust ssh server configuration 2025-10-06 15:33:59.229274 | fa163e80-fa0c-5351-0bd7-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-06 15:33:59.230767 | fa163e80-fa0c-5351-0bd7-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:04.635790 | 0.57s 2025-10-06 15:33:59.257267 | fa163e80-fa0c-5351-0bd7-000000001557 | TASK | Restart sshd 2025-10-06 15:33:59.693017 | fa163e80-fa0c-5351-0bd7-000000001557 | CHANGED | Restart sshd | standalone 2025-10-06 15:33:59.694800 | fa163e80-fa0c-5351-0bd7-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:05.099831 | 0.44s 2025-10-06 15:33:59.744815 | fa163e80-fa0c-5351-0bd7-000000000bcc | TASK | create persistent directories 2025-10-06 15:33:59.989156 | fa163e80-fa0c-5351-0bd7-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-06 15:33:59.992493 | fa163e80-fa0c-5351-0bd7-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.397517 | 0.25s 2025-10-06 15:34:00.212717 | fa163e80-fa0c-5351-0bd7-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-06 15:34:00.214477 | fa163e80-fa0c-5351-0bd7-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.619511 | 0.47s 2025-10-06 15:34:00.428303 | fa163e80-fa0c-5351-0bd7-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-06 15:34:00.430264 | fa163e80-fa0c-5351-0bd7-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.835296 | 0.68s 2025-10-06 15:34:00.442055 | fa163e80-fa0c-5351-0bd7-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.847075 | 0.70s 2025-10-06 15:34:00.474187 | fa163e80-fa0c-5351-0bd7-000000000bcd | TASK | create persistent directories 2025-10-06 15:34:00.735661 | fa163e80-fa0c-5351-0bd7-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-06 15:34:00.737975 | fa163e80-fa0c-5351-0bd7-000000000bcd | TIMING | create persistent directories | standalone | 0:03:06.142997 | 0.26s 2025-10-06 15:34:00.956574 | fa163e80-fa0c-5351-0bd7-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-06 15:34:00.957820 | fa163e80-fa0c-5351-0bd7-000000000bcd | TIMING | create persistent directories | standalone | 0:03:06.362852 | 0.48s 2025-10-06 15:34:01.174384 | fa163e80-fa0c-5351-0bd7-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-06 15:34:01.176001 | fa163e80-fa0c-5351-0bd7-000000000bcd | TIMING | create persistent directories | standalone | 0:03:06.581034 | 0.70s 2025-10-06 15:34:01.187050 | fa163e80-fa0c-5351-0bd7-000000000bcd | TIMING | create persistent directories | standalone | 0:03:06.592075 | 0.71s 2025-10-06 15:34:01.213509 | fa163e80-fa0c-5351-0bd7-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-06 15:34:01.246121 | fa163e80-fa0c-5351-0bd7-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-06 15:34:01.247191 | fa163e80-fa0c-5351-0bd7-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:06.652227 | 0.03s 2025-10-06 15:34:01.267628 | fa163e80-fa0c-5351-0bd7-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-06 15:34:01.298124 | fa163e80-fa0c-5351-0bd7-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-06 15:34:01.299173 | fa163e80-fa0c-5351-0bd7-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:06.704206 | 0.03s 2025-10-06 15:34:01.324137 | fa163e80-fa0c-5351-0bd7-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-06 15:34:01.575022 | fa163e80-fa0c-5351-0bd7-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-06 15:34:01.576391 | fa163e80-fa0c-5351-0bd7-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:06.981421 | 0.25s 2025-10-06 15:34:01.601180 | fa163e80-fa0c-5351-0bd7-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-06 15:34:01.640147 | fa163e80-fa0c-5351-0bd7-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-06 15:34:01.641466 | fa163e80-fa0c-5351-0bd7-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:07.046497 | 0.04s 2025-10-06 15:34:01.666772 | fa163e80-fa0c-5351-0bd7-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-06 15:34:01.697380 | fa163e80-fa0c-5351-0bd7-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-06 15:34:01.699747 | fa163e80-fa0c-5351-0bd7-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:07.104767 | 0.03s 2025-10-06 15:34:01.726089 | fa163e80-fa0c-5351-0bd7-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-06 15:34:01.755831 | fa163e80-fa0c-5351-0bd7-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-06 15:34:01.757116 | fa163e80-fa0c-5351-0bd7-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:07.162145 | 0.03s 2025-10-06 15:34:01.785018 | fa163e80-fa0c-5351-0bd7-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-06 15:34:01.814477 | fa163e80-fa0c-5351-0bd7-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:07.219491 | 0.03s 2025-10-06 15:34:01.841729 | fa163e80-fa0c-5351-0bd7-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-06 15:34:01.892152 | fa163e80-fa0c-5351-0bd7-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-06 15:34:01.893623 | fa163e80-fa0c-5351-0bd7-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:07.298642 | 0.05s 2025-10-06 15:34:01.919397 | fa163e80-fa0c-5351-0bd7-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-06 15:34:01.947932 | fa163e80-fa0c-5351-0bd7-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:07.352949 | 0.03s 2025-10-06 15:34:01.975047 | fa163e80-fa0c-5351-0bd7-000000000bd7 | TASK | Check for NTP service 2025-10-06 15:34:02.215432 | fa163e80-fa0c-5351-0bd7-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-06 15:34:02.216990 | fa163e80-fa0c-5351-0bd7-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:07.622022 | 0.24s 2025-10-06 15:34:02.239365 | fa163e80-fa0c-5351-0bd7-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-06 15:34:02.287137 | fa163e80-fa0c-5351-0bd7-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-06 15:34:02.288608 | fa163e80-fa0c-5351-0bd7-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:07.693628 | 0.05s 2025-10-06 15:34:02.314900 | fa163e80-fa0c-5351-0bd7-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-06 15:34:02.343569 | fa163e80-fa0c-5351-0bd7-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:07.748549 | 0.03s 2025-10-06 15:34:02.439380 | fa163e80-fa0c-5351-0bd7-0000000016e8 | TASK | Load distro-specific variables 2025-10-06 15:34:02.465101 | fa163e80-fa0c-5351-0bd7-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.870130 | 0.02s 2025-10-06 15:34:02.478243 | 1a017b04-626a-416d-9cfd-09fdabc10f72 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 15:34:02.504725 | fa163e80-fa0c-5351-0bd7-0000000017cd | TASK | Load distro-specific variables 2025-10-06 15:34:02.551181 | fa163e80-fa0c-5351-0bd7-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:34:02.553265 | fa163e80-fa0c-5351-0bd7-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.958284 | 0.05s 2025-10-06 15:34:02.563515 | fa163e80-fa0c-5351-0bd7-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.968552 | 0.06s 2025-10-06 15:34:02.583258 | fa163e80-fa0c-5351-0bd7-0000000016e9 | TASK | Install chronyd 2025-10-06 15:34:02.610963 | fa163e80-fa0c-5351-0bd7-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:08.015988 | 0.03s 2025-10-06 15:34:02.634353 | 570a82ea-33c7-4b03-8196-64934e9a34ff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-06 15:34:02.663772 | fa163e80-fa0c-5351-0bd7-000000001806 | TASK | Load distro-specific variables 2025-10-06 15:34:02.690592 | fa163e80-fa0c-5351-0bd7-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.095617 | 0.03s 2025-10-06 15:34:02.702266 | 8380b8bf-0aa7-4c1e-9eed-cf5249c65aa4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 15:34:02.728244 | fa163e80-fa0c-5351-0bd7-00000000184d | TASK | Load distro-specific variables 2025-10-06 15:34:02.782382 | fa163e80-fa0c-5351-0bd7-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:34:02.783921 | fa163e80-fa0c-5351-0bd7-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.188940 | 0.05s 2025-10-06 15:34:02.790704 | fa163e80-fa0c-5351-0bd7-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.195732 | 0.06s 2025-10-06 15:34:02.816972 | fa163e80-fa0c-5351-0bd7-000000001807 | TASK | Check for NTP service 2025-10-06 15:34:03.071713 | fa163e80-fa0c-5351-0bd7-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-06 15:34:03.073119 | fa163e80-fa0c-5351-0bd7-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:08.478149 | 0.25s 2025-10-06 15:34:03.094623 | fa163e80-fa0c-5351-0bd7-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-06 15:34:03.145923 | fa163e80-fa0c-5351-0bd7-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-06 15:34:03.147230 | fa163e80-fa0c-5351-0bd7-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:08.552258 | 0.05s 2025-10-06 15:34:03.173637 | fa163e80-fa0c-5351-0bd7-000000001809 | TASK | Install chronyd package 2025-10-06 15:34:06.105103 | fa163e80-fa0c-5351-0bd7-000000001809 | OK | Install chronyd package | standalone 2025-10-06 15:34:06.106551 | fa163e80-fa0c-5351-0bd7-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:11.511553 | 2.93s 2025-10-06 15:34:06.133639 | fa163e80-fa0c-5351-0bd7-0000000016ea | TASK | Upgrade chronyd 2025-10-06 15:34:06.162597 | fa163e80-fa0c-5351-0bd7-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-06 15:34:06.163770 | fa163e80-fa0c-5351-0bd7-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:11.568799 | 0.03s 2025-10-06 15:34:06.190379 | fa163e80-fa0c-5351-0bd7-0000000016eb | TASK | Configure chronyd 2025-10-06 15:34:06.219088 | fa163e80-fa0c-5351-0bd7-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:11.624108 | 0.03s 2025-10-06 15:34:06.240134 | c129358a-1650-456b-bf8b-186106121b93 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-06 15:34:06.276237 | fa163e80-fa0c-5351-0bd7-000000001886 | TASK | Load distro-specific variables 2025-10-06 15:34:06.303558 | fa163e80-fa0c-5351-0bd7-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.708557 | 0.03s 2025-10-06 15:34:06.315234 | d8638eb7-78b7-4c6f-9b51-58fffe616b0c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 15:34:06.340516 | fa163e80-fa0c-5351-0bd7-0000000018f2 | TASK | Load distro-specific variables 2025-10-06 15:34:06.396581 | fa163e80-fa0c-5351-0bd7-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:34:06.397790 | fa163e80-fa0c-5351-0bd7-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.802818 | 0.06s 2025-10-06 15:34:06.409804 | fa163e80-fa0c-5351-0bd7-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.814843 | 0.07s 2025-10-06 15:34:06.429908 | fa163e80-fa0c-5351-0bd7-000000001887 | TASK | Install chrony configuration file 2025-10-06 15:34:07.010703 | fa163e80-fa0c-5351-0bd7-000000001887 | OK | Install chrony configuration file | standalone 2025-10-06 15:34:07.011625 | fa163e80-fa0c-5351-0bd7-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:12.416664 | 0.58s 2025-10-06 15:34:07.029623 | fa163e80-fa0c-5351-0bd7-0000000016ec | TASK | Run chronyd 2025-10-06 15:34:07.055993 | fa163e80-fa0c-5351-0bd7-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:12.461021 | 0.03s 2025-10-06 15:34:07.066901 | 5e94c309-d8d6-4fff-b726-292d92abb03f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-06 15:34:07.096453 | fa163e80-fa0c-5351-0bd7-000000001915 | TASK | Load distro-specific variables 2025-10-06 15:34:07.122826 | fa163e80-fa0c-5351-0bd7-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.527855 | 0.03s 2025-10-06 15:34:07.131697 | 78a58108-e5c6-46cb-9d29-1466329cc623 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 15:34:07.152879 | fa163e80-fa0c-5351-0bd7-000000001999 | TASK | Load distro-specific variables 2025-10-06 15:34:07.210486 | fa163e80-fa0c-5351-0bd7-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 15:34:07.212417 | fa163e80-fa0c-5351-0bd7-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.617445 | 0.06s 2025-10-06 15:34:07.222187 | fa163e80-fa0c-5351-0bd7-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.627217 | 0.07s 2025-10-06 15:34:07.240646 | fa163e80-fa0c-5351-0bd7-000000001916 | TASK | Ensure chronyd is running 2025-10-06 15:34:07.657275 | fa163e80-fa0c-5351-0bd7-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-06 15:34:07.659243 | fa163e80-fa0c-5351-0bd7-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:13.064271 | 0.42s 2025-10-06 15:34:07.686704 | fa163e80-fa0c-5351-0bd7-000000001917 | TASK | Force chronyd restart 2025-10-06 15:34:07.737983 | fa163e80-fa0c-5351-0bd7-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-06 15:34:07.739500 | fa163e80-fa0c-5351-0bd7-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:13.144530 | 0.05s 2025-10-06 15:34:07.765835 | fa163e80-fa0c-5351-0bd7-0000000016ed | TASK | Enable online service 2025-10-06 15:34:07.795908 | fa163e80-fa0c-5351-0bd7-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:13.200924 | 0.03s 2025-10-06 15:34:07.815639 | 2ca91239-9503-4106-90c9-ccd7c3293597 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-06 15:34:07.861092 | fa163e80-fa0c-5351-0bd7-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-06 15:34:08.326730 | fa163e80-fa0c-5351-0bd7-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-06 15:34:08.328298 | fa163e80-fa0c-5351-0bd7-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:13.733325 | 0.47s 2025-10-06 15:34:08.354972 | fa163e80-fa0c-5351-0bd7-0000000019c7 | TASK | Enable chrony-online.service 2025-10-06 15:34:09.059212 | fa163e80-fa0c-5351-0bd7-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-06 15:34:09.061211 | fa163e80-fa0c-5351-0bd7-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:14.466071 | 0.70s 2025-10-06 15:34:09.088936 | fa163e80-fa0c-5351-0bd7-0000000016ee | TASK | Sync chronyc 2025-10-06 15:34:09.118224 | fa163e80-fa0c-5351-0bd7-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:14.523241 | 0.03s 2025-10-06 15:34:09.137979 | b8c464c7-9bcb-4778-8b6a-3a5339409aeb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-06 15:34:09.187392 | fa163e80-fa0c-5351-0bd7-000000001a6c | TASK | Force NTP sync 2025-10-06 15:34:09.425608 | fa163e80-fa0c-5351-0bd7-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-06 15:34:09.426485 | fa163e80-fa0c-5351-0bd7-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:14.831525 | 0.24s 2025-10-06 15:34:09.444790 | fa163e80-fa0c-5351-0bd7-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-06 15:34:09.652201 | fa163e80-fa0c-5351-0bd7-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-06 15:34:09.653587 | fa163e80-fa0c-5351-0bd7-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:15.058620 | 0.21s 2025-10-06 15:34:09.704470 | fa163e80-fa0c-5351-0bd7-000000000bda | TASK | Force NTP sync 2025-10-06 15:34:09.940325 | fa163e80-fa0c-5351-0bd7-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-06 15:34:09.941923 | fa163e80-fa0c-5351-0bd7-000000000bda | TIMING | Force NTP sync | standalone | 0:03:15.346883 | 0.24s 2025-10-06 15:34:09.968913 | fa163e80-fa0c-5351-0bd7-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-06 15:34:10.192464 | fa163e80-fa0c-5351-0bd7-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-06 15:34:10.193910 | fa163e80-fa0c-5351-0bd7-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:15.598939 | 0.22s 2025-10-06 15:34:10.220014 | fa163e80-fa0c-5351-0bd7-000000000bdc | TASK | Run timezone role 2025-10-06 15:34:10.248315 | fa163e80-fa0c-5351-0bd7-000000000bdc | TIMING | Run timezone role | standalone | 0:03:15.653341 | 0.03s 2025-10-06 15:34:10.348278 | fa163e80-fa0c-5351-0bd7-000000001c2d | TASK | Set timezone 2025-10-06 15:34:10.871996 | fa163e80-fa0c-5351-0bd7-000000001c2d | OK | Set timezone | standalone 2025-10-06 15:34:10.873494 | fa163e80-fa0c-5351-0bd7-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:16.278522 | 0.52s 2025-10-06 15:34:10.901464 | fa163e80-fa0c-5351-0bd7-000000001c2e | TASK | Restart time services 2025-10-06 15:34:10.943532 | fa163e80-fa0c-5351-0bd7-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-06 15:34:10.953395 | fa163e80-fa0c-5351-0bd7-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-06 15:34:10.961009 | fa163e80-fa0c-5351-0bd7-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:16.366030 | 0.06s 2025-10-06 15:34:11.007217 | fa163e80-fa0c-5351-0bd7-000000000bdd | TASK | install tmpwatch on the host 2025-10-06 15:34:13.808606 | fa163e80-fa0c-5351-0bd7-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-06 15:34:13.809982 | fa163e80-fa0c-5351-0bd7-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:19.215013 | 2.80s 2025-10-06 15:34:13.835146 | fa163e80-fa0c-5351-0bd7-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-06 15:34:13.866134 | fa163e80-fa0c-5351-0bd7-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-06 15:34:13.867243 | fa163e80-fa0c-5351-0bd7-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:19.272274 | 0.03s 2025-10-06 15:34:13.922357 | fa163e80-fa0c-5351-0bd7-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:19.327374 | 0.03s 2025-10-06 15:34:14.025640 | fa163e80-fa0c-5351-0bd7-000000001e61 | TASK | Gather variables for each operating system 2025-10-06 15:34:14.147522 | fa163e80-fa0c-5351-0bd7-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-06 15:34:14.149771 | fa163e80-fa0c-5351-0bd7-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:19.554795 | 0.12s 2025-10-06 15:34:14.160065 | fa163e80-fa0c-5351-0bd7-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:19.565101 | 0.13s 2025-10-06 15:34:14.248366 | fa163e80-fa0c-5351-0bd7-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:19.653383 | 0.06s 2025-10-06 15:34:14.269844 | 8c7d4084-c2bf-4392-b5bf-404e1f084b5c | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-06 15:34:14.302979 | fa163e80-fa0c-5351-0bd7-000000001f92 | TASK | Check tuned package is installed 2025-10-06 15:34:14.581453 | fa163e80-fa0c-5351-0bd7-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-06 15:34:14.582942 | fa163e80-fa0c-5351-0bd7-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:19.987972 | 0.28s 2025-10-06 15:34:14.609477 | fa163e80-fa0c-5351-0bd7-000000001f93 | TASK | Install tuned 2025-10-06 15:34:14.638992 | fa163e80-fa0c-5351-0bd7-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-06 15:34:14.640253 | fa163e80-fa0c-5351-0bd7-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:20.045283 | 0.03s 2025-10-06 15:34:14.666507 | fa163e80-fa0c-5351-0bd7-000000001f94 | TASK | Restart tuned 2025-10-06 15:34:14.705235 | fa163e80-fa0c-5351-0bd7-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-06 15:34:14.706385 | fa163e80-fa0c-5351-0bd7-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:20.111415 | 0.04s 2025-10-06 15:34:14.732038 | fa163e80-fa0c-5351-0bd7-000000001e63 | TASK | Check for tuned-adm 2025-10-06 15:34:14.961365 | fa163e80-fa0c-5351-0bd7-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-06 15:34:14.962724 | fa163e80-fa0c-5351-0bd7-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:20.367757 | 0.23s 2025-10-06 15:34:15.018132 | fa163e80-fa0c-5351-0bd7-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:20.423154 | 0.03s 2025-10-06 15:34:15.046445 | 67a97728-2488-486e-897e-6caad5e853a9 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-06 15:34:15.078798 | fa163e80-fa0c-5351-0bd7-000000001fbf | TASK | Ensure profile directory exists 2025-10-06 15:34:15.148016 | fa163e80-fa0c-5351-0bd7-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-06 15:34:15.149300 | fa163e80-fa0c-5351-0bd7-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:20.554328 | 0.07s 2025-10-06 15:34:15.175715 | fa163e80-fa0c-5351-0bd7-000000001fc0 | TASK | Create custom tuned profile 2025-10-06 15:34:15.247060 | fa163e80-fa0c-5351-0bd7-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-06 15:34:15.247946 | fa163e80-fa0c-5351-0bd7-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:20.652984 | 0.07s 2025-10-06 15:34:15.267888 | fa163e80-fa0c-5351-0bd7-000000001fc1 | TASK | Check tuned active profile 2025-10-06 15:34:15.478182 | fa163e80-fa0c-5351-0bd7-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-06 15:34:15.479391 | fa163e80-fa0c-5351-0bd7-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:20.884422 | 0.21s 2025-10-06 15:34:15.505324 | fa163e80-fa0c-5351-0bd7-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-06 15:34:15.684248 | fa163e80-fa0c-5351-0bd7-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-06 15:34:15.685466 | fa163e80-fa0c-5351-0bd7-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:21.090497 | 0.18s 2025-10-06 15:34:15.711357 | fa163e80-fa0c-5351-0bd7-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-06 15:34:15.774798 | fa163e80-fa0c-5351-0bd7-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-06 15:34:15.775995 | fa163e80-fa0c-5351-0bd7-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:21.181024 | 0.06s 2025-10-06 15:34:15.803977 | fa163e80-fa0c-5351-0bd7-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-06 15:34:15.864815 | fa163e80-fa0c-5351-0bd7-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-06 15:34:15.865919 | fa163e80-fa0c-5351-0bd7-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:21.270950 | 0.06s 2025-10-06 15:34:15.892828 | fa163e80-fa0c-5351-0bd7-000000001fc5 | TASK | Enable tuned profile 2025-10-06 15:34:15.924150 | fa163e80-fa0c-5351-0bd7-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-06 15:34:15.925380 | fa163e80-fa0c-5351-0bd7-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:21.330410 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-06 15:34:16.139046 | fa163e80-fa0c-5351-0bd7-0000000000ac | TASK | Overcloud container setup tasks 2025-10-06 15:34:16.165609 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000ac') missing from stats 2025-10-06 15:34:16.191821 | fa163e80-fa0c-5351-0bd7-0000000000ad | TASK | Write config data 2025-10-06 15:34:16.241458 | fa163e80-fa0c-5351-0bd7-0000000000ad | TIMING | Write config data | standalone | 0:03:21.646485 | 0.05s 2025-10-06 15:34:16.270788 | 781674a2-2a62-469a-b5ad-724f826d237d | INCLUDED | /root/standalone-ansible-c4pbb1vt/common_container_setup_tasks.yaml | standalone 2025-10-06 15:34:16.295179 | fa163e80-fa0c-5351-0bd7-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-06 15:34:16.525089 | fa163e80-fa0c-5351-0bd7-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-06 15:34:16.525881 | fa163e80-fa0c-5351-0bd7-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:21.930921 | 0.23s 2025-10-06 15:34:16.543368 | fa163e80-fa0c-5351-0bd7-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-06 15:34:16.772202 | fa163e80-fa0c-5351-0bd7-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-06 15:34:16.772934 | fa163e80-fa0c-5351-0bd7-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:22.177975 | 0.23s 2025-10-06 15:34:16.790218 | fa163e80-fa0c-5351-0bd7-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-06 15:34:17.017958 | fa163e80-fa0c-5351-0bd7-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-06 15:34:17.019221 | fa163e80-fa0c-5351-0bd7-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:22.424253 | 0.23s 2025-10-06 15:34:17.045626 | fa163e80-fa0c-5351-0bd7-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-06 15:34:17.266420 | fa163e80-fa0c-5351-0bd7-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-06 15:34:17.267686 | fa163e80-fa0c-5351-0bd7-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:22.672678 | 0.22s 2025-10-06 15:34:17.294073 | fa163e80-fa0c-5351-0bd7-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-06 15:34:17.519876 | fa163e80-fa0c-5351-0bd7-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-06 15:34:17.521313 | fa163e80-fa0c-5351-0bd7-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:22.926337 | 0.23s 2025-10-06 15:34:17.548221 | fa163e80-fa0c-5351-0bd7-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-06 15:34:18.707951 | fa163e80-fa0c-5351-0bd7-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-06 15:34:18.709747 | fa163e80-fa0c-5351-0bd7-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:24.114771 | 1.16s 2025-10-06 15:34:18.735435 | fa163e80-fa0c-5351-0bd7-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-06 15:34:18.971440 | fa163e80-fa0c-5351-0bd7-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-06 15:34:18.972950 | fa163e80-fa0c-5351-0bd7-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:24.377979 | 0.24s 2025-10-06 15:34:19.000185 | fa163e80-fa0c-5351-0bd7-00000000202d | TASK | Write container config scripts 2025-10-06 15:34:19.381817 | fa163e80-fa0c-5351-0bd7-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-06 15:34:19.383199 | fa163e80-fa0c-5351-0bd7-00000000202d | TIMING | Write container config scripts | standalone | 0:03:24.788229 | 0.38s 2025-10-06 15:34:19.408857 | fa163e80-fa0c-5351-0bd7-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-06 15:34:19.880008 | fa163e80-fa0c-5351-0bd7-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-06 15:34:19.881316 | fa163e80-fa0c-5351-0bd7-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:25.286345 | 0.47s 2025-10-06 15:34:19.909151 | fa163e80-fa0c-5351-0bd7-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-06 15:34:20.532070 | fa163e80-fa0c-5351-0bd7-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-06 15:34:20.539315 | fa163e80-fa0c-5351-0bd7-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:25.944349 | 0.63s 2025-10-06 15:34:20.572940 | fa163e80-fa0c-5351-0bd7-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-06 15:34:20.812008 | fa163e80-fa0c-5351-0bd7-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-06 15:34:20.813505 | fa163e80-fa0c-5351-0bd7-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:26.218536 | 0.24s 2025-10-06 15:34:20.839405 | fa163e80-fa0c-5351-0bd7-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-06 15:34:21.050413 | fa163e80-fa0c-5351-0bd7-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-06 15:34:21.051826 | fa163e80-fa0c-5351-0bd7-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:26.456856 | 0.21s 2025-10-06 15:34:21.077436 | fa163e80-fa0c-5351-0bd7-000000002032 | TASK | Write container config json files 2025-10-06 15:34:21.604764 | fa163e80-fa0c-5351-0bd7-000000002032 | CHANGED | Write container config json files | standalone 2025-10-06 15:34:21.612318 | fa163e80-fa0c-5351-0bd7-000000002032 | TIMING | Write container config json files | standalone | 0:03:27.017349 | 0.53s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-06 15:34:21.784641 | fa163e80-fa0c-5351-0bd7-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-06 15:34:21.816057 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-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-06 15:34:21.878479 | fa163e80-fa0c-5351-0bd7-0000000000b2 | TIMING | include_tasks | standalone | 0:03:27.283505 | 0.04s 2025-10-06 15:34:21.888168 | 7f39f032-47f4-42a4-9c52-3f44ed1509f5 | INCLUDED | /root/standalone-ansible-c4pbb1vt/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-06 15:34:21.998183 | fa163e80-fa0c-5351-0bd7-0000000000b6 | TASK | External deployment step 1 2025-10-06 15:34:22.028601 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000b6') missing from stats 2025-10-06 15:34:22.083292 | fa163e80-fa0c-5351-0bd7-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:27.488324 | 0.04s 2025-10-06 15:34:22.109392 | 89d12487-ad45-4d99-a37f-5de2f0304bf3 | INCLUDED | /root/standalone-ansible-c4pbb1vt/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-06 15:34:22.127868 | fa163e80-fa0c-5351-0bd7-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-06 15:34:22.186720 | fa163e80-fa0c-5351-0bd7-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-06 15:34:22.187698 | fa163e80-fa0c-5351-0bd7-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:27.592735 | 0.06s 2025-10-06 15:34:22.202625 | fa163e80-fa0c-5351-0bd7-000000002079 | TASK | Build disk list for cephadm 2025-10-06 15:34:22.250478 | fa163e80-fa0c-5351-0bd7-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-06 15:34:22.251626 | fa163e80-fa0c-5351-0bd7-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:27.656658 | 0.05s 2025-10-06 15:34:22.269857 | fa163e80-fa0c-5351-0bd7-000000002080 | TASK | Container image prepare 2025-10-06 15:34:23.305946 | fa163e80-fa0c-5351-0bd7-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-06 15:34:23.308172 | fa163e80-fa0c-5351-0bd7-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:28.713203 | 1.04s 2025-10-06 15:34:23.344762 | fa163e80-fa0c-5351-0bd7-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-06 15:34:23.577372 | fa163e80-fa0c-5351-0bd7-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-06 15:34:23.578803 | fa163e80-fa0c-5351-0bd7-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:28.983832 | 0.23s 2025-10-06 15:34:23.596745 | fa163e80-fa0c-5351-0bd7-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-06 15:34:23.636440 | fa163e80-fa0c-5351-0bd7-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:29.041457 | 0.04s 2025-10-06 15:34:23.685186 | fa163e80-fa0c-5351-0bd7-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-06 15:34:23.917141 | fa163e80-fa0c-5351-0bd7-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-06 15:34:23.918455 | fa163e80-fa0c-5351-0bd7-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:29.323485 | 0.23s 2025-10-06 15:34:23.938973 | fa163e80-fa0c-5351-0bd7-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-06 15:34:24.438133 | fa163e80-fa0c-5351-0bd7-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-06 15:34:24.439467 | fa163e80-fa0c-5351-0bd7-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:29.844496 | 0.50s 2025-10-06 15:34:24.459085 | fa163e80-fa0c-5351-0bd7-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-06 15:34:24.513024 | fa163e80-fa0c-5351-0bd7-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:29.918044 | 0.05s 2025-10-06 15:34:24.558797 | fa163e80-fa0c-5351-0bd7-0000000020eb | TASK | Check for a configured destination 2025-10-06 15:34:24.623201 | fa163e80-fa0c-5351-0bd7-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-06 15:34:24.624504 | fa163e80-fa0c-5351-0bd7-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:30.029532 | 0.06s 2025-10-06 15:34:24.651211 | fa163e80-fa0c-5351-0bd7-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-06 15:34:25.133805 | fa163e80-fa0c-5351-0bd7-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-06 15:34:25.134542 | fa163e80-fa0c-5351-0bd7-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:30.539582 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-06 15:34:25.290193 | fa163e80-fa0c-5351-0bd7-0000000000ba | TASK | Deploy step tasks for 1 2025-10-06 15:34:25.317124 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000ba') missing from stats 2025-10-06 15:34:25.337242 | fa163e80-fa0c-5351-0bd7-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-06 15:34:25.829117 | fa163e80-fa0c-5351-0bd7-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-06 15:34:25.830128 | fa163e80-fa0c-5351-0bd7-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:31.235131 | 0.49s 2025-10-06 15:34:25.850186 | fa163e80-fa0c-5351-0bd7-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-06 15:34:26.090331 | fa163e80-fa0c-5351-0bd7-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-06 15:34:26.091293 | fa163e80-fa0c-5351-0bd7-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:31.496330 | 0.24s 2025-10-06 15:34:26.111806 | fa163e80-fa0c-5351-0bd7-0000000000be | TASK | Write config data at the start of step 1 2025-10-06 15:34:26.185341 | fa163e80-fa0c-5351-0bd7-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:31.590368 | 0.07s 2025-10-06 15:34:26.212105 | f9dcaac8-fb30-4039-a847-00fbe0855c9e | INCLUDED | /root/standalone-ansible-c4pbb1vt/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-06 15:34:26.233182 | fa163e80-fa0c-5351-0bd7-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-06 15:34:26.258781 | fa163e80-fa0c-5351-0bd7-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-06 15:34:26.259753 | fa163e80-fa0c-5351-0bd7-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:31.664789 | 0.03s 2025-10-06 15:34:26.277015 | fa163e80-fa0c-5351-0bd7-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-06 15:34:26.302558 | fa163e80-fa0c-5351-0bd7-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-06 15:34:26.303520 | fa163e80-fa0c-5351-0bd7-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:31.708556 | 0.03s 2025-10-06 15:34:26.324232 | fa163e80-fa0c-5351-0bd7-00000000212c | TASK | Write the puppet step_config manifest 2025-10-06 15:34:26.777436 | fa163e80-fa0c-5351-0bd7-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-06 15:34:26.778702 | fa163e80-fa0c-5351-0bd7-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:32.183732 | 0.45s 2025-10-06 15:34:26.803827 | fa163e80-fa0c-5351-0bd7-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-06 15:34:26.831848 | fa163e80-fa0c-5351-0bd7-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-06 15:34:26.833035 | fa163e80-fa0c-5351-0bd7-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:32.238064 | 0.03s 2025-10-06 15:34:26.858130 | fa163e80-fa0c-5351-0bd7-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-06 15:34:26.888837 | fa163e80-fa0c-5351-0bd7-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-06 15:34:26.890026 | fa163e80-fa0c-5351-0bd7-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:32.295055 | 0.03s 2025-10-06 15:34:26.915239 | fa163e80-fa0c-5351-0bd7-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-06 15:34:27.157414 | fa163e80-fa0c-5351-0bd7-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-06 15:34:27.159054 | fa163e80-fa0c-5351-0bd7-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:32.564080 | 0.24s 2025-10-06 15:34:27.186511 | fa163e80-fa0c-5351-0bd7-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-06 15:34:27.207477 | fa163e80-fa0c-5351-0bd7-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-06 15:34:27.208860 | fa163e80-fa0c-5351-0bd7-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:32.613889 | 0.02s 2025-10-06 15:34:27.234875 | fa163e80-fa0c-5351-0bd7-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-06 15:34:27.254367 | fa163e80-fa0c-5351-0bd7-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-06 15:34:27.255354 | fa163e80-fa0c-5351-0bd7-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:32.660389 | 0.02s 2025-10-06 15:34:27.275259 | fa163e80-fa0c-5351-0bd7-000000002132 | TASK | Write container-puppet.json file 2025-10-06 15:34:27.786923 | fa163e80-fa0c-5351-0bd7-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-06 15:34:27.787708 | fa163e80-fa0c-5351-0bd7-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:33.192747 | 0.51s 2025-10-06 15:34:27.804912 | fa163e80-fa0c-5351-0bd7-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-06 15:34:27.834573 | fa163e80-fa0c-5351-0bd7-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-06 15:34:27.835405 | fa163e80-fa0c-5351-0bd7-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:33.240441 | 0.03s 2025-10-06 15:34:27.860706 | fa163e80-fa0c-5351-0bd7-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-06 15:34:27.891522 | fa163e80-fa0c-5351-0bd7-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-06 15:34:27.892871 | fa163e80-fa0c-5351-0bd7-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:33.297899 | 0.03s 2025-10-06 15:34:27.919606 | fa163e80-fa0c-5351-0bd7-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-06 15:34:28.345352 | fa163e80-fa0c-5351-0bd7-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-06 15:34:28.346841 | fa163e80-fa0c-5351-0bd7-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:33.751863 | 0.43s 2025-10-06 15:34:28.372317 | fa163e80-fa0c-5351-0bd7-000000002136 | TASK | Set host puppet debugging fact string 2025-10-06 15:34:28.401165 | fa163e80-fa0c-5351-0bd7-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-06 15:34:28.402394 | fa163e80-fa0c-5351-0bd7-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:33.807415 | 0.03s 2025-10-06 15:34:28.430130 | fa163e80-fa0c-5351-0bd7-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-06 15:34:28.461138 | fa163e80-fa0c-5351-0bd7-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-06 15:34:28.462321 | fa163e80-fa0c-5351-0bd7-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:33.867342 | 0.03s 2025-10-06 15:34:28.488289 | fa163e80-fa0c-5351-0bd7-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-06 15:34:28.519245 | fa163e80-fa0c-5351-0bd7-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-06 15:34:28.520433 | fa163e80-fa0c-5351-0bd7-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:33.925463 | 0.03s 2025-10-06 15:34:28.545402 | fa163e80-fa0c-5351-0bd7-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-06 15:34:28.575354 | fa163e80-fa0c-5351-0bd7-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-06 15:34:28.576497 | fa163e80-fa0c-5351-0bd7-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:33.981447 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 15:34:28.643376 | fa163e80-fa0c-5351-0bd7-0000000000c0 | TIMING | include_tasks | standalone | 0:03:34.048396 | 0.04s 2025-10-06 15:34:28.758386 | c710c59b-ee83-4bf3-a0a1-109333a1e54d | INCLUDED | /root/standalone-ansible-c4pbb1vt/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-06 15:34:28.798532 | fa163e80-fa0c-5351-0bd7-000000002164 | TASK | Create dirs for certificates and keys 2025-10-06 15:34:28.857553 | fa163e80-fa0c-5351-0bd7-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-06 15:34:28.879762 | fa163e80-fa0c-5351-0bd7-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-06 15:34:28.892069 | fa163e80-fa0c-5351-0bd7-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:34.297090 | 0.09s 2025-10-06 15:34:28.970421 | fa163e80-fa0c-5351-0bd7-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 15:34:28.971699 | fa163e80-fa0c-5351-0bd7-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:34.376728 | 0.05s 2025-10-06 15:34:28.997788 | fa163e80-fa0c-5351-0bd7-00000000216c | TASK | Fail if container image is undefined 2025-10-06 15:34:29.059849 | fa163e80-fa0c-5351-0bd7-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 15:34:29.061138 | fa163e80-fa0c-5351-0bd7-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:34.466165 | 0.06s 2025-10-06 15:34:29.103442 | fa163e80-fa0c-5351-0bd7-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-06 15:34:44.713085 | fa163e80-fa0c-5351-0bd7-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-06 15:34:44.714438 | fa163e80-fa0c-5351-0bd7-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:50.119468 | 15.61s 2025-10-06 15:34:44.770818 | fa163e80-fa0c-5351-0bd7-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-06 15:34:45.077492 | fa163e80-fa0c-5351-0bd7-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-06 15:34:45.078852 | fa163e80-fa0c-5351-0bd7-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:50.483884 | 0.31s 2025-10-06 15:34:45.129639 | fa163e80-fa0c-5351-0bd7-00000000217d | TASK | Fail if container image is undefined 2025-10-06 15:34:45.190938 | fa163e80-fa0c-5351-0bd7-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 15:34:45.192078 | fa163e80-fa0c-5351-0bd7-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:50.597108 | 0.06s 2025-10-06 15:34:45.233753 | fa163e80-fa0c-5351-0bd7-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-06 15:34:54.482187 | fa163e80-fa0c-5351-0bd7-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-06 15:34:54.484803 | fa163e80-fa0c-5351-0bd7-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:59.889832 | 9.25s 2025-10-06 15:34:54.544047 | fa163e80-fa0c-5351-0bd7-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-06 15:34:54.908021 | fa163e80-fa0c-5351-0bd7-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-06 15:34:54.911008 | fa163e80-fa0c-5351-0bd7-00000000217f | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:00.316026 | 0.36s 2025-10-06 15:34:54.952343 | fa163e80-fa0c-5351-0bd7-00000000218a | TASK | Check if rsyslog exists 2025-10-06 15:34:55.198704 | fa163e80-fa0c-5351-0bd7-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-06 15:34:55.199457 | fa163e80-fa0c-5351-0bd7-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:04:00.604498 | 0.25s 2025-10-06 15:34:55.224850 | fa163e80-fa0c-5351-0bd7-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-06 15:34:55.480371 | fa163e80-fa0c-5351-0bd7-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-06 15:34:55.481719 | fa163e80-fa0c-5351-0bd7-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:04:00.886748 | 0.26s 2025-10-06 15:34:55.507813 | fa163e80-fa0c-5351-0bd7-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-06 15:34:56.118856 | fa163e80-fa0c-5351-0bd7-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-06 15:34:56.120578 | fa163e80-fa0c-5351-0bd7-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:01.525609 | 0.61s 2025-10-06 15:34:56.147896 | fa163e80-fa0c-5351-0bd7-000000002194 | TASK | Fail if container image is undefined 2025-10-06 15:34:56.210619 | fa163e80-fa0c-5351-0bd7-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 15:34:56.211712 | fa163e80-fa0c-5351-0bd7-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:01.616742 | 0.06s 2025-10-06 15:34:56.253935 | fa163e80-fa0c-5351-0bd7-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-06 15:35:02.030079 | fa163e80-fa0c-5351-0bd7-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-06 15:35:02.031429 | fa163e80-fa0c-5351-0bd7-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:07.436458 | 5.78s 2025-10-06 15:35:02.089185 | fa163e80-fa0c-5351-0bd7-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-06 15:35:02.394225 | fa163e80-fa0c-5351-0bd7-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-06 15:35:02.395725 | fa163e80-fa0c-5351-0bd7-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:07.800751 | 0.31s 2025-10-06 15:35:02.442293 | fa163e80-fa0c-5351-0bd7-0000000021a0 | TASK | Run lvmfilter role 2025-10-06 15:35:02.490803 | fa163e80-fa0c-5351-0bd7-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:07.895837 | 0.05s 2025-10-06 15:35:02.542929 | fa163e80-fa0c-5351-0bd7-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-06 15:35:02.793822 | fa163e80-fa0c-5351-0bd7-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-06 15:35:02.795116 | fa163e80-fa0c-5351-0bd7-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:08.200146 | 0.25s 2025-10-06 15:35:02.821756 | fa163e80-fa0c-5351-0bd7-0000000022b9 | TASK | collect ansible devices 2025-10-06 15:35:02.871862 | fa163e80-fa0c-5351-0bd7-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-06 15:35:02.873106 | fa163e80-fa0c-5351-0bd7-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:08.278135 | 0.05s 2025-10-06 15:35:02.899808 | fa163e80-fa0c-5351-0bd7-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-06 15:35:02.939439 | fa163e80-fa0c-5351-0bd7-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-06 15:35:02.940574 | fa163e80-fa0c-5351-0bd7-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:08.345603 | 0.04s 2025-10-06 15:35:02.967481 | fa163e80-fa0c-5351-0bd7-0000000022bb | TASK | set allowed_devices 2025-10-06 15:35:03.017930 | fa163e80-fa0c-5351-0bd7-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-06 15:35:03.019019 | fa163e80-fa0c-5351-0bd7-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:08.424048 | 0.05s 2025-10-06 15:35:03.044679 | fa163e80-fa0c-5351-0bd7-0000000022bc | TASK | build lvm2 allow list 2025-10-06 15:35:03.093530 | fa163e80-fa0c-5351-0bd7-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-06 15:35:03.094756 | fa163e80-fa0c-5351-0bd7-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:08.499769 | 0.05s 2025-10-06 15:35:03.121859 | fa163e80-fa0c-5351-0bd7-0000000022bd | TASK | build lvm2 deny list 2025-10-06 15:35:03.173200 | fa163e80-fa0c-5351-0bd7-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-06 15:35:03.174218 | fa163e80-fa0c-5351-0bd7-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:08.579248 | 0.05s 2025-10-06 15:35:03.200417 | fa163e80-fa0c-5351-0bd7-0000000022be | TASK | build lvm2 filter 2025-10-06 15:35:03.251287 | fa163e80-fa0c-5351-0bd7-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-06 15:35:03.252497 | fa163e80-fa0c-5351-0bd7-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:08.657527 | 0.05s 2025-10-06 15:35:03.278815 | fa163e80-fa0c-5351-0bd7-0000000022bf | TASK | regenerate lvm config 2025-10-06 15:35:03.317848 | fa163e80-fa0c-5351-0bd7-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-06 15:35:03.318940 | fa163e80-fa0c-5351-0bd7-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:08.723970 | 0.04s 2025-10-06 15:35:03.345459 | fa163e80-fa0c-5351-0bd7-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-06 15:35:03.398966 | fa163e80-fa0c-5351-0bd7-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-06 15:35:03.400209 | fa163e80-fa0c-5351-0bd7-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:08.805239 | 0.05s 2025-10-06 15:35:03.450150 | fa163e80-fa0c-5351-0bd7-0000000021a6 | TASK | Fail if container image is undefined 2025-10-06 15:35:03.519978 | fa163e80-fa0c-5351-0bd7-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 15:35:03.521139 | fa163e80-fa0c-5351-0bd7-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:08.926170 | 0.07s 2025-10-06 15:35:03.564255 | fa163e80-fa0c-5351-0bd7-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-06 15:35:13.254820 | fa163e80-fa0c-5351-0bd7-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-06 15:35:13.256249 | fa163e80-fa0c-5351-0bd7-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:18.661276 | 9.69s 2025-10-06 15:35:13.312955 | fa163e80-fa0c-5351-0bd7-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-06 15:35:13.681061 | fa163e80-fa0c-5351-0bd7-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-06 15:35:13.682410 | fa163e80-fa0c-5351-0bd7-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:19.087440 | 0.37s 2025-10-06 15:35:13.786193 | fa163e80-fa0c-5351-0bd7-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 15:35:13.787463 | fa163e80-fa0c-5351-0bd7-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:19.192492 | 0.05s 2025-10-06 15:35:13.814083 | fa163e80-fa0c-5351-0bd7-0000000021ba | TASK | Fail if container image is undefined 2025-10-06 15:35:13.878489 | fa163e80-fa0c-5351-0bd7-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 15:35:13.879213 | fa163e80-fa0c-5351-0bd7-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:19.284253 | 0.06s 2025-10-06 15:35:13.905451 | fa163e80-fa0c-5351-0bd7-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-06 15:35:21.951142 | fa163e80-fa0c-5351-0bd7-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-06 15:35:21.952774 | fa163e80-fa0c-5351-0bd7-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:27.357803 | 8.05s 2025-10-06 15:35:22.009702 | fa163e80-fa0c-5351-0bd7-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-06 15:35:22.369962 | fa163e80-fa0c-5351-0bd7-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-06 15:35:22.370857 | fa163e80-fa0c-5351-0bd7-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:27.775894 | 0.36s 2025-10-06 15:35:22.459477 | fa163e80-fa0c-5351-0bd7-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 15:35:22.460962 | fa163e80-fa0c-5351-0bd7-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:27.865989 | 0.05s 2025-10-06 15:35:22.487262 | fa163e80-fa0c-5351-0bd7-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-06 15:35:43.578000 | fa163e80-fa0c-5351-0bd7-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-06 15:35:43.580036 | fa163e80-fa0c-5351-0bd7-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:48.985064 | 21.09s 2025-10-06 15:35:43.607208 | fa163e80-fa0c-5351-0bd7-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-06 15:35:43.661448 | fa163e80-fa0c-5351-0bd7-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-06 15:35:43.662611 | fa163e80-fa0c-5351-0bd7-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:49.067640 | 0.05s 2025-10-06 15:35:43.680538 | fa163e80-fa0c-5351-0bd7-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-06 15:35:43.943091 | fa163e80-fa0c-5351-0bd7-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-06 15:35:43.944675 | fa163e80-fa0c-5351-0bd7-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:49.349679 | 0.26s 2025-10-06 15:35:43.970104 | fa163e80-fa0c-5351-0bd7-0000000021ce | TASK | is KSM enabled 2025-10-06 15:35:44.002743 | fa163e80-fa0c-5351-0bd7-0000000021ce | OK | is KSM enabled | standalone 2025-10-06 15:35:44.003933 | fa163e80-fa0c-5351-0bd7-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:49.408965 | 0.03s 2025-10-06 15:35:44.030581 | fa163e80-fa0c-5351-0bd7-0000000021d0 | TASK | Check for ksm 2025-10-06 15:35:44.288339 | fa163e80-fa0c-5351-0bd7-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-06 15:35:44.289715 | fa163e80-fa0c-5351-0bd7-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:49.694750 | 0.26s 2025-10-06 15:35:44.311232 | fa163e80-fa0c-5351-0bd7-0000000021d1 | TASK | disable KSM services 2025-10-06 15:35:44.398279 | fa163e80-fa0c-5351-0bd7-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-06 15:35:44.430593 | fa163e80-fa0c-5351-0bd7-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-06 15:35:44.436687 | fa163e80-fa0c-5351-0bd7-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:49.841689 | 0.12s 2025-10-06 15:35:44.464118 | fa163e80-fa0c-5351-0bd7-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-06 15:35:44.516722 | fa163e80-fa0c-5351-0bd7-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-06 15:35:44.517922 | fa163e80-fa0c-5351-0bd7-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:49.922951 | 0.05s 2025-10-06 15:35:44.544056 | fa163e80-fa0c-5351-0bd7-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-06 15:35:44.583793 | fa163e80-fa0c-5351-0bd7-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-06 15:35:44.585008 | fa163e80-fa0c-5351-0bd7-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:49.990038 | 0.04s 2025-10-06 15:35:44.611513 | fa163e80-fa0c-5351-0bd7-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-06 15:35:44.662288 | fa163e80-fa0c-5351-0bd7-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-06 15:35:44.663715 | fa163e80-fa0c-5351-0bd7-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:50.068744 | 0.05s 2025-10-06 15:35:44.690810 | fa163e80-fa0c-5351-0bd7-0000000021d6 | TASK | enable ksmtunded 2025-10-06 15:35:44.749773 | fa163e80-fa0c-5351-0bd7-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-06 15:35:44.762453 | fa163e80-fa0c-5351-0bd7-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-06 15:35:44.768771 | fa163e80-fa0c-5351-0bd7-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:50.173793 | 0.08s 2025-10-06 15:35:44.835975 | fa163e80-fa0c-5351-0bd7-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 15:35:44.837491 | fa163e80-fa0c-5351-0bd7-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:50.242518 | 0.04s 2025-10-06 15:35:44.864723 | fa163e80-fa0c-5351-0bd7-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-06 15:35:44.937844 | fa163e80-fa0c-5351-0bd7-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-06 15:35:44.939278 | fa163e80-fa0c-5351-0bd7-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:50.344308 | 0.07s 2025-10-06 15:35:44.965870 | fa163e80-fa0c-5351-0bd7-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-06 15:35:48.779997 | fa163e80-fa0c-5351-0bd7-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-06 15:35:48.785337 | fa163e80-fa0c-5351-0bd7-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:54.190362 | 3.82s 2025-10-06 15:35:48.821820 | fa163e80-fa0c-5351-0bd7-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-06 15:35:48.892584 | fa163e80-fa0c-5351-0bd7-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-06 15:35:48.894024 | fa163e80-fa0c-5351-0bd7-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:54.299053 | 0.07s 2025-10-06 15:35:48.923928 | fa163e80-fa0c-5351-0bd7-0000000021de | TASK | Fetch ovn VIP 2025-10-06 15:35:48.986229 | fa163e80-fa0c-5351-0bd7-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-06 15:35:48.987465 | fa163e80-fa0c-5351-0bd7-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:04:54.392494 | 0.06s 2025-10-06 15:35:49.017283 | fa163e80-fa0c-5351-0bd7-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-06 15:35:49.078182 | fa163e80-fa0c-5351-0bd7-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-06 15:35:49.079514 | fa163e80-fa0c-5351-0bd7-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:54.484542 | 0.06s 2025-10-06 15:35:49.109582 | fa163e80-fa0c-5351-0bd7-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-06 15:35:49.159894 | fa163e80-fa0c-5351-0bd7-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-06 15:35:49.161208 | fa163e80-fa0c-5351-0bd7-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:54.566236 | 0.05s 2025-10-06 15:35:49.191222 | fa163e80-fa0c-5351-0bd7-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-06 15:35:49.252598 | fa163e80-fa0c-5351-0bd7-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-06 15:35:49.253991 | fa163e80-fa0c-5351-0bd7-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:54.659018 | 0.06s 2025-10-06 15:35:49.285723 | fa163e80-fa0c-5351-0bd7-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-06 15:35:49.351982 | fa163e80-fa0c-5351-0bd7-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-06 15:35:49.364888 | fa163e80-fa0c-5351-0bd7-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:04:54.769910 | 0.08s 2025-10-06 15:35:49.444393 | fa163e80-fa0c-5351-0bd7-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 15:35:49.446076 | fa163e80-fa0c-5351-0bd7-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.851101 | 0.05s 2025-10-06 15:35:49.478205 | fa163e80-fa0c-5351-0bd7-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-06 15:35:49.531583 | fa163e80-fa0c-5351-0bd7-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:04:54.936595 | 0.05s 2025-10-06 15:35:49.599978 | fa163e80-fa0c-5351-0bd7-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-06 15:35:49.862882 | fa163e80-fa0c-5351-0bd7-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-06 15:35:49.864314 | fa163e80-fa0c-5351-0bd7-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:55.269345 | 0.26s 2025-10-06 15:35:49.894334 | fa163e80-fa0c-5351-0bd7-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-06 15:35:49.954911 | fa163e80-fa0c-5351-0bd7-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-06 15:35:49.956138 | fa163e80-fa0c-5351-0bd7-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:55.361167 | 0.06s 2025-10-06 15:35:49.985692 | fa163e80-fa0c-5351-0bd7-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-06 15:35:50.252875 | fa163e80-fa0c-5351-0bd7-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-06 15:35:50.254702 | fa163e80-fa0c-5351-0bd7-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:55.659689 | 0.27s 2025-10-06 15:35:50.287860 | fa163e80-fa0c-5351-0bd7-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-06 15:35:50.330250 | fa163e80-fa0c-5351-0bd7-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-06 15:35:50.331576 | fa163e80-fa0c-5351-0bd7-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:55.736605 | 0.04s 2025-10-06 15:35:50.354768 | fa163e80-fa0c-5351-0bd7-000000002393 | TASK | render OVN cluster configuration 2025-10-06 15:35:50.913731 | fa163e80-fa0c-5351-0bd7-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-06 15:35:50.914461 | fa163e80-fa0c-5351-0bd7-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:56.319501 | 0.56s 2025-10-06 15:35:50.934079 | fa163e80-fa0c-5351-0bd7-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-06 15:35:50.977864 | fa163e80-fa0c-5351-0bd7-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:56.382872 | 0.04s 2025-10-06 15:35:50.996215 | fa163e80-fa0c-5351-0bd7-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:56.401246 | 0.06s 2025-10-06 15:35:51.011037 | fa163e80-fa0c-5351-0bd7-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:56.416071 | 0.08s 2025-10-06 15:35:51.017328 | fa163e80-fa0c-5351-0bd7-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:56.422354 | 0.08s 2025-10-06 15:35:51.042872 | 4a8acb78-0153-4180-b369-9a99df244165 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-06 15:35:51.051307 | 548d103a-1e3a-4078-83de-6eb5d07851a4 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-06 15:35:51.058890 | c6e91a4e-1a4a-4d3d-a3de-22237604e075 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-06 15:35:51.089501 | fa163e80-fa0c-5351-0bd7-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-06 15:35:51.297180 | fa163e80-fa0c-5351-0bd7-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-06 15:35:51.298556 | fa163e80-fa0c-5351-0bd7-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:56.703586 | 0.21s 2025-10-06 15:35:51.330262 | fa163e80-fa0c-5351-0bd7-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-06 15:35:51.380313 | fa163e80-fa0c-5351-0bd7-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-06 15:35:51.381537 | fa163e80-fa0c-5351-0bd7-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:56.786567 | 0.05s 2025-10-06 15:35:51.413080 | fa163e80-fa0c-5351-0bd7-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-06 15:35:51.666058 | fa163e80-fa0c-5351-0bd7-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-06 15:35:51.667432 | fa163e80-fa0c-5351-0bd7-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:57.072461 | 0.25s 2025-10-06 15:35:51.700905 | fa163e80-fa0c-5351-0bd7-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-06 15:35:51.753101 | fa163e80-fa0c-5351-0bd7-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-06 15:35:51.754426 | fa163e80-fa0c-5351-0bd7-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:57.159455 | 0.05s 2025-10-06 15:35:51.787547 | fa163e80-fa0c-5351-0bd7-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-06 15:35:52.043342 | fa163e80-fa0c-5351-0bd7-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-06 15:35:52.044708 | fa163e80-fa0c-5351-0bd7-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:57.449738 | 0.26s 2025-10-06 15:35:52.080355 | fa163e80-fa0c-5351-0bd7-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-06 15:35:52.132554 | fa163e80-fa0c-5351-0bd7-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-06 15:35:52.133866 | fa163e80-fa0c-5351-0bd7-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:57.538894 | 0.05s 2025-10-06 15:35:52.257125 | fa163e80-fa0c-5351-0bd7-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 15:35:52.258058 | fa163e80-fa0c-5351-0bd7-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:57.663094 | 0.05s 2025-10-06 15:35:52.334079 | fa163e80-fa0c-5351-0bd7-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 15:35:52.335363 | fa163e80-fa0c-5351-0bd7-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:57.740393 | 0.05s 2025-10-06 15:35:52.366762 | fa163e80-fa0c-5351-0bd7-0000000021f2 | TASK | Fail if container image is undefined 2025-10-06 15:35:52.417236 | fa163e80-fa0c-5351-0bd7-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 15:35:52.418536 | fa163e80-fa0c-5351-0bd7-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:57.823564 | 0.05s 2025-10-06 15:35:52.470215 | fa163e80-fa0c-5351-0bd7-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-06 15:35:59.387460 | fa163e80-fa0c-5351-0bd7-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-06 15:35:59.388997 | fa163e80-fa0c-5351-0bd7-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:04.794019 | 6.92s 2025-10-06 15:35:59.449260 | fa163e80-fa0c-5351-0bd7-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-06 15:35:59.761932 | fa163e80-fa0c-5351-0bd7-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-06 15:35:59.763379 | fa163e80-fa0c-5351-0bd7-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:05.168407 | 0.31s 2025-10-06 15:35:59.823526 | fa163e80-fa0c-5351-0bd7-0000000021ff | TASK | Pre-fetch all the containers 2025-10-06 15:36:05.194642 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-06 15:36:05.199704 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:10.604726 | 5.37s 2025-10-06 15:36:11.011321 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-06 15:36:11.014782 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:16.419812 | 11.19s 2025-10-06 15:36:14.793622 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-06 15:36:14.795436 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:20.200474 | 14.97s 2025-10-06 15:36:18.769022 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-06 15:36:18.771625 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:24.176653 | 18.95s 2025-10-06 15:36:21.325118 | fa163e80-fa0c-5351-0bd7-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-06 15:36:21.327979 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:26.733008 | 21.50s 2025-10-06 15:36:23.892391 | fa163e80-fa0c-5351-0bd7-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-06 15:36:23.896352 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:29.301385 | 24.07s 2025-10-06 15:36:28.878544 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-06 15:36:28.881491 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:34.286523 | 29.06s 2025-10-06 15:36:33.624702 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-06 15:36:33.628901 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:39.033930 | 33.80s 2025-10-06 15:36:38.475422 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-06 15:36:38.479586 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:43.884617 | 38.65s 2025-10-06 15:36:41.884006 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-06 15:36:41.887835 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:47.292868 | 42.06s 2025-10-06 15:36:51.060002 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-06 15:36:51.063323 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:56.468357 | 51.24s 2025-10-06 15:36:55.612756 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-06 15:36:55.617131 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:01.022158 | 55.79s 2025-10-06 15:37:17.211772 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-06 15:37:17.216005 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:22.621037 | 77.39s 2025-10-06 15:37:28.854154 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-06 15:37:28.857122 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:34.262153 | 89.03s 2025-10-06 15:37:40.697251 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-06 15:37:40.701419 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:46.106447 | 100.88s 2025-10-06 15:37:48.899319 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-06 15:37:48.902536 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:54.307572 | 109.08s 2025-10-06 15:37:57.601465 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-06 15:37:57.603827 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:03.008864 | 117.78s 2025-10-06 15:38:03.212582 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-06 15:38:03.215593 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:08.620624 | 123.39s 2025-10-06 15:38:06.897421 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-06 15:38:06.900619 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:12.305649 | 127.08s 2025-10-06 15:38:12.218361 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-06 15:38:12.222532 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:17.627563 | 132.40s 2025-10-06 15:38:18.132805 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-06 15:38:18.136097 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:23.541128 | 138.31s 2025-10-06 15:38:31.584756 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-06 15:38:31.587972 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:36.993003 | 151.76s 2025-10-06 15:38:35.282764 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-06 15:38:35.285979 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:40.691011 | 155.46s 2025-10-06 15:38:45.264951 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-06 15:38:45.269901 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:50.674932 | 165.44s 2025-10-06 15:38:49.592590 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-06 15:38:49.597809 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:55.002839 | 169.77s 2025-10-06 15:38:54.891014 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-06 15:38:54.895493 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:00.300524 | 175.07s 2025-10-06 15:38:59.382944 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-06 15:38:59.386234 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:04.791263 | 179.56s 2025-10-06 15:39:03.846625 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-06 15:39:03.850533 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:09.255390 | 184.02s 2025-10-06 15:39:07.803214 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-06 15:39:07.808043 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:13.213073 | 187.98s 2025-10-06 15:39:11.830526 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-06 15:39:11.833703 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:17.238735 | 192.01s 2025-10-06 15:39:18.861561 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-06 15:39:18.865747 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:24.270774 | 199.04s 2025-10-06 15:39:21.561790 | fa163e80-fa0c-5351-0bd7-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-06 15:39:21.564364 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:26.969381 | 201.74s 2025-10-06 15:39:24.225950 | fa163e80-fa0c-5351-0bd7-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-06 15:39:24.228967 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:29.634000 | 204.40s 2025-10-06 15:39:27.463415 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-06 15:39:27.467699 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:32.872727 | 207.64s 2025-10-06 15:39:30.112422 | fa163e80-fa0c-5351-0bd7-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-06 15:39:30.116474 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:35.521504 | 210.29s 2025-10-06 15:39:34.812075 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-06 15:39:34.815947 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:40.220980 | 214.99s 2025-10-06 15:39:38.496630 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-06 15:39:38.499887 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:43.904918 | 218.67s 2025-10-06 15:39:42.257167 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-06 15:39:42.260551 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:47.665579 | 222.43s 2025-10-06 15:39:45.699843 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-06 15:39:45.702958 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:51.107989 | 225.88s 2025-10-06 15:39:49.083715 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-06 15:39:49.088468 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:54.493497 | 229.26s 2025-10-06 15:39:52.954993 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-06 15:39:52.958686 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:58.363713 | 233.13s 2025-10-06 15:39:56.912229 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-06 15:39:56.915306 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:02.320338 | 237.09s 2025-10-06 15:40:00.367442 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-06 15:40:00.370005 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:05.775038 | 240.54s 2025-10-06 15:40:05.069870 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-06 15:40:05.074024 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:10.479055 | 245.25s 2025-10-06 15:40:08.942709 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-06 15:40:08.945714 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:14.350746 | 249.12s 2025-10-06 15:40:12.521853 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-06 15:40:12.524417 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:17.929448 | 252.70s 2025-10-06 15:40:15.788493 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-06 15:40:15.792626 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:21.197657 | 255.97s 2025-10-06 15:40:19.585312 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-06 15:40:19.589602 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:24.994632 | 259.76s 2025-10-06 15:40:23.512632 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-06 15:40:23.516051 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:28.921082 | 263.69s 2025-10-06 15:40:27.900149 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-06 15:40:27.903166 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:33.308197 | 268.08s 2025-10-06 15:40:31.185406 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-06 15:40:31.188527 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:36.593558 | 271.36s 2025-10-06 15:40:35.116473 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-06 15:40:35.119771 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:40.524802 | 275.29s 2025-10-06 15:40:39.054529 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-06 15:40:39.056105 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:44.461145 | 279.23s 2025-10-06 15:40:42.935820 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-06 15:40:42.939946 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:48.344976 | 283.11s 2025-10-06 15:40:46.466280 | fa163e80-fa0c-5351-0bd7-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-06 15:40:46.469880 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:51.874909 | 286.64s 2025-10-06 15:40:46.907081 | fa163e80-fa0c-5351-0bd7-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:52.312107 | 287.08s 2025-10-06 15:40:47.185899 | fa163e80-fa0c-5351-0bd7-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 15:40:47.187173 | fa163e80-fa0c-5351-0bd7-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:52.592201 | 0.05s 2025-10-06 15:40:47.217713 | fa163e80-fa0c-5351-0bd7-000000002209 | TASK | Fail if container image is undefined 2025-10-06 15:40:47.289584 | fa163e80-fa0c-5351-0bd7-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 15:40:47.290948 | fa163e80-fa0c-5351-0bd7-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:52.695975 | 0.07s 2025-10-06 15:40:47.342527 | fa163e80-fa0c-5351-0bd7-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-06 15:40:53.851262 | fa163e80-fa0c-5351-0bd7-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-06 15:40:53.852944 | fa163e80-fa0c-5351-0bd7-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:59.257966 | 6.51s 2025-10-06 15:40:53.913336 | fa163e80-fa0c-5351-0bd7-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-06 15:40:54.321136 | fa163e80-fa0c-5351-0bd7-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-06 15:40:54.322558 | fa163e80-fa0c-5351-0bd7-00000000220b | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:59.727588 | 0.41s 2025-10-06 15:40:54.368933 | fa163e80-fa0c-5351-0bd7-000000002216 | TASK | Check if rsyslog exists 2025-10-06 15:40:54.556937 | fa163e80-fa0c-5351-0bd7-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-06 15:40:54.558077 | fa163e80-fa0c-5351-0bd7-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:09:59.963111 | 0.19s 2025-10-06 15:40:54.582215 | fa163e80-fa0c-5351-0bd7-000000002217 | TASK | Forward logging to swift.log file 2025-10-06 15:40:55.081487 | fa163e80-fa0c-5351-0bd7-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-06 15:40:55.083200 | fa163e80-fa0c-5351-0bd7-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:00.488228 | 0.50s 2025-10-06 15:40:55.113016 | fa163e80-fa0c-5351-0bd7-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-06 15:40:55.857070 | fa163e80-fa0c-5351-0bd7-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-06 15:40:55.859211 | fa163e80-fa0c-5351-0bd7-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:01.264240 | 0.74s 2025-10-06 15:40:55.889732 | fa163e80-fa0c-5351-0bd7-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-06 15:40:56.106714 | fa163e80-fa0c-5351-0bd7-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-06 15:40:56.108258 | fa163e80-fa0c-5351-0bd7-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:01.513284 | 0.22s 2025-10-06 15:40:56.223887 | fa163e80-fa0c-5351-0bd7-0000000000c3 | TIMING | include_tasks | standalone | 0:10:01.628905 | 0.08s 2025-10-06 15:40:56.266433 | f1b4a28e-d5c2-4508-b0e1-dcf7f6133363 | INCLUDED | /root/standalone-ansible-c4pbb1vt/common_deploy_steps_tasks.yaml | standalone 2025-10-06 15:40:56.294106 | fa163e80-fa0c-5351-0bd7-00000000249a | TASK | Write the config_step hieradata 2025-10-06 15:40:56.784803 | fa163e80-fa0c-5351-0bd7-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-06 15:40:56.786108 | fa163e80-fa0c-5351-0bd7-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:02.191136 | 0.49s 2025-10-06 15:40:56.817125 | fa163e80-fa0c-5351-0bd7-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-06 15:40:57.169061 | fa163e80-fa0c-5351-0bd7-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-06 15:40:57.170235 | fa163e80-fa0c-5351-0bd7-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:02.575266 | 0.35s 2025-10-06 15:40:57.202202 | fa163e80-fa0c-5351-0bd7-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-06 15:40:57.440260 | fa163e80-fa0c-5351-0bd7-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 15:41:07.631012 | fa163e80-fa0c-5351-0bd7-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 15:41:17.842386 | fa163e80-fa0c-5351-0bd7-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-06 15:41:28.062178 | fa163e80-fa0c-5351-0bd7-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-06 15:41:38.254361 | fa163e80-fa0c-5351-0bd7-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-06 15:41:48.510180 | fa163e80-fa0c-5351-0bd7-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-06 15:41:58.724866 | fa163e80-fa0c-5351-0bd7-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 15:41:58.726300 | fa163e80-fa0c-5351-0bd7-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:04.131324 | 61.52s 2025-10-06 15:41:58.758350 | fa163e80-fa0c-5351-0bd7-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-06 15:41:58.831396 | fa163e80-fa0c-5351-0bd7-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 6 15:40:57 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 6 15:41:01 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 15:41:01 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 15:41:01 puppet-user: (file & line not available)", "<13>Oct 6 15:41:01 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 6 15:41:01 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 6 15:41:01 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 15:41:01 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Oct 6 15:41:01 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 6 15:41:01 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 6 15:41:01 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 6 15:41:10 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 6 15:41:18 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 6 15:41:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 6 15:41:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 6 15:41:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 6 15:41:21 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 6 15:41:22 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 6 15:41:23 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 6 15:41:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 6 15:41:29 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 6 15:41:29 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 6 15:41:30 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 6 15:41:52 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 6 15:41:54 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 15:41:56 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 6 15:41:56 puppet-user: Notice: Applied catalog in 55.05 seconds", "<13>Oct 6 15:41:56 puppet-user: Application:", "<13>Oct 6 15:41:56 puppet-user: Initial environment: production", "<13>Oct 6 15:41:56 puppet-user: Converged environment: production", "<13>Oct 6 15:41:56 puppet-user: Run mode: user", "<13>Oct 6 15:41:56 puppet-user: Changes:", "<13>Oct 6 15:41:56 puppet-user: Total: 17", "<13>Oct 6 15:41:56 puppet-user: Events:", "<13>Oct 6 15:41:56 puppet-user: Success: 17", "<13>Oct 6 15:41:56 puppet-user: Resources:", "<13>Oct 6 15:41:56 puppet-user: Restarted: 1", "<13>Oct 6 15:41:56 puppet-user: Changed: 16", "<13>Oct 6 15:41:56 puppet-user: Out of sync: 16", "<13>Oct 6 15:41:56 puppet-user: Total: 26", "<13>Oct 6 15:41:56 puppet-user: Time:", "<13>Oct 6 15:41:56 puppet-user: Schedule: 0.00", "<13>Oct 6 15:41:56 puppet-user: File line: 0.00", "<13>Oct 6 15:41:56 puppet-user: File: 0.00", "<13>Oct 6 15:41:56 puppet-user: Augeas: 0.02", "<13>Oct 6 15:41:56 puppet-user: User: 0.19", "<13>Oct 6 15:41:56 puppet-user: Config retrieval: 0.44", "<13>Oct 6 15:41:56 puppet-user: Package: 16.47", "<13>Oct 6 15:41:56 puppet-user: Last run: 1759765316", "<13>Oct 6 15:41:56 puppet-user: Exec: 28.84", "<13>Oct 6 15:41:56 puppet-user: Pcmk property: 3.64", "<13>Oct 6 15:41:56 puppet-user: Service: 4.65", "<13>Oct 6 15:41:56 puppet-user: Transaction evaluation: 55.04", "<13>Oct 6 15:41:56 puppet-user: Catalog application: 55.05", "<13>Oct 6 15:41:56 puppet-user: Filebucket: 0.00", "<13>Oct 6 15:41:56 puppet-user: Total: 55.05", "<13>Oct 6 15:41:56 puppet-user: Version:", "<13>Oct 6 15:41:56 puppet-user: Config: 1759765261", "<13>Oct 6 15:41:56 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 15:41:58.832478 | fa163e80-fa0c-5351-0bd7-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:04.237512 | 0.07s 2025-10-06 15:41:58.856188 | fa163e80-fa0c-5351-0bd7-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-06 15:41:58.884345 | fa163e80-fa0c-5351-0bd7-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:04.289377 | 0.03s 2025-10-06 15:41:58.935448 | fa163e80-fa0c-5351-0bd7-0000000024e5 | TASK | Gather variables for each operating system 2025-10-06 15:41:59.057767 | fa163e80-fa0c-5351-0bd7-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:04.462782 | 0.12s 2025-10-06 15:41:59.088404 | fa163e80-fa0c-5351-0bd7-0000000024e6 | TASK | Create puppet caching structures 2025-10-06 15:41:59.323801 | fa163e80-fa0c-5351-0bd7-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-06 15:41:59.324967 | fa163e80-fa0c-5351-0bd7-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:04.730002 | 0.23s 2025-10-06 15:41:59.350555 | fa163e80-fa0c-5351-0bd7-0000000024e7 | TASK | Check for facter.conf 2025-10-06 15:41:59.562315 | fa163e80-fa0c-5351-0bd7-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-06 15:41:59.563732 | fa163e80-fa0c-5351-0bd7-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:04.968762 | 0.21s 2025-10-06 15:41:59.591912 | fa163e80-fa0c-5351-0bd7-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-06 15:41:59.632790 | fa163e80-fa0c-5351-0bd7-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 15:41:59.633873 | fa163e80-fa0c-5351-0bd7-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:05.038909 | 0.04s 2025-10-06 15:41:59.664504 | fa163e80-fa0c-5351-0bd7-0000000024e9 | TASK | Write facter cache config 2025-10-06 15:42:00.118255 | fa163e80-fa0c-5351-0bd7-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-06 15:42:00.119416 | fa163e80-fa0c-5351-0bd7-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:05.524452 | 0.45s 2025-10-06 15:42:00.143457 | fa163e80-fa0c-5351-0bd7-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-06 15:42:00.376323 | fa163e80-fa0c-5351-0bd7-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-06 15:42:00.377958 | fa163e80-fa0c-5351-0bd7-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:05.782987 | 0.23s 2025-10-06 15:42:00.409477 | fa163e80-fa0c-5351-0bd7-0000000024eb | TASK | Pre-cache facts 2025-10-06 15:42:00.908228 | fa163e80-fa0c-5351-0bd7-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-06 15:42:00.909192 | fa163e80-fa0c-5351-0bd7-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:06.314229 | 0.50s 2025-10-06 15:42:00.932715 | fa163e80-fa0c-5351-0bd7-0000000024ec | TASK | Failed deployment if facter fails 2025-10-06 15:42:00.970582 | fa163e80-fa0c-5351-0bd7-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 15:42:00.971494 | fa163e80-fa0c-5351-0bd7-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:06.376530 | 0.04s 2025-10-06 15:42:01.009869 | fa163e80-fa0c-5351-0bd7-0000000024ed | TASK | Sync cached facts 2025-10-06 15:42:01.486327 | fa163e80-fa0c-5351-0bd7-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e80-fa0c-5351-0bd7-0000000024ed') missing from stats 2025-10-06 15:42:01.532899 | fa163e80-fa0c-5351-0bd7-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 15:42:01.582156 | fa163e80-fa0c-5351-0bd7-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:06.987172 | 0.05s 2025-10-06 15:42:01.602386 | 4c5232f0-1cbb-4323-bf0f-bccb120f33e7 | INCLUDED | /root/standalone-ansible-c4pbb1vt/generate-config-tasks.yaml | standalone 2025-10-06 15:42:01.634045 | fa163e80-fa0c-5351-0bd7-000000002537 | TASK | Create base directory puppet configs 2025-10-06 15:42:01.880713 | fa163e80-fa0c-5351-0bd7-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-06 15:42:01.882443 | fa163e80-fa0c-5351-0bd7-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:07.287463 | 0.25s 2025-10-06 15:42:01.915638 | fa163e80-fa0c-5351-0bd7-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-06 15:42:02.214307 | fa163e80-fa0c-5351-0bd7-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-06 15:42:02.215590 | fa163e80-fa0c-5351-0bd7-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:07.620621 | 0.30s 2025-10-06 15:42:02.249721 | fa163e80-fa0c-5351-0bd7-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-06 15:42:02.274372 | fa163e80-fa0c-5351-0bd7-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:07.679385 | 0.02s 2025-10-06 15:42:02.357747 | fa163e80-fa0c-5351-0bd7-0000000025c3 | TASK | Gather variables for each operating system 2025-10-06 15:42:02.475559 | fa163e80-fa0c-5351-0bd7-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:07.880574 | 0.12s 2025-10-06 15:42:02.506823 | fa163e80-fa0c-5351-0bd7-0000000025c4 | TASK | Create container logs path 2025-10-06 15:42:02.720558 | fa163e80-fa0c-5351-0bd7-0000000025c4 | OK | Create container logs path | standalone 2025-10-06 15:42:02.722044 | fa163e80-fa0c-5351-0bd7-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:08.127071 | 0.21s 2025-10-06 15:42:02.791847 | fa163e80-fa0c-5351-0bd7-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 15:42:03.201855 | fa163e80-fa0c-5351-0bd7-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 15:42:03.203139 | fa163e80-fa0c-5351-0bd7-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:08.608172 | 0.41s 2025-10-06 15:42:03.235960 | fa163e80-fa0c-5351-0bd7-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-06 15:42:03.323883 | fa163e80-fa0c-5351-0bd7-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-06 15:42:03.325191 | fa163e80-fa0c-5351-0bd7-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:08.730222 | 0.09s 2025-10-06 15:42:03.358767 | fa163e80-fa0c-5351-0bd7-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-06 15:42:03.392325 | fa163e80-fa0c-5351-0bd7-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 15:42:03.393797 | fa163e80-fa0c-5351-0bd7-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:08.798824 | 0.03s 2025-10-06 15:42:03.426374 | fa163e80-fa0c-5351-0bd7-0000000025cb | TASK | Update container configs with new config hashes 2025-10-06 15:42:03.488385 | fa163e80-fa0c-5351-0bd7-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 15:42:03.489782 | fa163e80-fa0c-5351-0bd7-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:08.894811 | 0.06s 2025-10-06 15:42:03.522780 | fa163e80-fa0c-5351-0bd7-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 15:42:03.585476 | fa163e80-fa0c-5351-0bd7-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:08.990498 | 0.06s 2025-10-06 15:42:03.611562 | fa5c8de2-e3c6-44ff-bff6-c234fca2fc2e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 15:42:03.649408 | fa163e80-fa0c-5351-0bd7-000000002610 | TASK | Gather podman infos 2025-10-06 15:42:04.254049 | fa163e80-fa0c-5351-0bd7-000000002610 | OK | Gather podman infos | standalone 2025-10-06 15:42:04.256166 | fa163e80-fa0c-5351-0bd7-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:09.661194 | 0.60s 2025-10-06 15:42:04.297733 | fa163e80-fa0c-5351-0bd7-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 15:42:04.353341 | fa163e80-fa0c-5351-0bd7-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 15:42:04.354717 | fa163e80-fa0c-5351-0bd7-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:09.759742 | 0.05s 2025-10-06 15:42:04.389311 | fa163e80-fa0c-5351-0bd7-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 15:42:04.545570 | fa163e80-fa0c-5351-0bd7-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:09.950598 | 0.15s 2025-10-06 15:42:04.560499 | 40dd1fbc-9d12-4edf-b8db-3ae30b20d2ce | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 15:42:04.593317 | fa163e80-fa0c-5351-0bd7-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 15:42:36.524641 | fa163e80-fa0c-5351-0bd7-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 15:42:36.526438 | fa163e80-fa0c-5351-0bd7-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:41.931466 | 31.93s 2025-10-06 15:42:36.603821 | fa163e80-fa0c-5351-0bd7-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 15:42:36.691508 | fa163e80-fa0c-5351-0bd7-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 15:42:36.693098 | fa163e80-fa0c-5351-0bd7-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:42.098125 | 0.09s 2025-10-06 15:42:36.750799 | fa163e80-fa0c-5351-0bd7-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-06 15:42:36.792055 | fa163e80-fa0c-5351-0bd7-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-06 15:42:36.793234 | fa163e80-fa0c-5351-0bd7-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:42.198264 | 0.04s 2025-10-06 15:42:36.823288 | fa163e80-fa0c-5351-0bd7-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-06 15:42:36.856763 | fa163e80-fa0c-5351-0bd7-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-06 15:42:36.857875 | fa163e80-fa0c-5351-0bd7-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:42.262905 | 0.03s 2025-10-06 15:42:36.890611 | fa163e80-fa0c-5351-0bd7-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-06 15:42:36.921179 | fa163e80-fa0c-5351-0bd7-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:42.326203 | 0.03s 2025-10-06 15:42:36.989805 | fa163e80-fa0c-5351-0bd7-000000002690 | TASK | Gather variables for each operating system 2025-10-06 15:42:37.118191 | fa163e80-fa0c-5351-0bd7-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:42.523208 | 0.13s 2025-10-06 15:42:37.149198 | fa163e80-fa0c-5351-0bd7-000000002691 | TASK | Create container logs path 2025-10-06 15:42:37.428480 | fa163e80-fa0c-5351-0bd7-000000002691 | OK | Create container logs path | standalone 2025-10-06 15:42:37.430061 | fa163e80-fa0c-5351-0bd7-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:42.835089 | 0.28s 2025-10-06 15:42:37.463346 | fa163e80-fa0c-5351-0bd7-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 15:42:37.739826 | fa163e80-fa0c-5351-0bd7-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-06 15:42:37.741293 | fa163e80-fa0c-5351-0bd7-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:43.146324 | 0.28s 2025-10-06 15:42:37.772101 | fa163e80-fa0c-5351-0bd7-000000002694 | TASK | Finalise hashes for all containers 2025-10-06 15:42:37.824925 | fa163e80-fa0c-5351-0bd7-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-06 15:42:37.826520 | fa163e80-fa0c-5351-0bd7-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:43.231545 | 0.05s 2025-10-06 15:42:37.859384 | fa163e80-fa0c-5351-0bd7-000000002696 | TASK | Manage systemd shutdown files 2025-10-06 15:42:37.893632 | fa163e80-fa0c-5351-0bd7-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:43.298648 | 0.03s 2025-10-06 15:42:37.931310 | 87c1df3f-6ece-4f9f-8520-c21914d2a125 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 15:42:37.963913 | fa163e80-fa0c-5351-0bd7-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 15:42:38.232717 | fa163e80-fa0c-5351-0bd7-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 15:42:38.234161 | fa163e80-fa0c-5351-0bd7-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:43.639191 | 0.27s 2025-10-06 15:42:38.266363 | fa163e80-fa0c-5351-0bd7-0000000026ca | TASK | Set podman_drop_in fact 2025-10-06 15:42:38.327628 | fa163e80-fa0c-5351-0bd7-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-06 15:42:38.328924 | fa163e80-fa0c-5351-0bd7-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:43.733956 | 0.06s 2025-10-06 15:42:38.359201 | fa163e80-fa0c-5351-0bd7-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 15:42:38.894994 | fa163e80-fa0c-5351-0bd7-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 15:42:38.897298 | fa163e80-fa0c-5351-0bd7-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:44.302319 | 0.54s 2025-10-06 15:42:39.370622 | fa163e80-fa0c-5351-0bd7-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 15:42:39.372719 | fa163e80-fa0c-5351-0bd7-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:44.777753 | 1.01s 2025-10-06 15:42:39.384098 | fa163e80-fa0c-5351-0bd7-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:44.789118 | 1.02s 2025-10-06 15:42:39.420437 | fa163e80-fa0c-5351-0bd7-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 15:42:39.989798 | fa163e80-fa0c-5351-0bd7-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 15:42:39.991347 | fa163e80-fa0c-5351-0bd7-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:45.396372 | 0.57s 2025-10-06 15:42:40.021965 | fa163e80-fa0c-5351-0bd7-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 15:42:40.537793 | fa163e80-fa0c-5351-0bd7-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 15:42:40.539267 | fa163e80-fa0c-5351-0bd7-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:45.944297 | 0.52s 2025-10-06 15:42:40.569831 | fa163e80-fa0c-5351-0bd7-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-06 15:42:41.513880 | fa163e80-fa0c-5351-0bd7-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-06 15:42:41.516029 | fa163e80-fa0c-5351-0bd7-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:46.921055 | 0.94s 2025-10-06 15:42:41.548292 | fa163e80-fa0c-5351-0bd7-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 15:42:42.039705 | fa163e80-fa0c-5351-0bd7-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 15:42:42.041203 | fa163e80-fa0c-5351-0bd7-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:47.446234 | 0.49s 2025-10-06 15:42:42.071839 | fa163e80-fa0c-5351-0bd7-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 15:42:42.563724 | fa163e80-fa0c-5351-0bd7-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 15:42:42.565211 | fa163e80-fa0c-5351-0bd7-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:47.970241 | 0.49s 2025-10-06 15:42:42.595951 | fa163e80-fa0c-5351-0bd7-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-06 15:42:43.596738 | fa163e80-fa0c-5351-0bd7-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 15:42:43.601090 | fa163e80-fa0c-5351-0bd7-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:49.006111 | 1.00s 2025-10-06 15:42:43.633177 | fa163e80-fa0c-5351-0bd7-000000002698 | TASK | Update container configs with new config hashes 2025-10-06 15:42:43.694697 | fa163e80-fa0c-5351-0bd7-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:49.099679 | 0.06s 2025-10-06 15:42:43.718582 | 2500db1d-13ee-4d82-aacd-354c20bda2f2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 15:42:43.755952 | fa163e80-fa0c-5351-0bd7-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-06 15:42:44.045610 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-06 15:42:44.048677 | | WARNING | Config change detected for mysql_bootstrap, new hash: 908c724cfa76b0624dce554ea84c70e8 2025-10-06 15:42:44.049550 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 065a46e2ce57acb5984790c0843fb6c2 2025-10-06 15:42:44.049856 | | WARNING | Config change detected for clustercheck, new hash: b18a15625e69c603f838a1912ac6feac 2025-10-06 15:42:44.050214 | | WARNING | Config change detected for horizon_fix_perms, new hash: 621ca7365530ca0b00e35e421aaf93d5 2025-10-06 15:42:44.050543 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 908c724cfa76b0624dce554ea84c70e8 2025-10-06 15:42:44.050807 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: cecf33335335dff84b0eb5740156a735 2025-10-06 15:42:44.051098 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: cecf33335335dff84b0eb5740156a735 2025-10-06 15:42:44.051381 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: cecf33335335dff84b0eb5740156a735 2025-10-06 15:42:44.051627 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: cecf33335335dff84b0eb5740156a735 2025-10-06 15:42:44.051877 | | WARNING | Config change detected for aodh_db_sync, new hash: 17d40230207edb2579a7ddf7fb9fbb69 2025-10-06 15:42:44.052152 | | WARNING | Config change detected for barbican_api, new hash: 187a49743479471630a9ea1dddfea9d1 2025-10-06 15:42:44.052442 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 187a49743479471630a9ea1dddfea9d1 2025-10-06 15:42:44.052778 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 187a49743479471630a9ea1dddfea9d1 2025-10-06 15:42:44.053063 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 187a49743479471630a9ea1dddfea9d1 2025-10-06 15:42:44.053303 | | WARNING | Config change detected for barbican_worker, new hash: 187a49743479471630a9ea1dddfea9d1 2025-10-06 15:42:44.053580 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 8a9b9059afdfba76ef0c236352339968 2025-10-06 15:42:44.053877 | | WARNING | Config change detected for glance_api_db_sync, new hash: bbdb050ddae25c13ee3f5eb07db6c879-71a69c989ab17bdcce0b3236aac025b6 2025-10-06 15:42:44.054178 | | WARNING | Config change detected for heat_engine_db_sync, new hash: acd1dff69ec9341549a190dd50906047 2025-10-06 15:42:44.054443 | | WARNING | Config change detected for horizon, new hash: 621ca7365530ca0b00e35e421aaf93d5 2025-10-06 15:42:44.054752 | | WARNING | Config change detected for iscsid, new hash: 71a69c989ab17bdcce0b3236aac025b6 2025-10-06 15:42:44.055053 | | WARNING | Config change detected for keystone, new hash: 67bf743f473844d659421f8ea1d614e4 2025-10-06 15:42:44.055378 | | WARNING | Config change detected for keystone_cron, new hash: 67bf743f473844d659421f8ea1d614e4 2025-10-06 15:42:44.055692 | | WARNING | Config change detected for keystone_db_sync, new hash: 67bf743f473844d659421f8ea1d614e4 2025-10-06 15:42:44.055980 | | WARNING | Config change detected for manila_api_db_sync, new hash: e35ec2026bf7331724937ab745e15ae9 2025-10-06 15:42:44.056282 | | WARNING | Config change detected for neutron_db_sync, new hash: 8d6667417e18c0e0cbffae554d82a5d9 2025-10-06 15:42:44.056576 | | WARNING | Config change detected for nova_api_db_sync, new hash: 45ce330e27043032af04799976a7affd 2025-10-06 15:42:44.056900 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 45ce330e27043032af04799976a7affd 2025-10-06 15:42:44.057217 | | WARNING | Config change detected for nova_db_sync, new hash: 45ce330e27043032af04799976a7affd 2025-10-06 15:42:44.057625 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 8108f316ac40cb3dd264e66da62bb8d0 2025-10-06 15:42:44.057947 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 8108f316ac40cb3dd264e66da62bb8d0 2025-10-06 15:42:44.058179 | | WARNING | Config change detected for nova_virtproxyd, new hash: 8108f316ac40cb3dd264e66da62bb8d0 2025-10-06 15:42:44.058459 | | WARNING | Config change detected for nova_virtqemud, new hash: 8108f316ac40cb3dd264e66da62bb8d0 2025-10-06 15:42:44.058703 | | WARNING | Config change detected for nova_virtsecretd, new hash: 8108f316ac40cb3dd264e66da62bb8d0 2025-10-06 15:42:44.058994 | | WARNING | Config change detected for nova_virtstoraged, new hash: 8108f316ac40cb3dd264e66da62bb8d0 2025-10-06 15:42:44.059293 | | WARNING | Config change detected for octavia_db_sync, new hash: cecf33335335dff84b0eb5740156a735 2025-10-06 15:42:44.059572 | | WARNING | Config change detected for placement_api_db_sync, new hash: 00ffa08a2c0f2632a4b2aa4aaa40c69c 2025-10-06 15:42:44.059835 | | WARNING | Config change detected for swift_copy_rings, new hash: 6b12384980a33e486d7530efc1730bb7-4243a66bc77effe82de2265cc4287b41 2025-10-06 15:42:44.060118 | | WARNING | Config change detected for aodh_api, new hash: 17d40230207edb2579a7ddf7fb9fbb69 2025-10-06 15:42:44.060406 | | WARNING | Config change detected for aodh_api_cron, new hash: 17d40230207edb2579a7ddf7fb9fbb69 2025-10-06 15:42:44.060706 | | WARNING | Config change detected for aodh_evaluator, new hash: 17d40230207edb2579a7ddf7fb9fbb69 2025-10-06 15:42:44.060966 | | WARNING | Config change detected for aodh_listener, new hash: 17d40230207edb2579a7ddf7fb9fbb69 2025-10-06 15:42:44.061246 | | WARNING | Config change detected for aodh_notifier, new hash: 17d40230207edb2579a7ddf7fb9fbb69 2025-10-06 15:42:44.061480 | | WARNING | Config change detected for ceilometer_agent_central, new hash: a651992c72fad5fce3be22750c3888b3 2025-10-06 15:42:44.061813 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: a651992c72fad5fce3be22750c3888b3 2025-10-06 15:42:44.062049 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: a651992c72fad5fce3be22750c3888b3 2025-10-06 15:42:44.062342 | | WARNING | Config change detected for cinder_api, new hash: 8a9b9059afdfba76ef0c236352339968 2025-10-06 15:42:44.062558 | | WARNING | Config change detected for cinder_api_cron, new hash: 8a9b9059afdfba76ef0c236352339968 2025-10-06 15:42:44.062821 | | WARNING | Config change detected for cinder_scheduler, new hash: 8a9b9059afdfba76ef0c236352339968 2025-10-06 15:42:44.063083 | | WARNING | Config change detected for glance_api, new hash: bbdb050ddae25c13ee3f5eb07db6c879-71a69c989ab17bdcce0b3236aac025b6 2025-10-06 15:42:44.063332 | | WARNING | Config change detected for glance_api_cron, new hash: bbdb050ddae25c13ee3f5eb07db6c879 2025-10-06 15:42:44.063611 | | WARNING | Config change detected for glance_api_internal, new hash: 17d13022eaece9d74cc89b9197e35113-71a69c989ab17bdcce0b3236aac025b6 2025-10-06 15:42:44.063880 | | WARNING | Config change detected for heat_api, new hash: 2f5f81159b76e13b71722e0278d1ad8d 2025-10-06 15:42:44.064161 | | WARNING | Config change detected for heat_api_cfn, new hash: 86b54e10f5a6793ec6146d383cceadc5 2025-10-06 15:42:44.064449 | | WARNING | Config change detected for heat_api_cron, new hash: 2f5f81159b76e13b71722e0278d1ad8d 2025-10-06 15:42:44.064743 | | WARNING | Config change detected for heat_engine, new hash: acd1dff69ec9341549a190dd50906047 2025-10-06 15:42:44.064980 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-06 15:42:44.065195 | | WARNING | Config change detected for manila_api, new hash: e35ec2026bf7331724937ab745e15ae9 2025-10-06 15:42:44.065409 | | WARNING | Config change detected for manila_api_cron, new hash: e35ec2026bf7331724937ab745e15ae9 2025-10-06 15:42:44.065732 | | WARNING | Config change detected for manila_scheduler, new hash: e35ec2026bf7331724937ab745e15ae9 2025-10-06 15:42:44.065995 | | WARNING | Config change detected for neutron_api, new hash: 8d6667417e18c0e0cbffae554d82a5d9 2025-10-06 15:42:44.066299 | | WARNING | Config change detected for neutron_dhcp, new hash: 8d6667417e18c0e0cbffae554d82a5d9 2025-10-06 15:42:44.066577 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 8d6667417e18c0e0cbffae554d82a5d9 2025-10-06 15:42:44.066843 | | WARNING | Config change detected for nova_api, new hash: 45ce330e27043032af04799976a7affd 2025-10-06 15:42:44.067136 | | WARNING | Config change detected for nova_api_cron, new hash: 45ce330e27043032af04799976a7affd 2025-10-06 15:42:44.067400 | | WARNING | Config change detected for nova_conductor, new hash: 45ce330e27043032af04799976a7affd 2025-10-06 15:42:44.067685 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 8108f316ac40cb3dd264e66da62bb8d0 2025-10-06 15:42:44.067903 | | WARNING | Config change detected for nova_metadata, new hash: 0049360fde8775bba5b43ff827965b98 2025-10-06 15:42:44.068214 | | WARNING | Config change detected for nova_migration_target, new hash: 8108f316ac40cb3dd264e66da62bb8d0 2025-10-06 15:42:44.068495 | | WARNING | Config change detected for nova_scheduler, new hash: 45ce330e27043032af04799976a7affd 2025-10-06 15:42:44.068746 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 45ce330e27043032af04799976a7affd 2025-10-06 15:42:44.069301 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 45ce330e27043032af04799976a7affd 2025-10-06 15:42:44.069586 | | WARNING | Config change detected for octavia_api, new hash: cecf33335335dff84b0eb5740156a735 2025-10-06 15:42:44.069917 | | WARNING | Config change detected for octavia_driver_agent, new hash: cecf33335335dff84b0eb5740156a735 2025-10-06 15:42:44.070201 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 8d6667417e18c0e0cbffae554d82a5d9 2025-10-06 15:42:44.070469 | | WARNING | Config change detected for placement_api, new hash: 00ffa08a2c0f2632a4b2aa4aaa40c69c 2025-10-06 15:42:44.070724 | | WARNING | Config change detected for placement_wait_for_service, new hash: 00ffa08a2c0f2632a4b2aa4aaa40c69c 2025-10-06 15:42:44.070997 | | WARNING | Config change detected for swift_account_reaper, new hash: 6b12384980a33e486d7530efc1730bb7 2025-10-06 15:42:44.071228 | | WARNING | Config change detected for swift_account_server, new hash: 6b12384980a33e486d7530efc1730bb7 2025-10-06 15:42:44.071503 | | WARNING | Config change detected for swift_container_server, new hash: 6b12384980a33e486d7530efc1730bb7 2025-10-06 15:42:44.071837 | | WARNING | Config change detected for swift_container_updater, new hash: 6b12384980a33e486d7530efc1730bb7 2025-10-06 15:42:44.072122 | | WARNING | Config change detected for swift_object_expirer, new hash: 6b12384980a33e486d7530efc1730bb7 2025-10-06 15:42:44.072342 | | WARNING | Config change detected for swift_object_server, new hash: 6b12384980a33e486d7530efc1730bb7 2025-10-06 15:42:44.072599 | | WARNING | Config change detected for swift_object_updater, new hash: 6b12384980a33e486d7530efc1730bb7 2025-10-06 15:42:44.072901 | | WARNING | Config change detected for swift_proxy, new hash: 6b12384980a33e486d7530efc1730bb7 2025-10-06 15:42:44.073174 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: a651992c72fad5fce3be22750c3888b3 2025-10-06 15:42:44.073416 | | WARNING | Config change detected for gnocchi_api, new hash: 035ef0d905af504493b8e400fef2625a 2025-10-06 15:42:44.073708 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 035ef0d905af504493b8e400fef2625a 2025-10-06 15:42:44.073953 | | WARNING | Config change detected for gnocchi_metricd, new hash: 035ef0d905af504493b8e400fef2625a 2025-10-06 15:42:44.074227 | | WARNING | Config change detected for gnocchi_statsd, new hash: 035ef0d905af504493b8e400fef2625a 2025-10-06 15:42:44.074515 | | WARNING | Config change detected for nova_compute, new hash: 71a69c989ab17bdcce0b3236aac025b6-8108f316ac40cb3dd264e66da62bb8d0 2025-10-06 15:42:44.074811 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 8108f316ac40cb3dd264e66da62bb8d0 2025-10-06 15:42:44.075060 | | WARNING | Config change detected for octavia_health_manager, new hash: cecf33335335dff84b0eb5740156a735 2025-10-06 15:42:44.075345 | | WARNING | Config change detected for octavia_housekeeping, new hash: cecf33335335dff84b0eb5740156a735 2025-10-06 15:42:44.075574 | | WARNING | Config change detected for octavia_rsyslog, new hash: cecf33335335dff84b0eb5740156a735 2025-10-06 15:42:44.075898 | | WARNING | Config change detected for octavia_worker, new hash: cecf33335335dff84b0eb5740156a735 2025-10-06 15:42:44.076135 | fa163e80-fa0c-5351-0bd7-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-06 15:42:44.076608 | fa163e80-fa0c-5351-0bd7-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:49.481647 | 0.32s 2025-10-06 15:42:44.098480 | fa163e80-fa0c-5351-0bd7-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 15:42:44.155252 | fa163e80-fa0c-5351-0bd7-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:49.560275 | 0.06s 2025-10-06 15:42:44.178690 | 2a73a48e-d782-4f69-9273-17f04133967e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 15:42:44.206790 | fa163e80-fa0c-5351-0bd7-000000002719 | TASK | Gather podman infos 2025-10-06 15:42:45.013395 | fa163e80-fa0c-5351-0bd7-000000002719 | OK | Gather podman infos | standalone 2025-10-06 15:42:45.014343 | fa163e80-fa0c-5351-0bd7-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:50.419383 | 0.81s 2025-10-06 15:42:45.053506 | fa163e80-fa0c-5351-0bd7-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 15:42:45.111661 | fa163e80-fa0c-5351-0bd7-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:50.516674 | 0.06s 2025-10-06 15:42:45.218858 | fa163e80-fa0c-5351-0bd7-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:50.623875 | 0.07s 2025-10-06 15:42:45.287066 | fa163e80-fa0c-5351-0bd7-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 15:42:45.340785 | fa163e80-fa0c-5351-0bd7-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:50.745803 | 0.05s 2025-10-06 15:42:45.358906 | 9a3a3277-50aa-43ac-9d0d-4c70f139011f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 15:42:45.398627 | fa163e80-fa0c-5351-0bd7-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 15:42:53.042176 | fa163e80-fa0c-5351-0bd7-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-06 15:42:53.043840 | fa163e80-fa0c-5351-0bd7-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:58.448869 | 7.64s 2025-10-06 15:42:53.077186 | fa163e80-fa0c-5351-0bd7-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 15:42:55.842053 | fa163e80-fa0c-5351-0bd7-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-06 15:42:55.843401 | fa163e80-fa0c-5351-0bd7-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:01.248434 | 2.76s 2025-10-06 15:42:55.926453 | fa163e80-fa0c-5351-0bd7-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-06 15:42:56.160461 | fa163e80-fa0c-5351-0bd7-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-06 15:42:56.161807 | fa163e80-fa0c-5351-0bd7-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:01.566836 | 0.23s 2025-10-06 15:42:56.211946 | fa163e80-fa0c-5351-0bd7-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-06 15:42:56.272829 | fa163e80-fa0c-5351-0bd7-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:01.677851 | 0.06s 2025-10-06 15:42:56.304821 | fa163e80-fa0c-5351-0bd7-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-06 15:42:56.349919 | fa163e80-fa0c-5351-0bd7-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:01.754942 | 0.04s 2025-10-06 15:42:56.378149 | 8c154618-5403-4680-8ae9-30326c1dc361 | INCLUDED | /root/standalone-ansible-c4pbb1vt/host-container-puppet-tasks.yaml | standalone 2025-10-06 15:42:56.418668 | fa163e80-fa0c-5351-0bd7-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-06 15:42:56.937267 | fa163e80-fa0c-5351-0bd7-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-06 15:42:56.938863 | fa163e80-fa0c-5351-0bd7-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:02.343887 | 0.52s 2025-10-06 15:42:56.970480 | fa163e80-fa0c-5351-0bd7-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-06 15:42:57.253147 | fa163e80-fa0c-5351-0bd7-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-06 15:42:57.254638 | fa163e80-fa0c-5351-0bd7-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:02.659667 | 0.28s 2025-10-06 15:42:57.288020 | fa163e80-fa0c-5351-0bd7-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-06 15:42:57.319316 | fa163e80-fa0c-5351-0bd7-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:02.724330 | 0.03s 2025-10-06 15:42:57.385226 | fa163e80-fa0c-5351-0bd7-0000000025c3 | TASK | Gather variables for each operating system 2025-10-06 15:42:57.504594 | fa163e80-fa0c-5351-0bd7-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:02.909610 | 0.12s 2025-10-06 15:42:57.541595 | fa163e80-fa0c-5351-0bd7-0000000025c4 | TASK | Create container logs path 2025-10-06 15:42:57.764099 | fa163e80-fa0c-5351-0bd7-0000000025c4 | OK | Create container logs path | standalone 2025-10-06 15:42:57.764884 | fa163e80-fa0c-5351-0bd7-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:03.169923 | 0.22s 2025-10-06 15:42:57.787805 | fa163e80-fa0c-5351-0bd7-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 15:42:58.038479 | fa163e80-fa0c-5351-0bd7-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 15:42:58.040901 | fa163e80-fa0c-5351-0bd7-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:03.445927 | 0.25s 2025-10-06 15:42:58.072371 | fa163e80-fa0c-5351-0bd7-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-06 15:42:58.108430 | fa163e80-fa0c-5351-0bd7-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-06 15:42:58.109358 | fa163e80-fa0c-5351-0bd7-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:03.514395 | 0.04s 2025-10-06 15:42:58.132246 | fa163e80-fa0c-5351-0bd7-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-06 15:42:58.158482 | fa163e80-fa0c-5351-0bd7-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 15:42:58.159286 | fa163e80-fa0c-5351-0bd7-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:03.564323 | 0.03s 2025-10-06 15:42:58.181240 | fa163e80-fa0c-5351-0bd7-0000000025cb | TASK | Update container configs with new config hashes 2025-10-06 15:42:58.220295 | fa163e80-fa0c-5351-0bd7-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 15:42:58.221101 | fa163e80-fa0c-5351-0bd7-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:03.626137 | 0.04s 2025-10-06 15:42:58.245783 | fa163e80-fa0c-5351-0bd7-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 15:42:58.296825 | fa163e80-fa0c-5351-0bd7-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 15:42:58.298152 | fa163e80-fa0c-5351-0bd7-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:03.703179 | 0.05s 2025-10-06 15:42:58.332017 | fa163e80-fa0c-5351-0bd7-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 15:42:58.374418 | fa163e80-fa0c-5351-0bd7-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 15:42:58.375622 | fa163e80-fa0c-5351-0bd7-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:03.780654 | 0.04s PLAY [External deployment step 2] ********************************************** 2025-10-06 15:42:58.522767 | fa163e80-fa0c-5351-0bd7-0000000000c6 | TASK | External deployment step 2 2025-10-06 15:42:58.552342 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000c6') missing from stats 2025-10-06 15:42:58.608985 | fa163e80-fa0c-5351-0bd7-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:04.014013 | 0.04s 2025-10-06 15:42:58.631244 | fb3cac4f-0679-4d13-8b44-aae263b0df0a | INCLUDED | /root/standalone-ansible-c4pbb1vt/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-06 15:42:58.650850 | fa163e80-fa0c-5351-0bd7-000000002852 | TASK | create cephadm working directory and related files 2025-10-06 15:42:58.700352 | fa163e80-fa0c-5351-0bd7-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:04.105365 | 0.05s 2025-10-06 15:42:58.757696 | fa163e80-fa0c-5351-0bd7-00000000287a | TASK | create cephadm workdir 2025-10-06 15:42:59.024052 | fa163e80-fa0c-5351-0bd7-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-c4pbb1vt/cephadm 2025-10-06 15:42:59.025421 | fa163e80-fa0c-5351-0bd7-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:04.430449 | 0.27s 2025-10-06 15:42:59.031237 | fa163e80-fa0c-5351-0bd7-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:04.436272 | 0.27s 2025-10-06 15:42:59.048213 | fa163e80-fa0c-5351-0bd7-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-06 15:42:59.321766 | fa163e80-fa0c-5351-0bd7-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-06 15:42:59.323190 | fa163e80-fa0c-5351-0bd7-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:04.728217 | 0.27s 2025-10-06 15:42:59.341757 | fa163e80-fa0c-5351-0bd7-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-06 15:42:59.403691 | fa163e80-fa0c-5351-0bd7-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-06 15:42:59.405287 | fa163e80-fa0c-5351-0bd7-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:04.810317 | 0.06s 2025-10-06 15:42:59.427171 | fa163e80-fa0c-5351-0bd7-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-06 15:42:59.485258 | fa163e80-fa0c-5351-0bd7-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-06 15:42:59.486391 | fa163e80-fa0c-5351-0bd7-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:04.891423 | 0.06s 2025-10-06 15:42:59.553680 | fa163e80-fa0c-5351-0bd7-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:04.958686 | 0.05s 2025-10-06 15:42:59.630482 | fa163e80-fa0c-5351-0bd7-000000002902 | TASK | set basic user fact 2025-10-06 15:42:59.808578 | fa163e80-fa0c-5351-0bd7-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-06 15:42:59.809478 | fa163e80-fa0c-5351-0bd7-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:05.214515 | 0.18s 2025-10-06 15:42:59.825000 | fa163e80-fa0c-5351-0bd7-000000002903 | TASK | set basic home fact 2025-10-06 15:42:59.905938 | fa163e80-fa0c-5351-0bd7-000000002903 | OK | set basic home fact | undercloud 2025-10-06 15:42:59.907282 | fa163e80-fa0c-5351-0bd7-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:05.312312 | 0.08s 2025-10-06 15:42:59.925984 | fa163e80-fa0c-5351-0bd7-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-06 15:43:00.013431 | fa163e80-fa0c-5351-0bd7-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-06 15:43:00.014865 | fa163e80-fa0c-5351-0bd7-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:05.419897 | 0.09s 2025-10-06 15:43:00.038323 | fa163e80-fa0c-5351-0bd7-000000002906 | TASK | get all ansible environment variables 2025-10-06 15:43:00.112778 | fa163e80-fa0c-5351-0bd7-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-06 15:43:00.114142 | fa163e80-fa0c-5351-0bd7-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:05.519165 | 0.07s 2025-10-06 15:43:00.132379 | fa163e80-fa0c-5351-0bd7-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-06 15:43:00.203227 | fa163e80-fa0c-5351-0bd7-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-06 15:43:00.204449 | fa163e80-fa0c-5351-0bd7-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:05.609478 | 0.07s 2025-10-06 15:43:00.223046 | fa163e80-fa0c-5351-0bd7-000000002909 | TASK | Set common fact 2025-10-06 15:43:00.276431 | fa163e80-fa0c-5351-0bd7-000000002909 | OK | Set common fact | undercloud 2025-10-06 15:43:00.277631 | fa163e80-fa0c-5351-0bd7-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:05.682662 | 0.05s 2025-10-06 15:43:00.295494 | fa163e80-fa0c-5351-0bd7-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-06 15:43:00.339038 | fa163e80-fa0c-5351-0bd7-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-06 15:43:00.340483 | fa163e80-fa0c-5351-0bd7-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:05.745512 | 0.04s 2025-10-06 15:43:00.375367 | fa163e80-fa0c-5351-0bd7-00000000290c | TASK | build filter list 2025-10-06 15:43:00.405144 | fa163e80-fa0c-5351-0bd7-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:05.810167 | 0.03s 2025-10-06 15:43:00.424764 | fa163e80-fa0c-5351-0bd7-00000000290d | TASK | add images pool 2025-10-06 15:43:00.500974 | fa163e80-fa0c-5351-0bd7-00000000290d | OK | add images pool | undercloud 2025-10-06 15:43:00.502226 | fa163e80-fa0c-5351-0bd7-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:05.907257 | 0.08s 2025-10-06 15:43:00.520663 | fa163e80-fa0c-5351-0bd7-00000000290e | TASK | add volumes pool 2025-10-06 15:43:00.593480 | fa163e80-fa0c-5351-0bd7-00000000290e | OK | add volumes pool | undercloud 2025-10-06 15:43:00.594731 | fa163e80-fa0c-5351-0bd7-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:05.999764 | 0.07s 2025-10-06 15:43:00.613771 | fa163e80-fa0c-5351-0bd7-00000000290f | TASK | add vms pool 2025-10-06 15:43:00.678194 | fa163e80-fa0c-5351-0bd7-00000000290f | OK | add vms pool | undercloud 2025-10-06 15:43:00.679615 | fa163e80-fa0c-5351-0bd7-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:06.084644 | 0.06s 2025-10-06 15:43:00.698038 | fa163e80-fa0c-5351-0bd7-000000002910 | TASK | add gnocchi pool 2025-10-06 15:43:00.760416 | fa163e80-fa0c-5351-0bd7-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-06 15:43:00.761758 | fa163e80-fa0c-5351-0bd7-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:06.166787 | 0.06s 2025-10-06 15:43:00.780105 | fa163e80-fa0c-5351-0bd7-000000002911 | TASK | add cinder backup pool 2025-10-06 15:43:00.833534 | fa163e80-fa0c-5351-0bd7-000000002911 | OK | add cinder backup pool | undercloud 2025-10-06 15:43:00.834708 | fa163e80-fa0c-5351-0bd7-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:06.239742 | 0.05s 2025-10-06 15:43:00.850754 | fa163e80-fa0c-5351-0bd7-000000002912 | TASK | add cinder extra pools 2025-10-06 15:43:00.879726 | fa163e80-fa0c-5351-0bd7-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:06.284748 | 0.03s 2025-10-06 15:43:00.896534 | fa163e80-fa0c-5351-0bd7-000000002913 | TASK | build resulting pool list 2025-10-06 15:43:01.045350 | fa163e80-fa0c-5351-0bd7-000000002913 | OK | build resulting pool list | undercloud 2025-10-06 15:43:01.046763 | fa163e80-fa0c-5351-0bd7-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:06.451759 | 0.15s 2025-10-06 15:43:01.065939 | fa163e80-fa0c-5351-0bd7-000000002915 | TASK | add manila data pool 2025-10-06 15:43:01.139221 | fa163e80-fa0c-5351-0bd7-000000002915 | OK | add manila data pool | undercloud 2025-10-06 15:43:01.140636 | fa163e80-fa0c-5351-0bd7-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:06.545665 | 0.07s 2025-10-06 15:43:01.159596 | fa163e80-fa0c-5351-0bd7-000000002916 | TASK | add manila metadata pool 2025-10-06 15:43:01.213837 | fa163e80-fa0c-5351-0bd7-000000002916 | OK | add manila metadata pool | undercloud 2025-10-06 15:43:01.215188 | fa163e80-fa0c-5351-0bd7-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:06.620217 | 0.05s 2025-10-06 15:43:01.292371 | fa163e80-fa0c-5351-0bd7-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:06.697387 | 0.04s 2025-10-06 15:43:01.428824 | fa163e80-fa0c-5351-0bd7-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-06 15:43:01.485369 | fa163e80-fa0c-5351-0bd7-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-06 15:43:01.486076 | fa163e80-fa0c-5351-0bd7-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:06.891117 | 0.06s 2025-10-06 15:43:01.500236 | fa163e80-fa0c-5351-0bd7-000000002aaa | TASK | build openstack client profiles per pool 2025-10-06 15:43:01.583535 | fa163e80-fa0c-5351-0bd7-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-06 15:43:01.585096 | fa163e80-fa0c-5351-0bd7-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:06.990121 | 0.08s 2025-10-06 15:43:01.614060 | fa163e80-fa0c-5351-0bd7-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-06 15:43:01.614806 | fa163e80-fa0c-5351-0bd7-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:07.019842 | 0.11s 2025-10-06 15:43:01.642375 | fa163e80-fa0c-5351-0bd7-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-06 15:43:01.643782 | fa163e80-fa0c-5351-0bd7-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:07.048818 | 0.14s 2025-10-06 15:43:01.661935 | fa163e80-fa0c-5351-0bd7-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-06 15:43:01.662641 | fa163e80-fa0c-5351-0bd7-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:07.067678 | 0.16s 2025-10-06 15:43:01.668632 | fa163e80-fa0c-5351-0bd7-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:07.073661 | 0.17s 2025-10-06 15:43:01.687354 | fa163e80-fa0c-5351-0bd7-000000002aab | TASK | set openstack client caps 2025-10-06 15:43:01.752327 | fa163e80-fa0c-5351-0bd7-000000002aab | OK | set openstack client caps | undercloud 2025-10-06 15:43:01.753685 | fa163e80-fa0c-5351-0bd7-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:07.158673 | 0.06s 2025-10-06 15:43:01.771913 | fa163e80-fa0c-5351-0bd7-000000002aac | TASK | set openstack client osd(s) caps 2025-10-06 15:43:01.845486 | fa163e80-fa0c-5351-0bd7-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-06 15:43:01.846810 | fa163e80-fa0c-5351-0bd7-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:07.251841 | 0.07s 2025-10-06 15:43:01.865068 | fa163e80-fa0c-5351-0bd7-000000002aad | TASK | Combine caps 2025-10-06 15:43:01.921129 | fa163e80-fa0c-5351-0bd7-000000002aad | OK | Combine caps | undercloud 2025-10-06 15:43:01.922528 | fa163e80-fa0c-5351-0bd7-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:07.327558 | 0.06s 2025-10-06 15:43:01.941689 | fa163e80-fa0c-5351-0bd7-000000002aae | TASK | set openstack client key 2025-10-06 15:43:01.993063 | fa163e80-fa0c-5351-0bd7-000000002aae | OK | set openstack client key | undercloud 2025-10-06 15:43:01.994349 | fa163e80-fa0c-5351-0bd7-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:07.399380 | 0.05s 2025-10-06 15:43:02.012799 | fa163e80-fa0c-5351-0bd7-000000002ab0 | TASK | build manila key for openstack 2025-10-06 15:43:02.068287 | fa163e80-fa0c-5351-0bd7-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-06 15:43:02.069534 | fa163e80-fa0c-5351-0bd7-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:07.474564 | 0.06s 2025-10-06 15:43:02.087873 | fa163e80-fa0c-5351-0bd7-000000002ab1 | TASK | build radosgw key for openstack 2025-10-06 15:43:02.129474 | fa163e80-fa0c-5351-0bd7-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-06 15:43:02.130746 | fa163e80-fa0c-5351-0bd7-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:07.535775 | 0.04s 2025-10-06 15:43:02.148696 | fa163e80-fa0c-5351-0bd7-000000002ab2 | TASK | build the resulting keys 2025-10-06 15:43:02.299427 | fa163e80-fa0c-5351-0bd7-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-06 15:43:02.300840 | fa163e80-fa0c-5351-0bd7-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:07.705871 | 0.15s 2025-10-06 15:43:02.395320 | fa163e80-fa0c-5351-0bd7-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:07.800339 | 0.05s 2025-10-06 15:43:02.554707 | fa163e80-fa0c-5351-0bd7-000000002dcd | TASK | build ceph orphan set 2025-10-06 15:43:02.633357 | fa163e80-fa0c-5351-0bd7-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-06 15:43:02.634176 | fa163e80-fa0c-5351-0bd7-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:08.039213 | 0.08s 2025-10-06 15:43:02.649457 | fa163e80-fa0c-5351-0bd7-000000002dce | TASK | clean ceph_config_overrides list 2025-10-06 15:43:02.691900 | fa163e80-fa0c-5351-0bd7-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:08.096923 | 0.04s 2025-10-06 15:43:02.710472 | fa163e80-fa0c-5351-0bd7-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-06 15:43:02.772613 | fa163e80-fa0c-5351-0bd7-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-06 15:43:02.773931 | fa163e80-fa0c-5351-0bd7-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:08.178958 | 0.06s 2025-10-06 15:43:02.792853 | fa163e80-fa0c-5351-0bd7-000000002dd0 | TASK | build ceph config overrides 2025-10-06 15:43:02.910566 | fa163e80-fa0c-5351-0bd7-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-06 15:43:02.911903 | fa163e80-fa0c-5351-0bd7-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:08.316933 | 0.12s 2025-10-06 15:43:02.947378 | fa163e80-fa0c-5351-0bd7-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-06 15:43:03.674921 | fa163e80-fa0c-5351-0bd7-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-06 15:43:03.676351 | fa163e80-fa0c-5351-0bd7-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:09.081383 | 0.73s 2025-10-06 15:43:03.694342 | fa163e80-fa0c-5351-0bd7-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-06 15:43:03.808622 | fa163e80-fa0c-5351-0bd7-000000002883 | OK | Set bootstrap host | undercloud 2025-10-06 15:43:03.809386 | fa163e80-fa0c-5351-0bd7-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:09.214423 | 0.11s 2025-10-06 15:43:03.827571 | fa163e80-fa0c-5351-0bd7-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-06 15:43:03.980861 | fa163e80-fa0c-5351-0bd7-000000002884 | OK | Set first monitor IP | undercloud 2025-10-06 15:43:03.981459 | fa163e80-fa0c-5351-0bd7-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:09.386500 | 0.15s 2025-10-06 15:43:03.995277 | fa163e80-fa0c-5351-0bd7-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-06 15:43:04.063861 | fa163e80-fa0c-5351-0bd7-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-06 15:43:04.064464 | fa163e80-fa0c-5351-0bd7-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:09.469504 | 0.07s 2025-10-06 15:43:04.078388 | fa163e80-fa0c-5351-0bd7-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-06 15:43:04.660145 | fa163e80-fa0c-5351-0bd7-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-06 15:43:04.660997 | fa163e80-fa0c-5351-0bd7-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:10.066038 | 0.58s 2025-10-06 15:43:04.695248 | fa163e80-fa0c-5351-0bd7-000000002853 | TASK | Prepare cephadm user and keys 2025-10-06 15:43:05.197883 | fa163e80-fa0c-5351-0bd7-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-06 15:43:05.199252 | fa163e80-fa0c-5351-0bd7-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:10.604279 | 0.50s 2025-10-06 15:43:05.217031 | fa163e80-fa0c-5351-0bd7-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-06 15:43:05.337967 | fa163e80-fa0c-5351-0bd7-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:10.742983 | 0.12s 2025-10-06 15:43:05.422018 | fa163e80-fa0c-5351-0bd7-000000003049 | TASK | set cephadm playbook 2025-10-06 15:43:05.483885 | fa163e80-fa0c-5351-0bd7-000000003049 | OK | set cephadm playbook | undercloud 2025-10-06 15:43:05.485264 | fa163e80-fa0c-5351-0bd7-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:10.890293 | 0.06s 2025-10-06 15:43:05.504546 | fa163e80-fa0c-5351-0bd7-00000000304a | TASK | Setup the log path 2025-10-06 15:43:05.570058 | fa163e80-fa0c-5351-0bd7-00000000304a | OK | Setup the log path | undercloud 2025-10-06 15:43:05.571415 | fa163e80-fa0c-5351-0bd7-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:10.976439 | 0.07s 2025-10-06 15:43:05.589801 | fa163e80-fa0c-5351-0bd7-00000000304b | TASK | Setup the cephadm playbook command 2025-10-06 15:43:05.655734 | fa163e80-fa0c-5351-0bd7-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-06 15:43:05.657095 | fa163e80-fa0c-5351-0bd7-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:11.062126 | 0.07s 2025-10-06 15:43:05.675335 | fa163e80-fa0c-5351-0bd7-00000000304c | TASK | rotate cephadm_command.log 2025-10-06 15:43:05.933924 | fa163e80-fa0c-5351-0bd7-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-06 15:43:05.934728 | fa163e80-fa0c-5351-0bd7-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:11.339767 | 0.26s 2025-10-06 15:43:05.949351 | fa163e80-fa0c-5351-0bd7-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-06 15:43:06.440481 | fa163e80-fa0c-5351-0bd7-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-06 15:43:06.441957 | fa163e80-fa0c-5351-0bd7-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:11.846987 | 0.49s 2025-10-06 15:43:06.460015 | fa163e80-fa0c-5351-0bd7-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-06 15:43:06.543449 | fa163e80-fa0c-5351-0bd7-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-c4pbb1vt/cephadm/cephadm_command.log)" } 2025-10-06 15:43:06.544824 | fa163e80-fa0c-5351-0bd7-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:11.949855 | 0.08s 2025-10-06 15:43:06.562808 | fa163e80-fa0c-5351-0bd7-00000000304f | TASK | run cephadm playbook 2025-10-06 15:44:05.941684 | fa163e80-fa0c-5351-0bd7-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-06 15:44:05.943247 | fa163e80-fa0c-5351-0bd7-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:11.348287 | 59.38s 2025-10-06 15:44:05.959549 | fa163e80-fa0c-5351-0bd7-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-06 15:44:06.027965 | fa163e80-fa0c-5351-0bd7-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-06 15:44:06.029296 | fa163e80-fa0c-5351-0bd7-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:11.434324 | 0.07s 2025-10-06 15:44:06.047312 | fa163e80-fa0c-5351-0bd7-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-06 15:44:06.101576 | fa163e80-fa0c-5351-0bd7-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-06 15:44:06.102905 | fa163e80-fa0c-5351-0bd7-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:11.507933 | 0.05s 2025-10-06 15:44:06.137594 | fa163e80-fa0c-5351-0bd7-000000002856 | TASK | Check if the input variable file exists 2025-10-06 15:44:06.405462 | fa163e80-fa0c-5351-0bd7-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-06 15:44:06.406890 | fa163e80-fa0c-5351-0bd7-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:11.811920 | 0.27s 2025-10-06 15:44:06.424776 | fa163e80-fa0c-5351-0bd7-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-06 15:44:06.473701 | fa163e80-fa0c-5351-0bd7-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-06 15:44:06.475026 | fa163e80-fa0c-5351-0bd7-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:11.880055 | 0.05s 2025-10-06 15:44:06.493889 | fa163e80-fa0c-5351-0bd7-000000002858 | TASK | configure ceph clients 2025-10-06 15:44:06.544033 | fa163e80-fa0c-5351-0bd7-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:11.949052 | 0.05s 2025-10-06 15:44:06.608402 | fa163e80-fa0c-5351-0bd7-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-06 15:44:06.680542 | fa163e80-fa0c-5351-0bd7-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-06 15:44:06.682173 | fa163e80-fa0c-5351-0bd7-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:12.087201 | 0.07s 2025-10-06 15:44:06.704376 | fa163e80-fa0c-5351-0bd7-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-06 15:44:06.760505 | fa163e80-fa0c-5351-0bd7-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:12.165517 | 0.05s 2025-10-06 15:44:06.778040 | 176037c3-e52c-4396-a44a-1271e1b6807b | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-06 15:44:06.811975 | fa163e80-fa0c-5351-0bd7-000000003157 | TASK | Clean any old fetch directory path 2025-10-06 15:44:07.081493 | fa163e80-fa0c-5351-0bd7-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-06 15:44:07.083357 | fa163e80-fa0c-5351-0bd7-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:12.488382 | 0.27s 2025-10-06 15:44:07.102809 | fa163e80-fa0c-5351-0bd7-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-06 15:44:07.375065 | fa163e80-fa0c-5351-0bd7-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-06 15:44:07.376876 | fa163e80-fa0c-5351-0bd7-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:12.781903 | 0.27s 2025-10-06 15:44:07.396023 | fa163e80-fa0c-5351-0bd7-000000003115 | TASK | Check if the input variables exist 2025-10-06 15:44:07.677243 | fa163e80-fa0c-5351-0bd7-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-06 15:44:07.679169 | fa163e80-fa0c-5351-0bd7-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:13.084192 | 0.28s 2025-10-06 15:44:07.699169 | fa163e80-fa0c-5351-0bd7-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-06 15:44:07.763456 | fa163e80-fa0c-5351-0bd7-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-06 15:44:07.765271 | fa163e80-fa0c-5351-0bd7-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:13.170299 | 0.06s 2025-10-06 15:44:07.784324 | fa163e80-fa0c-5351-0bd7-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-06 15:44:07.858839 | fa163e80-fa0c-5351-0bd7-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-06 15:44:07.860397 | fa163e80-fa0c-5351-0bd7-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:13.265424 | 0.07s 2025-10-06 15:44:07.879729 | fa163e80-fa0c-5351-0bd7-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-06 15:44:07.965633 | fa163e80-fa0c-5351-0bd7-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-06 15:44:07.967218 | fa163e80-fa0c-5351-0bd7-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:13.372247 | 0.09s 2025-10-06 15:44:07.985940 | fa163e80-fa0c-5351-0bd7-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-06 15:44:08.060271 | fa163e80-fa0c-5351-0bd7-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:13.465287 | 0.07s 2025-10-06 15:44:08.071896 | 56c72a04-af27-490f-9a31-e37db6923722 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-06 15:44:08.102094 | fa163e80-fa0c-5351-0bd7-0000000031ab | TASK | create cephx key(s) 2025-10-06 15:44:08.668433 | fa163e80-fa0c-5351-0bd7-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQDU3uNoAAAAABAABlN4mJnH/VHU989ZsVF/kg==', '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-06 15:44:08.670730 | fa163e80-fa0c-5351-0bd7-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:14.075753 | 0.57s 2025-10-06 15:44:09.161321 | fa163e80-fa0c-5351-0bd7-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQDU3uNoAAAAABAAv1f6nUpWtMN4Ei2k5vVlwg==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-06 15:44:09.162536 | fa163e80-fa0c-5351-0bd7-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:14.567568 | 1.06s 2025-10-06 15:44:09.170005 | fa163e80-fa0c-5351-0bd7-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:14.575019 | 1.07s 2025-10-06 15:44:09.190957 | fa163e80-fa0c-5351-0bd7-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-06 15:44:09.244447 | fa163e80-fa0c-5351-0bd7-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:14.649455 | 0.05s 2025-10-06 15:44:09.257375 | e2439ca8-e42c-4cf4-b32a-a567d4ba0f5e | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-06 15:44:09.303262 | fa163e80-fa0c-5351-0bd7-00000000320f | TASK | create ceph.conf 2025-10-06 15:44:09.955059 | fa163e80-fa0c-5351-0bd7-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-06 15:44:09.956868 | fa163e80-fa0c-5351-0bd7-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:15.361895 | 0.65s 2025-10-06 15:44:09.975989 | fa163e80-fa0c-5351-0bd7-00000000311b | TASK | Configure Ceph Clients 2025-10-06 15:44:10.029284 | fa163e80-fa0c-5351-0bd7-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:15.434289 | 0.05s 2025-10-06 15:44:10.049870 | be866016-1ad5-49ce-a345-3d59586210c8 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-06 15:44:10.089839 | fa163e80-fa0c-5351-0bd7-00000000327e | TASK | set effective ceph_clients without limit 2025-10-06 15:44:10.218186 | fa163e80-fa0c-5351-0bd7-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-06 15:44:10.220002 | fa163e80-fa0c-5351-0bd7-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:15.625025 | 0.13s 2025-10-06 15:44:10.239728 | fa163e80-fa0c-5351-0bd7-00000000327f | TASK | set effective ceph_clients with limit 2025-10-06 15:44:10.326562 | fa163e80-fa0c-5351-0bd7-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-06 15:44:10.329372 | fa163e80-fa0c-5351-0bd7-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:15.734393 | 0.09s 2025-10-06 15:44:10.349380 | fa163e80-fa0c-5351-0bd7-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-06 15:44:10.469303 | fa163e80-fa0c-5351-0bd7-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-06 15:44:10.470992 | fa163e80-fa0c-5351-0bd7-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:15.876019 | 0.12s 2025-10-06 15:44:10.515468 | fa163e80-fa0c-5351-0bd7-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-06 15:44:10.790974 | fa163e80-fa0c-5351-0bd7-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-c4pbb1vt/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e80-fa0c-5351-0bd7-000000003281') missing from stats 2025-10-06 15:44:11.075943 | fa163e80-fa0c-5351-0bd7-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-c4pbb1vt/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-06 15:44:11.325129 | fa163e80-fa0c-5351-0bd7-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-c4pbb1vt/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-06 15:44:11.333008 | fa163e80-fa0c-5351-0bd7-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:16.738026 | 0.82s 2025-10-06 15:44:11.374334 | fa163e80-fa0c-5351-0bd7-000000003282 | TASK | push files to the other nodes of cluster 2025-10-06 15:44:11.898419 | fa163e80-fa0c-5351-0bd7-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-c4pbb1vt/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e80-fa0c-5351-0bd7-000000003282') missing from stats 2025-10-06 15:44:12.365136 | fa163e80-fa0c-5351-0bd7-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-c4pbb1vt/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-06 15:44:12.898186 | fa163e80-fa0c-5351-0bd7-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-c4pbb1vt/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-06 15:44:12.904343 | fa163e80-fa0c-5351-0bd7-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:18.309364 | 1.53s 2025-10-06 15:44:12.925509 | fa163e80-fa0c-5351-0bd7-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-06 15:44:12.980004 | fa163e80-fa0c-5351-0bd7-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:18.385024 | 0.05s 2025-10-06 15:44:12.991803 | 31ee19e7-8d0e-478f-a4c2-c878bfa54a24 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-06 15:44:13.042806 | fa163e80-fa0c-5351-0bd7-000000003316 | TASK | Clean any old fetch directory path 2025-10-06 15:44:13.308401 | fa163e80-fa0c-5351-0bd7-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-06 15:44:13.309575 | fa163e80-fa0c-5351-0bd7-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:18.714609 | 0.27s 2025-10-06 15:44:13.325589 | fa163e80-fa0c-5351-0bd7-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-06 15:44:13.376729 | fa163e80-fa0c-5351-0bd7-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-06 15:44:13.378035 | fa163e80-fa0c-5351-0bd7-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:18.783065 | 0.05s 2025-10-06 15:44:13.412202 | fa163e80-fa0c-5351-0bd7-000000002859 | TASK | tripleo client role 2025-10-06 15:44:13.439447 | fa163e80-fa0c-5351-0bd7-000000002859 | TIMING | tripleo client role | undercloud | 0:13:18.844477 | 0.03s 2025-10-06 15:44:13.453507 | fa163e80-fa0c-5351-0bd7-00000000285a | TASK | Load variables for standalone ganesha 2025-10-06 15:44:13.534761 | fa163e80-fa0c-5351-0bd7-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-06 15:44:13.535853 | fa163e80-fa0c-5351-0bd7-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:18.940887 | 0.08s 2025-10-06 15:44:13.552025 | fa163e80-fa0c-5351-0bd7-00000000285b | TASK | Config Standalone Ganesha 2025-10-06 15:44:13.604019 | fa163e80-fa0c-5351-0bd7-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-06 15:44:13.606152 | fa163e80-fa0c-5351-0bd7-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:19.011184 | 0.05s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-06 15:44:13.750294 | fa163e80-fa0c-5351-0bd7-0000000000ca | TASK | Deploy step tasks for 2 2025-10-06 15:44:13.779874 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000ca') missing from stats 2025-10-06 15:44:13.803163 | fa163e80-fa0c-5351-0bd7-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-06 15:44:14.419441 | fa163e80-fa0c-5351-0bd7-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-06 15:44:14.420880 | fa163e80-fa0c-5351-0bd7-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:19.825910 | 0.62s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 15:44:14.494502 | fa163e80-fa0c-5351-0bd7-0000000000cc | TIMING | include_tasks | standalone | 0:13:19.899522 | 0.04s 2025-10-06 15:44:14.581258 | 72498caa-a22e-4407-94ad-3d7c4c2906cc | INCLUDED | /root/standalone-ansible-c4pbb1vt/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-06 15:44:14.617714 | fa163e80-fa0c-5351-0bd7-0000000033dd | TASK | Push script 2025-10-06 15:44:15.185887 | fa163e80-fa0c-5351-0bd7-0000000033dd | CHANGED | Push script | standalone 2025-10-06 15:44:15.187204 | fa163e80-fa0c-5351-0bd7-0000000033dd | TIMING | Push script | standalone | 0:13:20.592235 | 0.57s 2025-10-06 15:44:15.216023 | fa163e80-fa0c-5351-0bd7-0000000033de | TASK | Insert cronjob in root crontab 2025-10-06 15:44:15.656242 | fa163e80-fa0c-5351-0bd7-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-06 15:44:15.657571 | fa163e80-fa0c-5351-0bd7-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:21.062602 | 0.44s 2025-10-06 15:44:15.687313 | fa163e80-fa0c-5351-0bd7-0000000033e5 | TASK | Gather variables for each operating system 2025-10-06 15:44:15.796543 | fa163e80-fa0c-5351-0bd7-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:21.201561 | 0.11s 2025-10-06 15:44:15.827125 | fa163e80-fa0c-5351-0bd7-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-06 15:44:16.594974 | fa163e80-fa0c-5351-0bd7-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 15:44:16.596308 | fa163e80-fa0c-5351-0bd7-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:22.001338 | 0.77s 2025-10-06 15:44:16.627634 | fa163e80-fa0c-5351-0bd7-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-06 15:46:02.128488 | fa163e80-fa0c-5351-0bd7-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-06 15:46:02.130229 | fa163e80-fa0c-5351-0bd7-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:07.535258 | 105.50s 2025-10-06 15:46:02.163029 | fa163e80-fa0c-5351-0bd7-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-06 15:46:02.409291 | fa163e80-fa0c-5351-0bd7-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-06 15:46:02.410883 | fa163e80-fa0c-5351-0bd7-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:07.815911 | 0.25s 2025-10-06 15:46:02.441392 | fa163e80-fa0c-5351-0bd7-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 15:46:03.080613 | fa163e80-fa0c-5351-0bd7-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 15:46:03.081999 | fa163e80-fa0c-5351-0bd7-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:08.487030 | 0.64s 2025-10-06 15:46:03.114097 | fa163e80-fa0c-5351-0bd7-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-06 15:46:03.365328 | fa163e80-fa0c-5351-0bd7-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-06 15:46:03.366566 | fa163e80-fa0c-5351-0bd7-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:08.771597 | 0.25s 2025-10-06 15:46:03.397754 | fa163e80-fa0c-5351-0bd7-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-06 15:46:03.439293 | fa163e80-fa0c-5351-0bd7-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-06 15:46:03.440471 | fa163e80-fa0c-5351-0bd7-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:08.845500 | 0.04s 2025-10-06 15:46:03.472786 | fa163e80-fa0c-5351-0bd7-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-06 15:46:03.513597 | fa163e80-fa0c-5351-0bd7-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-06 15:46:03.514887 | fa163e80-fa0c-5351-0bd7-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:08.919917 | 0.04s 2025-10-06 15:46:03.548837 | fa163e80-fa0c-5351-0bd7-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-06 15:46:03.610905 | fa163e80-fa0c-5351-0bd7-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-06 15:46:03.612211 | fa163e80-fa0c-5351-0bd7-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:09.017240 | 0.06s 2025-10-06 15:46:03.648064 | fa163e80-fa0c-5351-0bd7-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 15:46:03.703385 | fa163e80-fa0c-5351-0bd7-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 15:46:03.704559 | fa163e80-fa0c-5351-0bd7-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:09.109588 | 0.05s 2025-10-06 15:46:03.735926 | fa163e80-fa0c-5351-0bd7-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-06 15:46:03.790615 | fa163e80-fa0c-5351-0bd7-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-06 15:46:03.791904 | fa163e80-fa0c-5351-0bd7-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:09.196933 | 0.05s 2025-10-06 15:46:03.849752 | fa163e80-fa0c-5351-0bd7-000000003411 | TASK | Gather variables for each operating system 2025-10-06 15:46:03.966400 | fa163e80-fa0c-5351-0bd7-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:09.371419 | 0.11s 2025-10-06 15:46:03.997298 | fa163e80-fa0c-5351-0bd7-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-06 15:46:04.720874 | fa163e80-fa0c-5351-0bd7-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 15:46:04.721901 | fa163e80-fa0c-5351-0bd7-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:10.126939 | 0.72s 2025-10-06 15:46:04.746001 | fa163e80-fa0c-5351-0bd7-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-06 15:46:32.322133 | fa163e80-fa0c-5351-0bd7-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-06 15:46:32.323883 | fa163e80-fa0c-5351-0bd7-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:37.728912 | 27.58s 2025-10-06 15:46:32.358567 | fa163e80-fa0c-5351-0bd7-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-06 15:46:32.614182 | fa163e80-fa0c-5351-0bd7-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-06 15:46:32.615295 | fa163e80-fa0c-5351-0bd7-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:38.020331 | 0.25s 2025-10-06 15:46:32.635754 | fa163e80-fa0c-5351-0bd7-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 15:46:33.038916 | fa163e80-fa0c-5351-0bd7-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 15:46:33.040282 | fa163e80-fa0c-5351-0bd7-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:38.445309 | 0.40s 2025-10-06 15:46:33.075321 | fa163e80-fa0c-5351-0bd7-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-06 15:46:33.312442 | fa163e80-fa0c-5351-0bd7-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-06 15:46:33.315126 | fa163e80-fa0c-5351-0bd7-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:38.720148 | 0.24s 2025-10-06 15:46:33.351144 | fa163e80-fa0c-5351-0bd7-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-06 15:46:33.416170 | fa163e80-fa0c-5351-0bd7-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-06 15:46:33.417717 | fa163e80-fa0c-5351-0bd7-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:38.822745 | 0.06s 2025-10-06 15:46:33.450252 | fa163e80-fa0c-5351-0bd7-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-06 15:46:33.512253 | fa163e80-fa0c-5351-0bd7-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-06 15:46:33.514300 | fa163e80-fa0c-5351-0bd7-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:38.919327 | 0.06s 2025-10-06 15:46:33.556408 | fa163e80-fa0c-5351-0bd7-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-06 15:46:33.617913 | fa163e80-fa0c-5351-0bd7-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-06 15:46:33.619303 | fa163e80-fa0c-5351-0bd7-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:39.024334 | 0.06s 2025-10-06 15:46:33.645403 | fa163e80-fa0c-5351-0bd7-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 15:46:33.695420 | fa163e80-fa0c-5351-0bd7-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 15:46:33.696900 | fa163e80-fa0c-5351-0bd7-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:39.101924 | 0.05s 2025-10-06 15:46:33.729395 | fa163e80-fa0c-5351-0bd7-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-06 15:46:33.793974 | fa163e80-fa0c-5351-0bd7-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-06 15:46:33.795192 | fa163e80-fa0c-5351-0bd7-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:39.200223 | 0.06s 2025-10-06 15:46:33.851810 | fa163e80-fa0c-5351-0bd7-00000000343d | TASK | Gather variables for each operating system 2025-10-06 15:46:33.967518 | fa163e80-fa0c-5351-0bd7-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:39.372539 | 0.11s 2025-10-06 15:46:33.998431 | fa163e80-fa0c-5351-0bd7-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-06 15:46:34.755047 | fa163e80-fa0c-5351-0bd7-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 15:46:34.756628 | fa163e80-fa0c-5351-0bd7-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:40.161658 | 0.76s 2025-10-06 15:46:34.790184 | fa163e80-fa0c-5351-0bd7-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-06 15:47:00.535405 | fa163e80-fa0c-5351-0bd7-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-06 15:47:00.536779 | fa163e80-fa0c-5351-0bd7-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:05.941818 | 25.74s 2025-10-06 15:47:00.560137 | fa163e80-fa0c-5351-0bd7-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-06 15:47:00.783408 | fa163e80-fa0c-5351-0bd7-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-06 15:47:00.784895 | fa163e80-fa0c-5351-0bd7-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:06.189922 | 0.22s 2025-10-06 15:47:00.815468 | fa163e80-fa0c-5351-0bd7-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 15:47:01.252727 | fa163e80-fa0c-5351-0bd7-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 15:47:01.254139 | fa163e80-fa0c-5351-0bd7-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:06.659168 | 0.44s 2025-10-06 15:47:01.289965 | fa163e80-fa0c-5351-0bd7-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-06 15:47:01.563009 | fa163e80-fa0c-5351-0bd7-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-06 15:47:01.564370 | fa163e80-fa0c-5351-0bd7-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:06.969399 | 0.27s 2025-10-06 15:47:01.597889 | fa163e80-fa0c-5351-0bd7-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-06 15:47:01.634841 | fa163e80-fa0c-5351-0bd7-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-06 15:47:01.636397 | fa163e80-fa0c-5351-0bd7-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:07.041418 | 0.04s 2025-10-06 15:47:01.671427 | fa163e80-fa0c-5351-0bd7-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-06 15:47:01.721031 | fa163e80-fa0c-5351-0bd7-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-06 15:47:01.722366 | fa163e80-fa0c-5351-0bd7-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:07.127398 | 0.05s 2025-10-06 15:47:01.746760 | fa163e80-fa0c-5351-0bd7-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-06 15:47:01.795400 | fa163e80-fa0c-5351-0bd7-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-06 15:47:01.796760 | fa163e80-fa0c-5351-0bd7-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:07.201788 | 0.05s 2025-10-06 15:47:01.829559 | fa163e80-fa0c-5351-0bd7-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 15:47:01.879526 | fa163e80-fa0c-5351-0bd7-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 15:47:01.880669 | fa163e80-fa0c-5351-0bd7-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:07.285691 | 0.05s 2025-10-06 15:47:01.901917 | fa163e80-fa0c-5351-0bd7-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-06 15:47:01.952595 | fa163e80-fa0c-5351-0bd7-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-06 15:47:01.953856 | fa163e80-fa0c-5351-0bd7-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:07.358884 | 0.05s 2025-10-06 15:47:02.012231 | fa163e80-fa0c-5351-0bd7-000000003469 | TASK | Gather variables for each operating system 2025-10-06 15:47:02.125940 | fa163e80-fa0c-5351-0bd7-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:07.530968 | 0.11s 2025-10-06 15:47:02.146322 | fa163e80-fa0c-5351-0bd7-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-06 15:47:02.946420 | fa163e80-fa0c-5351-0bd7-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 15:47:02.948036 | fa163e80-fa0c-5351-0bd7-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:08.353058 | 0.80s 2025-10-06 15:47:02.982124 | fa163e80-fa0c-5351-0bd7-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-06 15:47:28.569096 | fa163e80-fa0c-5351-0bd7-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-06 15:47:28.570404 | fa163e80-fa0c-5351-0bd7-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:33.975444 | 25.59s 2025-10-06 15:47:28.591973 | fa163e80-fa0c-5351-0bd7-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-06 15:47:28.853469 | fa163e80-fa0c-5351-0bd7-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-06 15:47:28.854885 | fa163e80-fa0c-5351-0bd7-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:34.259916 | 0.26s 2025-10-06 15:47:28.886152 | fa163e80-fa0c-5351-0bd7-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 15:47:29.289640 | fa163e80-fa0c-5351-0bd7-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 15:47:29.290615 | fa163e80-fa0c-5351-0bd7-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:34.695651 | 0.40s 2025-10-06 15:47:29.313008 | fa163e80-fa0c-5351-0bd7-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-06 15:47:29.544209 | fa163e80-fa0c-5351-0bd7-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-06 15:47:29.545924 | fa163e80-fa0c-5351-0bd7-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:34.950955 | 0.23s 2025-10-06 15:47:29.582047 | fa163e80-fa0c-5351-0bd7-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-06 15:47:29.633808 | fa163e80-fa0c-5351-0bd7-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-06 15:47:29.635123 | fa163e80-fa0c-5351-0bd7-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:35.040150 | 0.05s 2025-10-06 15:47:29.667597 | fa163e80-fa0c-5351-0bd7-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-06 15:47:29.729938 | fa163e80-fa0c-5351-0bd7-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-06 15:47:29.731255 | fa163e80-fa0c-5351-0bd7-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:35.136285 | 0.06s 2025-10-06 15:47:29.764397 | fa163e80-fa0c-5351-0bd7-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-06 15:47:29.806447 | fa163e80-fa0c-5351-0bd7-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-06 15:47:29.807417 | fa163e80-fa0c-5351-0bd7-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:35.212453 | 0.04s 2025-10-06 15:47:29.832251 | fa163e80-fa0c-5351-0bd7-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 15:47:29.885469 | fa163e80-fa0c-5351-0bd7-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 15:47:29.886909 | fa163e80-fa0c-5351-0bd7-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:35.291937 | 0.05s 2025-10-06 15:47:29.919490 | fa163e80-fa0c-5351-0bd7-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-06 15:47:29.976967 | fa163e80-fa0c-5351-0bd7-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-06 15:47:29.978422 | fa163e80-fa0c-5351-0bd7-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:35.383451 | 0.06s 2025-10-06 15:47:30.035742 | fa163e80-fa0c-5351-0bd7-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-06 15:47:30.268540 | fa163e80-fa0c-5351-0bd7-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-06 15:47:30.269555 | fa163e80-fa0c-5351-0bd7-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:35.674591 | 0.23s 2025-10-06 15:47:30.377310 | fa163e80-fa0c-5351-0bd7-0000000000cf | TIMING | include_tasks | standalone | 0:16:35.782328 | 0.08s 2025-10-06 15:47:30.404864 | cda08557-9b3f-4662-9fdb-4cf627d07bdc | INCLUDED | /root/standalone-ansible-c4pbb1vt/common_deploy_steps_tasks.yaml | standalone 2025-10-06 15:47:30.430733 | fa163e80-fa0c-5351-0bd7-000000003509 | TASK | Write the config_step hieradata 2025-10-06 15:47:30.957630 | fa163e80-fa0c-5351-0bd7-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-06 15:47:30.959182 | fa163e80-fa0c-5351-0bd7-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:36.364212 | 0.53s 2025-10-06 15:47:30.990717 | fa163e80-fa0c-5351-0bd7-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-06 15:47:31.332764 | fa163e80-fa0c-5351-0bd7-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-06 15:47:31.334010 | fa163e80-fa0c-5351-0bd7-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:36.739039 | 0.34s 2025-10-06 15:47:31.364133 | fa163e80-fa0c-5351-0bd7-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-06 15:47:31.588594 | fa163e80-fa0c-5351-0bd7-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 15:47:41.841550 | fa163e80-fa0c-5351-0bd7-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 15:47:52.070978 | fa163e80-fa0c-5351-0bd7-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 15:47:52.072364 | fa163e80-fa0c-5351-0bd7-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:57.477391 | 20.71s 2025-10-06 15:47:52.104477 | fa163e80-fa0c-5351-0bd7-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-06 15:47:52.191185 | fa163e80-fa0c-5351-0bd7-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 6 15:47: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 6 15:47:36 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 15:47:36 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 15:47:36 puppet-user: (file & line not available)", "<13>Oct 6 15:47:36 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 6 15:47:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 6 15:47:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 15:47:36 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.45 seconds", "<13>Oct 6 15:47:42 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 15:47:45 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 15:47:47 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 15:47:47 puppet-user: Notice: Applied catalog in 10.86 seconds", "<13>Oct 6 15:47:47 puppet-user: Application:", "<13>Oct 6 15:47:47 puppet-user: Initial environment: production", "<13>Oct 6 15:47:47 puppet-user: Converged environment: production", "<13>Oct 6 15:47:47 puppet-user: Run mode: user", "<13>Oct 6 15:47:47 puppet-user: Changes:", "<13>Oct 6 15:47:47 puppet-user: Total: 2", "<13>Oct 6 15:47:47 puppet-user: Events:", "<13>Oct 6 15:47:47 puppet-user: Success: 2", "<13>Oct 6 15:47:47 puppet-user: Resources:", "<13>Oct 6 15:47:47 puppet-user: Changed: 2", "<13>Oct 6 15:47:47 puppet-user: Out of sync: 2", "<13>Oct 6 15:47:47 puppet-user: Total: 28", "<13>Oct 6 15:47:47 puppet-user: Time:", "<13>Oct 6 15:47:47 puppet-user: Filebucket: 0.00", "<13>Oct 6 15:47:47 puppet-user: File line: 0.00", "<13>Oct 6 15:47:47 puppet-user: Package: 0.00", "<13>Oct 6 15:47:47 puppet-user: Schedule: 0.00", "<13>Oct 6 15:47:47 puppet-user: File: 0.00", "<13>Oct 6 15:47:47 puppet-user: User: 0.01", "<13>Oct 6 15:47:47 puppet-user: Augeas: 0.01", "<13>Oct 6 15:47:47 puppet-user: Service: 0.08", "<13>Oct 6 15:47:47 puppet-user: Config retrieval: 0.51", "<13>Oct 6 15:47:47 puppet-user: Pcmk property: 1.75", "<13>Oct 6 15:47:47 puppet-user: Transaction evaluation: 10.78", "<13>Oct 6 15:47:47 puppet-user: Catalog application: 10.86", "<13>Oct 6 15:47:47 puppet-user: Last run: 1759765667", "<13>Oct 6 15:47:47 puppet-user: Exec: 2.16", "<13>Oct 6 15:47:47 puppet-user: Pcmk resource default: 3.25", "<13>Oct 6 15:47:47 puppet-user: Pcmk resource op default: 3.36", "<13>Oct 6 15:47:47 puppet-user: Total: 10.86", "<13>Oct 6 15:47:47 puppet-user: Version:", "<13>Oct 6 15:47:47 puppet-user: Config: 1759765656", "<13>Oct 6 15:47:47 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 15:47:52.192757 | fa163e80-fa0c-5351-0bd7-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:57.597786 | 0.09s 2025-10-06 15:47:52.223955 | fa163e80-fa0c-5351-0bd7-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-06 15:47:52.253427 | fa163e80-fa0c-5351-0bd7-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:57.658452 | 0.03s 2025-10-06 15:47:52.325134 | fa163e80-fa0c-5351-0bd7-00000000354c | TASK | Gather variables for each operating system 2025-10-06 15:47:52.454717 | fa163e80-fa0c-5351-0bd7-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:57.859735 | 0.13s 2025-10-06 15:47:52.485238 | fa163e80-fa0c-5351-0bd7-00000000354d | TASK | Create puppet caching structures 2025-10-06 15:47:52.753697 | fa163e80-fa0c-5351-0bd7-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-06 15:47:52.755422 | fa163e80-fa0c-5351-0bd7-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:58.160444 | 0.27s 2025-10-06 15:47:52.785608 | fa163e80-fa0c-5351-0bd7-00000000354e | TASK | Check for facter.conf 2025-10-06 15:47:53.058474 | fa163e80-fa0c-5351-0bd7-00000000354e | OK | Check for facter.conf | standalone 2025-10-06 15:47:53.059961 | fa163e80-fa0c-5351-0bd7-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:58.464991 | 0.27s 2025-10-06 15:47:53.089912 | fa163e80-fa0c-5351-0bd7-00000000354f | TASK | Remove facter.conf if directory 2025-10-06 15:47:53.144051 | fa163e80-fa0c-5351-0bd7-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 15:47:53.146525 | fa163e80-fa0c-5351-0bd7-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:58.551455 | 0.05s 2025-10-06 15:47:53.179316 | fa163e80-fa0c-5351-0bd7-000000003550 | TASK | Write facter cache config 2025-10-06 15:47:53.734870 | fa163e80-fa0c-5351-0bd7-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-06 15:47:53.735944 | fa163e80-fa0c-5351-0bd7-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:59.140981 | 0.55s 2025-10-06 15:47:53.758909 | fa163e80-fa0c-5351-0bd7-000000003551 | TASK | Cleanup facter cache if exists 2025-10-06 15:47:53.987046 | fa163e80-fa0c-5351-0bd7-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 15:47:53.988348 | fa163e80-fa0c-5351-0bd7-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:59.393379 | 0.23s 2025-10-06 15:47:54.017987 | fa163e80-fa0c-5351-0bd7-000000003552 | TASK | Pre-cache facts 2025-10-06 15:47:54.696074 | fa163e80-fa0c-5351-0bd7-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-06 15:47:54.697526 | fa163e80-fa0c-5351-0bd7-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:00.102552 | 0.68s 2025-10-06 15:47:54.728769 | fa163e80-fa0c-5351-0bd7-000000003553 | TASK | Failed deployment if facter fails 2025-10-06 15:47:54.759465 | fa163e80-fa0c-5351-0bd7-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 15:47:54.760392 | fa163e80-fa0c-5351-0bd7-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:00.165428 | 0.03s 2025-10-06 15:47:54.793133 | fa163e80-fa0c-5351-0bd7-000000003554 | TASK | Sync cached facts 2025-10-06 15:47:55.129792 | fa163e80-fa0c-5351-0bd7-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e80-fa0c-5351-0bd7-000000003554') missing from stats 2025-10-06 15:47:55.194818 | fa163e80-fa0c-5351-0bd7-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 15:47:55.238967 | fa163e80-fa0c-5351-0bd7-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 15:47:55.240475 | fa163e80-fa0c-5351-0bd7-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:00.645502 | 0.04s 2025-10-06 15:47:55.272138 | fa163e80-fa0c-5351-0bd7-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-06 15:47:55.302971 | fa163e80-fa0c-5351-0bd7-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:00.707991 | 0.03s 2025-10-06 15:47:55.373921 | fa163e80-fa0c-5351-0bd7-0000000035ab | TASK | Gather variables for each operating system 2025-10-06 15:47:55.498315 | fa163e80-fa0c-5351-0bd7-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:00.903316 | 0.12s 2025-10-06 15:47:55.531260 | fa163e80-fa0c-5351-0bd7-0000000035ac | TASK | Create container logs path 2025-10-06 15:47:55.766296 | fa163e80-fa0c-5351-0bd7-0000000035ac | OK | Create container logs path | standalone 2025-10-06 15:47:55.767893 | fa163e80-fa0c-5351-0bd7-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:01.172920 | 0.24s 2025-10-06 15:47:55.801681 | fa163e80-fa0c-5351-0bd7-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 15:47:56.102855 | fa163e80-fa0c-5351-0bd7-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-06 15:47:56.104204 | fa163e80-fa0c-5351-0bd7-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.509233 | 0.30s 2025-10-06 15:47:56.136312 | fa163e80-fa0c-5351-0bd7-0000000035af | TASK | Finalise hashes for all containers 2025-10-06 15:47:56.226403 | fa163e80-fa0c-5351-0bd7-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-06 15:47:56.227766 | fa163e80-fa0c-5351-0bd7-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:01.632796 | 0.09s 2025-10-06 15:47:56.257708 | fa163e80-fa0c-5351-0bd7-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-06 15:47:56.288229 | fa163e80-fa0c-5351-0bd7-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:01.693252 | 0.03s 2025-10-06 15:47:56.324256 | 1bb08fe7-5dfe-4046-9683-b3410d58dea3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 15:47:56.352582 | fa163e80-fa0c-5351-0bd7-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 15:47:56.639457 | fa163e80-fa0c-5351-0bd7-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 15:47:56.641051 | fa163e80-fa0c-5351-0bd7-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:02.046081 | 0.29s 2025-10-06 15:47:56.671588 | fa163e80-fa0c-5351-0bd7-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-06 15:47:56.725498 | fa163e80-fa0c-5351-0bd7-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-06 15:47:56.726787 | fa163e80-fa0c-5351-0bd7-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:02.131816 | 0.05s 2025-10-06 15:47:56.758299 | fa163e80-fa0c-5351-0bd7-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 15:47:57.348387 | fa163e80-fa0c-5351-0bd7-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 15:47:57.350569 | fa163e80-fa0c-5351-0bd7-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:02.755596 | 0.59s 2025-10-06 15:47:57.871265 | fa163e80-fa0c-5351-0bd7-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 15:47:57.873371 | fa163e80-fa0c-5351-0bd7-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:03.278402 | 1.11s 2025-10-06 15:47:57.883744 | fa163e80-fa0c-5351-0bd7-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:03.288767 | 1.12s 2025-10-06 15:47:57.914802 | fa163e80-fa0c-5351-0bd7-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 15:47:58.437606 | fa163e80-fa0c-5351-0bd7-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 15:47:58.439201 | fa163e80-fa0c-5351-0bd7-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:03.844230 | 0.52s 2025-10-06 15:47:58.468934 | fa163e80-fa0c-5351-0bd7-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 15:47:59.023317 | fa163e80-fa0c-5351-0bd7-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 15:47:59.024935 | fa163e80-fa0c-5351-0bd7-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:04.429966 | 0.55s 2025-10-06 15:47:59.056594 | fa163e80-fa0c-5351-0bd7-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-06 15:47:59.806848 | fa163e80-fa0c-5351-0bd7-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 15:47:59.809814 | fa163e80-fa0c-5351-0bd7-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:05.214840 | 0.75s 2025-10-06 15:47:59.842358 | fa163e80-fa0c-5351-0bd7-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 15:48:00.418156 | fa163e80-fa0c-5351-0bd7-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 15:48:00.419544 | fa163e80-fa0c-5351-0bd7-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:05.824573 | 0.58s 2025-10-06 15:48:00.449704 | fa163e80-fa0c-5351-0bd7-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 15:48:01.005088 | fa163e80-fa0c-5351-0bd7-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 15:48:01.006700 | fa163e80-fa0c-5351-0bd7-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:06.411690 | 0.56s 2025-10-06 15:48:01.040021 | fa163e80-fa0c-5351-0bd7-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-06 15:48:01.817043 | fa163e80-fa0c-5351-0bd7-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 15:48:01.820539 | fa163e80-fa0c-5351-0bd7-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:07.225553 | 0.78s 2025-10-06 15:48:01.852840 | fa163e80-fa0c-5351-0bd7-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-06 15:48:01.916432 | fa163e80-fa0c-5351-0bd7-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:07.321452 | 0.06s 2025-10-06 15:48:01.938024 | a2e259fd-405f-4672-bdab-7ff0efdf949f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 15:48:01.973865 | fa163e80-fa0c-5351-0bd7-000000003615 | TASK | Update config hashes for container startup configs 2025-10-06 15:48:02.304359 | fa163e80-fa0c-5351-0bd7-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-06 15:48:02.305817 | fa163e80-fa0c-5351-0bd7-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:07.710847 | 0.33s 2025-10-06 15:48:02.338351 | fa163e80-fa0c-5351-0bd7-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 15:48:02.389469 | fa163e80-fa0c-5351-0bd7-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:07.794486 | 0.05s 2025-10-06 15:48:02.415099 | 99726b38-2707-42ad-9aba-5a838a5e98b8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 15:48:02.452454 | fa163e80-fa0c-5351-0bd7-000000003634 | TASK | Gather podman infos 2025-10-06 15:48:03.624339 | fa163e80-fa0c-5351-0bd7-000000003634 | OK | Gather podman infos | standalone 2025-10-06 15:48:03.625569 | fa163e80-fa0c-5351-0bd7-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:09.030602 | 1.17s 2025-10-06 15:48:03.696055 | fa163e80-fa0c-5351-0bd7-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 15:48:03.773190 | fa163e80-fa0c-5351-0bd7-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:09.178208 | 0.07s 2025-10-06 15:48:03.923072 | fa163e80-fa0c-5351-0bd7-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:09.328089 | 0.09s 2025-10-06 15:48:03.983445 | fa163e80-fa0c-5351-0bd7-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 15:48:04.040620 | fa163e80-fa0c-5351-0bd7-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:09.445639 | 0.06s 2025-10-06 15:48:04.065181 | f943aefd-6871-48dc-b38b-515478b0ba93 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 15:48:04.101722 | fa163e80-fa0c-5351-0bd7-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 15:48:21.690301 | fa163e80-fa0c-5351-0bd7-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-06 15:48:21.692049 | fa163e80-fa0c-5351-0bd7-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:27.097077 | 17.59s 2025-10-06 15:48:21.725554 | fa163e80-fa0c-5351-0bd7-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 15:48:24.608566 | fa163e80-fa0c-5351-0bd7-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-06 15:48:24.611096 | fa163e80-fa0c-5351-0bd7-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:30.016126 | 2.88s 2025-10-06 15:48:24.688038 | fa163e80-fa0c-5351-0bd7-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-06 15:48:24.931423 | fa163e80-fa0c-5351-0bd7-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-06 15:48:24.933130 | fa163e80-fa0c-5351-0bd7-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:30.338158 | 0.24s 2025-10-06 15:48:24.983038 | fa163e80-fa0c-5351-0bd7-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-06 15:48:25.046387 | fa163e80-fa0c-5351-0bd7-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:30.451402 | 0.06s 2025-10-06 15:48:25.079432 | fa163e80-fa0c-5351-0bd7-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-06 15:48:25.133758 | fa163e80-fa0c-5351-0bd7-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:30.538770 | 0.05s 2025-10-06 15:48:25.161126 | 1d961520-5ed9-4669-b771-487145971c83 | INCLUDED | /root/standalone-ansible-c4pbb1vt/host-container-puppet-tasks.yaml | standalone 2025-10-06 15:48:25.211283 | fa163e80-fa0c-5351-0bd7-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-06 15:48:25.702591 | fa163e80-fa0c-5351-0bd7-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-06 15:48:25.704176 | fa163e80-fa0c-5351-0bd7-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:31.109204 | 0.49s 2025-10-06 15:48:25.737498 | fa163e80-fa0c-5351-0bd7-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-06 15:48:26.036329 | fa163e80-fa0c-5351-0bd7-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-06 15:48:26.038295 | fa163e80-fa0c-5351-0bd7-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:31.443321 | 0.30s 2025-10-06 15:48:26.071973 | fa163e80-fa0c-5351-0bd7-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-06 15:48:26.105321 | fa163e80-fa0c-5351-0bd7-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:31.510337 | 0.03s 2025-10-06 15:48:26.176957 | fa163e80-fa0c-5351-0bd7-000000003722 | TASK | Gather variables for each operating system 2025-10-06 15:48:26.296407 | fa163e80-fa0c-5351-0bd7-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:31.701413 | 0.12s 2025-10-06 15:48:26.331409 | fa163e80-fa0c-5351-0bd7-000000003723 | TASK | Create container logs path 2025-10-06 15:48:26.613181 | fa163e80-fa0c-5351-0bd7-000000003723 | OK | Create container logs path | standalone 2025-10-06 15:48:26.614071 | fa163e80-fa0c-5351-0bd7-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:32.019109 | 0.28s 2025-10-06 15:48:26.635840 | fa163e80-fa0c-5351-0bd7-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-06 15:48:26.900851 | fa163e80-fa0c-5351-0bd7-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-06 15:48:26.902156 | fa163e80-fa0c-5351-0bd7-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:32.307185 | 0.26s 2025-10-06 15:48:26.932418 | fa163e80-fa0c-5351-0bd7-000000003726 | TASK | Finalise hashes for all containers 2025-10-06 15:48:26.977562 | fa163e80-fa0c-5351-0bd7-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-06 15:48:26.979116 | fa163e80-fa0c-5351-0bd7-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:32.384138 | 0.04s 2025-10-06 15:48:27.011462 | fa163e80-fa0c-5351-0bd7-000000003728 | TASK | Manage systemd shutdown files 2025-10-06 15:48:27.052318 | fa163e80-fa0c-5351-0bd7-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 15:48:27.053584 | fa163e80-fa0c-5351-0bd7-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:32.458612 | 0.04s 2025-10-06 15:48:27.086464 | fa163e80-fa0c-5351-0bd7-00000000372a | TASK | Update container configs with new config hashes 2025-10-06 15:48:27.138982 | fa163e80-fa0c-5351-0bd7-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 15:48:27.140489 | fa163e80-fa0c-5351-0bd7-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:32.545511 | 0.05s 2025-10-06 15:48:27.176344 | fa163e80-fa0c-5351-0bd7-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-06 15:48:27.231555 | fa163e80-fa0c-5351-0bd7-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-06 15:48:27.232918 | fa163e80-fa0c-5351-0bd7-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:32.637946 | 0.05s 2025-10-06 15:48:27.265754 | fa163e80-fa0c-5351-0bd7-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-06 15:48:27.317876 | fa163e80-fa0c-5351-0bd7-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-06 15:48:27.319053 | fa163e80-fa0c-5351-0bd7-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:32.724083 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-06 15:48:27.503070 | fa163e80-fa0c-5351-0bd7-0000000000d2 | TASK | External deployment step 3 2025-10-06 15:48:27.533197 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000d2') missing from stats 2025-10-06 15:48:27.590201 | fa163e80-fa0c-5351-0bd7-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:32.995222 | 0.04s 2025-10-06 15:48:27.600104 | 3812d617-b736-4538-ad09-7a21e70a428d | INCLUDED | /root/standalone-ansible-c4pbb1vt/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-06 15:48:27.619598 | fa163e80-fa0c-5351-0bd7-00000000377b | TASK | Pause cephadm 2025-10-06 15:48:27.670526 | fa163e80-fa0c-5351-0bd7-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-06 15:48:27.671790 | fa163e80-fa0c-5351-0bd7-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:33.076818 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-06 15:48:27.813502 | fa163e80-fa0c-5351-0bd7-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-06 15:48:27.842723 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000d6') missing from stats 2025-10-06 15:48:27.865859 | fa163e80-fa0c-5351-0bd7-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-06 15:48:28.521879 | fa163e80-fa0c-5351-0bd7-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-06 15:48:28.523598 | fa163e80-fa0c-5351-0bd7-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:33.928627 | 0.66s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 15:48:28.597081 | fa163e80-fa0c-5351-0bd7-0000000000d8 | TIMING | include_tasks | standalone | 0:17:34.002093 | 0.04s 2025-10-06 15:48:28.626367 | 842d443e-a042-4563-bcba-b1b3a49321e1 | INCLUDED | /root/standalone-ansible-c4pbb1vt/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-06 15:48:28.658814 | fa163e80-fa0c-5351-0bd7-00000000379a | TASK | Start OVN container 2025-10-06 15:48:28.744178 | fa163e80-fa0c-5351-0bd7-00000000379a | TIMING | Start OVN container | standalone | 0:17:34.149178 | 0.08s 2025-10-06 15:48:28.777959 | fa163e80-fa0c-5351-0bd7-00000000379a | TIMING | Start OVN container | standalone | 0:17:34.182984 | 0.12s 2025-10-06 15:48:28.806812 | fa163e80-fa0c-5351-0bd7-00000000379a | TIMING | Start OVN container | standalone | 0:17:34.211835 | 0.15s 2025-10-06 15:48:28.814002 | fa163e80-fa0c-5351-0bd7-00000000379a | TIMING | Start OVN container | standalone | 0:17:34.219025 | 0.15s 2025-10-06 15:48:28.923825 | fa163e80-fa0c-5351-0bd7-0000000037d2 | TASK | Gather variables for each operating system 2025-10-06 15:48:29.043539 | fa163e80-fa0c-5351-0bd7-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:34.448553 | 0.12s 2025-10-06 15:48:29.075420 | fa163e80-fa0c-5351-0bd7-0000000037d3 | TASK | Create container logs path 2025-10-06 15:48:29.344123 | fa163e80-fa0c-5351-0bd7-0000000037d3 | OK | Create container logs path | standalone 2025-10-06 15:48:29.346783 | fa163e80-fa0c-5351-0bd7-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:34.751812 | 0.27s 2025-10-06 15:48:29.379875 | fa163e80-fa0c-5351-0bd7-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:29.709836 | fa163e80-fa0c-5351-0bd7-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 15:48:29.711070 | fa163e80-fa0c-5351-0bd7-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:35.116102 | 0.33s 2025-10-06 15:48:29.742108 | fa163e80-fa0c-5351-0bd7-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-06 15:48:29.837150 | fa163e80-fa0c-5351-0bd7-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-06 15:48:29.838406 | fa163e80-fa0c-5351-0bd7-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:35.243437 | 0.09s 2025-10-06 15:48:29.868125 | fa163e80-fa0c-5351-0bd7-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-06 15:48:29.907344 | fa163e80-fa0c-5351-0bd7-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 15:48:29.908671 | fa163e80-fa0c-5351-0bd7-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:35.313671 | 0.04s 2025-10-06 15:48:29.940026 | fa163e80-fa0c-5351-0bd7-0000000037da | TASK | Update container configs with new config hashes 2025-10-06 15:48:29.992845 | fa163e80-fa0c-5351-0bd7-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 15:48:29.994258 | fa163e80-fa0c-5351-0bd7-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:35.399286 | 0.05s 2025-10-06 15:48:30.028165 | fa163e80-fa0c-5351-0bd7-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:30.101598 | fa163e80-fa0c-5351-0bd7-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:35.506610 | 0.07s 2025-10-06 15:48:30.126460 | 82188b11-fcd4-4bab-bc7b-2bc7ca1c43d0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 15:48:30.167109 | fa163e80-fa0c-5351-0bd7-000000003867 | TASK | Gather podman infos 2025-10-06 15:48:31.379271 | fa163e80-fa0c-5351-0bd7-000000003867 | OK | Gather podman infos | standalone 2025-10-06 15:48:31.380904 | fa163e80-fa0c-5351-0bd7-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:36.785917 | 1.21s 2025-10-06 15:48:31.471129 | fa163e80-fa0c-5351-0bd7-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:31.529793 | fa163e80-fa0c-5351-0bd7-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:36.934820 | 0.05s 2025-10-06 15:48:31.647850 | fa163e80-fa0c-5351-0bd7-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:37.052853 | 0.07s 2025-10-06 15:48:31.705512 | fa163e80-fa0c-5351-0bd7-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:31.773527 | fa163e80-fa0c-5351-0bd7-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:37.178540 | 0.07s 2025-10-06 15:48:31.799806 | 35afe080-b1b4-476a-a925-094c3764a423 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 15:48:31.833101 | fa163e80-fa0c-5351-0bd7-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:32.807057 | fa163e80-fa0c-5351-0bd7-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 15:48:32.809477 | fa163e80-fa0c-5351-0bd7-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:38.214508 | 0.97s 2025-10-06 15:48:32.834848 | fa163e80-fa0c-5351-0bd7-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:35.941386 | fa163e80-fa0c-5351-0bd7-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 15:48:35.945067 | fa163e80-fa0c-5351-0bd7-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:41.350085 | 3.11s 2025-10-06 15:48:36.004852 | fa163e80-fa0c-5351-0bd7-0000000037fd | TASK | Gather variables for each operating system 2025-10-06 15:48:36.132553 | fa163e80-fa0c-5351-0bd7-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:41.537546 | 0.13s 2025-10-06 15:48:36.164864 | fa163e80-fa0c-5351-0bd7-0000000037fe | TASK | Create container logs path 2025-10-06 15:48:36.459315 | fa163e80-fa0c-5351-0bd7-0000000037fe | OK | Create container logs path | standalone 2025-10-06 15:48:36.460857 | fa163e80-fa0c-5351-0bd7-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:41.865885 | 0.29s 2025-10-06 15:48:36.493109 | fa163e80-fa0c-5351-0bd7-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:36.836286 | fa163e80-fa0c-5351-0bd7-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 15:48:36.838048 | fa163e80-fa0c-5351-0bd7-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:42.243072 | 0.34s 2025-10-06 15:48:36.874222 | fa163e80-fa0c-5351-0bd7-000000003801 | TASK | Finalise hashes for all containers 2025-10-06 15:48:36.989344 | fa163e80-fa0c-5351-0bd7-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-06 15:48:36.991089 | fa163e80-fa0c-5351-0bd7-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:42.396107 | 0.11s 2025-10-06 15:48:37.025235 | fa163e80-fa0c-5351-0bd7-000000003803 | TASK | Manage systemd shutdown files 2025-10-06 15:48:37.084510 | fa163e80-fa0c-5351-0bd7-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 15:48:37.086445 | fa163e80-fa0c-5351-0bd7-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:42.491469 | 0.06s 2025-10-06 15:48:37.119150 | fa163e80-fa0c-5351-0bd7-000000003805 | TASK | Update container configs with new config hashes 2025-10-06 15:48:37.190037 | fa163e80-fa0c-5351-0bd7-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 15:48:37.191843 | fa163e80-fa0c-5351-0bd7-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:42.596857 | 0.07s 2025-10-06 15:48:37.226825 | fa163e80-fa0c-5351-0bd7-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:37.296683 | fa163e80-fa0c-5351-0bd7-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:42.701653 | 0.07s 2025-10-06 15:48:37.324328 | 2b1f989b-8f68-4dc3-9362-e5f6f2c12fcd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 15:48:37.361843 | fa163e80-fa0c-5351-0bd7-00000000391e | TASK | Gather podman infos 2025-10-06 15:48:38.721439 | fa163e80-fa0c-5351-0bd7-00000000391e | OK | Gather podman infos | standalone 2025-10-06 15:48:38.723044 | fa163e80-fa0c-5351-0bd7-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:44.128074 | 1.36s 2025-10-06 15:48:38.814256 | fa163e80-fa0c-5351-0bd7-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:38.922542 | fa163e80-fa0c-5351-0bd7-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:44.327555 | 0.10s 2025-10-06 15:48:39.096978 | fa163e80-fa0c-5351-0bd7-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:44.501985 | 0.11s 2025-10-06 15:48:39.167705 | fa163e80-fa0c-5351-0bd7-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:39.245132 | fa163e80-fa0c-5351-0bd7-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:44.650151 | 0.07s 2025-10-06 15:48:39.270139 | a75c76e8-1591-4123-aa1a-3688279bbd5c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 15:48:39.312521 | fa163e80-fa0c-5351-0bd7-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:40.382891 | fa163e80-fa0c-5351-0bd7-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 15:48:40.384699 | fa163e80-fa0c-5351-0bd7-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:45.789692 | 1.07s 2025-10-06 15:48:40.423600 | fa163e80-fa0c-5351-0bd7-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:43.500739 | fa163e80-fa0c-5351-0bd7-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 15:48:43.502925 | fa163e80-fa0c-5351-0bd7-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:48.907949 | 3.08s 2025-10-06 15:48:43.566047 | fa163e80-fa0c-5351-0bd7-000000003828 | TASK | Gather variables for each operating system 2025-10-06 15:48:43.708052 | fa163e80-fa0c-5351-0bd7-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:49.113065 | 0.14s 2025-10-06 15:48:43.741852 | fa163e80-fa0c-5351-0bd7-000000003829 | TASK | Create container logs path 2025-10-06 15:48:44.019275 | fa163e80-fa0c-5351-0bd7-000000003829 | OK | Create container logs path | standalone 2025-10-06 15:48:44.021081 | fa163e80-fa0c-5351-0bd7-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:49.426111 | 0.28s 2025-10-06 15:48:44.053310 | fa163e80-fa0c-5351-0bd7-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:44.389969 | fa163e80-fa0c-5351-0bd7-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 15:48:44.391198 | fa163e80-fa0c-5351-0bd7-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:49.796232 | 0.34s 2025-10-06 15:48:44.421471 | fa163e80-fa0c-5351-0bd7-00000000382c | TASK | Finalise hashes for all containers 2025-10-06 15:48:44.529848 | fa163e80-fa0c-5351-0bd7-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-06 15:48:44.531367 | fa163e80-fa0c-5351-0bd7-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:49.936393 | 0.11s 2025-10-06 15:48:44.565119 | fa163e80-fa0c-5351-0bd7-00000000382e | TASK | Manage systemd shutdown files 2025-10-06 15:48:44.629797 | fa163e80-fa0c-5351-0bd7-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 15:48:44.631355 | fa163e80-fa0c-5351-0bd7-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:50.036379 | 0.06s 2025-10-06 15:48:44.657963 | fa163e80-fa0c-5351-0bd7-000000003830 | TASK | Update container configs with new config hashes 2025-10-06 15:48:44.741294 | fa163e80-fa0c-5351-0bd7-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 15:48:44.742621 | fa163e80-fa0c-5351-0bd7-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:50.147648 | 0.08s 2025-10-06 15:48:44.776484 | fa163e80-fa0c-5351-0bd7-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:44.850527 | fa163e80-fa0c-5351-0bd7-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.255538 | 0.07s 2025-10-06 15:48:44.876931 | 87a3f0d1-fd03-4a10-b8d9-6a5c737beac6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 15:48:44.913251 | fa163e80-fa0c-5351-0bd7-0000000039d0 | TASK | Gather podman infos 2025-10-06 15:48:46.233112 | fa163e80-fa0c-5351-0bd7-0000000039d0 | OK | Gather podman infos | standalone 2025-10-06 15:48:46.234854 | fa163e80-fa0c-5351-0bd7-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:51.639877 | 1.32s 2025-10-06 15:48:46.329448 | fa163e80-fa0c-5351-0bd7-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:46.420188 | fa163e80-fa0c-5351-0bd7-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:51.825212 | 0.09s 2025-10-06 15:48:46.563953 | fa163e80-fa0c-5351-0bd7-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:51.968978 | 0.09s 2025-10-06 15:48:46.611538 | fa163e80-fa0c-5351-0bd7-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:46.661573 | fa163e80-fa0c-5351-0bd7-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:52.066598 | 0.05s 2025-10-06 15:48:46.676920 | 29b0de6e-a770-4d3a-bc71-81d658e612d2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 15:48:46.705345 | fa163e80-fa0c-5351-0bd7-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:47.845636 | fa163e80-fa0c-5351-0bd7-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 15:48:47.848046 | fa163e80-fa0c-5351-0bd7-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:53.253063 | 1.14s 2025-10-06 15:48:47.879090 | fa163e80-fa0c-5351-0bd7-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 15:48:50.860600 | fa163e80-fa0c-5351-0bd7-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 15:48:50.864277 | fa163e80-fa0c-5351-0bd7-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:56.269291 | 2.98s 2025-10-06 15:48:50.922706 | fa163e80-fa0c-5351-0bd7-00000000379c | TASK | Set NB connection 2025-10-06 15:48:51.411087 | fa163e80-fa0c-5351-0bd7-00000000379c | CHANGED | Set NB connection | standalone 2025-10-06 15:48:51.412514 | fa163e80-fa0c-5351-0bd7-00000000379c | TIMING | Set NB connection | standalone | 0:17:56.817542 | 0.49s 2025-10-06 15:48:51.441149 | fa163e80-fa0c-5351-0bd7-00000000379d | TASK | Set SB connection 2025-10-06 15:48:51.880918 | fa163e80-fa0c-5351-0bd7-00000000379d | CHANGED | Set SB connection | standalone 2025-10-06 15:48:51.883103 | fa163e80-fa0c-5351-0bd7-00000000379d | TIMING | Set SB connection | standalone | 0:17:57.288127 | 0.44s 2025-10-06 15:48:51.906442 | fa163e80-fa0c-5351-0bd7-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-06 15:48:52.129878 | fa163e80-fa0c-5351-0bd7-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-06 15:48:52.132792 | fa163e80-fa0c-5351-0bd7-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:57.537820 | 0.23s 2025-10-06 15:48:52.229563 | fa163e80-fa0c-5351-0bd7-0000000000db | TIMING | include_tasks | standalone | 0:17:57.634577 | 0.06s 2025-10-06 15:48:52.269135 | 050f311f-084a-4e4c-a792-b8bf599ce1c6 | INCLUDED | /root/standalone-ansible-c4pbb1vt/common_deploy_steps_tasks.yaml | standalone 2025-10-06 15:48:52.301830 | fa163e80-fa0c-5351-0bd7-000000003a7c | TASK | Write the config_step hieradata 2025-10-06 15:48:52.912862 | fa163e80-fa0c-5351-0bd7-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-06 15:48:52.914177 | fa163e80-fa0c-5351-0bd7-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:17:58.319206 | 0.61s 2025-10-06 15:48:52.945378 | fa163e80-fa0c-5351-0bd7-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-06 15:48:53.287219 | fa163e80-fa0c-5351-0bd7-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-06 15:48:53.288891 | fa163e80-fa0c-5351-0bd7-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:58.693915 | 0.34s 2025-10-06 15:48:53.322267 | fa163e80-fa0c-5351-0bd7-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-06 15:48:53.587056 | fa163e80-fa0c-5351-0bd7-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 15:49:03.814176 | fa163e80-fa0c-5351-0bd7-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 15:49:14.067338 | fa163e80-fa0c-5351-0bd7-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 15:49:14.068805 | fa163e80-fa0c-5351-0bd7-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:19.473835 | 20.75s 2025-10-06 15:49:14.101205 | fa163e80-fa0c-5351-0bd7-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-06 15:49:14.175990 | fa163e80-fa0c-5351-0bd7-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 6 15:48:53 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 6 15:48:57 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 15:48:57 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 15:48:57 puppet-user: (file & line not available)", "<13>Oct 6 15:48:57 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 6 15:48:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 6 15:48:58 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 15:48:58 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Oct 6 15:49:02 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 15:49:04 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 15:49:06 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 15:49:06 puppet-user: Notice: Applied catalog in 8.06 seconds", "<13>Oct 6 15:49:06 puppet-user: Application:", "<13>Oct 6 15:49:06 puppet-user: Initial environment: production", "<13>Oct 6 15:49:06 puppet-user: Converged environment: production", "<13>Oct 6 15:49:06 puppet-user: Run mode: user", "<13>Oct 6 15:49:06 puppet-user: Changes:", "<13>Oct 6 15:49:06 puppet-user: Total: 2", "<13>Oct 6 15:49:06 puppet-user: Events:", "<13>Oct 6 15:49:06 puppet-user: Success: 2", "<13>Oct 6 15:49:06 puppet-user: Resources:", "<13>Oct 6 15:49:06 puppet-user: Changed: 2", "<13>Oct 6 15:49:06 puppet-user: Out of sync: 2", "<13>Oct 6 15:49:06 puppet-user: Total: 28", "<13>Oct 6 15:49:06 puppet-user: Time:", "<13>Oct 6 15:49:06 puppet-user: Schedule: 0.00", "<13>Oct 6 15:49:06 puppet-user: File: 0.00", "<13>Oct 6 15:49:06 puppet-user: Augeas: 0.01", "<13>Oct 6 15:49:06 puppet-user: Package: 0.02", "<13>Oct 6 15:49:06 puppet-user: File line: 0.02", "<13>Oct 6 15:49:06 puppet-user: User: 0.03", "<13>Oct 6 15:49:06 puppet-user: Service: 0.08", "<13>Oct 6 15:49:06 puppet-user: Config retrieval: 0.48", "<13>Oct 6 15:49:06 puppet-user: Pcmk property: 1.45", "<13>Oct 6 15:49:06 puppet-user: Exec: 1.99", "<13>Oct 6 15:49:06 puppet-user: Last run: 1759765746", "<13>Oct 6 15:49:06 puppet-user: Pcmk resource op default: 2.11", "<13>Oct 6 15:49:06 puppet-user: Pcmk resource default: 2.13", "<13>Oct 6 15:49:06 puppet-user: Transaction evaluation: 8.04", "<13>Oct 6 15:49:06 puppet-user: Catalog application: 8.06", "<13>Oct 6 15:49:06 puppet-user: Filebucket: 0.00", "<13>Oct 6 15:49:06 puppet-user: Total: 8.07", "<13>Oct 6 15:49:06 puppet-user: Version:", "<13>Oct 6 15:49:06 puppet-user: Config: 1759765737", "<13>Oct 6 15:49:06 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 15:49:14.177583 | fa163e80-fa0c-5351-0bd7-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:19.582611 | 0.07s 2025-10-06 15:49:14.207370 | fa163e80-fa0c-5351-0bd7-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-06 15:49:14.238085 | fa163e80-fa0c-5351-0bd7-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:19.643105 | 0.03s 2025-10-06 15:49:14.310404 | fa163e80-fa0c-5351-0bd7-000000003abf | TASK | Gather variables for each operating system 2025-10-06 15:49:14.427161 | fa163e80-fa0c-5351-0bd7-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:19.832162 | 0.12s 2025-10-06 15:49:14.467013 | fa163e80-fa0c-5351-0bd7-000000003ac0 | TASK | Create puppet caching structures 2025-10-06 15:49:14.717996 | fa163e80-fa0c-5351-0bd7-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-06 15:49:14.719561 | fa163e80-fa0c-5351-0bd7-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:20.124589 | 0.25s 2025-10-06 15:49:14.750426 | fa163e80-fa0c-5351-0bd7-000000003ac1 | TASK | Check for facter.conf 2025-10-06 15:49:14.997396 | fa163e80-fa0c-5351-0bd7-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-06 15:49:14.999108 | fa163e80-fa0c-5351-0bd7-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:20.404136 | 0.25s 2025-10-06 15:49:15.030998 | fa163e80-fa0c-5351-0bd7-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-06 15:49:15.083897 | fa163e80-fa0c-5351-0bd7-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 15:49:15.085543 | fa163e80-fa0c-5351-0bd7-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:20.490562 | 0.05s 2025-10-06 15:49:15.118795 | fa163e80-fa0c-5351-0bd7-000000003ac3 | TASK | Write facter cache config 2025-10-06 15:49:15.632054 | fa163e80-fa0c-5351-0bd7-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-06 15:49:15.633572 | fa163e80-fa0c-5351-0bd7-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:21.038600 | 0.51s 2025-10-06 15:49:15.663342 | fa163e80-fa0c-5351-0bd7-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-06 15:49:15.909670 | fa163e80-fa0c-5351-0bd7-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 15:49:15.911193 | fa163e80-fa0c-5351-0bd7-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:21.316221 | 0.25s 2025-10-06 15:49:15.942920 | fa163e80-fa0c-5351-0bd7-000000003ac5 | TASK | Pre-cache facts 2025-10-06 15:49:16.495890 | fa163e80-fa0c-5351-0bd7-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-06 15:49:16.496765 | fa163e80-fa0c-5351-0bd7-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:21.901804 | 0.55s 2025-10-06 15:49:16.517441 | fa163e80-fa0c-5351-0bd7-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-06 15:49:16.555301 | fa163e80-fa0c-5351-0bd7-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 15:49:16.556384 | fa163e80-fa0c-5351-0bd7-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:21.961417 | 0.04s 2025-10-06 15:49:16.584534 | fa163e80-fa0c-5351-0bd7-000000003ac7 | TASK | Sync cached facts 2025-10-06 15:49:16.899325 | fa163e80-fa0c-5351-0bd7-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e80-fa0c-5351-0bd7-000000003ac7') missing from stats 2025-10-06 15:49:16.968119 | fa163e80-fa0c-5351-0bd7-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 15:49:17.020627 | fa163e80-fa0c-5351-0bd7-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 15:49:17.021991 | fa163e80-fa0c-5351-0bd7-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:22.427017 | 0.05s 2025-10-06 15:49:17.052943 | fa163e80-fa0c-5351-0bd7-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-06 15:49:17.083153 | fa163e80-fa0c-5351-0bd7-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:22.488165 | 0.03s 2025-10-06 15:49:17.151638 | fa163e80-fa0c-5351-0bd7-000000003b1e | TASK | Gather variables for each operating system 2025-10-06 15:49:17.268182 | fa163e80-fa0c-5351-0bd7-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:22.673188 | 0.12s 2025-10-06 15:49:17.300846 | fa163e80-fa0c-5351-0bd7-000000003b1f | TASK | Create container logs path 2025-10-06 15:49:17.559574 | fa163e80-fa0c-5351-0bd7-000000003b1f | OK | Create container logs path | standalone 2025-10-06 15:49:17.561035 | fa163e80-fa0c-5351-0bd7-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:22.966063 | 0.26s 2025-10-06 15:49:17.594686 | fa163e80-fa0c-5351-0bd7-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 15:49:17.876502 | fa163e80-fa0c-5351-0bd7-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-06 15:49:17.877988 | fa163e80-fa0c-5351-0bd7-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:23.283016 | 0.28s 2025-10-06 15:49:17.912072 | fa163e80-fa0c-5351-0bd7-000000003b22 | TASK | Finalise hashes for all containers 2025-10-06 15:49:17.999435 | fa163e80-fa0c-5351-0bd7-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-06 15:49:18.000734 | fa163e80-fa0c-5351-0bd7-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:23.405763 | 0.09s 2025-10-06 15:49:18.031363 | fa163e80-fa0c-5351-0bd7-000000003b24 | TASK | Manage systemd shutdown files 2025-10-06 15:49:18.065176 | fa163e80-fa0c-5351-0bd7-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:23.470192 | 0.03s 2025-10-06 15:49:18.100478 | f782b477-fbc3-4b96-8fe9-d88eec041db0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 15:49:18.129600 | fa163e80-fa0c-5351-0bd7-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 15:49:18.385183 | fa163e80-fa0c-5351-0bd7-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 15:49:18.385969 | fa163e80-fa0c-5351-0bd7-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:23.791008 | 0.26s 2025-10-06 15:49:18.405902 | fa163e80-fa0c-5351-0bd7-000000003b58 | TASK | Set podman_drop_in fact 2025-10-06 15:49:18.443754 | fa163e80-fa0c-5351-0bd7-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-06 15:49:18.444512 | fa163e80-fa0c-5351-0bd7-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:23.849551 | 0.04s 2025-10-06 15:49:18.473609 | fa163e80-fa0c-5351-0bd7-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 15:49:19.032632 | fa163e80-fa0c-5351-0bd7-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 15:49:19.035917 | fa163e80-fa0c-5351-0bd7-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:24.440937 | 0.56s 2025-10-06 15:49:19.498407 | fa163e80-fa0c-5351-0bd7-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 15:49:19.500591 | fa163e80-fa0c-5351-0bd7-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:24.905620 | 1.02s 2025-10-06 15:49:19.510930 | fa163e80-fa0c-5351-0bd7-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:24.915956 | 1.04s 2025-10-06 15:49:19.543182 | fa163e80-fa0c-5351-0bd7-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 15:49:20.041166 | fa163e80-fa0c-5351-0bd7-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 15:49:20.042139 | fa163e80-fa0c-5351-0bd7-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:25.447174 | 0.50s 2025-10-06 15:49:20.061682 | fa163e80-fa0c-5351-0bd7-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 15:49:20.455961 | fa163e80-fa0c-5351-0bd7-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 15:49:20.457405 | fa163e80-fa0c-5351-0bd7-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:25.862436 | 0.39s 2025-10-06 15:49:20.487298 | fa163e80-fa0c-5351-0bd7-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-06 15:49:21.246484 | fa163e80-fa0c-5351-0bd7-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 15:49:21.248809 | fa163e80-fa0c-5351-0bd7-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:26.653832 | 0.76s 2025-10-06 15:49:21.280405 | fa163e80-fa0c-5351-0bd7-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 15:49:21.805585 | fa163e80-fa0c-5351-0bd7-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 15:49:21.807264 | fa163e80-fa0c-5351-0bd7-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:27.212292 | 0.52s 2025-10-06 15:49:21.837857 | fa163e80-fa0c-5351-0bd7-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 15:49:22.422931 | fa163e80-fa0c-5351-0bd7-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 15:49:22.424706 | fa163e80-fa0c-5351-0bd7-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:27.829734 | 0.59s 2025-10-06 15:49:22.456358 | fa163e80-fa0c-5351-0bd7-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-06 15:49:23.255054 | fa163e80-fa0c-5351-0bd7-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 15:49:23.257822 | fa163e80-fa0c-5351-0bd7-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:28.662840 | 0.80s 2025-10-06 15:49:23.289963 | fa163e80-fa0c-5351-0bd7-000000003b26 | TASK | Update container configs with new config hashes 2025-10-06 15:49:23.351025 | fa163e80-fa0c-5351-0bd7-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:28.756046 | 0.06s 2025-10-06 15:49:23.372084 | d64d7eb6-d9bf-4609-bfe8-4dacaa5cafba | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 15:49:23.406722 | fa163e80-fa0c-5351-0bd7-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-06 15:49:23.695314 | fa163e80-fa0c-5351-0bd7-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-06 15:49:23.696622 | fa163e80-fa0c-5351-0bd7-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:29.101651 | 0.29s 2025-10-06 15:49:23.728621 | fa163e80-fa0c-5351-0bd7-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 15:49:23.790923 | fa163e80-fa0c-5351-0bd7-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:29.195943 | 0.06s 2025-10-06 15:49:23.814803 | 220a8815-7acf-47cc-9e9a-cbbd84537f7e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 15:49:23.852239 | fa163e80-fa0c-5351-0bd7-000000003ba7 | TASK | Gather podman infos 2025-10-06 15:49:25.089882 | fa163e80-fa0c-5351-0bd7-000000003ba7 | OK | Gather podman infos | standalone 2025-10-06 15:49:25.090594 | fa163e80-fa0c-5351-0bd7-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:30.495634 | 1.24s 2025-10-06 15:49:25.149084 | fa163e80-fa0c-5351-0bd7-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 15:49:25.228204 | fa163e80-fa0c-5351-0bd7-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:30.633204 | 0.07s 2025-10-06 15:49:25.342676 | fa163e80-fa0c-5351-0bd7-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:30.747641 | 0.06s 2025-10-06 15:49:25.402472 | fa163e80-fa0c-5351-0bd7-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 15:49:25.465567 | fa163e80-fa0c-5351-0bd7-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:30.870585 | 0.06s 2025-10-06 15:49:25.489561 | 53cf9593-81ce-42c2-bfcc-395b5dd19aff | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 15:49:25.534072 | fa163e80-fa0c-5351-0bd7-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 15:50:20.882818 | fa163e80-fa0c-5351-0bd7-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-06 15:50:20.884587 | fa163e80-fa0c-5351-0bd7-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:26.289612 | 55.35s 2025-10-06 15:50:20.924703 | fa163e80-fa0c-5351-0bd7-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 15:50:52.799253 | fa163e80-fa0c-5351-0bd7-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-06 15:50:52.801091 | fa163e80-fa0c-5351-0bd7-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:58.206121 | 31.87s 2025-10-06 15:50:52.876521 | fa163e80-fa0c-5351-0bd7-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-06 15:50:53.106296 | fa163e80-fa0c-5351-0bd7-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-06 15:50:53.107960 | fa163e80-fa0c-5351-0bd7-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:58.512987 | 0.23s 2025-10-06 15:50:53.158223 | fa163e80-fa0c-5351-0bd7-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-06 15:50:53.220059 | fa163e80-fa0c-5351-0bd7-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:58.625075 | 0.06s 2025-10-06 15:50:53.253218 | fa163e80-fa0c-5351-0bd7-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-06 15:50:53.299481 | fa163e80-fa0c-5351-0bd7-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:58.704495 | 0.04s 2025-10-06 15:50:53.327724 | 78a7cd85-d5da-4897-ad0c-210f821573e9 | INCLUDED | /root/standalone-ansible-c4pbb1vt/host-container-puppet-tasks.yaml | standalone 2025-10-06 15:50:53.379620 | fa163e80-fa0c-5351-0bd7-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-06 15:50:53.934957 | fa163e80-fa0c-5351-0bd7-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-06 15:50:53.936765 | fa163e80-fa0c-5351-0bd7-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:59.341794 | 0.56s 2025-10-06 15:50:53.967388 | fa163e80-fa0c-5351-0bd7-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-06 15:50:54.267386 | fa163e80-fa0c-5351-0bd7-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-06 15:50:54.268275 | fa163e80-fa0c-5351-0bd7-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:59.673313 | 0.30s 2025-10-06 15:50:54.288690 | fa163e80-fa0c-5351-0bd7-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-06 15:50:54.309866 | fa163e80-fa0c-5351-0bd7-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:59.714854 | 0.02s 2025-10-06 15:50:54.377534 | fa163e80-fa0c-5351-0bd7-000000003c90 | TASK | Gather variables for each operating system 2025-10-06 15:50:54.500553 | fa163e80-fa0c-5351-0bd7-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:59.905572 | 0.12s 2025-10-06 15:50:54.530732 | fa163e80-fa0c-5351-0bd7-000000003c91 | TASK | Create container logs path 2025-10-06 15:50:54.771300 | fa163e80-fa0c-5351-0bd7-000000003c91 | OK | Create container logs path | standalone 2025-10-06 15:50:54.772850 | fa163e80-fa0c-5351-0bd7-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:00.177875 | 0.24s 2025-10-06 15:50:54.806821 | fa163e80-fa0c-5351-0bd7-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-06 15:50:55.078919 | fa163e80-fa0c-5351-0bd7-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-06 15:50:55.080418 | fa163e80-fa0c-5351-0bd7-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:00.485447 | 0.27s 2025-10-06 15:50:55.111309 | fa163e80-fa0c-5351-0bd7-000000003c94 | TASK | Finalise hashes for all containers 2025-10-06 15:50:55.163011 | fa163e80-fa0c-5351-0bd7-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-06 15:50:55.164439 | fa163e80-fa0c-5351-0bd7-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:00.569463 | 0.05s 2025-10-06 15:50:55.194890 | fa163e80-fa0c-5351-0bd7-000000003c96 | TASK | Manage systemd shutdown files 2025-10-06 15:50:55.235707 | fa163e80-fa0c-5351-0bd7-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 15:50:55.237088 | fa163e80-fa0c-5351-0bd7-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:00.642118 | 0.04s 2025-10-06 15:50:55.269169 | fa163e80-fa0c-5351-0bd7-000000003c98 | TASK | Update container configs with new config hashes 2025-10-06 15:50:55.320580 | fa163e80-fa0c-5351-0bd7-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 15:50:55.321853 | fa163e80-fa0c-5351-0bd7-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:00.726882 | 0.05s 2025-10-06 15:50:55.354530 | fa163e80-fa0c-5351-0bd7-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-06 15:50:55.408267 | fa163e80-fa0c-5351-0bd7-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-06 15:50:55.409497 | fa163e80-fa0c-5351-0bd7-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:00.814525 | 0.05s 2025-10-06 15:50:55.443093 | fa163e80-fa0c-5351-0bd7-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-06 15:50:55.484460 | fa163e80-fa0c-5351-0bd7-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-06 15:50:55.485700 | fa163e80-fa0c-5351-0bd7-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:00.890728 | 0.04s PLAY [External deployment step 4] ********************************************** 2025-10-06 15:50:55.650499 | fa163e80-fa0c-5351-0bd7-0000000000de | TASK | External deployment step 4 2025-10-06 15:50:55.678019 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000de') missing from stats 2025-10-06 15:50:55.732377 | fa163e80-fa0c-5351-0bd7-0000000000df | TIMING | include_tasks | undercloud | 0:20:01.137397 | 0.04s 2025-10-06 15:50:55.770084 | 0143ac63-0f80-4692-bf02-19f021dc92ac | INCLUDED | /root/standalone-ansible-c4pbb1vt/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-06 15:50:55.791631 | fa163e80-fa0c-5351-0bd7-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-06 15:50:57.380396 | fa163e80-fa0c-5351-0bd7-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-06 15:50:57.382752 | fa163e80-fa0c-5351-0bd7-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:02.787772 | 1.59s 2025-10-06 15:50:58.535546 | fa163e80-fa0c-5351-0bd7-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-06 15:50:58.536304 | fa163e80-fa0c-5351-0bd7-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:03.941344 | 2.74s 2025-10-06 15:50:58.540240 | fa163e80-fa0c-5351-0bd7-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:03.945281 | 2.75s 2025-10-06 15:50:58.555832 | fa163e80-fa0c-5351-0bd7-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-06 15:50:58.599805 | fa163e80-fa0c-5351-0bd7-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:04.004825 | 0.04s 2025-10-06 15:50:58.668529 | fa163e80-fa0c-5351-0bd7-000000003d18 | TASK | Create Keystone Admin resources 2025-10-06 15:50:58.720283 | fa163e80-fa0c-5351-0bd7-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:04.125300 | 0.05s 2025-10-06 15:50:58.761133 | b6e85f3e-48ee-46ad-bb84-b7a6ea697fa8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-06 15:50:58.790342 | fa163e80-fa0c-5351-0bd7-000000003d59 | TASK | Create admin and service projects 2025-10-06 15:50:58.842506 | fa163e80-fa0c-5351-0bd7-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:04.247526 | 0.05s 2025-10-06 15:50:58.858259 | 1177dd9d-c6ce-4c6f-8199-ce1800e4965e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-06 15:50:58.895484 | fa163e80-fa0c-5351-0bd7-000000003daa | TASK | Async creation of Keystone project 2025-10-06 15:50:59.353175 | fa163e80-fa0c-5351-0bd7-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-06 15:50:59.355504 | fa163e80-fa0c-5351-0bd7-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:04.760526 | 0.46s 2025-10-06 15:50:59.665586 | fa163e80-fa0c-5351-0bd7-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-06 15:50:59.667048 | fa163e80-fa0c-5351-0bd7-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:05.072088 | 0.77s 2025-10-06 15:50:59.677648 | fa163e80-fa0c-5351-0bd7-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:05.082671 | 0.78s 2025-10-06 15:50:59.696858 | fa163e80-fa0c-5351-0bd7-000000003dac | TASK | Check Keystone project status 2025-10-06 15:51:00.032374 | fa163e80-fa0c-5351-0bd7-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-06 15:51:05.255994 | fa163e80-fa0c-5351-0bd7-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-06 15:51:05.258505 | fa163e80-fa0c-5351-0bd7-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:10.663538 | 5.56s 2025-10-06 15:51:05.534924 | fa163e80-fa0c-5351-0bd7-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-06 15:51:05.536364 | fa163e80-fa0c-5351-0bd7-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:10.941396 | 5.84s 2025-10-06 15:51:05.544577 | fa163e80-fa0c-5351-0bd7-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:10.949598 | 5.85s 2025-10-06 15:51:05.565840 | fa163e80-fa0c-5351-0bd7-000000003d5a | TASK | Create admin role 2025-10-06 15:51:06.881733 | fa163e80-fa0c-5351-0bd7-000000003d5a | OK | Create admin role | undercloud 2025-10-06 15:51:06.883297 | fa163e80-fa0c-5351-0bd7-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:12.288327 | 1.32s 2025-10-06 15:51:06.902471 | fa163e80-fa0c-5351-0bd7-000000003d5b | TASK | Create _member_ role 2025-10-06 15:51:06.968570 | fa163e80-fa0c-5351-0bd7-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-06 15:51:06.969864 | fa163e80-fa0c-5351-0bd7-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:12.374893 | 0.07s 2025-10-06 15:51:06.988634 | fa163e80-fa0c-5351-0bd7-000000003d5c | TASK | Check admin password 2025-10-06 15:51:08.484460 | fa163e80-fa0c-5351-0bd7-000000003d5c | OK | Check admin password | undercloud 2025-10-06 15:51:08.485385 | fa163e80-fa0c-5351-0bd7-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:13.890423 | 1.49s 2025-10-06 15:51:08.500437 | fa163e80-fa0c-5351-0bd7-000000003d5d | TASK | Create admin user 2025-10-06 15:51:10.283622 | fa163e80-fa0c-5351-0bd7-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-06 15:51:10.285200 | fa163e80-fa0c-5351-0bd7-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:15.690226 | 1.78s 2025-10-06 15:51:10.304765 | fa163e80-fa0c-5351-0bd7-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-06 15:51:12.122691 | fa163e80-fa0c-5351-0bd7-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-06 15:51:12.124406 | fa163e80-fa0c-5351-0bd7-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:17.529432 | 1.82s 2025-10-06 15:51:12.144904 | fa163e80-fa0c-5351-0bd7-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-06 15:51:12.210206 | fa163e80-fa0c-5351-0bd7-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-06 15:51:12.211724 | fa163e80-fa0c-5351-0bd7-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:17.616748 | 0.07s 2025-10-06 15:51:12.232173 | fa163e80-fa0c-5351-0bd7-000000003d60 | TASK | Create identity service 2025-10-06 15:51:13.376817 | fa163e80-fa0c-5351-0bd7-000000003d60 | OK | Create identity service | undercloud 2025-10-06 15:51:13.378388 | fa163e80-fa0c-5351-0bd7-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:18.783416 | 1.14s 2025-10-06 15:51:13.400205 | fa163e80-fa0c-5351-0bd7-000000003d61 | TASK | Create identity public endpoint 2025-10-06 15:51:14.780472 | fa163e80-fa0c-5351-0bd7-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-06 15:51:14.782110 | fa163e80-fa0c-5351-0bd7-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:20.187133 | 1.38s 2025-10-06 15:51:14.805341 | fa163e80-fa0c-5351-0bd7-000000003d62 | TASK | Create identity internal endpoint 2025-10-06 15:51:16.006946 | fa163e80-fa0c-5351-0bd7-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-06 15:51:16.008529 | fa163e80-fa0c-5351-0bd7-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:21.413557 | 1.20s 2025-10-06 15:51:16.028995 | fa163e80-fa0c-5351-0bd7-000000003d63 | TASK | Create identity admin endpoint 2025-10-06 15:51:17.206574 | fa163e80-fa0c-5351-0bd7-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-06 15:51:17.207639 | fa163e80-fa0c-5351-0bd7-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:22.612676 | 1.18s 2025-10-06 15:51:17.223141 | fa163e80-fa0c-5351-0bd7-000000003d19 | TASK | Create Keystone Projects 2025-10-06 15:51:17.282636 | fa163e80-fa0c-5351-0bd7-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:22.687648 | 0.06s 2025-10-06 15:51:17.294366 | fa163e80-fa0c-5351-0bd7-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:22.699393 | 0.07s 2025-10-06 15:51:17.307342 | cd5c9872-566e-4578-98c5-692da01d0a7d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-06 15:51:17.354767 | fa163e80-fa0c-5351-0bd7-000000003e36 | TASK | Async creation of Keystone project 2025-10-06 15:51:17.695159 | fa163e80-fa0c-5351-0bd7-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-06 15:51:17.696883 | fa163e80-fa0c-5351-0bd7-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:23.101900 | 0.34s 2025-10-06 15:51:17.706112 | fa163e80-fa0c-5351-0bd7-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:23.111137 | 0.35s 2025-10-06 15:51:17.724856 | fa163e80-fa0c-5351-0bd7-000000003e38 | TASK | Check Keystone project status 2025-10-06 15:51:18.039983 | fa163e80-fa0c-5351-0bd7-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-06 15:51:23.265747 | fa163e80-fa0c-5351-0bd7-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-06 15:51:23.267059 | fa163e80-fa0c-5351-0bd7-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:28.672089 | 5.54s 2025-10-06 15:51:23.273632 | fa163e80-fa0c-5351-0bd7-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:28.678669 | 5.55s 2025-10-06 15:51:23.292421 | fa163e80-fa0c-5351-0bd7-000000003d1b | TASK | Create Keystone Domains 2025-10-06 15:51:23.368860 | fa163e80-fa0c-5351-0bd7-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:28.773878 | 0.07s 2025-10-06 15:51:23.381266 | fa163e80-fa0c-5351-0bd7-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:28.786277 | 0.09s 2025-10-06 15:51:23.398143 | 8719a7c7-217a-4037-9ef9-cf82c6ce5d24 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-06 15:51:23.453332 | fa163e80-fa0c-5351-0bd7-000000003eeb | TASK | Async creation of Keystone domains 2025-10-06 15:51:23.968338 | fa163e80-fa0c-5351-0bd7-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-06 15:51:23.970056 | fa163e80-fa0c-5351-0bd7-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:29.375080 | 0.51s 2025-10-06 15:51:23.982540 | fa163e80-fa0c-5351-0bd7-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:29.387560 | 0.53s 2025-10-06 15:51:24.001523 | fa163e80-fa0c-5351-0bd7-000000003eed | TASK | Check Keystone domain status 2025-10-06 15:51:24.269791 | fa163e80-fa0c-5351-0bd7-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-06 15:51:29.515967 | fa163e80-fa0c-5351-0bd7-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-06 15:51:29.517322 | fa163e80-fa0c-5351-0bd7-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:34.922350 | 5.51s 2025-10-06 15:51:29.524747 | fa163e80-fa0c-5351-0bd7-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:34.929777 | 5.52s 2025-10-06 15:51:29.542550 | fa163e80-fa0c-5351-0bd7-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-06 15:51:29.593701 | fa163e80-fa0c-5351-0bd7-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:34.998726 | 0.05s 2025-10-06 15:51:29.603423 | 11b19177-258d-4c4b-adea-fcc4ce669ac4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-06 15:51:29.644137 | fa163e80-fa0c-5351-0bd7-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-06 15:51:31.117934 | fa163e80-fa0c-5351-0bd7-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-06 15:51:31.121070 | fa163e80-fa0c-5351-0bd7-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:36.526092 | 1.48s 2025-10-06 15:51:31.141516 | fa163e80-fa0c-5351-0bd7-000000003fb6 | TASK | Set openstack_domains fact 2025-10-06 15:51:31.206367 | fa163e80-fa0c-5351-0bd7-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-06 15:51:31.208778 | fa163e80-fa0c-5351-0bd7-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:36.613806 | 0.06s 2025-10-06 15:51:31.228155 | fa163e80-fa0c-5351-0bd7-000000003d1e | TASK | Create Keystone Services 2025-10-06 15:51:31.331488 | fa163e80-fa0c-5351-0bd7-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:36.736493 | 0.10s 2025-10-06 15:51:31.347916 | fa163e80-fa0c-5351-0bd7-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:36.752948 | 0.12s 2025-10-06 15:51:31.359041 | fa163e80-fa0c-5351-0bd7-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:36.764064 | 0.13s 2025-10-06 15:51:31.379256 | bde80e4d-3629-432b-9fe3-17e2e480bcda | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-06 15:51:31.390965 | 0105624a-7330-47dc-9237-1bf3cc33dd5d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-06 15:51:31.441675 | fa163e80-fa0c-5351-0bd7-000000004092 | TASK | Async creation of Keystone service 2025-10-06 15:51:31.812537 | fa163e80-fa0c-5351-0bd7-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-06 15:51:31.814177 | fa163e80-fa0c-5351-0bd7-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.219201 | 0.37s 2025-10-06 15:51:32.134867 | fa163e80-fa0c-5351-0bd7-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-06 15:51:32.135715 | fa163e80-fa0c-5351-0bd7-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.540754 | 0.69s 2025-10-06 15:51:32.433817 | fa163e80-fa0c-5351-0bd7-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-06 15:51:32.435641 | fa163e80-fa0c-5351-0bd7-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.840669 | 0.99s 2025-10-06 15:51:32.711429 | fa163e80-fa0c-5351-0bd7-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-06 15:51:32.712720 | fa163e80-fa0c-5351-0bd7-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.117757 | 1.27s 2025-10-06 15:51:33.007711 | fa163e80-fa0c-5351-0bd7-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-06 15:51:33.010616 | fa163e80-fa0c-5351-0bd7-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.415647 | 1.57s 2025-10-06 15:51:33.295370 | fa163e80-fa0c-5351-0bd7-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-06 15:51:33.298425 | fa163e80-fa0c-5351-0bd7-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.703456 | 1.85s 2025-10-06 15:51:33.569887 | fa163e80-fa0c-5351-0bd7-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-06 15:51:33.571059 | fa163e80-fa0c-5351-0bd7-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.976100 | 2.13s 2025-10-06 15:51:33.791114 | fa163e80-fa0c-5351-0bd7-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-06 15:51:33.791761 | fa163e80-fa0c-5351-0bd7-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:39.196802 | 2.35s 2025-10-06 15:51:34.053390 | fa163e80-fa0c-5351-0bd7-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-06 15:51:34.055048 | fa163e80-fa0c-5351-0bd7-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:39.460085 | 2.61s 2025-10-06 15:51:34.330994 | fa163e80-fa0c-5351-0bd7-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-06 15:51:34.331746 | fa163e80-fa0c-5351-0bd7-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:39.736785 | 2.89s 2025-10-06 15:51:34.353610 | fa163e80-fa0c-5351-0bd7-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:39.758642 | 2.91s 2025-10-06 15:51:34.369003 | fa163e80-fa0c-5351-0bd7-000000004094 | TASK | Check Keystone service status 2025-10-06 15:51:34.633882 | fa163e80-fa0c-5351-0bd7-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-06 15:51:34.634995 | fa163e80-fa0c-5351-0bd7-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.040033 | 0.26s 2025-10-06 15:51:34.850004 | fa163e80-fa0c-5351-0bd7-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-06 15:51:34.850792 | fa163e80-fa0c-5351-0bd7-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.255831 | 0.48s 2025-10-06 15:51:35.101517 | fa163e80-fa0c-5351-0bd7-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-06 15:51:35.103244 | fa163e80-fa0c-5351-0bd7-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.508278 | 0.73s 2025-10-06 15:51:35.355191 | fa163e80-fa0c-5351-0bd7-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-06 15:51:35.358108 | fa163e80-fa0c-5351-0bd7-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.763138 | 0.99s 2025-10-06 15:51:35.626660 | fa163e80-fa0c-5351-0bd7-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-06 15:51:35.627404 | fa163e80-fa0c-5351-0bd7-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.032444 | 1.26s 2025-10-06 15:51:35.901074 | fa163e80-fa0c-5351-0bd7-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-06 15:51:35.901979 | fa163e80-fa0c-5351-0bd7-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.307017 | 1.53s 2025-10-06 15:51:36.149120 | fa163e80-fa0c-5351-0bd7-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-06 15:51:36.151884 | fa163e80-fa0c-5351-0bd7-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.556916 | 1.78s 2025-10-06 15:51:36.415696 | fa163e80-fa0c-5351-0bd7-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-06 15:51:36.419030 | fa163e80-fa0c-5351-0bd7-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.824063 | 2.05s 2025-10-06 15:51:36.647876 | fa163e80-fa0c-5351-0bd7-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-06 15:51:36.651074 | fa163e80-fa0c-5351-0bd7-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:42.056106 | 2.28s 2025-10-06 15:51:36.905998 | fa163e80-fa0c-5351-0bd7-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-06 15:51:36.908904 | fa163e80-fa0c-5351-0bd7-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:42.313937 | 2.54s 2025-10-06 15:51:36.919688 | fa163e80-fa0c-5351-0bd7-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:42.324728 | 2.55s 2025-10-06 15:51:36.937313 | fa163e80-fa0c-5351-0bd7-000000004099 | TASK | Async creation of Keystone service 2025-10-06 15:51:37.326917 | fa163e80-fa0c-5351-0bd7-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-06 15:51:37.328020 | fa163e80-fa0c-5351-0bd7-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:42.733055 | 0.39s 2025-10-06 15:51:37.668052 | fa163e80-fa0c-5351-0bd7-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-06 15:51:37.669198 | fa163e80-fa0c-5351-0bd7-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:43.074231 | 0.73s 2025-10-06 15:51:37.996444 | fa163e80-fa0c-5351-0bd7-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-06 15:51:37.997701 | fa163e80-fa0c-5351-0bd7-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:43.402691 | 1.06s 2025-10-06 15:51:38.270572 | fa163e80-fa0c-5351-0bd7-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-06 15:51:38.271568 | fa163e80-fa0c-5351-0bd7-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:43.676604 | 1.33s 2025-10-06 15:51:38.277859 | fa163e80-fa0c-5351-0bd7-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:43.682896 | 1.34s 2025-10-06 15:51:38.296872 | fa163e80-fa0c-5351-0bd7-00000000409b | TASK | Check Keystone service status 2025-10-06 15:51:38.528428 | fa163e80-fa0c-5351-0bd7-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-06 15:51:38.529605 | fa163e80-fa0c-5351-0bd7-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:43.934639 | 0.23s 2025-10-06 15:51:38.698268 | fa163e80-fa0c-5351-0bd7-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-06 15:51:43.925153 | fa163e80-fa0c-5351-0bd7-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-06 15:51:43.927439 | fa163e80-fa0c-5351-0bd7-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:49.332464 | 5.63s 2025-10-06 15:51:44.188093 | fa163e80-fa0c-5351-0bd7-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-06 15:51:44.189298 | fa163e80-fa0c-5351-0bd7-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:49.594326 | 5.89s 2025-10-06 15:51:44.437536 | fa163e80-fa0c-5351-0bd7-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-06 15:51:44.438736 | fa163e80-fa0c-5351-0bd7-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:49.843769 | 6.14s 2025-10-06 15:51:44.453456 | fa163e80-fa0c-5351-0bd7-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:49.858476 | 6.16s 2025-10-06 15:51:44.476746 | fa163e80-fa0c-5351-0bd7-000000003d20 | TASK | Create Keystone Endpoints 2025-10-06 15:51:44.553176 | fa163e80-fa0c-5351-0bd7-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:49.958183 | 0.07s 2025-10-06 15:51:44.585444 | fa163e80-fa0c-5351-0bd7-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:49.990469 | 0.11s 2025-10-06 15:51:44.611473 | fa163e80-fa0c-5351-0bd7-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:50.016499 | 0.13s 2025-10-06 15:51:44.623357 | fa163e80-fa0c-5351-0bd7-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:50.028383 | 0.14s 2025-10-06 15:51:44.636206 | 11a1c7f3-dc77-46f1-b64c-00427fe99223 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-06 15:51:44.642466 | 82191a3e-3db3-4d5b-b9d0-931085ed2183 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-06 15:51:44.648040 | 8b346c26-b0b0-42b2-acf9-f596a0e9cb22 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-06 15:51:44.707052 | fa163e80-fa0c-5351-0bd7-0000000041cf | TASK | Create Keystone public endpoints 2025-10-06 15:51:44.818900 | fa163e80-fa0c-5351-0bd7-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:50.223907 | 0.11s 2025-10-06 15:51:44.836866 | fa163e80-fa0c-5351-0bd7-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:50.241902 | 0.13s 2025-10-06 15:51:44.845783 | fa163e80-fa0c-5351-0bd7-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:50.250808 | 0.14s 2025-10-06 15:51:44.865704 | 7f10127f-0602-4aac-8f8f-9104cf203adb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 15:51:44.876290 | eaccbd06-3928-4dd4-adb9-b90aa35089ee | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 15:51:44.902194 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-06 15:51:45.252134 | fa163e80-fa0c-5351-0bd7-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-06 15:51:45.253211 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:50.658244 | 0.35s 2025-10-06 15:51:45.541382 | fa163e80-fa0c-5351-0bd7-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-06 15:51:45.542690 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:50.947690 | 0.64s 2025-10-06 15:51:45.804289 | fa163e80-fa0c-5351-0bd7-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-06 15:51:45.805619 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.210657 | 0.90s 2025-10-06 15:51:46.109584 | fa163e80-fa0c-5351-0bd7-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-06 15:51:46.111146 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.516180 | 1.21s 2025-10-06 15:51:46.383990 | fa163e80-fa0c-5351-0bd7-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-06 15:51:46.384811 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.789851 | 1.48s 2025-10-06 15:51:46.646189 | fa163e80-fa0c-5351-0bd7-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-06 15:51:46.646835 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:52.051876 | 1.74s 2025-10-06 15:51:46.937862 | fa163e80-fa0c-5351-0bd7-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-06 15:51:46.938736 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:52.343772 | 2.04s 2025-10-06 15:51:47.213245 | fa163e80-fa0c-5351-0bd7-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-06 15:51:47.213850 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:52.618892 | 2.31s 2025-10-06 15:51:47.522087 | fa163e80-fa0c-5351-0bd7-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-06 15:51:47.522743 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:52.927784 | 2.62s 2025-10-06 15:51:47.800712 | fa163e80-fa0c-5351-0bd7-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-06 15:51:47.801340 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:53.206381 | 2.90s 2025-10-06 15:51:47.806268 | fa163e80-fa0c-5351-0bd7-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:53.211302 | 2.90s 2025-10-06 15:51:47.822787 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-06 15:51:48.058071 | fa163e80-fa0c-5351-0bd7-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-06 15:51:48.059114 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.464151 | 0.24s 2025-10-06 15:51:48.266236 | fa163e80-fa0c-5351-0bd7-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-06 15:51:48.266928 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.671969 | 0.44s 2025-10-06 15:51:48.501607 | fa163e80-fa0c-5351-0bd7-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-06 15:51:48.502253 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.907294 | 0.68s 2025-10-06 15:51:48.776838 | fa163e80-fa0c-5351-0bd7-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-06 15:51:48.778137 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.183165 | 0.95s 2025-10-06 15:51:49.021561 | fa163e80-fa0c-5351-0bd7-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-06 15:51:49.026794 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.431817 | 1.20s 2025-10-06 15:51:49.258119 | fa163e80-fa0c-5351-0bd7-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-06 15:51:49.260400 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.665432 | 1.44s 2025-10-06 15:51:49.464148 | fa163e80-fa0c-5351-0bd7-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-06 15:51:49.464858 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.869899 | 1.64s 2025-10-06 15:51:49.724818 | fa163e80-fa0c-5351-0bd7-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-06 15:51:49.726062 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:55.131094 | 1.90s 2025-10-06 15:51:49.978486 | fa163e80-fa0c-5351-0bd7-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-06 15:51:49.979405 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:55.384443 | 2.16s 2025-10-06 15:51:50.226112 | fa163e80-fa0c-5351-0bd7-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-06 15:51:50.227096 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:55.632134 | 2.40s 2025-10-06 15:51:50.236408 | fa163e80-fa0c-5351-0bd7-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:55.641433 | 2.41s 2025-10-06 15:51:50.263529 | fa163e80-fa0c-5351-0bd7-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-06 15:51:50.584938 | fa163e80-fa0c-5351-0bd7-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-06 15:51:50.586596 | fa163e80-fa0c-5351-0bd7-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:55.991621 | 0.32s 2025-10-06 15:51:50.861552 | fa163e80-fa0c-5351-0bd7-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-06 15:51:50.863057 | fa163e80-fa0c-5351-0bd7-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:56.268091 | 0.60s 2025-10-06 15:51:51.133869 | fa163e80-fa0c-5351-0bd7-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-06 15:51:51.134528 | fa163e80-fa0c-5351-0bd7-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:56.539568 | 0.87s 2025-10-06 15:51:51.426690 | fa163e80-fa0c-5351-0bd7-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-06 15:51:51.427771 | fa163e80-fa0c-5351-0bd7-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:56.832804 | 1.16s 2025-10-06 15:51:51.434347 | fa163e80-fa0c-5351-0bd7-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:56.839382 | 1.17s 2025-10-06 15:51:51.450495 | fa163e80-fa0c-5351-0bd7-000000004300 | TASK | Check Keystone public endpoint status 2025-10-06 15:51:51.714517 | fa163e80-fa0c-5351-0bd7-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-06 15:51:56.935406 | fa163e80-fa0c-5351-0bd7-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-06 15:51:56.936969 | fa163e80-fa0c-5351-0bd7-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:02.341997 | 5.49s 2025-10-06 15:51:57.188440 | fa163e80-fa0c-5351-0bd7-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-06 15:51:57.189859 | fa163e80-fa0c-5351-0bd7-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:02.594899 | 5.74s 2025-10-06 15:51:57.417054 | fa163e80-fa0c-5351-0bd7-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-06 15:51:57.418495 | fa163e80-fa0c-5351-0bd7-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:02.823535 | 5.97s 2025-10-06 15:51:57.667024 | fa163e80-fa0c-5351-0bd7-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-06 15:51:57.670473 | fa163e80-fa0c-5351-0bd7-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:03.075510 | 6.22s 2025-10-06 15:51:57.681068 | fa163e80-fa0c-5351-0bd7-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:03.086095 | 6.23s 2025-10-06 15:51:57.702189 | fa163e80-fa0c-5351-0bd7-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-06 15:51:57.818982 | fa163e80-fa0c-5351-0bd7-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:03.223985 | 0.11s 2025-10-06 15:51:57.836617 | fa163e80-fa0c-5351-0bd7-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:03.241652 | 0.13s 2025-10-06 15:51:57.846860 | fa163e80-fa0c-5351-0bd7-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:03.251883 | 0.14s 2025-10-06 15:51:57.859544 | 9aa6c4c4-207c-46e1-9d49-b17f6b9b8277 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 15:51:57.868164 | a8570c6a-dd70-4e28-ae66-1b4cf67fc4d6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 15:51:57.893870 | fa163e80-fa0c-5351-0bd7-00000000435c | TASK | Async creation of Keystone admin endpoint 2025-10-06 15:51:58.223713 | fa163e80-fa0c-5351-0bd7-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-06 15:51:58.224693 | fa163e80-fa0c-5351-0bd7-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:03.629728 | 0.33s 2025-10-06 15:51:58.512265 | fa163e80-fa0c-5351-0bd7-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-06 15:51:58.513290 | fa163e80-fa0c-5351-0bd7-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:03.918323 | 0.62s 2025-10-06 15:51:58.790785 | fa163e80-fa0c-5351-0bd7-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-06 15:51:58.791395 | fa163e80-fa0c-5351-0bd7-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.196436 | 0.90s 2025-10-06 15:51:59.077050 | fa163e80-fa0c-5351-0bd7-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-06 15:51:59.078503 | fa163e80-fa0c-5351-0bd7-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.483541 | 1.18s 2025-10-06 15:51:59.354627 | fa163e80-fa0c-5351-0bd7-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-06 15:51:59.355623 | fa163e80-fa0c-5351-0bd7-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.760658 | 1.46s 2025-10-06 15:51:59.676774 | fa163e80-fa0c-5351-0bd7-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-06 15:51:59.677780 | fa163e80-fa0c-5351-0bd7-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.082814 | 1.78s 2025-10-06 15:51:59.990886 | fa163e80-fa0c-5351-0bd7-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-06 15:51:59.992061 | fa163e80-fa0c-5351-0bd7-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.397095 | 2.10s 2025-10-06 15:52:00.277324 | fa163e80-fa0c-5351-0bd7-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-06 15:52:00.278317 | fa163e80-fa0c-5351-0bd7-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.683355 | 2.38s 2025-10-06 15:52:00.589441 | fa163e80-fa0c-5351-0bd7-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-06 15:52:00.590128 | fa163e80-fa0c-5351-0bd7-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.995169 | 2.70s 2025-10-06 15:52:00.884994 | fa163e80-fa0c-5351-0bd7-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-06 15:52:00.889947 | fa163e80-fa0c-5351-0bd7-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:06.294979 | 2.99s 2025-10-06 15:52:00.899171 | fa163e80-fa0c-5351-0bd7-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:06.304211 | 3.00s 2025-10-06 15:52:00.918963 | fa163e80-fa0c-5351-0bd7-00000000435e | TASK | Check Keystone admin endpoint status 2025-10-06 15:52:01.161956 | fa163e80-fa0c-5351-0bd7-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-06 15:52:01.162815 | fa163e80-fa0c-5351-0bd7-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:06.567852 | 0.24s 2025-10-06 15:52:01.396808 | fa163e80-fa0c-5351-0bd7-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-06 15:52:01.397546 | fa163e80-fa0c-5351-0bd7-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:06.802587 | 0.48s 2025-10-06 15:52:01.688926 | fa163e80-fa0c-5351-0bd7-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-06 15:52:01.689991 | fa163e80-fa0c-5351-0bd7-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.095030 | 0.77s 2025-10-06 15:52:01.897061 | fa163e80-fa0c-5351-0bd7-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-06 15:52:01.898333 | fa163e80-fa0c-5351-0bd7-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.303365 | 0.98s 2025-10-06 15:52:02.096888 | fa163e80-fa0c-5351-0bd7-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-06 15:52:02.097998 | fa163e80-fa0c-5351-0bd7-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.503032 | 1.18s 2025-10-06 15:52:02.371027 | fa163e80-fa0c-5351-0bd7-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-06 15:52:02.371992 | fa163e80-fa0c-5351-0bd7-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.776960 | 1.45s 2025-10-06 15:52:02.604884 | fa163e80-fa0c-5351-0bd7-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-06 15:52:02.607027 | fa163e80-fa0c-5351-0bd7-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.012056 | 1.69s 2025-10-06 15:52:02.857232 | fa163e80-fa0c-5351-0bd7-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-06 15:52:02.858523 | fa163e80-fa0c-5351-0bd7-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.263553 | 1.94s 2025-10-06 15:52:03.111545 | fa163e80-fa0c-5351-0bd7-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-06 15:52:03.114263 | fa163e80-fa0c-5351-0bd7-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.519295 | 2.19s 2025-10-06 15:52:03.343091 | fa163e80-fa0c-5351-0bd7-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-06 15:52:03.344338 | fa163e80-fa0c-5351-0bd7-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.749369 | 2.42s 2025-10-06 15:52:03.357274 | fa163e80-fa0c-5351-0bd7-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.762297 | 2.44s 2025-10-06 15:52:03.386613 | fa163e80-fa0c-5351-0bd7-000000004363 | TASK | Async creation of Keystone admin endpoint 2025-10-06 15:52:03.720289 | fa163e80-fa0c-5351-0bd7-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-06 15:52:03.722595 | fa163e80-fa0c-5351-0bd7-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:09.127619 | 0.33s 2025-10-06 15:52:04.041202 | fa163e80-fa0c-5351-0bd7-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-06 15:52:04.042238 | fa163e80-fa0c-5351-0bd7-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:09.447271 | 0.65s 2025-10-06 15:52:04.384743 | fa163e80-fa0c-5351-0bd7-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-06 15:52:04.385924 | fa163e80-fa0c-5351-0bd7-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:09.790957 | 1.00s 2025-10-06 15:52:04.693937 | fa163e80-fa0c-5351-0bd7-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-06 15:52:04.695586 | fa163e80-fa0c-5351-0bd7-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:10.100620 | 1.31s 2025-10-06 15:52:04.706464 | fa163e80-fa0c-5351-0bd7-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:10.111490 | 1.32s 2025-10-06 15:52:04.728344 | fa163e80-fa0c-5351-0bd7-000000004365 | TASK | Check Keystone admin endpoint status 2025-10-06 15:52:05.023005 | fa163e80-fa0c-5351-0bd7-000000004365 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-06 15:52:10.294365 | fa163e80-fa0c-5351-0bd7-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-06 15:52:10.295207 | fa163e80-fa0c-5351-0bd7-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:15.700244 | 5.57s 2025-10-06 15:52:10.559058 | fa163e80-fa0c-5351-0bd7-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-06 15:52:10.559767 | fa163e80-fa0c-5351-0bd7-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:15.964808 | 5.83s 2025-10-06 15:52:10.824565 | fa163e80-fa0c-5351-0bd7-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-06 15:52:10.825460 | fa163e80-fa0c-5351-0bd7-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:16.230497 | 6.10s 2025-10-06 15:52:11.028077 | fa163e80-fa0c-5351-0bd7-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-06 15:52:11.030173 | fa163e80-fa0c-5351-0bd7-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:16.435204 | 6.30s 2025-10-06 15:52:11.042751 | fa163e80-fa0c-5351-0bd7-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:16.447775 | 6.31s 2025-10-06 15:52:11.067259 | fa163e80-fa0c-5351-0bd7-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-06 15:52:11.182502 | fa163e80-fa0c-5351-0bd7-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:16.587503 | 0.11s 2025-10-06 15:52:11.202067 | fa163e80-fa0c-5351-0bd7-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:16.607097 | 0.13s 2025-10-06 15:52:11.224736 | fa163e80-fa0c-5351-0bd7-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:16.629759 | 0.16s 2025-10-06 15:52:11.244272 | e7d2be02-525e-4b88-98b1-7dc7ec160025 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 15:52:11.254168 | 359f1bbf-4ffe-46e7-a22b-dc7a77276f90 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 15:52:11.279419 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TASK | Async creation of Keystone internal endpoint 2025-10-06 15:52:11.606624 | fa163e80-fa0c-5351-0bd7-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-06 15:52:11.608310 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.013334 | 0.33s 2025-10-06 15:52:11.874198 | fa163e80-fa0c-5351-0bd7-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-06 15:52:11.874869 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.279909 | 0.59s 2025-10-06 15:52:12.141525 | fa163e80-fa0c-5351-0bd7-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-06 15:52:12.142832 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.547873 | 0.86s 2025-10-06 15:52:12.438662 | fa163e80-fa0c-5351-0bd7-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-06 15:52:12.439269 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.844310 | 1.16s 2025-10-06 15:52:12.724315 | fa163e80-fa0c-5351-0bd7-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-06 15:52:12.726092 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.131125 | 1.45s 2025-10-06 15:52:13.007705 | fa163e80-fa0c-5351-0bd7-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-06 15:52:13.008398 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.413440 | 1.73s 2025-10-06 15:52:13.294831 | fa163e80-fa0c-5351-0bd7-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-06 15:52:13.295408 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.700450 | 2.01s 2025-10-06 15:52:13.579150 | fa163e80-fa0c-5351-0bd7-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-06 15:52:13.579816 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.984858 | 2.30s 2025-10-06 15:52:13.820737 | fa163e80-fa0c-5351-0bd7-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-06 15:52:13.821516 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:19.226554 | 2.54s 2025-10-06 15:52:14.025637 | fa163e80-fa0c-5351-0bd7-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-06 15:52:14.026266 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:19.431307 | 2.75s 2025-10-06 15:52:14.032163 | fa163e80-fa0c-5351-0bd7-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:19.437199 | 2.75s 2025-10-06 15:52:14.048845 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TASK | Check Keystone internal endpoint status 2025-10-06 15:52:14.261531 | fa163e80-fa0c-5351-0bd7-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-06 15:52:14.264872 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:19.669896 | 0.21s 2025-10-06 15:52:14.494282 | fa163e80-fa0c-5351-0bd7-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-06 15:52:14.495180 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:19.900220 | 0.44s 2025-10-06 15:52:14.730162 | fa163e80-fa0c-5351-0bd7-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-06 15:52:14.731372 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.136405 | 0.68s 2025-10-06 15:52:15.044986 | fa163e80-fa0c-5351-0bd7-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-06 15:52:15.046404 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.451431 | 1.00s 2025-10-06 15:52:15.275243 | fa163e80-fa0c-5351-0bd7-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-06 15:52:15.277978 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.682960 | 1.23s 2025-10-06 15:52:15.487166 | fa163e80-fa0c-5351-0bd7-0000000043c3 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-06 15:52:20.713814 | fa163e80-fa0c-5351-0bd7-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-06 15:52:20.714468 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:26.119510 | 6.66s 2025-10-06 15:52:20.919946 | fa163e80-fa0c-5351-0bd7-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-06 15:52:20.920526 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:26.325569 | 6.87s 2025-10-06 15:52:21.182757 | fa163e80-fa0c-5351-0bd7-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-06 15:52:21.184509 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:26.589542 | 7.13s 2025-10-06 15:52:21.460794 | fa163e80-fa0c-5351-0bd7-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-06 15:52:21.461857 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:26.866891 | 7.41s 2025-10-06 15:52:21.720524 | fa163e80-fa0c-5351-0bd7-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-06 15:52:21.721636 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:27.126670 | 7.67s 2025-10-06 15:52:21.739587 | fa163e80-fa0c-5351-0bd7-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:27.144611 | 7.69s 2025-10-06 15:52:21.769012 | fa163e80-fa0c-5351-0bd7-0000000043c8 | TASK | Async creation of Keystone internal endpoint 2025-10-06 15:52:22.116447 | fa163e80-fa0c-5351-0bd7-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-06 15:52:22.120056 | fa163e80-fa0c-5351-0bd7-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:27.525076 | 0.35s 2025-10-06 15:52:22.427639 | fa163e80-fa0c-5351-0bd7-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-06 15:52:22.428599 | fa163e80-fa0c-5351-0bd7-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:27.833638 | 0.66s 2025-10-06 15:52:22.719328 | fa163e80-fa0c-5351-0bd7-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-06 15:52:22.719940 | fa163e80-fa0c-5351-0bd7-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:28.124981 | 0.95s 2025-10-06 15:52:23.023802 | fa163e80-fa0c-5351-0bd7-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-06 15:52:23.024396 | fa163e80-fa0c-5351-0bd7-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:28.429438 | 1.25s 2025-10-06 15:52:23.033295 | fa163e80-fa0c-5351-0bd7-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:28.438320 | 1.26s 2025-10-06 15:52:23.056762 | fa163e80-fa0c-5351-0bd7-0000000043ca | TASK | Check Keystone internal endpoint status 2025-10-06 15:52:23.298192 | fa163e80-fa0c-5351-0bd7-0000000043ca | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-06 15:52:28.528787 | fa163e80-fa0c-5351-0bd7-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-06 15:52:28.530616 | fa163e80-fa0c-5351-0bd7-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.935633 | 5.47s 2025-10-06 15:52:28.818168 | fa163e80-fa0c-5351-0bd7-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-06 15:52:28.820363 | fa163e80-fa0c-5351-0bd7-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:34.225389 | 5.76s 2025-10-06 15:52:29.047530 | fa163e80-fa0c-5351-0bd7-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-06 15:52:29.048744 | fa163e80-fa0c-5351-0bd7-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:34.453777 | 5.99s 2025-10-06 15:52:29.300055 | fa163e80-fa0c-5351-0bd7-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-06 15:52:29.301938 | fa163e80-fa0c-5351-0bd7-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:34.706961 | 6.24s 2025-10-06 15:52:29.313767 | fa163e80-fa0c-5351-0bd7-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:34.718792 | 6.26s 2025-10-06 15:52:29.335268 | fa163e80-fa0c-5351-0bd7-000000003d22 | TASK | Run cleanup tasks 2025-10-06 15:52:29.374983 | fa163e80-fa0c-5351-0bd7-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:34.780005 | 0.04s 2025-10-06 15:52:29.390994 | 2a2b6cf1-e7cf-44bc-ac71-f6314f442bcb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-06 15:52:29.454112 | fa163e80-fa0c-5351-0bd7-000000004424 | TASK | Get list of enabled services 2025-10-06 15:52:31.952070 | fa163e80-fa0c-5351-0bd7-000000004424 | CHANGED | Get list of enabled services | undercloud 2025-10-06 15:52:31.953464 | fa163e80-fa0c-5351-0bd7-000000004424 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:37.358493 | 2.50s 2025-10-06 15:52:31.972987 | fa163e80-fa0c-5351-0bd7-000000004425 | TASK | List services to be disabled 2025-10-06 15:52:32.060430 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-06 15:52:32.097256 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-06 15:52:32.127187 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-06 15:52:32.157474 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-06 15:52:32.181084 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-06 15:52:32.206700 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-06 15:52:32.232582 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-06 15:52:32.260683 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-06 15:52:32.283931 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-06 15:52:32.310722 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-06 15:52:32.336245 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-06 15:52:32.361504 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-06 15:52:32.385620 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-06 15:52:32.410968 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-06 15:52:32.434898 | fa163e80-fa0c-5351-0bd7-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-06 15:52:32.442192 | fa163e80-fa0c-5351-0bd7-000000004425 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:37.847217 | 0.47s 2025-10-06 15:52:32.463599 | fa163e80-fa0c-5351-0bd7-000000004426 | TASK | Delete keystone services not enabled 2025-10-06 15:52:32.493975 | fa163e80-fa0c-5351-0bd7-000000004426 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:37.898996 | 0.03s 2025-10-06 15:52:32.512521 | fa163e80-fa0c-5351-0bd7-000000003d23 | TASK | Create Keystone Roles 2025-10-06 15:52:32.635911 | fa163e80-fa0c-5351-0bd7-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:38.040915 | 0.12s 2025-10-06 15:52:32.678216 | fa163e80-fa0c-5351-0bd7-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:38.083241 | 0.16s 2025-10-06 15:52:32.684692 | fa163e80-fa0c-5351-0bd7-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:38.089693 | 0.17s 2025-10-06 15:52:32.700264 | bdca938d-fe34-4d86-967b-602097e87b1d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-06 15:52:32.709180 | e64cafec-b4ee-445f-be88-ff64ca5da894 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-06 15:52:32.773902 | fa163e80-fa0c-5351-0bd7-000000004594 | TASK | Async creation of Keystone role 2025-10-06 15:52:33.121122 | fa163e80-fa0c-5351-0bd7-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-06 15:52:33.122618 | fa163e80-fa0c-5351-0bd7-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:38.527641 | 0.35s 2025-10-06 15:52:33.427153 | fa163e80-fa0c-5351-0bd7-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-06 15:52:33.429309 | fa163e80-fa0c-5351-0bd7-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:38.834343 | 0.65s 2025-10-06 15:52:33.734966 | fa163e80-fa0c-5351-0bd7-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-06 15:52:33.735527 | fa163e80-fa0c-5351-0bd7-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:39.140570 | 0.96s 2025-10-06 15:52:34.005443 | fa163e80-fa0c-5351-0bd7-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-06 15:52:34.005968 | fa163e80-fa0c-5351-0bd7-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:39.411011 | 1.23s 2025-10-06 15:52:34.295946 | fa163e80-fa0c-5351-0bd7-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-06 15:52:34.297285 | fa163e80-fa0c-5351-0bd7-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:39.702319 | 1.52s 2025-10-06 15:52:34.617254 | fa163e80-fa0c-5351-0bd7-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-06 15:52:34.618532 | fa163e80-fa0c-5351-0bd7-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:40.023565 | 1.84s 2025-10-06 15:52:34.904536 | fa163e80-fa0c-5351-0bd7-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-06 15:52:34.905882 | fa163e80-fa0c-5351-0bd7-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:40.310922 | 2.13s 2025-10-06 15:52:35.190292 | fa163e80-fa0c-5351-0bd7-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-06 15:52:35.190874 | fa163e80-fa0c-5351-0bd7-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:40.595915 | 2.42s 2025-10-06 15:52:35.496560 | fa163e80-fa0c-5351-0bd7-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-06 15:52:35.497280 | fa163e80-fa0c-5351-0bd7-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:40.902315 | 2.72s 2025-10-06 15:52:35.767498 | fa163e80-fa0c-5351-0bd7-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-06 15:52:35.768117 | fa163e80-fa0c-5351-0bd7-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:41.173158 | 2.99s 2025-10-06 15:52:35.776208 | fa163e80-fa0c-5351-0bd7-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:41.181243 | 3.00s 2025-10-06 15:52:35.790864 | fa163e80-fa0c-5351-0bd7-000000004596 | TASK | Check Keystone role status 2025-10-06 15:52:36.062079 | fa163e80-fa0c-5351-0bd7-000000004596 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-06 15:52:36.063982 | fa163e80-fa0c-5351-0bd7-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:41.469004 | 0.27s 2025-10-06 15:52:36.323331 | fa163e80-fa0c-5351-0bd7-000000004596 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-06 15:52:36.324273 | fa163e80-fa0c-5351-0bd7-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:41.729306 | 0.53s 2025-10-06 15:52:36.545600 | fa163e80-fa0c-5351-0bd7-000000004596 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-06 15:52:36.546688 | fa163e80-fa0c-5351-0bd7-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:41.951723 | 0.76s 2025-10-06 15:52:36.816234 | fa163e80-fa0c-5351-0bd7-000000004596 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-06 15:52:36.818625 | fa163e80-fa0c-5351-0bd7-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:42.223654 | 1.03s 2025-10-06 15:52:37.056419 | fa163e80-fa0c-5351-0bd7-000000004596 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-06 15:52:37.057133 | fa163e80-fa0c-5351-0bd7-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:42.462174 | 1.27s 2025-10-06 15:52:37.323406 | fa163e80-fa0c-5351-0bd7-000000004596 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-06 15:52:37.324310 | fa163e80-fa0c-5351-0bd7-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:42.729348 | 1.53s 2025-10-06 15:52:37.543655 | fa163e80-fa0c-5351-0bd7-000000004596 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-06 15:52:37.545204 | fa163e80-fa0c-5351-0bd7-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:42.950244 | 1.75s 2025-10-06 15:52:37.787581 | fa163e80-fa0c-5351-0bd7-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-06 15:52:37.788254 | fa163e80-fa0c-5351-0bd7-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:43.193294 | 2.00s 2025-10-06 15:52:38.076487 | fa163e80-fa0c-5351-0bd7-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-06 15:52:38.078622 | fa163e80-fa0c-5351-0bd7-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:43.483655 | 2.29s 2025-10-06 15:52:38.260896 | fa163e80-fa0c-5351-0bd7-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-06 15:52:38.262501 | fa163e80-fa0c-5351-0bd7-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:43.667534 | 2.47s 2025-10-06 15:52:38.277161 | fa163e80-fa0c-5351-0bd7-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:43.682194 | 2.49s 2025-10-06 15:52:38.300919 | fa163e80-fa0c-5351-0bd7-00000000459b | TASK | Async creation of Keystone role 2025-10-06 15:52:38.584212 | fa163e80-fa0c-5351-0bd7-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-06 15:52:38.585734 | fa163e80-fa0c-5351-0bd7-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:43.990772 | 0.28s 2025-10-06 15:52:38.862702 | fa163e80-fa0c-5351-0bd7-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-06 15:52:38.863274 | fa163e80-fa0c-5351-0bd7-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:44.268315 | 0.56s 2025-10-06 15:52:39.199160 | fa163e80-fa0c-5351-0bd7-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-06 15:52:39.200459 | fa163e80-fa0c-5351-0bd7-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:44.605500 | 0.90s 2025-10-06 15:52:39.211344 | fa163e80-fa0c-5351-0bd7-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:44.616371 | 0.91s 2025-10-06 15:52:39.231663 | fa163e80-fa0c-5351-0bd7-00000000459d | TASK | Check Keystone role status 2025-10-06 15:52:39.578835 | fa163e80-fa0c-5351-0bd7-00000000459d | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-06 15:52:44.804970 | fa163e80-fa0c-5351-0bd7-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-06 15:52:44.806502 | fa163e80-fa0c-5351-0bd7-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:50.211525 | 5.57s 2025-10-06 15:52:45.043429 | fa163e80-fa0c-5351-0bd7-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-06 15:52:45.044823 | fa163e80-fa0c-5351-0bd7-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:50.449856 | 5.81s 2025-10-06 15:52:45.294147 | fa163e80-fa0c-5351-0bd7-00000000459d | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-06 15:52:45.295395 | fa163e80-fa0c-5351-0bd7-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:50.700426 | 6.06s 2025-10-06 15:52:45.307668 | fa163e80-fa0c-5351-0bd7-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:50.712656 | 6.07s 2025-10-06 15:52:45.333050 | fa163e80-fa0c-5351-0bd7-000000003d25 | TASK | Create Keystone Users 2025-10-06 15:52:45.448450 | fa163e80-fa0c-5351-0bd7-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:50.853464 | 0.11s 2025-10-06 15:52:45.468949 | fa163e80-fa0c-5351-0bd7-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:50.873977 | 0.13s 2025-10-06 15:52:45.482253 | fa163e80-fa0c-5351-0bd7-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:50.887268 | 0.15s 2025-10-06 15:52:45.506427 | 2922173c-c44e-42af-82b3-c5f00f9f0ffc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-06 15:52:45.519943 | b15c7453-7a23-4d70-8393-96e5b7c0dd42 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-06 15:52:45.584503 | fa163e80-fa0c-5351-0bd7-000000004745 | TASK | Check password of Keystone user 2025-10-06 15:52:46.564854 | fa163e80-fa0c-5351-0bd7-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:52:46.566372 | fa163e80-fa0c-5351-0bd7-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:51.971392 | 0.98s 2025-10-06 15:52:47.537286 | fa163e80-fa0c-5351-0bd7-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:52:47.538558 | fa163e80-fa0c-5351-0bd7-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:52.943588 | 1.95s 2025-10-06 15:52:48.532414 | fa163e80-fa0c-5351-0bd7-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:52:48.533636 | fa163e80-fa0c-5351-0bd7-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:53.938664 | 2.95s 2025-10-06 15:52:49.421291 | fa163e80-fa0c-5351-0bd7-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:52:49.423984 | fa163e80-fa0c-5351-0bd7-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:54.829003 | 3.84s 2025-10-06 15:52:50.474219 | fa163e80-fa0c-5351-0bd7-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:52:50.476013 | fa163e80-fa0c-5351-0bd7-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:55.881039 | 4.89s 2025-10-06 15:52:51.360497 | fa163e80-fa0c-5351-0bd7-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:52:51.361814 | fa163e80-fa0c-5351-0bd7-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:56.766841 | 5.78s 2025-10-06 15:52:52.351699 | fa163e80-fa0c-5351-0bd7-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:52:52.356714 | fa163e80-fa0c-5351-0bd7-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:57.761736 | 6.77s 2025-10-06 15:52:53.275271 | fa163e80-fa0c-5351-0bd7-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:52:53.277394 | fa163e80-fa0c-5351-0bd7-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:58.682430 | 7.69s 2025-10-06 15:52:54.175988 | fa163e80-fa0c-5351-0bd7-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:52:54.180195 | fa163e80-fa0c-5351-0bd7-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:59.585222 | 8.59s 2025-10-06 15:52:55.051326 | fa163e80-fa0c-5351-0bd7-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:52:55.054192 | fa163e80-fa0c-5351-0bd7-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:00.459218 | 9.47s 2025-10-06 15:52:55.061260 | fa163e80-fa0c-5351-0bd7-000000004745 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:52:55.062075 | fa163e80-fa0c-5351-0bd7-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:00.467114 | 9.48s 2025-10-06 15:52:55.077424 | fa163e80-fa0c-5351-0bd7-000000004747 | TASK | Async creation of Keystone user 2025-10-06 15:52:55.489250 | fa163e80-fa0c-5351-0bd7-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:52:55.491909 | fa163e80-fa0c-5351-0bd7-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:00.896922 | 0.41s 2025-10-06 15:52:55.849637 | fa163e80-fa0c-5351-0bd7-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:52:55.850546 | fa163e80-fa0c-5351-0bd7-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.255582 | 0.77s 2025-10-06 15:52:56.217930 | fa163e80-fa0c-5351-0bd7-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:52:56.220009 | fa163e80-fa0c-5351-0bd7-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.625044 | 1.14s 2025-10-06 15:52:56.558523 | fa163e80-fa0c-5351-0bd7-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:52:56.560579 | fa163e80-fa0c-5351-0bd7-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.965602 | 1.48s 2025-10-06 15:52:56.935168 | fa163e80-fa0c-5351-0bd7-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:52:56.936763 | fa163e80-fa0c-5351-0bd7-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:02.341798 | 1.86s 2025-10-06 15:52:57.285156 | fa163e80-fa0c-5351-0bd7-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:52:57.286575 | fa163e80-fa0c-5351-0bd7-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:02.691165 | 2.21s 2025-10-06 15:52:57.603574 | fa163e80-fa0c-5351-0bd7-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:52:57.604416 | fa163e80-fa0c-5351-0bd7-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:03.009453 | 2.53s 2025-10-06 15:52:57.978460 | fa163e80-fa0c-5351-0bd7-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:52:57.980180 | fa163e80-fa0c-5351-0bd7-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:03.385216 | 2.90s 2025-10-06 15:52:58.325232 | fa163e80-fa0c-5351-0bd7-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:52:58.326771 | fa163e80-fa0c-5351-0bd7-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:03.731804 | 3.25s 2025-10-06 15:52:58.661107 | fa163e80-fa0c-5351-0bd7-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:52:58.661891 | fa163e80-fa0c-5351-0bd7-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:04.066929 | 3.58s 2025-10-06 15:52:58.665615 | fa163e80-fa0c-5351-0bd7-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:52:58.666498 | fa163e80-fa0c-5351-0bd7-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:04.071537 | 3.59s 2025-10-06 15:52:58.681587 | fa163e80-fa0c-5351-0bd7-000000004749 | TASK | Check Keystone user status 2025-10-06 15:52:59.024558 | fa163e80-fa0c-5351-0bd7-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:52:59.027487 | fa163e80-fa0c-5351-0bd7-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:04.432503 | 0.34s 2025-10-06 15:52:59.280257 | fa163e80-fa0c-5351-0bd7-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:52:59.282504 | fa163e80-fa0c-5351-0bd7-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:04.687531 | 0.60s 2025-10-06 15:52:59.541663 | fa163e80-fa0c-5351-0bd7-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:52:59.543502 | fa163e80-fa0c-5351-0bd7-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:04.948534 | 0.86s 2025-10-06 15:52:59.814895 | fa163e80-fa0c-5351-0bd7-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:52:59.817398 | fa163e80-fa0c-5351-0bd7-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:05.222428 | 1.13s 2025-10-06 15:53:00.121021 | fa163e80-fa0c-5351-0bd7-000000004749 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-06 15:53:05.353447 | fa163e80-fa0c-5351-0bd7-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:05.355203 | fa163e80-fa0c-5351-0bd7-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:10.760235 | 6.67s 2025-10-06 15:53:05.623153 | fa163e80-fa0c-5351-0bd7-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:05.625050 | fa163e80-fa0c-5351-0bd7-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:11.030076 | 6.94s 2025-10-06 15:53:05.923731 | fa163e80-fa0c-5351-0bd7-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:05.924921 | fa163e80-fa0c-5351-0bd7-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:11.329959 | 7.24s 2025-10-06 15:53:06.216088 | fa163e80-fa0c-5351-0bd7-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:06.217084 | fa163e80-fa0c-5351-0bd7-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:11.622117 | 7.53s 2025-10-06 15:53:06.503927 | fa163e80-fa0c-5351-0bd7-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:06.505689 | fa163e80-fa0c-5351-0bd7-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:11.910721 | 7.82s 2025-10-06 15:53:06.759879 | fa163e80-fa0c-5351-0bd7-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:06.762387 | fa163e80-fa0c-5351-0bd7-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:12.167417 | 8.08s 2025-10-06 15:53:06.774569 | fa163e80-fa0c-5351-0bd7-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:06.775724 | fa163e80-fa0c-5351-0bd7-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:12.180756 | 8.09s 2025-10-06 15:53:06.800154 | fa163e80-fa0c-5351-0bd7-00000000474e | TASK | Check password of Keystone user 2025-10-06 15:53:07.727499 | fa163e80-fa0c-5351-0bd7-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:53:07.730297 | fa163e80-fa0c-5351-0bd7-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:13.135320 | 0.93s 2025-10-06 15:53:08.648990 | fa163e80-fa0c-5351-0bd7-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:53:08.663466 | fa163e80-fa0c-5351-0bd7-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:14.068490 | 1.86s 2025-10-06 15:53:09.613823 | fa163e80-fa0c-5351-0bd7-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:53:09.616466 | fa163e80-fa0c-5351-0bd7-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:15.021499 | 2.81s 2025-10-06 15:53:10.701634 | fa163e80-fa0c-5351-0bd7-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:53:10.704891 | fa163e80-fa0c-5351-0bd7-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:16.109920 | 3.90s 2025-10-06 15:53:11.699102 | fa163e80-fa0c-5351-0bd7-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:53:11.701771 | fa163e80-fa0c-5351-0bd7-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:17.106801 | 4.90s 2025-10-06 15:53:12.609944 | fa163e80-fa0c-5351-0bd7-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:53:12.611320 | fa163e80-fa0c-5351-0bd7-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:18.016357 | 5.81s 2025-10-06 15:53:13.537565 | fa163e80-fa0c-5351-0bd7-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:53:13.538575 | fa163e80-fa0c-5351-0bd7-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:18.943607 | 6.74s 2025-10-06 15:53:13.544044 | fa163e80-fa0c-5351-0bd7-00000000474e | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-06 15:53:13.544746 | fa163e80-fa0c-5351-0bd7-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:18.949786 | 6.74s 2025-10-06 15:53:13.564047 | fa163e80-fa0c-5351-0bd7-000000004750 | TASK | Async creation of Keystone user 2025-10-06 15:53:14.032761 | fa163e80-fa0c-5351-0bd7-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:53:14.034241 | fa163e80-fa0c-5351-0bd7-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:19.439265 | 0.47s 2025-10-06 15:53:14.383436 | fa163e80-fa0c-5351-0bd7-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:53:14.385179 | fa163e80-fa0c-5351-0bd7-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:19.790206 | 0.82s 2025-10-06 15:53:14.719920 | fa163e80-fa0c-5351-0bd7-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:53:14.721949 | fa163e80-fa0c-5351-0bd7-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:20.126969 | 1.16s 2025-10-06 15:53:15.084041 | fa163e80-fa0c-5351-0bd7-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:53:15.085805 | fa163e80-fa0c-5351-0bd7-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:20.490837 | 1.52s 2025-10-06 15:53:15.443334 | fa163e80-fa0c-5351-0bd7-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:53:15.446218 | fa163e80-fa0c-5351-0bd7-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:20.851244 | 1.88s 2025-10-06 15:53:15.831418 | fa163e80-fa0c-5351-0bd7-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:53:15.834929 | fa163e80-fa0c-5351-0bd7-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:21.239955 | 2.27s 2025-10-06 15:53:16.128726 | fa163e80-fa0c-5351-0bd7-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:53:16.167411 | fa163e80-fa0c-5351-0bd7-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:21.572428 | 2.60s 2025-10-06 15:53:16.177317 | fa163e80-fa0c-5351-0bd7-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 15:53:16.178189 | fa163e80-fa0c-5351-0bd7-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:21.583226 | 2.61s 2025-10-06 15:53:16.195017 | fa163e80-fa0c-5351-0bd7-000000004752 | TASK | Check Keystone user status 2025-10-06 15:53:16.475574 | fa163e80-fa0c-5351-0bd7-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:16.477043 | fa163e80-fa0c-5351-0bd7-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:21.882076 | 0.28s 2025-10-06 15:53:16.785394 | fa163e80-fa0c-5351-0bd7-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:16.787752 | fa163e80-fa0c-5351-0bd7-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:22.192781 | 0.59s 2025-10-06 15:53:17.075948 | fa163e80-fa0c-5351-0bd7-000000004752 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-06 15:53:22.304965 | fa163e80-fa0c-5351-0bd7-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:22.307467 | fa163e80-fa0c-5351-0bd7-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:27.712499 | 6.11s 2025-10-06 15:53:22.536958 | fa163e80-fa0c-5351-0bd7-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:22.538038 | fa163e80-fa0c-5351-0bd7-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:27.943077 | 6.34s 2025-10-06 15:53:22.852841 | fa163e80-fa0c-5351-0bd7-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:22.854500 | fa163e80-fa0c-5351-0bd7-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:28.259524 | 6.66s 2025-10-06 15:53:23.117386 | fa163e80-fa0c-5351-0bd7-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:23.120064 | fa163e80-fa0c-5351-0bd7-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:28.525085 | 6.92s 2025-10-06 15:53:23.402277 | fa163e80-fa0c-5351-0bd7-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:23.403988 | fa163e80-fa0c-5351-0bd7-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:28.808440 | 7.21s 2025-10-06 15:53:23.409333 | fa163e80-fa0c-5351-0bd7-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-06 15:53:23.410340 | fa163e80-fa0c-5351-0bd7-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:28.815373 | 7.21s 2025-10-06 15:53:23.430831 | fa163e80-fa0c-5351-0bd7-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-06 15:53:23.515609 | fa163e80-fa0c-5351-0bd7-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:28.920618 | 0.08s 2025-10-06 15:53:23.561807 | fa163e80-fa0c-5351-0bd7-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:28.966825 | 0.13s 2025-10-06 15:53:23.566204 | fa163e80-fa0c-5351-0bd7-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:28.971239 | 0.13s 2025-10-06 15:53:23.573369 | fa163e80-fa0c-5351-0bd7-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:28.978401 | 0.14s 2025-10-06 15:53:23.588693 | 67c4d3c2-b22c-455e-a3d5-6651ffb95500 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-06 15:53:23.595987 | d4cd09ee-ab39-4118-bdf9-9847ce3ce9c3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-06 15:53:23.601762 | 172279eb-bc34-4511-a030-4ac082056439 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-06 15:53:23.665946 | fa163e80-fa0c-5351-0bd7-000000004962 | TASK | Async assignment of Keystone user per role 2025-10-06 15:53:23.758505 | fa163e80-fa0c-5351-0bd7-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:29.163516 | 0.09s 2025-10-06 15:53:23.782428 | fa163e80-fa0c-5351-0bd7-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:29.187459 | 0.12s 2025-10-06 15:53:23.794341 | fa163e80-fa0c-5351-0bd7-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:29.199376 | 0.13s 2025-10-06 15:53:23.802745 | aaedadcb-ded8-4e3d-817a-f951e779b123 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-06 15:53:23.807479 | 2e6786b9-49bf-4306-9692-faf889212297 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-06 15:53:23.823511 | fa163e80-fa0c-5351-0bd7-000000004b42 | TASK | Async assignment of Keystone user to roles 2025-10-06 15:53:24.215814 | fa163e80-fa0c-5351-0bd7-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-06 15:53:24.216712 | fa163e80-fa0c-5351-0bd7-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:29.621749 | 0.39s 2025-10-06 15:53:24.561991 | fa163e80-fa0c-5351-0bd7-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-06 15:53:24.562975 | fa163e80-fa0c-5351-0bd7-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:29.968010 | 0.74s 2025-10-06 15:53:24.907272 | fa163e80-fa0c-5351-0bd7-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-06 15:53:24.908959 | fa163e80-fa0c-5351-0bd7-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:30.313992 | 1.08s 2025-10-06 15:53:25.284841 | fa163e80-fa0c-5351-0bd7-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-06 15:53:25.285827 | fa163e80-fa0c-5351-0bd7-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:30.690861 | 1.46s 2025-10-06 15:53:25.649864 | fa163e80-fa0c-5351-0bd7-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-06 15:53:25.650922 | fa163e80-fa0c-5351-0bd7-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:31.055955 | 1.83s 2025-10-06 15:53:25.997885 | fa163e80-fa0c-5351-0bd7-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-06 15:53:25.999535 | fa163e80-fa0c-5351-0bd7-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:31.404568 | 2.18s 2025-10-06 15:53:26.345459 | fa163e80-fa0c-5351-0bd7-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-06 15:53:26.347616 | fa163e80-fa0c-5351-0bd7-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:31.752650 | 2.52s 2025-10-06 15:53:26.680953 | fa163e80-fa0c-5351-0bd7-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-06 15:53:26.683744 | fa163e80-fa0c-5351-0bd7-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:32.088777 | 2.86s 2025-10-06 15:53:26.976426 | fa163e80-fa0c-5351-0bd7-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-06 15:53:26.977226 | fa163e80-fa0c-5351-0bd7-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:32.382265 | 3.15s 2025-10-06 15:53:27.334945 | fa163e80-fa0c-5351-0bd7-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-06 15:53:27.336486 | fa163e80-fa0c-5351-0bd7-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:32.741526 | 3.51s 2025-10-06 15:53:27.348099 | fa163e80-fa0c-5351-0bd7-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:32.753117 | 3.52s 2025-10-06 15:53:27.369749 | fa163e80-fa0c-5351-0bd7-000000004b44 | TASK | Check Keystone user assignment to roles status 2025-10-06 15:53:27.737479 | fa163e80-fa0c-5351-0bd7-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-06 15:53:27.740215 | fa163e80-fa0c-5351-0bd7-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:33.145236 | 0.37s 2025-10-06 15:53:28.012326 | fa163e80-fa0c-5351-0bd7-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-06 15:53:28.013738 | fa163e80-fa0c-5351-0bd7-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:33.418778 | 0.64s 2025-10-06 15:53:28.246765 | fa163e80-fa0c-5351-0bd7-000000004b44 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-06 15:53:33.493008 | fa163e80-fa0c-5351-0bd7-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-06 15:53:33.494307 | fa163e80-fa0c-5351-0bd7-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:38.899340 | 6.12s 2025-10-06 15:53:33.776639 | fa163e80-fa0c-5351-0bd7-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-06 15:53:33.778976 | fa163e80-fa0c-5351-0bd7-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:39.184005 | 6.41s 2025-10-06 15:53:34.043051 | fa163e80-fa0c-5351-0bd7-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-06 15:53:34.044273 | fa163e80-fa0c-5351-0bd7-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:39.449305 | 6.67s 2025-10-06 15:53:34.291858 | fa163e80-fa0c-5351-0bd7-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-06 15:53:34.292955 | fa163e80-fa0c-5351-0bd7-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:39.697989 | 6.92s 2025-10-06 15:53:34.540253 | fa163e80-fa0c-5351-0bd7-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-06 15:53:34.541321 | fa163e80-fa0c-5351-0bd7-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:39.946356 | 7.17s 2025-10-06 15:53:34.797177 | fa163e80-fa0c-5351-0bd7-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-06 15:53:34.798269 | fa163e80-fa0c-5351-0bd7-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:40.203303 | 7.43s 2025-10-06 15:53:35.074479 | fa163e80-fa0c-5351-0bd7-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-06 15:53:35.075568 | fa163e80-fa0c-5351-0bd7-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:40.480602 | 7.70s 2025-10-06 15:53:35.329198 | fa163e80-fa0c-5351-0bd7-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-06 15:53:35.331140 | fa163e80-fa0c-5351-0bd7-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:40.736173 | 7.96s 2025-10-06 15:53:35.344197 | fa163e80-fa0c-5351-0bd7-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:40.749222 | 7.97s 2025-10-06 15:53:35.369309 | fa163e80-fa0c-5351-0bd7-000000004b49 | TASK | Async assignment of Keystone user to roles 2025-10-06 15:53:35.749916 | fa163e80-fa0c-5351-0bd7-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-06 15:53:35.752295 | fa163e80-fa0c-5351-0bd7-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.157318 | 0.38s 2025-10-06 15:53:36.079988 | fa163e80-fa0c-5351-0bd7-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-06 15:53:36.080795 | fa163e80-fa0c-5351-0bd7-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.485833 | 0.71s 2025-10-06 15:53:36.509010 | fa163e80-fa0c-5351-0bd7-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-06 15:53:36.510688 | fa163e80-fa0c-5351-0bd7-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.915687 | 1.14s 2025-10-06 15:53:36.866132 | fa163e80-fa0c-5351-0bd7-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-06 15:53:36.866816 | fa163e80-fa0c-5351-0bd7-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.271856 | 1.50s 2025-10-06 15:53:37.197412 | fa163e80-fa0c-5351-0bd7-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-06 15:53:37.198068 | fa163e80-fa0c-5351-0bd7-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.603109 | 1.83s 2025-10-06 15:53:37.487082 | fa163e80-fa0c-5351-0bd7-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-06 15:53:37.488312 | fa163e80-fa0c-5351-0bd7-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.893353 | 2.12s 2025-10-06 15:53:37.888245 | fa163e80-fa0c-5351-0bd7-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-06 15:53:37.889932 | fa163e80-fa0c-5351-0bd7-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:43.294969 | 2.52s 2025-10-06 15:53:37.899989 | fa163e80-fa0c-5351-0bd7-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:43.305022 | 2.53s 2025-10-06 15:53:37.915271 | fa163e80-fa0c-5351-0bd7-000000004b4b | TASK | Check Keystone user assignment to roles status 2025-10-06 15:53:38.218459 | fa163e80-fa0c-5351-0bd7-000000004b4b | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-06 15:53:43.418115 | fa163e80-fa0c-5351-0bd7-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-06 15:53:43.420436 | fa163e80-fa0c-5351-0bd7-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.825463 | 5.50s 2025-10-06 15:53:43.656672 | fa163e80-fa0c-5351-0bd7-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-06 15:53:43.657813 | fa163e80-fa0c-5351-0bd7-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.062845 | 5.74s 2025-10-06 15:53:43.911229 | fa163e80-fa0c-5351-0bd7-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-06 15:53:43.913168 | fa163e80-fa0c-5351-0bd7-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.318198 | 6.00s 2025-10-06 15:53:44.138782 | fa163e80-fa0c-5351-0bd7-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-06 15:53:44.141079 | fa163e80-fa0c-5351-0bd7-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.546111 | 6.22s 2025-10-06 15:53:44.386919 | fa163e80-fa0c-5351-0bd7-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-06 15:53:44.388835 | fa163e80-fa0c-5351-0bd7-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.793865 | 6.47s 2025-10-06 15:53:44.620736 | fa163e80-fa0c-5351-0bd7-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-06 15:53:44.621583 | fa163e80-fa0c-5351-0bd7-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.026620 | 6.71s 2025-10-06 15:53:44.834176 | fa163e80-fa0c-5351-0bd7-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-06 15:53:44.835302 | fa163e80-fa0c-5351-0bd7-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.240336 | 6.92s 2025-10-06 15:53:44.843557 | fa163e80-fa0c-5351-0bd7-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.248581 | 6.93s 2025-10-06 15:53:44.866372 | fa163e80-fa0c-5351-0bd7-000000004967 | TASK | Async assignment of Keystone user per role 2025-10-06 15:53:44.945367 | fa163e80-fa0c-5351-0bd7-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:50.350384 | 0.08s 2025-10-06 15:53:44.956336 | fa163e80-fa0c-5351-0bd7-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:50.361361 | 0.09s 2025-10-06 15:53:44.970499 | 942aff74-a92d-4aff-90ca-76a0a298a23e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-06 15:53:44.994831 | fa163e80-fa0c-5351-0bd7-000000004bb3 | TASK | Async assignment of Keystone user to roles 2025-10-06 15:53:45.303393 | fa163e80-fa0c-5351-0bd7-000000004bb3 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-06 15:53:45.304286 | fa163e80-fa0c-5351-0bd7-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:50.709322 | 0.31s 2025-10-06 15:53:45.307978 | fa163e80-fa0c-5351-0bd7-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:50.713009 | 0.31s 2025-10-06 15:53:45.323539 | fa163e80-fa0c-5351-0bd7-000000004bb5 | TASK | Check Keystone user assignment to roles status 2025-10-06 15:53:45.605578 | fa163e80-fa0c-5351-0bd7-000000004bb5 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-06 15:53:50.828045 | fa163e80-fa0c-5351-0bd7-000000004bb5 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-06 15:53:50.829833 | fa163e80-fa0c-5351-0bd7-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:56.234863 | 5.51s 2025-10-06 15:53:50.839150 | fa163e80-fa0c-5351-0bd7-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:56.244194 | 5.51s 2025-10-06 15:53:50.853955 | fa163e80-fa0c-5351-0bd7-00000000496c | TASK | Async assignment of Keystone user per role 2025-10-06 15:53:50.946980 | fa163e80-fa0c-5351-0bd7-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:56.351998 | 0.09s 2025-10-06 15:53:50.959416 | fa163e80-fa0c-5351-0bd7-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:56.364450 | 0.10s 2025-10-06 15:53:50.974776 | 33d77b20-26ee-4c9e-837d-6e2aed3b6e06 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-06 15:53:50.999302 | fa163e80-fa0c-5351-0bd7-000000004bd7 | TASK | Async assignment of Keystone user to roles 2025-10-06 15:53:51.351157 | fa163e80-fa0c-5351-0bd7-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-06 15:53:51.352032 | fa163e80-fa0c-5351-0bd7-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:56.757068 | 0.35s 2025-10-06 15:53:51.657302 | fa163e80-fa0c-5351-0bd7-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-06 15:53:51.658112 | fa163e80-fa0c-5351-0bd7-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:57.063151 | 0.66s 2025-10-06 15:53:51.993200 | fa163e80-fa0c-5351-0bd7-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-06 15:53:51.993985 | fa163e80-fa0c-5351-0bd7-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:57.399022 | 0.99s 2025-10-06 15:53:51.998110 | fa163e80-fa0c-5351-0bd7-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:57.403146 | 1.00s 2025-10-06 15:53:52.012848 | fa163e80-fa0c-5351-0bd7-000000004bd9 | TASK | Check Keystone user assignment to roles status 2025-10-06 15:53:52.264937 | fa163e80-fa0c-5351-0bd7-000000004bd9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-06 15:53:57.475469 | fa163e80-fa0c-5351-0bd7-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-06 15:53:57.478606 | fa163e80-fa0c-5351-0bd7-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:02.883624 | 5.46s 2025-10-06 15:53:57.708222 | fa163e80-fa0c-5351-0bd7-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-06 15:53:57.710204 | fa163e80-fa0c-5351-0bd7-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:03.115237 | 5.70s 2025-10-06 15:53:57.939832 | fa163e80-fa0c-5351-0bd7-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-06 15:53:57.940451 | fa163e80-fa0c-5351-0bd7-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:03.345492 | 5.93s 2025-10-06 15:53:57.944915 | fa163e80-fa0c-5351-0bd7-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:03.349943 | 5.93s 2025-10-06 15:53:57.982791 | fa163e80-fa0c-5351-0bd7-000000003ced | TASK | is Keystone LDAP enabled 2025-10-06 15:53:58.038519 | fa163e80-fa0c-5351-0bd7-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-06 15:53:58.040024 | fa163e80-fa0c-5351-0bd7-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:23:03.445053 | 0.06s 2025-10-06 15:53:58.059922 | fa163e80-fa0c-5351-0bd7-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-06 15:53:58.114530 | fa163e80-fa0c-5351-0bd7-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-06 15:53:58.115536 | fa163e80-fa0c-5351-0bd7-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:03.520571 | 0.05s 2025-10-06 15:53:58.131280 | fa163e80-fa0c-5351-0bd7-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-06 15:53:58.195234 | fa163e80-fa0c-5351-0bd7-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-06 15:53:58.197435 | fa163e80-fa0c-5351-0bd7-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:03.602453 | 0.07s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-06 15:53:58.326506 | fa163e80-fa0c-5351-0bd7-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-06 15:53:58.355098 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000e2') missing from stats 2025-10-06 15:53:58.379696 | fa163e80-fa0c-5351-0bd7-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-06 15:53:58.837911 | fa163e80-fa0c-5351-0bd7-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-06 15:53:58.839423 | fa163e80-fa0c-5351-0bd7-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:04.244450 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 15:53:58.916144 | fa163e80-fa0c-5351-0bd7-0000000000e4 | TIMING | include_tasks | standalone | 0:23:04.321165 | 0.04s 2025-10-06 15:53:58.950860 | 6a57bc46-3c9a-46d9-bb81-f445bf749241 | INCLUDED | /root/standalone-ansible-c4pbb1vt/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-06 15:53:58.977765 | fa163e80-fa0c-5351-0bd7-000000004c1b | TASK | Create virtqemud recovery script 2025-10-06 15:53:59.443500 | fa163e80-fa0c-5351-0bd7-000000004c1b | CHANGED | Create virtqemud recovery script | standalone 2025-10-06 15:53:59.444920 | fa163e80-fa0c-5351-0bd7-000000004c1b | TIMING | Create virtqemud recovery script | standalone | 0:23:04.849947 | 0.47s 2025-10-06 15:53:59.474054 | fa163e80-fa0c-5351-0bd7-000000004c1c | TASK | Create virtqemud recovery trigger service 2025-10-06 15:54:00.001051 | fa163e80-fa0c-5351-0bd7-000000004c1c | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-06 15:54:00.001925 | fa163e80-fa0c-5351-0bd7-000000004c1c | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:05.406964 | 0.53s 2025-10-06 15:54:00.031382 | fa163e80-fa0c-5351-0bd7-000000004c1d | TASK | Create virtqemud recovery trigger timer 2025-10-06 15:54:00.511290 | fa163e80-fa0c-5351-0bd7-000000004c1d | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-06 15:54:00.512585 | fa163e80-fa0c-5351-0bd7-000000004c1d | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:05.917617 | 0.48s 2025-10-06 15:54:00.543612 | fa163e80-fa0c-5351-0bd7-000000004c1e | TASK | Enable virtqemud recovery trigger service 2025-10-06 15:54:01.652886 | fa163e80-fa0c-5351-0bd7-000000004c1e | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-06 15:54:01.655176 | fa163e80-fa0c-5351-0bd7-000000004c1e | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:07.060204 | 1.11s 2025-10-06 15:54:01.687084 | fa163e80-fa0c-5351-0bd7-000000004c1f | TASK | Enable virtqemud recovery trigger timer 2025-10-06 15:54:02.798369 | fa163e80-fa0c-5351-0bd7-000000004c1f | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-06 15:54:02.799299 | fa163e80-fa0c-5351-0bd7-000000004c1f | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:08.204339 | 1.11s 2025-10-06 15:54:02.818180 | fa163e80-fa0c-5351-0bd7-000000004c20 | TASK | Really enable virtqemud recovery trigger timer 2025-10-06 15:54:03.484036 | fa163e80-fa0c-5351-0bd7-000000004c20 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-06 15:54:03.485539 | fa163e80-fa0c-5351-0bd7-000000004c20 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:08.890568 | 0.67s 2025-10-06 15:54:03.516592 | fa163e80-fa0c-5351-0bd7-000000004c22 | TASK | Create systemd file 2025-10-06 15:54:03.967338 | fa163e80-fa0c-5351-0bd7-000000004c22 | CHANGED | Create systemd file | standalone 2025-10-06 15:54:03.968810 | fa163e80-fa0c-5351-0bd7-000000004c22 | TIMING | Create systemd file | standalone | 0:23:09.373840 | 0.45s 2025-10-06 15:54:03.997529 | fa163e80-fa0c-5351-0bd7-000000004c23 | TASK | Reload systemd 2025-10-06 15:54:05.790154 | fa163e80-fa0c-5351-0bd7-000000004c23 | CHANGED | Reload systemd | standalone 2025-10-06 15:54:05.791792 | fa163e80-fa0c-5351-0bd7-000000004c23 | TIMING | Reload systemd | standalone | 0:23:11.196820 | 1.79s 2025-10-06 15:54:05.822936 | fa163e80-fa0c-5351-0bd7-000000004c26 | TASK | Start OVN container 2025-10-06 15:54:05.887317 | fa163e80-fa0c-5351-0bd7-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-06 15:54:05.920595 | fa163e80-fa0c-5351-0bd7-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-06 15:54:05.957081 | fa163e80-fa0c-5351-0bd7-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-06 15:54:05.969319 | fa163e80-fa0c-5351-0bd7-000000004c26 | TIMING | Start OVN container | standalone | 0:23:11.374348 | 0.14s 2025-10-06 15:54:05.998918 | fa163e80-fa0c-5351-0bd7-000000004c28 | TASK | Set NB connection 2025-10-06 15:54:06.051464 | fa163e80-fa0c-5351-0bd7-000000004c28 | SKIPPED | Set NB connection | standalone 2025-10-06 15:54:06.052530 | fa163e80-fa0c-5351-0bd7-000000004c28 | TIMING | Set NB connection | standalone | 0:23:11.457565 | 0.05s 2025-10-06 15:54:06.075338 | fa163e80-fa0c-5351-0bd7-000000004c29 | TASK | Set SB connection 2025-10-06 15:54:06.115267 | fa163e80-fa0c-5351-0bd7-000000004c29 | SKIPPED | Set SB connection | standalone 2025-10-06 15:54:06.116249 | fa163e80-fa0c-5351-0bd7-000000004c29 | TIMING | Set SB connection | standalone | 0:23:11.521284 | 0.04s 2025-10-06 15:54:06.144743 | fa163e80-fa0c-5351-0bd7-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-06 15:54:06.385878 | fa163e80-fa0c-5351-0bd7-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-06 15:54:06.387371 | fa163e80-fa0c-5351-0bd7-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:11.792399 | 0.24s 2025-10-06 15:54:06.502274 | fa163e80-fa0c-5351-0bd7-0000000000e7 | TIMING | include_tasks | standalone | 0:23:11.907293 | 0.08s 2025-10-06 15:54:06.540876 | cedff089-4b38-4ba8-b385-f2ab34813a96 | INCLUDED | /root/standalone-ansible-c4pbb1vt/common_deploy_steps_tasks.yaml | standalone 2025-10-06 15:54:06.574919 | fa163e80-fa0c-5351-0bd7-000000004c58 | TASK | Write the config_step hieradata 2025-10-06 15:54:07.069590 | fa163e80-fa0c-5351-0bd7-000000004c58 | OK | Write the config_step hieradata | standalone 2025-10-06 15:54:07.070961 | fa163e80-fa0c-5351-0bd7-000000004c58 | TIMING | Write the config_step hieradata | standalone | 0:23:12.475990 | 0.49s 2025-10-06 15:54:07.100774 | fa163e80-fa0c-5351-0bd7-000000004c59 | TASK | Run puppet host configuration for step 4 2025-10-06 15:54:07.397924 | fa163e80-fa0c-5351-0bd7-000000004c59 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-06 15:54:07.399365 | fa163e80-fa0c-5351-0bd7-000000004c59 | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:12.804394 | 0.30s 2025-10-06 15:54:07.429420 | fa163e80-fa0c-5351-0bd7-000000004c5a | TASK | Wait for puppet host configuration to finish 2025-10-06 15:54:07.682600 | fa163e80-fa0c-5351-0bd7-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 15:54:17.909478 | fa163e80-fa0c-5351-0bd7-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 15:54:28.160408 | fa163e80-fa0c-5351-0bd7-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-06 15:54:38.386780 | fa163e80-fa0c-5351-0bd7-000000004c5a | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 15:54:38.389479 | fa163e80-fa0c-5351-0bd7-000000004c5a | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:43.794510 | 30.96s 2025-10-06 15:54:38.414629 | fa163e80-fa0c-5351-0bd7-000000004c5b | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-06 15:54:38.486788 | fa163e80-fa0c-5351-0bd7-000000004c5b | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 6 15:54:07 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 6 15:54:12 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 15:54:12 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 15:54:12 puppet-user: (file & line not available)", "<13>Oct 6 15:54:12 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 6 15:54:12 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 6 15:54:12 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 6 15:54:12 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 6 15:54:12 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 6 15:54:12 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 6 15:54:12 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 6 15:54:12 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 6 15:54:12 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 6 15:54:12 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 6 15:54:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 15:54:12 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.52 seconds", "<13>Oct 6 15:54:17 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 15:54:19 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 15:54:24 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 6 15:54:24 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}e332edddc889cac9956c8aae7b996c63eb6fa957a9a8d22c30d72d130f393052'", "<13>Oct 6 15:54:24 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 6 15:54:24 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 6 15:54:24 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 6 15:54:24 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 6 15:54:26 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 15:54:31 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 6 15:54:32 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 6 15:54:33 puppet-user: Notice: Applied catalog in 20.14 seconds", "<13>Oct 6 15:54:33 puppet-user: Application:", "<13>Oct 6 15:54:33 puppet-user: Initial environment: production", "<13>Oct 6 15:54:33 puppet-user: Converged environment: production", "<13>Oct 6 15:54:33 puppet-user: Run mode: user", "<13>Oct 6 15:54:33 puppet-user: Changes:", "<13>Oct 6 15:54:33 puppet-user: Total: 10", "<13>Oct 6 15:54:33 puppet-user: Events:", "<13>Oct 6 15:54:33 puppet-user: Success: 10", "<13>Oct 6 15:54:33 puppet-user: Resources:", "<13>Oct 6 15:54:33 puppet-user: Restarted: 1", "<13>Oct 6 15:54:33 puppet-user: Changed: 10", "<13>Oct 6 15:54:33 puppet-user: Out of sync: 10", "<13>Oct 6 15:54:33 puppet-user: Total: 37", "<13>Oct 6 15:54:33 puppet-user: Time:", "<13>Oct 6 15:54:33 puppet-user: Filebucket: 0.00", "<13>Oct 6 15:54:33 puppet-user: File line: 0.00", "<13>Oct 6 15:54:33 puppet-user: Schedule: 0.00", "<13>Oct 6 15:54:33 puppet-user: User: 0.01", "<13>Oct 6 15:54:33 puppet-user: Augeas: 0.01", "<13>Oct 6 15:54:33 puppet-user: File: 0.11", "<13>Oct 6 15:54:33 puppet-user: Config retrieval: 0.65", "<13>Oct 6 15:54:33 puppet-user: Pcmk property: 1.51", "<13>Oct 6 15:54:33 puppet-user: Service: 1.57", "<13>Oct 6 15:54:33 puppet-user: Last run: 1759766073", "<13>Oct 6 15:54:33 puppet-user: Pcmk resource op default: 2.11", "<13>Oct 6 15:54:33 puppet-user: Pcmk resource default: 2.19", "<13>Oct 6 15:54:33 puppet-user: Transaction evaluation: 20.12", "<13>Oct 6 15:54:33 puppet-user: Catalog application: 20.14", "<13>Oct 6 15:54:33 puppet-user: Package: 5.33", "<13>Oct 6 15:54:33 puppet-user: Exec: 7.10", "<13>Oct 6 15:54:33 puppet-user: Total: 20.14", "<13>Oct 6 15:54:33 puppet-user: Version:", "<13>Oct 6 15:54:33 puppet-user: Config: 1759766052", "<13>Oct 6 15:54:33 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 15:54:38.488011 | fa163e80-fa0c-5351-0bd7-000000004c5b | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:43.893049 | 0.07s 2025-10-06 15:54:38.517586 | fa163e80-fa0c-5351-0bd7-000000004c5c | TASK | Pre-cache facts for puppet containers 2025-10-06 15:54:38.548845 | fa163e80-fa0c-5351-0bd7-000000004c5c | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:43.953853 | 0.03s 2025-10-06 15:54:38.625475 | fa163e80-fa0c-5351-0bd7-000000004c9d | TASK | Gather variables for each operating system 2025-10-06 15:54:38.763073 | fa163e80-fa0c-5351-0bd7-000000004c9d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:44.168082 | 0.14s 2025-10-06 15:54:38.796895 | fa163e80-fa0c-5351-0bd7-000000004c9e | TASK | Create puppet caching structures 2025-10-06 15:54:39.066993 | fa163e80-fa0c-5351-0bd7-000000004c9e | CHANGED | Create puppet caching structures | standalone 2025-10-06 15:54:39.069026 | fa163e80-fa0c-5351-0bd7-000000004c9e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:44.474050 | 0.27s 2025-10-06 15:54:39.100282 | fa163e80-fa0c-5351-0bd7-000000004c9f | TASK | Check for facter.conf 2025-10-06 15:54:39.373518 | fa163e80-fa0c-5351-0bd7-000000004c9f | OK | Check for facter.conf | standalone 2025-10-06 15:54:39.375391 | fa163e80-fa0c-5351-0bd7-000000004c9f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:44.780416 | 0.27s 2025-10-06 15:54:39.407346 | fa163e80-fa0c-5351-0bd7-000000004ca0 | TASK | Remove facter.conf if directory 2025-10-06 15:54:39.450827 | fa163e80-fa0c-5351-0bd7-000000004ca0 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 15:54:39.452203 | fa163e80-fa0c-5351-0bd7-000000004ca0 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:44.857230 | 0.04s 2025-10-06 15:54:39.483202 | fa163e80-fa0c-5351-0bd7-000000004ca1 | TASK | Write facter cache config 2025-10-06 15:54:39.944382 | fa163e80-fa0c-5351-0bd7-000000004ca1 | CHANGED | Write facter cache config | standalone 2025-10-06 15:54:39.946554 | fa163e80-fa0c-5351-0bd7-000000004ca1 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:45.351580 | 0.46s 2025-10-06 15:54:39.977901 | fa163e80-fa0c-5351-0bd7-000000004ca2 | TASK | Cleanup facter cache if exists 2025-10-06 15:54:40.203350 | fa163e80-fa0c-5351-0bd7-000000004ca2 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 15:54:40.205360 | fa163e80-fa0c-5351-0bd7-000000004ca2 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:45.610384 | 0.23s 2025-10-06 15:54:40.236342 | fa163e80-fa0c-5351-0bd7-000000004ca3 | TASK | Pre-cache facts 2025-10-06 15:54:40.836166 | fa163e80-fa0c-5351-0bd7-000000004ca3 | CHANGED | Pre-cache facts | standalone 2025-10-06 15:54:40.838062 | fa163e80-fa0c-5351-0bd7-000000004ca3 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:46.243079 | 0.60s 2025-10-06 15:54:40.874425 | fa163e80-fa0c-5351-0bd7-000000004ca4 | TASK | Failed deployment if facter fails 2025-10-06 15:54:40.918485 | fa163e80-fa0c-5351-0bd7-000000004ca4 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 15:54:40.919813 | fa163e80-fa0c-5351-0bd7-000000004ca4 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:46.324839 | 0.04s 2025-10-06 15:54:40.965760 | fa163e80-fa0c-5351-0bd7-000000004ca5 | TASK | Sync cached facts 2025-10-06 15:54:41.287334 | fa163e80-fa0c-5351-0bd7-000000004ca5 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e80-fa0c-5351-0bd7-000000004ca5') missing from stats 2025-10-06 15:54:41.346401 | fa163e80-fa0c-5351-0bd7-000000004c5d | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 15:54:41.380296 | fa163e80-fa0c-5351-0bd7-000000004c5d | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 15:54:41.381785 | fa163e80-fa0c-5351-0bd7-000000004c5d | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:46.786813 | 0.03s 2025-10-06 15:54:41.413852 | fa163e80-fa0c-5351-0bd7-000000004c5f | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-06 15:54:41.434703 | fa163e80-fa0c-5351-0bd7-000000004c5f | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:46.839681 | 0.02s 2025-10-06 15:54:41.507082 | fa163e80-fa0c-5351-0bd7-000000004cfc | TASK | Gather variables for each operating system 2025-10-06 15:54:41.592841 | fa163e80-fa0c-5351-0bd7-000000004cfc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:46.997846 | 0.08s 2025-10-06 15:54:41.620730 | fa163e80-fa0c-5351-0bd7-000000004cfd | TASK | Create container logs path 2025-10-06 15:54:41.904847 | fa163e80-fa0c-5351-0bd7-000000004cfd | OK | Create container logs path | standalone 2025-10-06 15:54:41.906865 | fa163e80-fa0c-5351-0bd7-000000004cfd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:47.311889 | 0.28s 2025-10-06 15:54:41.941107 | fa163e80-fa0c-5351-0bd7-000000004cff | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 15:54:42.244022 | fa163e80-fa0c-5351-0bd7-000000004cff | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-06 15:54:42.245512 | fa163e80-fa0c-5351-0bd7-000000004cff | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:47.650537 | 0.30s 2025-10-06 15:54:42.279141 | fa163e80-fa0c-5351-0bd7-000000004d00 | TASK | Finalise hashes for all containers 2025-10-06 15:54:42.571356 | fa163e80-fa0c-5351-0bd7-000000004d00 | OK | Finalise hashes for all containers | standalone 2025-10-06 15:54:42.572818 | fa163e80-fa0c-5351-0bd7-000000004d00 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:47.977848 | 0.29s 2025-10-06 15:54:42.601996 | fa163e80-fa0c-5351-0bd7-000000004d02 | TASK | Manage systemd shutdown files 2025-10-06 15:54:42.637348 | fa163e80-fa0c-5351-0bd7-000000004d02 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:48.042341 | 0.03s 2025-10-06 15:54:42.682432 | a90ecc9a-9723-40a7-9600-7809d640624a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 15:54:42.712284 | fa163e80-fa0c-5351-0bd7-000000004d35 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 15:54:42.979161 | fa163e80-fa0c-5351-0bd7-000000004d35 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 15:54:42.980898 | fa163e80-fa0c-5351-0bd7-000000004d35 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:48.385921 | 0.27s 2025-10-06 15:54:43.013417 | fa163e80-fa0c-5351-0bd7-000000004d36 | TASK | Set podman_drop_in fact 2025-10-06 15:54:43.056793 | fa163e80-fa0c-5351-0bd7-000000004d36 | OK | Set podman_drop_in fact | standalone 2025-10-06 15:54:43.058447 | fa163e80-fa0c-5351-0bd7-000000004d36 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:48.463472 | 0.04s 2025-10-06 15:54:43.089724 | fa163e80-fa0c-5351-0bd7-000000004d38 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 15:54:43.555524 | fa163e80-fa0c-5351-0bd7-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 15:54:43.557709 | fa163e80-fa0c-5351-0bd7-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:48.962736 | 0.47s 2025-10-06 15:54:44.013461 | fa163e80-fa0c-5351-0bd7-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 15:54:44.016586 | fa163e80-fa0c-5351-0bd7-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:49.421615 | 0.92s 2025-10-06 15:54:44.027119 | fa163e80-fa0c-5351-0bd7-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:49.432133 | 0.94s 2025-10-06 15:54:44.058639 | fa163e80-fa0c-5351-0bd7-000000004d39 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 15:54:44.591686 | fa163e80-fa0c-5351-0bd7-000000004d39 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 15:54:44.593532 | fa163e80-fa0c-5351-0bd7-000000004d39 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:49.998558 | 0.53s 2025-10-06 15:54:44.625912 | fa163e80-fa0c-5351-0bd7-000000004d3a | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 15:54:45.154486 | fa163e80-fa0c-5351-0bd7-000000004d3a | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 15:54:45.155552 | fa163e80-fa0c-5351-0bd7-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:50.560588 | 0.53s 2025-10-06 15:54:45.176228 | fa163e80-fa0c-5351-0bd7-000000004d3b | TASK | Enable and start tripleo-container-shutdown 2025-10-06 15:54:45.950270 | fa163e80-fa0c-5351-0bd7-000000004d3b | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 15:54:45.952619 | fa163e80-fa0c-5351-0bd7-000000004d3b | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:51.357646 | 0.78s 2025-10-06 15:54:45.985297 | fa163e80-fa0c-5351-0bd7-000000004d3c | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 15:54:46.501100 | fa163e80-fa0c-5351-0bd7-000000004d3c | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 15:54:46.502297 | fa163e80-fa0c-5351-0bd7-000000004d3c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:51.907333 | 0.52s 2025-10-06 15:54:46.526552 | fa163e80-fa0c-5351-0bd7-000000004d3d | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 15:54:46.998765 | fa163e80-fa0c-5351-0bd7-000000004d3d | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 15:54:47.000177 | fa163e80-fa0c-5351-0bd7-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:52.405207 | 0.47s 2025-10-06 15:54:47.031194 | fa163e80-fa0c-5351-0bd7-000000004d3e | TASK | Enable and start netns-placeholder 2025-10-06 15:54:47.938143 | fa163e80-fa0c-5351-0bd7-000000004d3e | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 15:54:47.939880 | fa163e80-fa0c-5351-0bd7-000000004d3e | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:53.344914 | 0.91s 2025-10-06 15:54:47.963796 | fa163e80-fa0c-5351-0bd7-000000004d04 | TASK | Update container configs with new config hashes 2025-10-06 15:54:48.013096 | fa163e80-fa0c-5351-0bd7-000000004d04 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:53.418113 | 0.05s 2025-10-06 15:54:48.034638 | 45a5cee1-8974-4c9c-9032-e60f8a0a7b65 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 15:54:48.063580 | fa163e80-fa0c-5351-0bd7-000000004d66 | TASK | Update config hashes for container startup configs 2025-10-06 15:54:48.312501 | fa163e80-fa0c-5351-0bd7-000000004d66 | OK | Update config hashes for container startup configs | standalone 2025-10-06 15:54:48.314165 | fa163e80-fa0c-5351-0bd7-000000004d66 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:53.719193 | 0.25s 2025-10-06 15:54:48.347316 | fa163e80-fa0c-5351-0bd7-000000004d05 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 15:54:48.398849 | fa163e80-fa0c-5351-0bd7-000000004d05 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:53.803867 | 0.05s 2025-10-06 15:54:48.425220 | d1b1ed63-f3a4-434f-af2d-c532fb5137ca | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 15:54:48.467339 | fa163e80-fa0c-5351-0bd7-000000004d85 | TASK | Gather podman infos 2025-10-06 15:54:49.920320 | fa163e80-fa0c-5351-0bd7-000000004d85 | OK | Gather podman infos | standalone 2025-10-06 15:54:49.921801 | fa163e80-fa0c-5351-0bd7-000000004d85 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:55.326833 | 1.45s 2025-10-06 15:54:50.031388 | fa163e80-fa0c-5351-0bd7-000000004d86 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 15:54:50.109632 | fa163e80-fa0c-5351-0bd7-000000004d86 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:55.514662 | 0.07s 2025-10-06 15:54:50.261329 | fa163e80-fa0c-5351-0bd7-000000004dcf | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:55.666358 | 0.11s 2025-10-06 15:54:50.301832 | fa163e80-fa0c-5351-0bd7-000000004d06 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 15:54:50.339504 | fa163e80-fa0c-5351-0bd7-000000004d06 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:55.744534 | 0.04s 2025-10-06 15:54:50.351724 | 89d41eb9-5f90-45d6-aa04-9c4205c798e3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 15:54:50.378027 | fa163e80-fa0c-5351-0bd7-000000004df5 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 15:55:21.750760 | fa163e80-fa0c-5351-0bd7-000000004df5 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-06 15:55:21.751881 | fa163e80-fa0c-5351-0bd7-000000004df5 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:27.156920 | 31.37s 2025-10-06 15:55:21.773552 | fa163e80-fa0c-5351-0bd7-000000004df6 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 15:57:24.603383 | fa163e80-fa0c-5351-0bd7-000000004df6 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-06 15:57:24.605184 | fa163e80-fa0c-5351-0bd7-000000004df6 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:30.010215 | 122.83s 2025-10-06 15:57:24.680580 | fa163e80-fa0c-5351-0bd7-000000004c61 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-06 15:57:24.912316 | fa163e80-fa0c-5351-0bd7-000000004c61 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-06 15:57:24.913971 | fa163e80-fa0c-5351-0bd7-000000004c61 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:30.318999 | 0.23s 2025-10-06 15:57:24.963313 | fa163e80-fa0c-5351-0bd7-000000004c62 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-06 15:57:25.012854 | fa163e80-fa0c-5351-0bd7-000000004c62 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:30.417874 | 0.05s 2025-10-06 15:57:25.038628 | fa163e80-fa0c-5351-0bd7-000000004c63 | TASK | Include container-puppet tasks for step 4 2025-10-06 15:57:25.077736 | fa163e80-fa0c-5351-0bd7-000000004c63 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:30.482759 | 0.04s 2025-10-06 15:57:25.102849 | 467f7d34-1785-4d9a-a8a0-b12325781134 | INCLUDED | /root/standalone-ansible-c4pbb1vt/host-container-puppet-tasks.yaml | standalone 2025-10-06 15:57:25.143215 | fa163e80-fa0c-5351-0bd7-000000004e41 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-06 15:57:25.670329 | fa163e80-fa0c-5351-0bd7-000000004e41 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-06 15:57:25.671106 | fa163e80-fa0c-5351-0bd7-000000004e41 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:31.076144 | 0.53s 2025-10-06 15:57:25.691924 | fa163e80-fa0c-5351-0bd7-000000004e43 | TASK | Generate container puppet configs for step 4 2025-10-06 15:57:25.902917 | fa163e80-fa0c-5351-0bd7-000000004e43 | OK | Generate container puppet configs for step 4 | standalone 2025-10-06 15:57:25.904016 | fa163e80-fa0c-5351-0bd7-000000004e43 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:31.309052 | 0.21s 2025-10-06 15:57:25.925095 | fa163e80-fa0c-5351-0bd7-000000004e44 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-06 15:57:25.947587 | fa163e80-fa0c-5351-0bd7-000000004e44 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:31.352621 | 0.02s 2025-10-06 15:57:26.001052 | fa163e80-fa0c-5351-0bd7-000000004e73 | TASK | Gather variables for each operating system 2025-10-06 15:57:26.100819 | fa163e80-fa0c-5351-0bd7-000000004e73 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:31.505844 | 0.10s 2025-10-06 15:57:26.126730 | fa163e80-fa0c-5351-0bd7-000000004e74 | TASK | Create container logs path 2025-10-06 15:57:26.336222 | fa163e80-fa0c-5351-0bd7-000000004e74 | OK | Create container logs path | standalone 2025-10-06 15:57:26.337551 | fa163e80-fa0c-5351-0bd7-000000004e74 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:31.742582 | 0.21s 2025-10-06 15:57:26.371005 | fa163e80-fa0c-5351-0bd7-000000004e76 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-06 15:57:26.582860 | fa163e80-fa0c-5351-0bd7-000000004e76 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-06 15:57:26.584224 | fa163e80-fa0c-5351-0bd7-000000004e76 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:31.989252 | 0.21s 2025-10-06 15:57:26.615798 | fa163e80-fa0c-5351-0bd7-000000004e77 | TASK | Finalise hashes for all containers 2025-10-06 15:57:26.667084 | fa163e80-fa0c-5351-0bd7-000000004e77 | OK | Finalise hashes for all containers | standalone 2025-10-06 15:57:26.668411 | fa163e80-fa0c-5351-0bd7-000000004e77 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:32.073439 | 0.05s 2025-10-06 15:57:26.696657 | fa163e80-fa0c-5351-0bd7-000000004e79 | TASK | Manage systemd shutdown files 2025-10-06 15:57:26.734455 | fa163e80-fa0c-5351-0bd7-000000004e79 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 15:57:26.735918 | fa163e80-fa0c-5351-0bd7-000000004e79 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:32.140956 | 0.04s 2025-10-06 15:57:26.756336 | fa163e80-fa0c-5351-0bd7-000000004e7b | TASK | Update container configs with new config hashes 2025-10-06 15:57:26.808106 | fa163e80-fa0c-5351-0bd7-000000004e7b | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 15:57:26.809477 | fa163e80-fa0c-5351-0bd7-000000004e7b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:32.214515 | 0.05s 2025-10-06 15:57:26.831125 | fa163e80-fa0c-5351-0bd7-000000004e7c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-06 15:57:26.883341 | fa163e80-fa0c-5351-0bd7-000000004e7c | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-06 15:57:26.884671 | fa163e80-fa0c-5351-0bd7-000000004e7c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:32.289708 | 0.05s 2025-10-06 15:57:26.906503 | fa163e80-fa0c-5351-0bd7-000000004e7d | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-06 15:57:26.957782 | fa163e80-fa0c-5351-0bd7-000000004e7d | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-06 15:57:26.959094 | fa163e80-fa0c-5351-0bd7-000000004e7d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:32.364133 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-10-06 15:57:27.084906 | fa163e80-fa0c-5351-0bd7-0000000000ea | TASK | External deployment step 5 2025-10-06 15:57:27.111679 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000ea') missing from stats 2025-10-06 15:57:27.162637 | fa163e80-fa0c-5351-0bd7-0000000000eb | TIMING | include_tasks | undercloud | 0:26:32.567669 | 0.04s 2025-10-06 15:57:27.169201 | d6308d8e-9303-439b-954f-691649dffe33 | INCLUDED | /root/standalone-ansible-c4pbb1vt/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-06 15:57:27.183779 | fa163e80-fa0c-5351-0bd7-000000004ecc | TASK | Manage Cinder's default volume type 2025-10-06 15:57:39.880778 | fa163e80-fa0c-5351-0bd7-000000004ecc | OK | Manage Cinder's default volume type | undercloud 2025-10-06 15:57:39.883916 | fa163e80-fa0c-5351-0bd7-000000004ecc | TIMING | Manage Cinder's default volume type | undercloud | 0:26:45.288946 | 12.70s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-06 15:57:40.026766 | fa163e80-fa0c-5351-0bd7-0000000000ee | TASK | Deploy step tasks for 5 2025-10-06 15:57:40.056170 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000ee') missing from stats 2025-10-06 15:57:40.079169 | fa163e80-fa0c-5351-0bd7-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-06 15:57:40.691797 | fa163e80-fa0c-5351-0bd7-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-06 15:57:40.693357 | fa163e80-fa0c-5351-0bd7-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:46.098387 | 0.61s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 15:57:40.772896 | fa163e80-fa0c-5351-0bd7-0000000000f0 | TIMING | include_tasks | standalone | 0:26:46.177912 | 0.05s 2025-10-06 15:57:40.870960 | 2a324290-4417-484e-a19c-cb19b64b5f44 | INCLUDED | /root/standalone-ansible-c4pbb1vt/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-06 15:57:40.906227 | fa163e80-fa0c-5351-0bd7-000000004eef | TASK | Gather variables for each operating system 2025-10-06 15:57:41.072395 | fa163e80-fa0c-5351-0bd7-000000004eef | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:46.477409 | 0.17s 2025-10-06 15:57:41.093532 | fa163e80-fa0c-5351-0bd7-000000004ef0 | TASK | Detect if resource is being created or already exists 2025-10-06 15:57:41.948380 | fa163e80-fa0c-5351-0bd7-000000004ef0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 15:57:41.949867 | fa163e80-fa0c-5351-0bd7-000000004ef0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:47.354895 | 0.86s 2025-10-06 15:57:41.986415 | fa163e80-fa0c-5351-0bd7-000000004ef1 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-06 15:58:04.879457 | fa163e80-fa0c-5351-0bd7-000000004ef1 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-06 15:58:04.880439 | fa163e80-fa0c-5351-0bd7-000000004ef1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:10.285479 | 22.89s 2025-10-06 15:58:04.905479 | fa163e80-fa0c-5351-0bd7-000000004ef2 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-06 15:58:05.114199 | fa163e80-fa0c-5351-0bd7-000000004ef2 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-06 15:58:05.115421 | fa163e80-fa0c-5351-0bd7-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:10.520460 | 0.21s 2025-10-06 15:58:05.140743 | fa163e80-fa0c-5351-0bd7-000000004ef3 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 15:58:05.537374 | fa163e80-fa0c-5351-0bd7-000000004ef3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 15:58:05.538400 | fa163e80-fa0c-5351-0bd7-000000004ef3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:10.943436 | 0.40s 2025-10-06 15:58:05.563156 | fa163e80-fa0c-5351-0bd7-000000004ef4 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-06 15:58:05.763902 | fa163e80-fa0c-5351-0bd7-000000004ef4 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-06 15:58:05.765534 | fa163e80-fa0c-5351-0bd7-000000004ef4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:11.170570 | 0.20s 2025-10-06 15:58:05.791590 | fa163e80-fa0c-5351-0bd7-000000004ef6 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-06 15:58:05.854700 | fa163e80-fa0c-5351-0bd7-000000004ef6 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-06 15:58:05.856371 | fa163e80-fa0c-5351-0bd7-000000004ef6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:11.261402 | 0.06s 2025-10-06 15:58:05.882480 | fa163e80-fa0c-5351-0bd7-000000004ef7 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-06 15:58:05.937844 | fa163e80-fa0c-5351-0bd7-000000004ef7 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-06 15:58:05.940315 | fa163e80-fa0c-5351-0bd7-000000004ef7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:11.345247 | 0.06s 2025-10-06 15:58:05.976349 | fa163e80-fa0c-5351-0bd7-000000004ef8 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-06 15:58:06.033449 | fa163e80-fa0c-5351-0bd7-000000004ef8 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-06 15:58:06.035830 | fa163e80-fa0c-5351-0bd7-000000004ef8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:11.440828 | 0.06s 2025-10-06 15:58:06.070003 | fa163e80-fa0c-5351-0bd7-000000004ef9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 15:58:06.132116 | fa163e80-fa0c-5351-0bd7-000000004ef9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 15:58:06.134399 | fa163e80-fa0c-5351-0bd7-000000004ef9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:11.539425 | 0.06s 2025-10-06 15:58:06.167311 | fa163e80-fa0c-5351-0bd7-000000004efa | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-06 15:58:06.224927 | fa163e80-fa0c-5351-0bd7-000000004efa | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-06 15:58:06.226224 | fa163e80-fa0c-5351-0bd7-000000004efa | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:11.631252 | 0.06s 2025-10-06 15:58:06.287322 | fa163e80-fa0c-5351-0bd7-000000004f1b | TASK | Gather variables for each operating system 2025-10-06 15:58:06.433763 | fa163e80-fa0c-5351-0bd7-000000004f1b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:11.838789 | 0.14s 2025-10-06 15:58:06.467003 | fa163e80-fa0c-5351-0bd7-000000004f1c | TASK | Detect if resource is being created or already exists 2025-10-06 15:58:07.250925 | fa163e80-fa0c-5351-0bd7-000000004f1c | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 15:58:07.253302 | fa163e80-fa0c-5351-0bd7-000000004f1c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:12.658335 | 0.78s 2025-10-06 15:58:07.274989 | fa163e80-fa0c-5351-0bd7-000000004f1d | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-06 15:58:29.762286 | fa163e80-fa0c-5351-0bd7-000000004f1d | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-06 15:58:29.763503 | fa163e80-fa0c-5351-0bd7-000000004f1d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:35.168540 | 22.49s 2025-10-06 15:58:29.789396 | fa163e80-fa0c-5351-0bd7-000000004f1e | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-06 15:58:30.035678 | fa163e80-fa0c-5351-0bd7-000000004f1e | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-06 15:58:30.036665 | fa163e80-fa0c-5351-0bd7-000000004f1e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:35.441689 | 0.25s 2025-10-06 15:58:30.057765 | fa163e80-fa0c-5351-0bd7-000000004f1f | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 15:58:30.521406 | fa163e80-fa0c-5351-0bd7-000000004f1f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 15:58:30.523291 | fa163e80-fa0c-5351-0bd7-000000004f1f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:35.928318 | 0.46s 2025-10-06 15:58:30.558512 | fa163e80-fa0c-5351-0bd7-000000004f20 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-06 15:58:30.807513 | fa163e80-fa0c-5351-0bd7-000000004f20 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-06 15:58:30.808914 | fa163e80-fa0c-5351-0bd7-000000004f20 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:36.213949 | 0.25s 2025-10-06 15:58:30.836116 | fa163e80-fa0c-5351-0bd7-000000004f22 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-06 15:58:30.877090 | fa163e80-fa0c-5351-0bd7-000000004f22 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-06 15:58:30.878137 | fa163e80-fa0c-5351-0bd7-000000004f22 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:36.283170 | 0.04s 2025-10-06 15:58:30.900062 | fa163e80-fa0c-5351-0bd7-000000004f23 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-06 15:58:30.939048 | fa163e80-fa0c-5351-0bd7-000000004f23 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-06 15:58:30.940061 | fa163e80-fa0c-5351-0bd7-000000004f23 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:36.345096 | 0.04s 2025-10-06 15:58:30.962437 | fa163e80-fa0c-5351-0bd7-000000004f24 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-06 15:58:31.017284 | fa163e80-fa0c-5351-0bd7-000000004f24 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-06 15:58:31.018360 | fa163e80-fa0c-5351-0bd7-000000004f24 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:36.423394 | 0.05s 2025-10-06 15:58:31.042030 | fa163e80-fa0c-5351-0bd7-000000004f25 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 15:58:31.094564 | fa163e80-fa0c-5351-0bd7-000000004f25 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 15:58:31.095776 | fa163e80-fa0c-5351-0bd7-000000004f25 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:36.500807 | 0.05s 2025-10-06 15:58:31.118813 | fa163e80-fa0c-5351-0bd7-000000004f26 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-06 15:58:31.160950 | fa163e80-fa0c-5351-0bd7-000000004f26 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-06 15:58:31.162067 | fa163e80-fa0c-5351-0bd7-000000004f26 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:36.567102 | 0.04s 2025-10-06 15:58:31.203033 | fa163e80-fa0c-5351-0bd7-000000004f47 | TASK | Gather variables for each operating system 2025-10-06 15:58:31.311161 | fa163e80-fa0c-5351-0bd7-000000004f47 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:36.716175 | 0.11s 2025-10-06 15:58:31.346124 | fa163e80-fa0c-5351-0bd7-000000004f48 | TASK | Detect if resource is being created or already exists 2025-10-06 15:58:32.165427 | fa163e80-fa0c-5351-0bd7-000000004f48 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 15:58:32.168454 | fa163e80-fa0c-5351-0bd7-000000004f48 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:37.573472 | 0.82s 2025-10-06 15:58:32.201820 | fa163e80-fa0c-5351-0bd7-000000004f49 | TASK | Run init bundle puppet on the host for manila_share 2025-10-06 15:58:54.662478 | fa163e80-fa0c-5351-0bd7-000000004f49 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-06 15:58:54.664372 | fa163e80-fa0c-5351-0bd7-000000004f49 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:28:00.069400 | 22.46s 2025-10-06 15:58:54.700247 | fa163e80-fa0c-5351-0bd7-000000004f4a | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-06 15:58:54.978533 | fa163e80-fa0c-5351-0bd7-000000004f4a | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-06 15:58:54.980044 | fa163e80-fa0c-5351-0bd7-000000004f4a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:28:00.385073 | 0.28s 2025-10-06 15:58:55.012750 | fa163e80-fa0c-5351-0bd7-000000004f4b | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 15:58:55.433980 | fa163e80-fa0c-5351-0bd7-000000004f4b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 15:58:55.434974 | fa163e80-fa0c-5351-0bd7-000000004f4b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:00.840012 | 0.42s 2025-10-06 15:58:55.455881 | fa163e80-fa0c-5351-0bd7-000000004f4c | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-06 15:58:55.696585 | fa163e80-fa0c-5351-0bd7-000000004f4c | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-06 15:58:55.697336 | fa163e80-fa0c-5351-0bd7-000000004f4c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:28:01.102374 | 0.24s 2025-10-06 15:58:55.718011 | fa163e80-fa0c-5351-0bd7-000000004f4e | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-06 15:58:55.765060 | fa163e80-fa0c-5351-0bd7-000000004f4e | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-06 15:58:55.765783 | fa163e80-fa0c-5351-0bd7-000000004f4e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:28:01.170822 | 0.05s 2025-10-06 15:58:55.786411 | fa163e80-fa0c-5351-0bd7-000000004f4f | TASK | Get container image tag from bundle openstack-manila-share 2025-10-06 15:58:55.823639 | fa163e80-fa0c-5351-0bd7-000000004f4f | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-06 15:58:55.825604 | fa163e80-fa0c-5351-0bd7-000000004f4f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:28:01.230625 | 0.04s 2025-10-06 15:58:55.851291 | fa163e80-fa0c-5351-0bd7-000000004f50 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-06 15:58:55.899749 | fa163e80-fa0c-5351-0bd7-000000004f50 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-06 15:58:55.900597 | fa163e80-fa0c-5351-0bd7-000000004f50 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:28:01.305630 | 0.05s 2025-10-06 15:58:55.925850 | fa163e80-fa0c-5351-0bd7-000000004f51 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 15:58:55.976605 | fa163e80-fa0c-5351-0bd7-000000004f51 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 15:58:55.977526 | fa163e80-fa0c-5351-0bd7-000000004f51 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:01.382559 | 0.05s 2025-10-06 15:58:56.001730 | fa163e80-fa0c-5351-0bd7-000000004f52 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-06 15:58:56.056435 | fa163e80-fa0c-5351-0bd7-000000004f52 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-06 15:58:56.057429 | fa163e80-fa0c-5351-0bd7-000000004f52 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:28:01.462464 | 0.05s 2025-10-06 15:58:56.096239 | fa163e80-fa0c-5351-0bd7-000000004f73 | TASK | Run kolla_set_configs to copy ring files 2025-10-06 15:58:56.782564 | fa163e80-fa0c-5351-0bd7-000000004f73 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-06 15:58:56.783928 | fa163e80-fa0c-5351-0bd7-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.188963 | 0.69s 2025-10-06 15:58:56.793987 | fa163e80-fa0c-5351-0bd7-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.199022 | 0.70s 2025-10-06 15:58:56.813291 | fa163e80-fa0c-5351-0bd7-000000004f74 | TASK | Run kolla_set_configs to copy ring files 2025-10-06 15:58:57.131205 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-06 15:58:57.134094 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.539112 | 0.32s 2025-10-06 15:58:57.580908 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-06 15:58:57.582924 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.987955 | 0.77s 2025-10-06 15:58:57.869190 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-06 15:58:57.869960 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:03.274999 | 1.06s 2025-10-06 15:58:58.352080 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-06 15:58:58.352894 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:03.757933 | 1.54s 2025-10-06 15:58:58.769401 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-06 15:58:58.771235 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:04.176267 | 1.96s 2025-10-06 15:58:59.051937 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-06 15:58:59.053206 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:04.458239 | 2.24s 2025-10-06 15:58:59.543440 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-06 15:58:59.545109 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:04.950136 | 2.73s 2025-10-06 15:59:00.230911 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-06 15:59:00.231995 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:05.637033 | 3.42s 2025-10-06 15:59:00.509321 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-06 15:59:00.509958 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:05.914998 | 3.70s 2025-10-06 15:59:01.180987 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-06 15:59:01.182368 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:06.587399 | 4.37s 2025-10-06 15:59:01.480320 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-06 15:59:01.481083 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:06.886122 | 4.67s 2025-10-06 15:59:01.901460 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-06 15:59:01.902865 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:07.307897 | 5.09s 2025-10-06 15:59:02.342323 | fa163e80-fa0c-5351-0bd7-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-06 15:59:02.343855 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:07.748892 | 5.53s 2025-10-06 15:59:02.357203 | fa163e80-fa0c-5351-0bd7-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:07.762236 | 5.54s 2025-10-06 15:59:02.392527 | fa163e80-fa0c-5351-0bd7-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-06 15:59:02.609407 | fa163e80-fa0c-5351-0bd7-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-06 15:59:02.610993 | fa163e80-fa0c-5351-0bd7-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:08.016020 | 0.22s 2025-10-06 15:59:02.729997 | fa163e80-fa0c-5351-0bd7-0000000000f3 | TIMING | include_tasks | standalone | 0:28:08.135020 | 0.09s 2025-10-06 15:59:02.752097 | 017fff34-b561-455a-89b8-026c06b77604 | INCLUDED | /root/standalone-ansible-c4pbb1vt/common_deploy_steps_tasks.yaml | standalone 2025-10-06 15:59:02.778632 | fa163e80-fa0c-5351-0bd7-000000004ff1 | TASK | Write the config_step hieradata 2025-10-06 15:59:03.230082 | fa163e80-fa0c-5351-0bd7-000000004ff1 | OK | Write the config_step hieradata | standalone 2025-10-06 15:59:03.231348 | fa163e80-fa0c-5351-0bd7-000000004ff1 | TIMING | Write the config_step hieradata | standalone | 0:28:08.636383 | 0.45s 2025-10-06 15:59:03.255391 | fa163e80-fa0c-5351-0bd7-000000004ff2 | TASK | Run puppet host configuration for step 5 2025-10-06 15:59:03.530471 | fa163e80-fa0c-5351-0bd7-000000004ff2 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-06 15:59:03.531283 | fa163e80-fa0c-5351-0bd7-000000004ff2 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:08.936320 | 0.27s 2025-10-06 15:59:03.550174 | fa163e80-fa0c-5351-0bd7-000000004ff3 | TASK | Wait for puppet host configuration to finish 2025-10-06 15:59:03.806806 | fa163e80-fa0c-5351-0bd7-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 15:59:13.971551 | fa163e80-fa0c-5351-0bd7-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 15:59:24.200177 | fa163e80-fa0c-5351-0bd7-000000004ff3 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 15:59:24.201178 | fa163e80-fa0c-5351-0bd7-000000004ff3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:29.606215 | 20.65s 2025-10-06 15:59:24.225309 | fa163e80-fa0c-5351-0bd7-000000004ff4 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-06 15:59:24.287942 | fa163e80-fa0c-5351-0bd7-000000004ff4 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 6 15:59:03 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 6 15:59:08 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 15:59:08 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 15:59:08 puppet-user: (file & line not available)", "<13>Oct 6 15:59:08 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 6 15:59:08 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 6 15:59:09 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 6 15:59:09 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 6 15:59:09 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 6 15:59:09 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 6 15:59:09 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 6 15:59:09 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 6 15:59:09 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 6 15:59:09 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 6 15:59:09 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 15:59:09 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.52 seconds", "<13>Oct 6 15:59:13 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 15:59:15 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 15:59:17 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 15:59:17 puppet-user: Notice: Applied catalog in 8.39 seconds", "<13>Oct 6 15:59:17 puppet-user: Application:", "<13>Oct 6 15:59:17 puppet-user: Initial environment: production", "<13>Oct 6 15:59:17 puppet-user: Converged environment: production", "<13>Oct 6 15:59:17 puppet-user: Run mode: user", "<13>Oct 6 15:59:17 puppet-user: Changes:", "<13>Oct 6 15:59:17 puppet-user: Total: 2", "<13>Oct 6 15:59:17 puppet-user: Events:", "<13>Oct 6 15:59:17 puppet-user: Success: 2", "<13>Oct 6 15:59:17 puppet-user: Resources:", "<13>Oct 6 15:59:17 puppet-user: Changed: 2", "<13>Oct 6 15:59:17 puppet-user: Out of sync: 2", "<13>Oct 6 15:59:17 puppet-user: Total: 37", "<13>Oct 6 15:59:17 puppet-user: Time:", "<13>Oct 6 15:59:17 puppet-user: Filebucket: 0.00", "<13>Oct 6 15:59:17 puppet-user: File line: 0.00", "<13>Oct 6 15:59:17 puppet-user: Schedule: 0.00", "<13>Oct 6 15:59:17 puppet-user: Package: 0.00", "<13>Oct 6 15:59:17 puppet-user: Augeas: 0.01", "<13>Oct 6 15:59:17 puppet-user: User: 0.02", "<13>Oct 6 15:59:17 puppet-user: File: 0.09", "<13>Oct 6 15:59:17 puppet-user: Service: 0.15", "<13>Oct 6 15:59:17 puppet-user: Config retrieval: 0.69", "<13>Oct 6 15:59:17 puppet-user: Pcmk property: 1.62", "<13>Oct 6 15:59:17 puppet-user: Last run: 1759766357", "<13>Oct 6 15:59:17 puppet-user: Exec: 2.03", "<13>Oct 6 15:59:17 puppet-user: Pcmk resource op default: 2.12", "<13>Oct 6 15:59:17 puppet-user: Pcmk resource default: 2.13", "<13>Oct 6 15:59:17 puppet-user: Transaction evaluation: 8.32", "<13>Oct 6 15:59:17 puppet-user: Catalog application: 8.39", "<13>Oct 6 15:59:17 puppet-user: Total: 8.40", "<13>Oct 6 15:59:17 puppet-user: Version:", "<13>Oct 6 15:59:17 puppet-user: Config: 1759766348", "<13>Oct 6 15:59:17 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 15:59:24.289447 | fa163e80-fa0c-5351-0bd7-000000004ff4 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:29.694476 | 0.06s 2025-10-06 15:59:24.320614 | fa163e80-fa0c-5351-0bd7-000000004ff5 | TASK | Pre-cache facts for puppet containers 2025-10-06 15:59:24.343207 | fa163e80-fa0c-5351-0bd7-000000004ff5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:29.748219 | 0.02s 2025-10-06 15:59:24.411467 | fa163e80-fa0c-5351-0bd7-000000005034 | TASK | Gather variables for each operating system 2025-10-06 15:59:24.523851 | fa163e80-fa0c-5351-0bd7-000000005034 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:29.928868 | 0.11s 2025-10-06 15:59:24.559861 | fa163e80-fa0c-5351-0bd7-000000005035 | TASK | Create puppet caching structures 2025-10-06 15:59:24.803920 | fa163e80-fa0c-5351-0bd7-000000005035 | CHANGED | Create puppet caching structures | standalone 2025-10-06 15:59:24.805073 | fa163e80-fa0c-5351-0bd7-000000005035 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:30.210109 | 0.24s 2025-10-06 15:59:24.829036 | fa163e80-fa0c-5351-0bd7-000000005036 | TASK | Check for facter.conf 2025-10-06 15:59:25.113939 | fa163e80-fa0c-5351-0bd7-000000005036 | OK | Check for facter.conf | standalone 2025-10-06 15:59:25.115682 | fa163e80-fa0c-5351-0bd7-000000005036 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:30.520681 | 0.29s 2025-10-06 15:59:25.148263 | fa163e80-fa0c-5351-0bd7-000000005037 | TASK | Remove facter.conf if directory 2025-10-06 15:59:25.190948 | fa163e80-fa0c-5351-0bd7-000000005037 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 15:59:25.192472 | fa163e80-fa0c-5351-0bd7-000000005037 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:30.597498 | 0.04s 2025-10-06 15:59:25.224198 | fa163e80-fa0c-5351-0bd7-000000005038 | TASK | Write facter cache config 2025-10-06 15:59:25.696932 | fa163e80-fa0c-5351-0bd7-000000005038 | CHANGED | Write facter cache config | standalone 2025-10-06 15:59:25.698783 | fa163e80-fa0c-5351-0bd7-000000005038 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:31.103810 | 0.47s 2025-10-06 15:59:25.730246 | fa163e80-fa0c-5351-0bd7-000000005039 | TASK | Cleanup facter cache if exists 2025-10-06 15:59:25.962672 | fa163e80-fa0c-5351-0bd7-000000005039 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 15:59:25.964555 | fa163e80-fa0c-5351-0bd7-000000005039 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:31.369568 | 0.23s 2025-10-06 15:59:25.996612 | fa163e80-fa0c-5351-0bd7-00000000503a | TASK | Pre-cache facts 2025-10-06 15:59:26.658871 | fa163e80-fa0c-5351-0bd7-00000000503a | CHANGED | Pre-cache facts | standalone 2025-10-06 15:59:26.664965 | fa163e80-fa0c-5351-0bd7-00000000503a | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:32.069978 | 0.67s 2025-10-06 15:59:26.705367 | fa163e80-fa0c-5351-0bd7-00000000503b | TASK | Failed deployment if facter fails 2025-10-06 15:59:26.749267 | fa163e80-fa0c-5351-0bd7-00000000503b | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 15:59:26.750763 | fa163e80-fa0c-5351-0bd7-00000000503b | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:32.155797 | 0.04s 2025-10-06 15:59:26.798067 | fa163e80-fa0c-5351-0bd7-00000000503c | TASK | Sync cached facts 2025-10-06 15:59:27.148025 | fa163e80-fa0c-5351-0bd7-00000000503c | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e80-fa0c-5351-0bd7-00000000503c') missing from stats 2025-10-06 15:59:27.218965 | fa163e80-fa0c-5351-0bd7-000000004ff6 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 15:59:27.278498 | fa163e80-fa0c-5351-0bd7-000000004ff6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 15:59:27.280725 | fa163e80-fa0c-5351-0bd7-000000004ff6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:32.685751 | 0.06s 2025-10-06 15:59:27.316053 | fa163e80-fa0c-5351-0bd7-000000004ff8 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-06 15:59:27.347322 | fa163e80-fa0c-5351-0bd7-000000004ff8 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:32.752340 | 0.03s 2025-10-06 15:59:27.414797 | fa163e80-fa0c-5351-0bd7-000000005093 | TASK | Gather variables for each operating system 2025-10-06 15:59:27.539537 | fa163e80-fa0c-5351-0bd7-000000005093 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:32.944554 | 0.12s 2025-10-06 15:59:27.570905 | fa163e80-fa0c-5351-0bd7-000000005094 | TASK | Create container logs path 2025-10-06 15:59:27.809364 | fa163e80-fa0c-5351-0bd7-000000005094 | OK | Create container logs path | standalone 2025-10-06 15:59:27.810185 | fa163e80-fa0c-5351-0bd7-000000005094 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:33.215223 | 0.24s 2025-10-06 15:59:27.831349 | fa163e80-fa0c-5351-0bd7-000000005096 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 15:59:28.082080 | fa163e80-fa0c-5351-0bd7-000000005096 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-06 15:59:28.083981 | fa163e80-fa0c-5351-0bd7-000000005096 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:33.489007 | 0.25s 2025-10-06 15:59:28.117242 | fa163e80-fa0c-5351-0bd7-000000005097 | TASK | Finalise hashes for all containers 2025-10-06 15:59:28.179984 | fa163e80-fa0c-5351-0bd7-000000005097 | OK | Finalise hashes for all containers | standalone 2025-10-06 15:59:28.181447 | fa163e80-fa0c-5351-0bd7-000000005097 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:33.586476 | 0.06s 2025-10-06 15:59:28.213935 | fa163e80-fa0c-5351-0bd7-000000005099 | TASK | Manage systemd shutdown files 2025-10-06 15:59:28.244754 | fa163e80-fa0c-5351-0bd7-000000005099 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:33.649772 | 0.03s 2025-10-06 15:59:28.285229 | d9162886-1580-4aae-9ad6-e13b5aa19faa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 15:59:28.314883 | fa163e80-fa0c-5351-0bd7-0000000050cc | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 15:59:28.598738 | fa163e80-fa0c-5351-0bd7-0000000050cc | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 15:59:28.600217 | fa163e80-fa0c-5351-0bd7-0000000050cc | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:34.005245 | 0.28s 2025-10-06 15:59:28.632780 | fa163e80-fa0c-5351-0bd7-0000000050cd | TASK | Set podman_drop_in fact 2025-10-06 15:59:28.701810 | fa163e80-fa0c-5351-0bd7-0000000050cd | OK | Set podman_drop_in fact | standalone 2025-10-06 15:59:28.703135 | fa163e80-fa0c-5351-0bd7-0000000050cd | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:34.108163 | 0.07s 2025-10-06 15:59:28.736122 | fa163e80-fa0c-5351-0bd7-0000000050cf | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 15:59:29.248567 | fa163e80-fa0c-5351-0bd7-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 15:59:29.249724 | fa163e80-fa0c-5351-0bd7-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:34.654755 | 0.51s 2025-10-06 15:59:29.675013 | fa163e80-fa0c-5351-0bd7-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 15:59:29.676368 | fa163e80-fa0c-5351-0bd7-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:35.081396 | 0.94s 2025-10-06 15:59:29.684080 | fa163e80-fa0c-5351-0bd7-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:35.089098 | 0.95s 2025-10-06 15:59:29.717277 | fa163e80-fa0c-5351-0bd7-0000000050d0 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 15:59:30.223633 | fa163e80-fa0c-5351-0bd7-0000000050d0 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 15:59:30.224747 | fa163e80-fa0c-5351-0bd7-0000000050d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:35.629784 | 0.50s 2025-10-06 15:59:30.247545 | fa163e80-fa0c-5351-0bd7-0000000050d1 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 15:59:30.750076 | fa163e80-fa0c-5351-0bd7-0000000050d1 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 15:59:30.751812 | fa163e80-fa0c-5351-0bd7-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:36.156847 | 0.50s 2025-10-06 15:59:30.776349 | fa163e80-fa0c-5351-0bd7-0000000050d2 | TASK | Enable and start tripleo-container-shutdown 2025-10-06 15:59:31.907044 | fa163e80-fa0c-5351-0bd7-0000000050d2 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 15:59:31.909382 | fa163e80-fa0c-5351-0bd7-0000000050d2 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:37.314409 | 1.13s 2025-10-06 15:59:31.948161 | fa163e80-fa0c-5351-0bd7-0000000050d3 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 15:59:32.589941 | fa163e80-fa0c-5351-0bd7-0000000050d3 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 15:59:32.592233 | fa163e80-fa0c-5351-0bd7-0000000050d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:37.997251 | 0.64s 2025-10-06 15:59:32.624331 | fa163e80-fa0c-5351-0bd7-0000000050d4 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 15:59:33.109715 | fa163e80-fa0c-5351-0bd7-0000000050d4 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 15:59:33.112141 | fa163e80-fa0c-5351-0bd7-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:38.517159 | 0.49s 2025-10-06 15:59:33.145707 | fa163e80-fa0c-5351-0bd7-0000000050d5 | TASK | Enable and start netns-placeholder 2025-10-06 15:59:34.162328 | fa163e80-fa0c-5351-0bd7-0000000050d5 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 15:59:34.164440 | fa163e80-fa0c-5351-0bd7-0000000050d5 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:39.569470 | 1.02s 2025-10-06 15:59:34.196731 | fa163e80-fa0c-5351-0bd7-00000000509b | TASK | Update container configs with new config hashes 2025-10-06 15:59:34.237615 | fa163e80-fa0c-5351-0bd7-00000000509b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:39.642625 | 0.04s 2025-10-06 15:59:34.252380 | a24c9f12-40a5-4bc8-8f8e-429d74ccb09c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 15:59:34.280054 | fa163e80-fa0c-5351-0bd7-0000000050fd | TASK | Update config hashes for container startup configs 2025-10-06 15:59:34.561185 | fa163e80-fa0c-5351-0bd7-0000000050fd | OK | Update config hashes for container startup configs | standalone 2025-10-06 15:59:34.562774 | fa163e80-fa0c-5351-0bd7-0000000050fd | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:39.967803 | 0.28s 2025-10-06 15:59:34.589678 | fa163e80-fa0c-5351-0bd7-00000000509c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 15:59:34.652944 | fa163e80-fa0c-5351-0bd7-00000000509c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:40.057966 | 0.06s 2025-10-06 15:59:34.670384 | 9567cc4e-6052-4806-8bbd-e6ed8b50127a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 15:59:34.700419 | fa163e80-fa0c-5351-0bd7-00000000511c | TASK | Gather podman infos 2025-10-06 15:59:36.868564 | fa163e80-fa0c-5351-0bd7-00000000511c | OK | Gather podman infos | standalone 2025-10-06 15:59:36.870201 | fa163e80-fa0c-5351-0bd7-00000000511c | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:42.275234 | 2.17s 2025-10-06 15:59:37.046550 | fa163e80-fa0c-5351-0bd7-00000000511d | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 15:59:37.132329 | fa163e80-fa0c-5351-0bd7-00000000511d | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:42.537351 | 0.08s 2025-10-06 15:59:37.328810 | fa163e80-fa0c-5351-0bd7-000000005166 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:42.733822 | 0.14s 2025-10-06 15:59:37.391093 | fa163e80-fa0c-5351-0bd7-00000000509d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 15:59:37.454216 | fa163e80-fa0c-5351-0bd7-00000000509d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:42.859245 | 0.06s 2025-10-06 15:59:37.469626 | ebbf39cd-6958-4f3a-ae6a-49ebeea0750d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 15:59:37.501604 | fa163e80-fa0c-5351-0bd7-00000000518c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 16:00:02.071900 | fa163e80-fa0c-5351-0bd7-00000000518c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-06 16:00:02.073593 | fa163e80-fa0c-5351-0bd7-00000000518c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:07.478630 | 24.57s 2025-10-06 16:00:02.094576 | fa163e80-fa0c-5351-0bd7-00000000518d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 16:00:28.304174 | fa163e80-fa0c-5351-0bd7-00000000518d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-06 16:00:28.305891 | fa163e80-fa0c-5351-0bd7-00000000518d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:33.710921 | 26.21s 2025-10-06 16:00:28.385896 | fa163e80-fa0c-5351-0bd7-000000004ffa | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-06 16:00:28.635412 | fa163e80-fa0c-5351-0bd7-000000004ffa | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-06 16:00:28.636300 | fa163e80-fa0c-5351-0bd7-000000004ffa | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:34.041337 | 0.25s 2025-10-06 16:00:28.663871 | fa163e80-fa0c-5351-0bd7-000000004ffb | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-06 16:00:28.722034 | fa163e80-fa0c-5351-0bd7-000000004ffb | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:34.127063 | 0.06s 2025-10-06 16:00:28.743385 | fa163e80-fa0c-5351-0bd7-000000004ffc | TASK | Include container-puppet tasks for step 5 2025-10-06 16:00:28.791508 | fa163e80-fa0c-5351-0bd7-000000004ffc | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:34.196538 | 0.05s 2025-10-06 16:00:28.805540 | fdfda0cf-d4cf-4e62-a88a-39160899ca15 | INCLUDED | /root/standalone-ansible-c4pbb1vt/host-container-puppet-tasks.yaml | standalone 2025-10-06 16:00:28.845532 | fa163e80-fa0c-5351-0bd7-0000000051d8 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-06 16:00:29.341817 | fa163e80-fa0c-5351-0bd7-0000000051d8 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-06 16:00:29.342986 | fa163e80-fa0c-5351-0bd7-0000000051d8 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:34.748022 | 0.50s 2025-10-06 16:00:29.363860 | fa163e80-fa0c-5351-0bd7-0000000051da | TASK | Generate container puppet configs for step 5 2025-10-06 16:00:29.601155 | fa163e80-fa0c-5351-0bd7-0000000051da | OK | Generate container puppet configs for step 5 | standalone 2025-10-06 16:00:29.602514 | fa163e80-fa0c-5351-0bd7-0000000051da | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:35.007553 | 0.24s 2025-10-06 16:00:29.623235 | fa163e80-fa0c-5351-0bd7-0000000051db | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-06 16:00:29.640730 | fa163e80-fa0c-5351-0bd7-0000000051db | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:35.045755 | 0.02s 2025-10-06 16:00:29.690940 | fa163e80-fa0c-5351-0bd7-00000000520a | TASK | Gather variables for each operating system 2025-10-06 16:00:29.801335 | fa163e80-fa0c-5351-0bd7-00000000520a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:35.206362 | 0.11s 2025-10-06 16:00:29.822362 | fa163e80-fa0c-5351-0bd7-00000000520b | TASK | Create container logs path 2025-10-06 16:00:30.042464 | fa163e80-fa0c-5351-0bd7-00000000520b | OK | Create container logs path | standalone 2025-10-06 16:00:30.043863 | fa163e80-fa0c-5351-0bd7-00000000520b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:35.448900 | 0.22s 2025-10-06 16:00:30.065217 | fa163e80-fa0c-5351-0bd7-00000000520d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-06 16:00:30.310577 | fa163e80-fa0c-5351-0bd7-00000000520d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-06 16:00:30.312142 | fa163e80-fa0c-5351-0bd7-00000000520d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:35.717167 | 0.25s 2025-10-06 16:00:30.333320 | fa163e80-fa0c-5351-0bd7-00000000520e | TASK | Finalise hashes for all containers 2025-10-06 16:00:30.363719 | fa163e80-fa0c-5351-0bd7-00000000520e | OK | Finalise hashes for all containers | standalone 2025-10-06 16:00:30.364414 | fa163e80-fa0c-5351-0bd7-00000000520e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:35.769454 | 0.03s 2025-10-06 16:00:30.384204 | fa163e80-fa0c-5351-0bd7-000000005210 | TASK | Manage systemd shutdown files 2025-10-06 16:00:30.411832 | fa163e80-fa0c-5351-0bd7-000000005210 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 16:00:30.412560 | fa163e80-fa0c-5351-0bd7-000000005210 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:35.817599 | 0.03s 2025-10-06 16:00:30.436414 | fa163e80-fa0c-5351-0bd7-000000005212 | TASK | Update container configs with new config hashes 2025-10-06 16:00:30.466027 | fa163e80-fa0c-5351-0bd7-000000005212 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 16:00:30.466865 | fa163e80-fa0c-5351-0bd7-000000005212 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:35.871902 | 0.03s 2025-10-06 16:00:30.491702 | fa163e80-fa0c-5351-0bd7-000000005213 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-06 16:00:30.522572 | fa163e80-fa0c-5351-0bd7-000000005213 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-06 16:00:30.524018 | fa163e80-fa0c-5351-0bd7-000000005213 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:35.929046 | 0.03s 2025-10-06 16:00:30.557384 | fa163e80-fa0c-5351-0bd7-000000005214 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-06 16:00:30.607735 | fa163e80-fa0c-5351-0bd7-000000005214 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-06 16:00:30.608659 | fa163e80-fa0c-5351-0bd7-000000005214 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:36.013687 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-10-06 16:00:30.789920 | fa163e80-fa0c-5351-0bd7-0000000000f7 | TASK | Server Post Deployments 2025-10-06 16:00:30.820404 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000f7') missing from stats 2025-10-06 16:00:30.884219 | fa163e80-fa0c-5351-0bd7-0000000000f8 | TIMING | include_tasks | standalone | 0:29:36.289244 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-06 16:00:31.029117 | fa163e80-fa0c-5351-0bd7-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-06 16:00:31.057327 | fa163e80-fa0c-5351-0bd7-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', 'fa163e80-fa0c-5351-0bd7-0000000000fc') missing from stats 2025-10-06 16:00:31.075022 | fa163e80-fa0c-5351-0bd7-000000000100 | TASK | is additonal Cell? 2025-10-06 16:00:31.101753 | fa163e80-fa0c-5351-0bd7-000000000100 | OK | is additonal Cell? | undercloud 2025-10-06 16:00:31.102745 | fa163e80-fa0c-5351-0bd7-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:36.507779 | 0.03s 2025-10-06 16:00:31.118640 | fa163e80-fa0c-5351-0bd7-000000000102 | TASK | discover via nova_manager? 2025-10-06 16:00:31.165957 | fa163e80-fa0c-5351-0bd7-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-06 16:00:31.166852 | fa163e80-fa0c-5351-0bd7-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:36.571887 | 0.05s 2025-10-06 16:00:31.180994 | fa163e80-fa0c-5351-0bd7-000000000103 | TASK | discover via nova_api? 2025-10-06 16:00:31.238967 | fa163e80-fa0c-5351-0bd7-000000000103 | OK | discover via nova_api? | undercloud 2025-10-06 16:00:31.240112 | fa163e80-fa0c-5351-0bd7-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:36.645141 | 0.06s 2025-10-06 16:00:31.254378 | fa163e80-fa0c-5351-0bd7-000000000104 | TASK | Warn if no discovery host available 2025-10-06 16:00:31.293852 | fa163e80-fa0c-5351-0bd7-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-06 16:00:31.294780 | fa163e80-fa0c-5351-0bd7-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:36.699817 | 0.04s 2025-10-06 16:00:31.319025 | fa163e80-fa0c-5351-0bd7-000000000105 | TASK | Discovering nova hosts 2025-10-06 16:00:34.068330 | fa163e80-fa0c-5351-0bd7-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e80-fa0c-5351-0bd7-000000000105') missing from stats 2025-10-06 16:00:34.123464 | fa163e80-fa0c-5351-0bd7-000000000106 | OK | set_fact | undercloud 2025-10-06 16:00:34.124228 | fa163e80-fa0c-5351-0bd7-000000000106 | TIMING | set_fact | undercloud | 0:29:39.529267 | 0.04s 2025-10-06 16:00:34.138038 | fa163e80-fa0c-5351-0bd7-000000000108 | TASK | Set up group_vars 2025-10-06 16:00:34.164218 | fa163e80-fa0c-5351-0bd7-000000000108 | OK | Set up group_vars | undercloud 2025-10-06 16:00:34.164876 | fa163e80-fa0c-5351-0bd7-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:39.569916 | 0.03s 2025-10-06 16:00:34.178394 | fa163e80-fa0c-5351-0bd7-000000000109 | TASK | Make needed directories on the undercloud 2025-10-06 16:00:34.415722 | fa163e80-fa0c-5351-0bd7-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-c4pbb1vt/octavia-ansible 2025-10-06 16:00:34.417689 | fa163e80-fa0c-5351-0bd7-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:39.822681 | 0.24s 2025-10-06 16:00:34.620889 | fa163e80-fa0c-5351-0bd7-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-c4pbb1vt/octavia-ansible/local_dir 2025-10-06 16:00:34.622349 | fa163e80-fa0c-5351-0bd7-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:40.027381 | 0.44s 2025-10-06 16:00:34.832889 | fa163e80-fa0c-5351-0bd7-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-c4pbb1vt/octavia-ansible/group_vars 2025-10-06 16:00:34.834232 | fa163e80-fa0c-5351-0bd7-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:40.239264 | 0.66s 2025-10-06 16:00:34.844628 | fa163e80-fa0c-5351-0bd7-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:40.249658 | 0.67s 2025-10-06 16:00:34.864414 | fa163e80-fa0c-5351-0bd7-00000000010a | TASK | Write group_vars file 2025-10-06 16:00:35.337879 | fa163e80-fa0c-5351-0bd7-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-06 16:00:35.338752 | fa163e80-fa0c-5351-0bd7-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:40.743789 | 0.47s 2025-10-06 16:00:35.363010 | fa163e80-fa0c-5351-0bd7-00000000010b | TASK | Gather missing facts 2025-10-06 16:00:35.707224 | fa163e80-fa0c-5351-0bd7-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e80-fa0c-5351-0bd7-00000000010b') missing from stats 2025-10-06 16:00:35.723280 | fa163e80-fa0c-5351-0bd7-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:41.128316 | 0.36s 2025-10-06 16:00:35.737359 | fa163e80-fa0c-5351-0bd7-00000000010c | TASK | Write octavia inventory 2025-10-06 16:00:36.367078 | fa163e80-fa0c-5351-0bd7-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-06 16:00:36.367936 | fa163e80-fa0c-5351-0bd7-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:41.772974 | 0.63s 2025-10-06 16:00:36.382406 | fa163e80-fa0c-5351-0bd7-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-06 16:00:36.603388 | fa163e80-fa0c-5351-0bd7-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-06 16:00:36.604839 | fa163e80-fa0c-5351-0bd7-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:42.009874 | 0.22s 2025-10-06 16:00:36.621188 | fa163e80-fa0c-5351-0bd7-00000000010e | TASK | Set private key location 2025-10-06 16:00:36.661768 | fa163e80-fa0c-5351-0bd7-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-06 16:00:36.662878 | fa163e80-fa0c-5351-0bd7-00000000010e | TIMING | Set private key location | undercloud | 0:29:42.067911 | 0.04s 2025-10-06 16:00:36.678338 | fa163e80-fa0c-5351-0bd7-00000000010f | TASK | Configure octavia command 2025-10-06 16:00:36.717724 | fa163e80-fa0c-5351-0bd7-00000000010f | OK | Configure octavia command | undercloud 2025-10-06 16:00:36.718739 | fa163e80-fa0c-5351-0bd7-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:42.123774 | 0.04s 2025-10-06 16:00:36.760919 | fa163e80-fa0c-5351-0bd7-000000000110 | OK | set_fact | undercloud 2025-10-06 16:00:36.762039 | fa163e80-fa0c-5351-0bd7-000000000110 | TIMING | set_fact | undercloud | 0:29:42.167075 | 0.03s 2025-10-06 16:00:36.804783 | fa163e80-fa0c-5351-0bd7-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-c4pbb1vt/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-c4pbb1vt/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-c4pbb1vt/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-06 16:00:36.805809 | fa163e80-fa0c-5351-0bd7-000000000111 | TIMING | debug | undercloud | 0:29:42.210842 | 0.03s 2025-10-06 16:00:36.821307 | fa163e80-fa0c-5351-0bd7-000000000112 | TASK | Configure octavia on overcloud 2025-10-06 16:04:35.453957 | fa163e80-fa0c-5351-0bd7-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-06 16:04:35.456303 | fa163e80-fa0c-5351-0bd7-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:40.861340 | 238.63s 2025-10-06 16:04:35.473149 | fa163e80-fa0c-5351-0bd7-000000000113 | TASK | Purge temp dirs 2025-10-06 16:04:35.743996 | fa163e80-fa0c-5351-0bd7-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-c4pbb1vt/octavia-ansible/local_dir 2025-10-06 16:04:35.745480 | fa163e80-fa0c-5351-0bd7-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:41.150508 | 0.27s 2025-10-06 16:04:35.756321 | fa163e80-fa0c-5351-0bd7-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:41.161352 | 0.28s 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-06 16:04:35.814199 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 16:04:35.814475 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 16:04:35.814726 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:41.219770 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 16:04:35.815035 | UUID | Info | Host | Task Name | Run Time 2025-10-06 16:04:35.815349 | fa163e80-fa0c-5351-0bd7-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 287.08s 2025-10-06 16:04:35.815656 | fa163e80-fa0c-5351-0bd7-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 238.63s 2025-10-06 16:04:35.815969 | fa163e80-fa0c-5351-0bd7-000000004df6 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 122.83s 2025-10-06 16:04:35.816263 | fa163e80-fa0c-5351-0bd7-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 105.50s 2025-10-06 16:04:35.816559 | fa163e80-fa0c-5351-0bd7-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.52s 2025-10-06 16:04:35.816992 | fa163e80-fa0c-5351-0bd7-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 59.38s 2025-10-06 16:04:35.817323 | fa163e80-fa0c-5351-0bd7-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 55.35s 2025-10-06 16:04:35.817570 | fa163e80-fa0c-5351-0bd7-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.93s 2025-10-06 16:04:35.817880 | fa163e80-fa0c-5351-0bd7-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 | 31.87s 2025-10-06 16:04:35.818177 | fa163e80-fa0c-5351-0bd7-000000004df5 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 31.37s 2025-10-06 16:04:35.818485 | fa163e80-fa0c-5351-0bd7-000000004c5a | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.96s 2025-10-06 16:04:35.818814 | fa163e80-fa0c-5351-0bd7-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.58s 2025-10-06 16:04:35.819145 | fa163e80-fa0c-5351-0bd7-00000000518d | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 26.21s 2025-10-06 16:04:35.819461 | fa163e80-fa0c-5351-0bd7-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.74s 2025-10-06 16:04:35.819782 | fa163e80-fa0c-5351-0bd7-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.59s 2025-10-06 16:04:35.820050 | fa163e80-fa0c-5351-0bd7-00000000518c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.57s 2025-10-06 16:04:35.820422 | fa163e80-fa0c-5351-0bd7-000000004ef1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.89s 2025-10-06 16:04:35.820711 | fa163e80-fa0c-5351-0bd7-000000004f1d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.49s 2025-10-06 16:04:35.821044 | fa163e80-fa0c-5351-0bd7-000000004f49 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.46s 2025-10-06 16:04:35.821497 | fa163e80-fa0c-5351-0bd7-0000000021c9 | SUMMARY | standalone | install systemd-container for a greenfield | 21.09s 2025-10-06 16:04:35.821871 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-c4pbb1vt Install artifact is located at /root/standalone-install-20251006160436.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.4aHHzEaM4L + exit 0 ~/ci-framework-data/artifacts