~/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.rbC1kNHjW7 + 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.rbC1kNHjW7/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=False + 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.rbC1kNHjW7/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.rbC1kNHjW7 + J2_VARS_FILE=/tmp/tmp.rbC1kNHjW7/tmp.D0az3D4FIh.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.rbC1kNHjW7/tmp.D0az3D4FIh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.rbC1kNHjW7/tmp.D0az3D4FIh.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.rbC1kNHjW7/tmp.D0az3D4FIh.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.rbC1kNHjW7/tmp.D0az3D4FIh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.rbC1kNHjW7/tmp.D0az3D4FIh.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.rbC1kNHjW7/tmp.D0az3D4FIh.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.rbC1kNHjW7/tmp.D0az3D4FIh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.rbC1kNHjW7/tmp.D0az3D4FIh.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.rbC1kNHjW7/tmp.D0az3D4FIh.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.rbC1kNHjW7/tmp.D0az3D4FIh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.rbC1kNHjW7/tmp.D0az3D4FIh.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.rbC1kNHjW7/tmp.D0az3D4FIh.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.rbC1kNHjW7/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.rbC1kNHjW7/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.rbC1kNHjW7/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.rbC1kNHjW7/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.rbC1kNHjW7/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 5.8 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): libaio-0.3.111-13.el9.x86_64.rpm 240 kB/s | 26 kB 00:00 (2/399): device-mapper-persistent-data-0.9.0-13 4.1 MB/s | 786 kB 00:00 (3/399): bash-completion-2.11-4.el9.noarch.rpm 1.8 MB/s | 459 kB 00:00 (4/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 762 kB/s | 62 kB 00:00 (5/399): glibc-langpack-en-2.34-60.el9.x86_64.r 3.9 MB/s | 675 kB 00:00 (6/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 479 kB/s | 37 kB 00:00 (7/399): libkadm5-1.20.1-8.el9.x86_64.rpm 562 kB/s | 81 kB 00:00 (8/399): krb5-workstation-1.20.1-8.el9.x86_64.r 3.0 MB/s | 542 kB 00:00 (9/399): pkgconf-1.7.3-10.el9.x86_64.rpm 559 kB/s | 45 kB 00:00 (10/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 100 kB/s | 12 kB 00:00 (11/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 117 kB/s | 16 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.0 MB/s | 418 kB 00:00 (13/399): boost-system-1.75.0-8.el9.x86_64.rpm 121 kB/s | 15 kB 00:00 (14/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 1.6 MB/s | 223 kB 00:00 (15/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 459 kB/s | 64 kB 00:00 (16/399): python3-urllib-gssapi-1.0.2-4.el9.noa 271 kB/s | 24 kB 00:00 (17/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.0 MB/s | 98 kB 00:00 (18/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.3 MB/s | 216 kB 00:00 (19/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 261 kB/s | 17 kB 00:00 (20/399): perl-Data-Dumper-2.174-462.el9.x86_64 564 kB/s | 59 kB 00:00 (21/399): boost-thread-1.75.0-8.el9.x86_64.rpm 300 kB/s | 57 kB 00:00 (22/399): perl-Exporter-5.74-461.el9.noarch.rpm 256 kB/s | 34 kB 00:00 (23/399): perl-File-Temp-0.231.100-4.el9.noarch 696 kB/s | 63 kB 00:00 (24/399): perl-parent-0.238-460.el9.noarch.rpm 177 kB/s | 16 kB 00:00 (25/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.8 MB/s | 283 kB 00:00 (26/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 164 kB/s | 25 kB 00:00 (27/399): libisofs-1.5.4-4.el9.x86_64.rpm 3.6 MB/s | 224 kB 00:00 (28/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.9 MB/s | 321 kB 00:00 (29/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 732 kB/s | 45 kB 00:00 (30/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 5.9 MB/s | 392 kB 00:00 (31/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.1 MB/s | 92 kB 00:00 (32/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.4 MB/s | 229 kB 00:00 (33/399): perl-Term-ANSIColor-5.01-461.el9.noar 326 kB/s | 51 kB 00:00 (34/399): perl-URI-5.09-3.el9.noarch.rpm 875 kB/s | 125 kB 00:00 (35/399): perl-Text-ParseWords-3.30-460.el9.noa 104 kB/s | 18 kB 00:00 (36/399): perl-libnet-3.13-4.el9.noarch.rpm 1.5 MB/s | 134 kB 00:00 (37/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 7.7 MB/s | 1.2 MB 00:00 (38/399): iptables-nft-services-1.8.8-6.el9_1.n 172 kB/s | 28 kB 00:00 (39/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 148 kB/s | 26 kB 00:00 (40/399): perl-Carp-1.50-460.el9.noarch.rpm 237 kB/s | 31 kB 00:00 (41/399): perl-Encode-3.08-462.el9.x86_64.rpm 13 MB/s | 1.7 MB 00:00 (42/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 324 kB/s | 24 kB 00:00 (43/399): perl-Time-Local-1.300-7.el9.noarch.rp 436 kB/s | 37 kB 00:00 (44/399): perl-Mozilla-CA-20200520-6.el9.noarch 58 kB/s | 14 kB 00:00 (45/399): perl-Pod-Escapes-1.07-460.el9.noarch. 320 kB/s | 22 kB 00:00 (46/399): python3-yubico-1.3.3-7.el9.noarch.rpm 656 kB/s | 73 kB 00:00 (47/399): python3-psutil-5.8.0-12.el9.x86_64.rp 1.2 MB/s | 218 kB 00:00 (48/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.7 MB/s | 76 kB 00:00 (49/399): sshpass-1.09-4.el9.x86_64.rpm 501 kB/s | 30 kB 00:00 (50/399): boost-filesystem-1.75.0-8.el9.x86_64. 809 kB/s | 59 kB 00:00 (51/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.8 MB/s | 410 kB 00:00 (52/399): boost-program-options-1.75.0-8.el9.x8 1.5 MB/s | 108 kB 00:00 (53/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 753 kB/s | 39 kB 00:00 (54/399): libburn-1.5.4-4.el9.x86_64.rpm 2.2 MB/s | 175 kB 00:00 (55/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 494 kB/s | 19 kB 00:00 (56/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 348 kB/s | 34 kB 00:00 (57/399): libisoburn-1.5.4-4.el9.x86_64.rpm 5.7 MB/s | 419 kB 00:00 (58/399): perl-Digest-1.19-4.el9.noarch.rpm 458 kB/s | 29 kB 00:00 (59/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.5 MB/s | 92 kB 00:00 (60/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 510 kB/s | 43 kB 00:00 (61/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.4 MB/s | 77 kB 00:00 (62/399): perl-constant-1.33-461.el9.noarch.rpm 329 kB/s | 25 kB 00:00 (63/399): perl-Socket-2.031-4.el9.x86_64.rpm 283 kB/s | 58 kB 00:00 (64/399): perl-File-Path-2.18-4.el9.noarch.rpm 91 kB/s | 38 kB 00:00 (65/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.4 MB/s | 112 kB 00:00 (66/399): perl-podlators-4.14-460.el9.noarch.rp 550 kB/s | 118 kB 00:00 (67/399): python3-appdirs-1.4.4-4.el9.noarch.rp 630 kB/s | 27 kB 00:00 (68/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.7 MB/s | 96 kB 00:00 (69/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.0 MB/s | 163 kB 00:00 (70/399): boost-regex-1.75.0-8.el9.x86_64.rpm 5.1 MB/s | 279 kB 00:00 (71/399): python3-qrcode-core-6.1-12.el9.noarch 429 kB/s | 61 kB 00:00 (72/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 398 kB/s | 48 kB 00:00 (73/399): python3-augeas-0.5.0-25.el9.noarch.rp 327 kB/s | 31 kB 00:00 (74/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 8.8 MB/s | 489 kB 00:00 (75/399): python3-alembic-1.7.5-3.el9.noarch.rp 4.9 MB/s | 900 kB 00:00 (76/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.7 MB/s | 459 kB 00:00 (77/399): jq-1.6-14.el9.x86_64.rpm 1.6 MB/s | 190 kB 00:00 (78/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.1 MB/s | 59 kB 00:00 (79/399): perl-B-1.80-480.el9.x86_64.rpm 3.2 MB/s | 185 kB 00:00 (80/399): perl-AutoLoader-5.74-480.el9.noarch.r 257 kB/s | 23 kB 00:00 (81/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 463 kB/s | 221 kB 00:00 (82/399): perl-Errno-1.30-480.el9.x86_64.rpm 144 kB/s | 17 kB 00:00 (83/399): perl-Class-Struct-0.66-480.el9.noarch 132 kB/s | 24 kB 00:00 (84/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 175 kB/s | 23 kB 00:00 (85/399): perl-File-Basename-2.85-480.el9.noarc 211 kB/s | 19 kB 00:00 (86/399): perl-File-stat-1.09-480.el9.noarch.rp 244 kB/s | 19 kB 00:00 (87/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 369 kB/s | 25 kB 00:00 (88/399): perl-FileHandle-2.03-480.el9.noarch.r 120 kB/s | 17 kB 00:00 (89/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.4 MB/s | 99 kB 00:00 (90/399): perl-Getopt-Std-1.12-480.el9.noarch.r 94 kB/s | 17 kB 00:00 (91/399): perl-SelectSaver-1.02-480.el9.noarch. 187 kB/s | 13 kB 00:00 (92/399): perl-Symbol-1.08-480.el9.noarch.rpm 380 kB/s | 16 kB 00:00 (93/399): perl-interpreter-5.32.1-480.el9.x86_6 736 kB/s | 75 kB 00:00 (94/399): perl-libs-5.32.1-480.el9.x86_64.rpm 21 MB/s | 2.2 MB 00:00 (95/399): perl-overloading-0.02-480.el9.noarch. 146 kB/s | 15 kB 00:00 (96/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.2 MB/s | 259 kB 00:00 (97/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 681 kB/s | 40 kB 00:00 (98/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 512 kB/s | 42 kB 00:00 (99/399): perl-IO-1.43-480.el9.x86_64.rpm 1.7 MB/s | 94 kB 00:00 (100/399): perl-NDBM_File-1.15-480.el9.x86_64.r 181 kB/s | 25 kB 00:00 (101/399): perl-overload-1.31-480.el9.noarch.rp 99 kB/s | 47 kB 00:00 (102/399): perl-base-2.27-480.el9.noarch.rpm 101 kB/s | 18 kB 00:00 (103/399): perl-subs-1.03-480.el9.noarch.rpm 163 kB/s | 13 kB 00:00 (104/399): perl-mro-1.23-480.el9.x86_64.rpm 177 kB/s | 31 kB 00:00 (105/399): perl-if-0.60.800-480.el9.noarch.rpm 59 kB/s | 16 kB 00:00 (106/399): perl-vars-1.05-480.el9.noarch.rpm 50 kB/s | 15 kB 00:00 (107/399): python3-mako-1.1.4-6.el9.noarch.rpm 807 kB/s | 176 kB 00:00 (108/399): ansible-freeipa-1.9.2-3.el9_2.noarch 2.4 MB/s | 452 kB 00:00 (109/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.3 MB/s | 656 kB 00:00 (110/399): ipa-client-common-4.10.1-12.el9_2.2. 377 kB/s | 44 kB 00:00 (111/399): python3-ipalib-4.10.1-12.el9_2.2.noa 9.6 MB/s | 663 kB 00:00 (112/399): rhel-system-roles-1.21.2-1.el9_2.noa 9.7 MB/s | 2.4 MB 00:00 (113/399): python3-ipaclient-4.10.1-12.el9_2.2. 3.7 MB/s | 648 kB 00:00 (114/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 411 kB/s | 57 kB 00:00 (115/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 764 kB/s | 41 kB 00:00 (116/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 42 MB/s | 7.9 MB 00:00 (117/399): ruby-default-gems-3.0.4-161.el9_2.2. 466 kB/s | 46 kB 00:00 (118/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 17 MB/s | 3.3 MB 00:00 (119/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.3 MB/s | 456 kB 00:00 (120/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 224 kB/s | 55 kB 00:00 (121/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 495 kB/s | 59 kB 00:00 (122/399): rubygem-io-console-0.5.7-161.el9_2.2 174 kB/s | 26 kB 00:00 (123/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 3.8 MB/s | 441 kB 00:00 (124/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 408 kB/s | 60 kB 00:00 (125/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.9 MB/s | 306 kB 00:00 (126/399): buildah-1.29.5-1.el9_2.x86_64.rpm 40 MB/s | 8.6 MB 00:00 (127/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.4 MB/s | 245 kB 00:00 (128/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 887 kB/s | 36 kB 00:00 (129/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 17 MB/s | 2.2 MB 00:00 (130/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 210 kB/s | 110 kB 00:00 (131/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 164 kB/s | 30 kB 00:00 (132/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 127 kB/s | 19 kB 00:00 (133/399): device-mapper-event-libs-1.02.187-7. 255 kB/s | 31 kB 00:00 (134/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 15 MB/s | 1.5 MB 00:00 (135/399): device-mapper-event-1.02.187-7.el9_2 141 kB/s | 32 kB 00:00 (136/399): ansible-collection-community-general 20 MB/s | 1.3 MB 00:00 (137/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 852 kB/s | 68 kB 00:00 (138/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 7.1 MB/s | 1.0 MB 00:00 (139/399): ansible-collection-ansible-posix-1.2 2.0 MB/s | 124 kB 00:00 (140/399): ansible-collection-ansible-netcommon 2.4 MB/s | 181 kB 00:00 (141/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.9 MB/s | 354 kB 00:00 (142/399): ansible-collection-ansible-utils-2.3 905 kB/s | 91 kB 00:00 (143/399): golang-github-vbatts-tar-split-0.11. 8.5 MB/s | 1.0 MB 00:00 (144/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 2.0 MB/s | 162 kB 00:00 (145/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 2.0 MB/s | 178 kB 00:00 (146/399): puppet-fdio-18.2-1.20220727113954.6f 295 kB/s | 25 kB 00:00 (147/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 309 kB/s | 77 kB 00:00 (148/399): python3-ansible-runner-2.0.0a1-3.el9 1.2 MB/s | 122 kB 00:00 (149/399): python3-croniter-0.3.35-2.el9ost.noa 411 kB/s | 49 kB 00:00 (150/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 194 kB/s | 44 kB 00:00 (151/399): python3-beautifulsoup4-4.9.3-2.el9os 953 kB/s | 204 kB 00:00 (152/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 600 kB/s | 44 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 287 kB/s | 39 kB 00:00 (154/399): python3-docutils-0.16-6.el9ost.noarc 8.6 MB/s | 1.5 MB 00:00 (155/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.6 MB/s | 107 kB 00:00 (156/399): python3-gevent-21.1.2-2.el9ost.x86_6 12 MB/s | 1.6 MB 00:00 (157/399): python3-jeepney-0.6.0-2.el9ost.noarc 1.7 MB/s | 284 kB 00:00 (158/399): python3-jmespath-0.10.0-1.el9ost.noa 239 kB/s | 46 kB 00:00 (159/399): python3-lockfile-0.12.2-2.el9ost.noa 200 kB/s | 31 kB 00:00 (160/399): python3-logutils-0.3.5-15.el9ost.noa 528 kB/s | 47 kB 00:00 (161/399): python3-migrate-0.13.0-1.el9ost.noar 4.4 MB/s | 224 kB 00:00 (162/399): python3-memcached-1.59-3.el9ost.noar 365 kB/s | 40 kB 00:00 (163/399): python3-mimeparse-1.6.0-16.el9ost.no 195 kB/s | 16 kB 00:00 (164/399): python3-natsort-7.1.1-2.el9ost.noarc 544 kB/s | 59 kB 00:00 (165/399): python3-passlib-1.7.4-3.el9ost.noarc 4.5 MB/s | 712 kB 00:00 (166/399): python3-pecan-1.4.0-2.el9ost.noarch. 1.8 MB/s | 273 kB 00:00 (167/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 623 kB/s | 90 kB 00:00 (168/399): python3-pyperclip-1.8.0-3.el9ost.noa 146 kB/s | 25 kB 00:00 (169/399): python3-setproctitle-1.2.2-1.el9ost. 137 kB/s | 23 kB 00:00 (170/399): python3-pynacl-1.4.0-1.el9ost.x86_64 411 kB/s | 111 kB 00:00 (171/399): python3-soupsieve-2.2-1.el9ost.noarc 1.0 MB/s | 67 kB 00:00 (172/399): python3-smmap-3.0.1-4.el9ost.noarch. 282 kB/s | 47 kB 00:00 (173/399): python3-webtest-2.0.35-6.el9ost.noar 1.1 MB/s | 82 kB 00:00 (174/399): python3-sqlalchemy13-1.3.24-3.el9ost 9.2 MB/s | 1.7 MB 00:00 (175/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 6.5 MB/s | 396 kB 00:00 (176/399): python3-zope-event-4.2.0-20.el9ost.n 2.8 MB/s | 205 kB 00:00 (177/399): python3-tenacity-6.3.1-1.el9ost.noar 199 kB/s | 51 kB 00:00 (178/399): python3-zope-interface-5.4.0-1.el9os 1.7 MB/s | 202 kB 00:00 (179/399): rubygem-fast_gettext-1.2.0-9.el9ost. 779 kB/s | 34 kB 00:00 (180/399): rubygem-concurrent-ruby-1.1.5-2.el9o 1.2 MB/s | 243 kB 00:00 (181/399): rubygem-deep_merge-1.2.1-7.el9ost.no 51 kB/s | 14 kB 00:00 (182/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 329 kB/s | 90 kB 00:00 (183/399): rubygem-multi_json-1.15.0-2.el9ost.n 113 kB/s | 22 kB 00:00 (184/399): rubygem-semantic_puppet-1.0.4-2.el9o 471 kB/s | 21 kB 00:00 (185/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 157 kB/s | 16 kB 00:00 (186/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 7.0 MB/s | 433 kB 00:00 (187/399): rubygem-puppet-resource_api-1.8.13-1 148 kB/s | 34 kB 00:00 (188/399): ansible-role-chrony-1.3.1-17.1.20230 396 kB/s | 22 kB 00:00 (189/399): ansible-role-atos-hsm-1.0.1-17.1.202 235 kB/s | 17 kB 00:00 (190/399): ansible-config_template-2.0.1-17.1.2 277 kB/s | 29 kB 00:00 (191/399): ansible-role-collectd-config-0.0.3-1 798 kB/s | 53 kB 00:00 (192/399): ansible-role-container-registry-1.4. 187 kB/s | 24 kB 00:00 (193/399): ansible-role-qdr-config-0.0.2-17.1.2 312 kB/s | 21 kB 00:00 (194/399): ansible-role-redhat-subscription-1.3 582 kB/s | 28 kB 00:00 (195/399): ansible-role-tripleo-modify-image-1. 755 kB/s | 27 kB 00:00 (196/399): ansible-role-openstack-operations-0. 145 kB/s | 30 kB 00:00 (197/399): ansible-role-thales-hsm-3.0.1-17.1.2 155 kB/s | 21 kB 00:00 (198/399): ansible-tripleo-ipsec-11.0.1-17.1.20 364 kB/s | 38 kB 00:00 (199/399): dib-utils-0.0.11-17.1.20230620173328 143 kB/s | 12 kB 00:00 (200/399): ansible-tripleo-ipa-0.3.1-17.1.20230 251 kB/s | 36 kB 00:00 (201/399): openstack-heat-agents-2.2.1-17.1.202 115 kB/s | 9.6 kB 00:00 (202/399): os-collect-config-13.1.1-17.1.202310 352 kB/s | 50 kB 00:00 (203/399): os-refresh-config-13.1.1-17.1.202310 218 kB/s | 21 kB 00:00 (204/399): puppet-apache-6.5.2-17.1.20230621001 3.1 MB/s | 259 kB 00:00 (205/399): puppet-aodh-18.4.2-17.1.202306201512 614 kB/s | 62 kB 00:00 (206/399): os-apply-config-13.1.1-17.1.20231020 199 kB/s | 54 kB 00:00 (207/399): puppet-archive-4.6.1-17.1.2023062018 1.1 MB/s | 44 kB 00:00 (208/399): puppet-auditd-2.2.1-17.1.20230620192 628 kB/s | 28 kB 00:00 (209/399): puppet-ceilometer-18.4.3-17.1.202309 1.8 MB/s | 70 kB 00:00 (210/399): puppet-cinder-18.5.2-17.1.2023062105 2.9 MB/s | 120 kB 00:00 (211/399): puppet-collectd-13.0.1-17.1.20230620 2.0 MB/s | 135 kB 00:00 (212/399): puppet-certmonger-2.7.1-17.1.2023062 269 kB/s | 26 kB 00:00 (213/399): puppet-concat-6.2.1-17.1.20230620181 678 kB/s | 41 kB 00:00 (214/399): puppet-corosync-8.0.1-17.1.202306211 745 kB/s | 68 kB 00:00 (215/399): puppet-dns-8.2.1-17.1.20230621002045 393 kB/s | 36 kB 00:00 (216/399): puppet-designate-18.6.1-17.1.2023062 581 kB/s | 69 kB 00:00 (217/399): puppet-firewall-3.4.1-17.1.202306210 724 kB/s | 77 kB 00:00 (218/399): puppet-etcd-1.12.3-17.1.202306201932 183 kB/s | 25 kB 00:00 (219/399): puppet-git-0.5.0-17.1.20230620193928 170 kB/s | 23 kB 00:00 (220/399): puppet-heat-18.4.1-17.1.202306211116 1.2 MB/s | 70 kB 00:00 (221/399): puppet-gnocchi-18.4.3-17.1.202306210 573 kB/s | 58 kB 00:00 (222/399): puppet-haproxy-4.2.2-17.1.2023062019 526 kB/s | 52 kB 00:00 (223/399): puppet-horizon-18.6.1-17.1.202306210 1.6 MB/s | 63 kB 00:00 (224/399): puppet-ipaclient-2.5.2-17.1.20230620 334 kB/s | 17 kB 00:00 (225/399): puppet-keepalived-0.0.2-17.1.2023062 371 kB/s | 14 kB 00:00 (226/399): puppet-kmod-2.5.0-17.1.2023062019064 470 kB/s | 21 kB 00:00 (227/399): puppet-manila-18.5.2-17.1.2023110219 2.1 MB/s | 81 kB 00:00 (228/399): puppet-memcached-6.0.0-17.1.20230620 470 kB/s | 23 kB 00:00 (229/399): puppet-inifile-4.2.1-17.1.2023062018 215 kB/s | 42 kB 00:00 (230/399): puppet-mysql-10.6.1-17.1.20230621022 1.5 MB/s | 99 kB 00:00 (231/399): puppet-module-data-0.5.1-17.1.202306 57 kB/s | 13 kB 00:00 (232/399): puppet-nova-18.6.1-17.1.202306210904 1.5 MB/s | 200 kB 00:00 (233/399): puppet-neutron-18.6.1-17.1.202306210 1.1 MB/s | 196 kB 00:00 (234/399): puppet-openstack_extras-18.5.1-17.1. 571 kB/s | 48 kB 00:00 (235/399): puppet-octavia-18.5.1-17.1.202306210 593 kB/s | 76 kB 00:00 (236/399): puppet-nssdb-1.0.2-17.1.202306201856 81 kB/s | 12 kB 00:00 (237/399): puppet-openstacklib-18.5.2-17.1.2023 1.6 MB/s | 62 kB 00:00 (238/399): puppet-placement-5.4.3-17.1.20230621 1.0 MB/s | 41 kB 00:00 (239/399): puppet-qdr-7.4.1-17.1.20230620195605 495 kB/s | 31 kB 00:00 (240/399): puppet-oslo-18.5.1-17.1.202306210523 562 kB/s | 48 kB 00:00 (241/399): puppet-rabbitmq-11.0.1-17.1.20230620 3.7 MB/s | 266 kB 00:00 (242/399): puppet-rsync-1.1.4-17.1.202306210028 223 kB/s | 28 kB 00:00 (243/399): puppet-remote-10.0.0-17.1.2023062019 80 kB/s | 16 kB 00:00 (244/399): puppet-redis-6.1.1-17.1.202306201917 243 kB/s | 51 kB 00:00 (245/399): puppet-rsyslog-4.0.1-17.1.2023062020 627 kB/s | 58 kB 00:00 (246/399): puppet-stdlib-6.3.1-17.1.20230621000 3.8 MB/s | 160 kB 00:00 (247/399): puppet-snmp-3.9.1-17.1.2023062020041 372 kB/s | 34 kB 00:00 (248/399): puppet-ssh-6.2.1-17.1.20230620190251 234 kB/s | 29 kB 00:00 (249/399): puppet-swift-18.6.1-17.1.20230621052 2.4 MB/s | 115 kB 00:00 (250/399): puppet-sysctl-0.0.13-17.1.2023062018 257 kB/s | 16 kB 00:00 (251/399): puppet-systemd-2.12.1-17.1.202306201 931 kB/s | 42 kB 00:00 (252/399): puppet-vswitch-14.4.3-17.1.202306210 809 kB/s | 41 kB 00:00 (253/399): puppet-xinetd-3.3.1-17.1.20230620185 559 kB/s | 26 kB 00:00 (254/399): puppet-vcsrepo-3.1.1-17.1.2023062018 361 kB/s | 50 kB 00:00 (255/399): python-oslo-log-lang-4.4.0-17.1.2023 257 kB/s | 14 kB 00:00 (256/399): python-oslo-cache-lang-2.7.1-17.1.20 232 kB/s | 19 kB 00:00 (257/399): python-oslo-versionedobjects-lang-2. 283 kB/s | 14 kB 00:00 (258/399): python-oslo-middleware-lang-4.2.1-17 182 kB/s | 13 kB 00:00 (259/399): python-oslo-policy-lang-3.7.1-17.1.2 189 kB/s | 14 kB 00:00 (260/399): python3-aodhclient-2.2.0-17.1.202306 818 kB/s | 56 kB 00:00 (261/399): python-pycadf-common-3.1.1-17.1.2023 172 kB/s | 15 kB 00:00 (262/399): python3-GitPython-3.1.14-2.el9ost.no 2.1 MB/s | 238 kB 00:00 (263/399): python3-cinderclient-7.4.1-17.1.2023 4.0 MB/s | 218 kB 00:00 (264/399): python3-barbicanclient-5.3.0-17.1.20 1.7 MB/s | 127 kB 00:00 (265/399): python3-designateclient-4.2.1-17.1.2 1.8 MB/s | 92 kB 00:00 (266/399): python3-futurist-2.3.0-17.1.20230621 1.5 MB/s | 64 kB 00:00 (267/399): python3-cliff-3.7.0-17.1.20230620172 771 kB/s | 95 kB 00:00 (268/399): python3-heat-agent-ansible-2.2.1-17. 174 kB/s | 11 kB 00:00 (269/399): python3-heat-agent-2.2.1-17.1.202306 262 kB/s | 19 kB 00:00 (270/399): python3-heat-agent-apply-config-2.2. 262 kB/s | 9.9 kB 00:00 (271/399): python3-heat-agent-hiera-2.2.1-17.1. 248 kB/s | 10 kB 00:00 (272/399): python3-heat-agent-json-file-2.2.1-1 271 kB/s | 9.8 kB 00:00 (273/399): python3-heatclient-2.3.1-17.1.202306 3.8 MB/s | 158 kB 00:00 (274/399): python3-heat-agent-docker-cmd-2.2.1- 122 kB/s | 12 kB 00:00 (275/399): python3-heat-agent-puppet-2.2.1-17.1 203 kB/s | 11 kB 00:00 (276/399): python3-ironic-inspector-client-4.5. 863 kB/s | 67 kB 00:00 (277/399): python3-keystoneclient-4.3.0-17.1.20 1.9 MB/s | 239 kB 00:00 (278/399): python3-keystonemiddleware-9.2.0-17. 1.5 MB/s | 92 kB 00:00 (279/399): python3-ironicclient-4.6.4-17.1.2023 2.3 MB/s | 342 kB 00:00 (280/399): python3-magnumclient-3.4.1-17.1.2023 1.2 MB/s | 121 kB 00:00 (281/399): python3-mistralclient-4.2.0-17.1.202 1.8 MB/s | 166 kB 00:00 (282/399): python3-neutronclient-7.3.1-17.1.202 2.3 MB/s | 298 kB 00:00 (283/399): python3-os-client-config-2.1.0-17.1. 769 kB/s | 55 kB 00:00 (284/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (285/399): python3-os-service-types-1.7.0-17.1. 451 kB/s | 38 kB 00:00 (286/399): python3-novaclient-17.4.1-17.1.20230 1.0 MB/s | 201 kB 00:00 (287/399): python3-osc-lib-2.3.1-17.1.202306202 702 kB/s | 78 kB 00:00 (288/399): python3-oslo-log-4.4.0-17.1.20230620 1.1 MB/s | 64 kB 00:00 (289/399): python3-oslo-context-3.2.1-17.1.2023 260 kB/s | 27 kB 00:00 (290/399): python3-oslo-cache-2.7.1-17.1.202306 313 kB/s | 56 kB 00:00 (291/399): python3-oslo-reports-2.2.0-17.1.2023 1.1 MB/s | 59 kB 00:00 (292/399): python3-oslo-policy-3.7.1-17.1.20230 1.0 MB/s | 76 kB 00:00 (293/399): python3-oslo-middleware-4.2.1-17.1.2 532 kB/s | 55 kB 00:00 (294/399): python3-oslo-rootwrap-6.3.1-17.1.202 766 kB/s | 46 kB 00:00 (295/399): python3-oslo-serialization-4.1.1-17. 608 kB/s | 34 kB 00:00 (296/399): python3-oslo-upgradecheck-1.3.1-17.1 353 kB/s | 29 kB 00:00 (297/399): python3-oslo-versionedobjects-2.4.1- 1.0 MB/s | 79 kB 00:00 (298/399): python3-pycadf-3.1.1-17.1.2023062021 592 kB/s | 53 kB 00:00 (299/399): python3-requestsexceptions-1.4.0-17. 147 kB/s | 17 kB 00:00 (300/399): python3-saharaclient-3.3.0-17.1.2023 2.6 MB/s | 188 kB 00:00 (301/399): python3-osprofiler-3.4.0-17.1.202306 603 kB/s | 130 kB 00:00 (302/399): python3-statsd-3.2.1-20.1.el9ost.noa 483 kB/s | 35 kB 00:00 (303/399): python3-shade-1.33.0-17.1.2023062022 5.4 MB/s | 523 kB 00:00 (304/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.1 MB/s | 50 kB 00:00 (305/399): python3-troveclient-7.0.0-17.1.20230 4.6 MB/s | 344 kB 00:00 (306/399): python3-validations-libs-1.9.1-17.1. 2.5 MB/s | 137 kB 00:00 (307/399): python3-zaqarclient-2.4.0-17.1.20230 2.2 MB/s | 129 kB 00:00 (308/399): validations-common-1.9.1-17.1.202310 2.2 MB/s | 111 kB 00:00 (309/399): python3-paramiko-2.11.0-2.el9ost.noa 7.1 MB/s | 299 kB 00:00 (310/399): python3-swiftclient-3.11.1-17.1.2023 523 kB/s | 136 kB 00:00 (311/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.8 MB/s | 427 kB 00:00 (312/399): python3-manilaclient-2.6.4-17.1.2024 6.3 MB/s | 528 kB 00:00 (313/399): ansible-pacemaker-1.0.4-17.1.2023121 169 kB/s | 21 kB 00:00 (314/399): python3-sqlparse-0.4.1-2.el9ost.noar 660 kB/s | 83 kB 00:00 (315/399): ansible-role-metalsmith-deployment-1 242 kB/s | 21 kB 00:00 (316/399): python3-webob-1.8.7-2.1.el9ost.noarc 1.5 MB/s | 230 kB 00:00 (317/399): openstack-selinux-0.8.37-17.1.202311 3.8 MB/s | 221 kB 00:00 (318/399): puppet-ironic-18.7.1-17.1.2024030521 1.3 MB/s | 121 kB 00:00 (319/399): python-oslo-db-lang-8.5.2-17.1.20240 132 kB/s | 14 kB 00:00 (320/399): python3-glanceclient-3.3.0-17.1.2024 1.2 MB/s | 143 kB 00:00 (321/399): python3-keystoneauth1-4.4.0-17.1.202 4.6 MB/s | 409 kB 00:00 (322/399): python3-neutron-lib-2.10.3-17.1.2023 7.8 MB/s | 375 kB 00:00 (323/399): python3-octaviaclient-2.3.1-17.1.202 1.1 MB/s | 91 kB 00:00 (324/399): python3-metalsmith-1.4.4-17.1.202405 419 kB/s | 65 kB 00:00 (325/399): python3-oslo-db-8.5.2-17.1.202408201 1.4 MB/s | 144 kB 00:00 (326/399): python3-oslo-messaging-12.7.3-17.1.2 2.0 MB/s | 216 kB 00:00 (327/399): python3-rhosp-openvswitch-3.3-1.el9o 149 kB/s | 8.3 kB 00:00 (328/399): python3-oslo-service-2.5.1-17.1.2024 883 kB/s | 71 kB 00:00 (329/399): openstack-tripleo-validations-14.3.2 4.4 MB/s | 204 kB 00:00 (330/399): openstack-ansible-core-2.14.2-4.7.el 26 MB/s | 2.3 MB 00:00 (331/399): python3-waitress-2.0.0-4.el9ost.noar 868 kB/s | 109 kB 00:00 (332/399): puppet-glance-18.6.1-17.1.2025022015 1.1 MB/s | 87 kB 00:00 (333/399): puppet-pacemaker-1.5.1-17.1.20250214 3.1 MB/s | 158 kB 00:00 (334/399): puppet-ovn-18.6.1-17.1.2024092509490 294 kB/s | 29 kB 00:00 (335/399): puppet-tripleo-14.2.3-17.1.202503201 4.2 MB/s | 239 kB 00:00 (336/399): ansible-collections-openstack-1.9.1- 3.3 MB/s | 146 kB 00:00 (337/399): python3-os-ken-1.4.1-17.1.2024120509 8.0 MB/s | 2.1 MB 00:00 (338/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.3 MB/s | 351 kB 00:00 (339/399): ansible-collection-containers-podman 846 kB/s | 243 kB 00:00 (340/399): facter-3.14.19-3.el9ost.x86_64.rpm 4.5 MB/s | 518 kB 00:00 (341/399): openstack-tripleo-common-15.4.1-17.1 819 kB/s | 52 kB 00:00 (342/399): hiera-3.6.0-6.el9ost.noarch.rpm 114 kB/s | 33 kB 00:00 (343/399): leatherman-1.12.6-5.el9ost.x86_64.rp 1.3 MB/s | 405 kB 00:00 (344/399): puppet-7.10.0-4.el9ost.noarch.rpm 138 kB/s | 11 kB 00:00 (345/399): openstack-tripleo-common-containers- 336 kB/s | 78 kB 00:00 (346/399): puppet-headless-7.10.0-4.el9ost.noar 11 MB/s | 1.4 MB 00:00 (347/399): python3-amqp-5.0.6-5.el9ost.noarch.r 676 kB/s | 92 kB 00:00 (348/399): puppet-keystone-18.6.1-17.1.20250425 779 kB/s | 127 kB 00:00 (349/399): python3-boto-2.45.0-8.1.el9ost.noarc 19 MB/s | 1.3 MB 00:00 (350/399): python3-cachetools-4.2.2-3.el9ost.no 387 kB/s | 33 kB 00:00 (351/399): python3-colorama-0.4.4-4.el9ost.noar 567 kB/s | 35 kB 00:00 (352/399): python3-dogpile-cache-1.1.5-5.el9ost 2.4 MB/s | 89 kB 00:00 (353/399): python3-extras-1.0.0-17.el9ost.noarc 310 kB/s | 21 kB 00:00 (354/399): python3-fixtures-3.0.0-24.el9ost.noa 2.4 MB/s | 93 kB 00:00 (355/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 1.4 MB/s | 284 kB 00:00 (356/399): python3-keyring-21.8.0-4.el9ost.noar 1.1 MB/s | 77 kB 00:00 (357/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.0 MB/s | 313 kB 00:00 (358/399): python3-msgpack-1.0.2-4.el9ost.x86_6 773 kB/s | 87 kB 00:00 (359/399): python3-munch-2.5.0-6.el9ost.noarch. 215 kB/s | 25 kB 00:00 (360/399): python3-paste-deploy-2.1.1-4.el9ost. 621 kB/s | 41 kB 00:00 (361/399): python3-pystache-0.5.4-15.el9ost.noa 1.9 MB/s | 132 kB 00:00 (362/399): python3-paste-3.5.0-5.el9ost.noarch. 3.7 MB/s | 776 kB 00:00 (363/399): python3-openstacksdk-0.55.1-17.1.202 3.2 MB/s | 735 kB 00:00 (364/399): python3-repoze-lru-0.7-12.el9ost.noa 482 kB/s | 32 kB 00:00 (365/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 659 kB/s | 57 kB 00:00 (366/399): python3-routes-2.4.1-14.el9ost.noarc 1.7 MB/s | 188 kB 00:00 (367/399): python3-tempita-0.5.1-27.el9ost.noar 378 kB/s | 36 kB 00:00 (368/399): python3-secretstorage-3.3.1-3.el9ost 140 kB/s | 36 kB 00:00 (369/399): python3-testtools-2.4.0-10.el9ost.no 3.1 MB/s | 333 kB 00:00 (370/399): python3-simplejson-3.17.5-3.el9ost.x 967 kB/s | 266 kB 00:00 (371/399): python3-tripleo-common-15.4.1-17.1.2 1.6 MB/s | 202 kB 00:00 (372/399): python3-tripleoclient-16.5.1-17.1.20 3.6 MB/s | 553 kB 00:00 (373/399): python3-warlock-1.3.3-7.el9ost.noarc 145 kB/s | 21 kB 00:00 (374/399): python3-vine-5.0.0-5.el9ost.noarch.r 152 kB/s | 26 kB 00:00 (375/399): python3-yappi-1.3.1-5.el9ost.x86_64. 425 kB/s | 56 kB 00:00 (376/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 293 kB/s | 29 kB 00:00 (377/399): ruby-facter-3.14.19-3.el9ost.x86_64. 91 kB/s | 9.5 kB 00:00 (378/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 932 kB/s | 123 kB 00:00 (379/399): python3-yaql-1.1.3-13.el9ost.noarch. 724 kB/s | 180 kB 00:00 (380/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 97 kB/s | 19 kB 00:00 (381/399): openstack-heat-common-16.1.1-17.1.20 7.9 MB/s | 1.6 MB 00:00 (382/399): openstack-heat-api-16.1.1-17.1.20250 73 kB/s | 16 kB 00:00 (383/399): openstack-heat-engine-16.1.1-17.1.20 105 kB/s | 15 kB 00:00 (384/399): openstack-heat-monolith-16.1.1-17.1. 151 kB/s | 16 kB 00:00 (385/399): puppet-barbican-18.4.2-17.1.20250625 684 kB/s | 57 kB 00:00 (386/399): python-openstackclient-lang-5.5.2-17 1.0 MB/s | 58 kB 00:00 (387/399): openstack-tripleo-heat-templates-14. 3.6 MB/s | 617 kB 00:00 (388/399): python3-openstackclient-5.5.2-17.1.2 16 MB/s | 1.1 MB 00:00 (389/399): python3-openvswitch3.3-3.3.4-110.el9 5.5 MB/s | 369 kB 00:00 (390/399): tripleo-ansible-3.3.1-17.1.202507021 4.8 MB/s | 570 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 801 kB/s | 156 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 569 kB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 143 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 18 MB/s | 2.3 MB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.2 MB/s | 109 kB 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.8 MB/s | 142 kB 00:00 (398/399): util-linux-core-2.37.4-11.el9_2.x86_ 3.7 MB/s | 464 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.6 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 6.2 MB/s | 97 MB 00:15 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 : python-openstackclient-lang-5.5.2-17.1.202506161 168/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 169/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 170/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 171/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 172/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 173/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 174/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 175/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 176/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 177/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 178/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 226/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 227/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 228/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 229/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 230/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 231/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 232/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 233/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 234/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 235/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 236/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 237/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 238/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 239/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 240/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 240/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 240/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 241/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 242/408 Installing : jq-1.6-14.el9.x86_64 243/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 244/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 245/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 246/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 247/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 248/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 249/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 250/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 251/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 252/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 253/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 254/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 254/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 255/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 256/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 257/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 258/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 259/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 260/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 261/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 262/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 263/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 264/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 265/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 266/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 267/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 268/408 Installing : boost-log-1.75.0-8.el9.x86_64 269/408 Installing : libburn-1.5.4-4.el9.x86_64 270/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 271/408 Installing : sshpass-1.09-4.el9.x86_64 272/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 273/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 274/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 275/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 276/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 277/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 278/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 279/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 280/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 281/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 282/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 283/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 284/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 285/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 286/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 287/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 288/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 289/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 290/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 291/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 292/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 293/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 294/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 295/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 296/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 297/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 298/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 299/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 300/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 301/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 302/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 303/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 303/408 Installing : libisofs-1.5.4-4.el9.x86_64 304/408 Installing : libisoburn-1.5.4-4.el9.x86_64 305/408 Installing : xorriso-1.5.4-4.el9.x86_64 306/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 306/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 307/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 308/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 309/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 310/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 311/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 312/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 313/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 313/408 Installing : puppet-7.10.0-4.el9ost.noarch 314/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 314/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 315/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 316/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 317/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 318/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 319/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 320/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 321/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 322/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 323/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 324/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 325/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 326/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 327/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 328/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 329/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 330/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 331/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 332/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 333/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 334/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 335/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 336/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 337/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 338/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 339/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 340/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 341/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 342/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 343/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 344/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 345/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 346/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 347/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 348/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 349/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 350/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 351/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 352/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 353/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 354/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 355/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 356/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 357/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 358/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 359/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 360/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 361/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 362/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 363/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 364/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 365/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 366/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 367/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 368/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 369/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 370/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 371/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 372/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 13/408 Verifying : boost-system-1.75.0-8.el9.x86_64 14/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 15/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 16/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 17/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 18/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 19/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 20/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 21/408 Verifying : perl-Exporter-5.74-461.el9.noarch 22/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 23/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 24/408 Verifying : perl-parent-1:0.238-460.el9.noarch 25/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 26/408 Verifying : xorriso-1.5.4-4.el9.x86_64 27/408 Verifying : libisofs-1.5.4-4.el9.x86_64 28/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 29/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 30/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 31/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 32/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 33/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 34/408 Verifying : perl-URI-5.09-3.el9.noarch 35/408 Verifying : perl-libnet-3.13-4.el9.noarch 36/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 37/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 38/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 39/408 Verifying : perl-Carp-1.50-460.el9.noarch 40/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 41/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 42/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 43/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 44/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 45/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 46/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 47/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 48/408 Verifying : sshpass-1.09-4.el9.x86_64 49/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 50/408 Verifying : boost-log-1.75.0-8.el9.x86_64 51/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 52/408 Verifying : libburn-1.5.4-4.el9.x86_64 53/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 54/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 55/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 56/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 57/408 Verifying : perl-Digest-1.19-4.el9.noarch 58/408 Verifying : perl-File-Path-2.18-4.el9.noarch 59/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 60/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 61/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 62/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 63/408 Verifying : perl-constant-1.33-461.el9.noarch 64/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 65/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 66/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 67/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 68/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 69/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 70/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 71/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 72/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 73/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 74/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 75/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 76/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 77/408 Verifying : jq-1.6-14.el9.x86_64 78/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 79/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 80/408 Verifying : perl-B-1.80-480.el9.x86_64 81/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 82/408 Verifying : perl-Errno-1.30-480.el9.x86_64 83/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 84/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 85/408 Verifying : perl-File-stat-1.09-480.el9.noarch 86/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 87/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 88/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 89/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 90/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 91/408 Verifying : perl-Symbol-1.08-480.el9.noarch 92/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 93/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 94/408 Verifying : perl-overload-1.31-480.el9.noarch 95/408 Verifying : perl-overloading-0.02-480.el9.noarch 96/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 97/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 98/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 99/408 Verifying : perl-IO-1.43-480.el9.x86_64 100/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 101/408 Verifying : perl-base-2.27-480.el9.noarch 102/408 Verifying : perl-if-0.60.800-480.el9.noarch 103/408 Verifying : perl-mro-1.23-480.el9.x86_64 104/408 Verifying : perl-subs-1.03-480.el9.noarch 105/408 Verifying : perl-vars-1.05-480.el9.noarch 106/408 Verifying : python3-mako-1.1.4-6.el9.noarch 107/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 108/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 109/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 110/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 111/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 112/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 113/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 114/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 115/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 116/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 117/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 118/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 119/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 120/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 121/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 122/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 123/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 124/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 125/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 126/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 127/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 128/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 129/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 130/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 131/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 132/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 133/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 134/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 135/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 136/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 137/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 138/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 139/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 140/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 141/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 142/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 143/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 144/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 145/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 146/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 147/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 148/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 149/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 150/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 151/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 152/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 153/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 154/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 155/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 156/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 157/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 158/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 159/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 160/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 161/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 162/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 163/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 164/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 165/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 166/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 167/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 168/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 169/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 170/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 171/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 172/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 173/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 174/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 175/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 176/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 177/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 178/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 179/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 180/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 181/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 182/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 183/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 184/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 185/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 186/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 187/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 188/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 189/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 190/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 191/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 192/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 193/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 194/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 195/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 196/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 197/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 198/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 199/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 200/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 201/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 202/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 203/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 204/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 205/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 206/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 207/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 208/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 209/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 210/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 211/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 212/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 213/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 214/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 215/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 216/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 217/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 218/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 219/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 220/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 221/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 222/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 223/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 224/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 225/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 226/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 227/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 228/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 229/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 230/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 231/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 232/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 233/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 234/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 235/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 236/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 237/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 238/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 239/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 240/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 241/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 242/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 243/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 244/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 245/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 246/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 247/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 248/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 249/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 250/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 251/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 252/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 253/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 254/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 255/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 256/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 257/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 258/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 259/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 260/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 261/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 262/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 263/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 264/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 265/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 266/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 267/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 268/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 269/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 270/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 271/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 272/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 273/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 274/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 275/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 276/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 277/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 278/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 279/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 280/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 281/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 282/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 283/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 284/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 285/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 286/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 287/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 288/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 289/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 290/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 291/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 292/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 293/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 294/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 295/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 296/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 297/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 298/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 299/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 300/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 301/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 302/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 303/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 304/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 305/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 306/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 307/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 308/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 309/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 310/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 311/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 312/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 313/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 314/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 315/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 316/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 317/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 318/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 319/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 320/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 321/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 322/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 323/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 324/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 325/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 326/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 327/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 328/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 329/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 330/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 331/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 332/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 333/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 334/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 335/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 336/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 337/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 338/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 339/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 340/408 Verifying : hiera-3.6.0-6.el9ost.noarch 341/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 342/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 343/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 344/408 Verifying : puppet-7.10.0-4.el9ost.noarch 345/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 346/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 347/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 348/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 349/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 350/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 351/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 352/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 353/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 354/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 355/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 356/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 357/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 358/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 359/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 360/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 361/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 362/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 363/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 364/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 365/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 366/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 367/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 368/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 369/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 370/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 371/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 372/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 373/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 374/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 375/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 376/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 377/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 378/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 379/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 380/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 381/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 382/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 383/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 384/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 385/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 386/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 387/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 388/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 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=False + OCTAVIA_ENABLED=False + 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-06T07:11:29.054451 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 5.2321e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-10-06 07:11:32.936768 | fa163ea7-07d0-904c-1ce6-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-06 07:11:32.973691 | fa163ea7-07d0-904c-1ce6-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-06 07:11:32.974415 | fa163ea7-07d0-904c-1ce6-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.051657 | 0.04s 2025-10-06 07:11:32.978636 | fa163ea7-07d0-904c-1ce6-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-06 07:11:33.016318 | fa163ea7-07d0-904c-1ce6-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-06 07:11:33.017359 | fa163ea7-07d0-904c-1ce6-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.094597 | 0.04s 2025-10-06 07:11:33.023287 | fa163ea7-07d0-904c-1ce6-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-06 07:11:33.126271 | fa163ea7-07d0-904c-1ce6-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-06 07:11:33.127459 | fa163ea7-07d0-904c-1ce6-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.204696 | 0.10s 2025-10-06 07:11:33.134253 | fa163ea7-07d0-904c-1ce6-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-06 07:11:33.530413 | fa163ea7-07d0-904c-1ce6-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-06 07:11:33.531843 | fa163ea7-07d0-904c-1ce6-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.609077 | 0.40s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-06 07:11:33.556143 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:11:33.556632 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:11:33.557185 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.634431 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:11:33.557655 | UUID | Info | Host | Task Name | Run Time 2025-10-06 07:11:33.558204 | fa163ea7-07d0-904c-1ce6-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.40s 2025-10-06 07:11:33.558681 | fa163ea7-07d0-904c-1ce6-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.10s 2025-10-06 07:11:33.559275 | fa163ea7-07d0-904c-1ce6-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-10-06 07:11:33.559768 | fa163ea7-07d0-904c-1ce6-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-10-06 07:11:33.560234 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 07:11:36.029331 | fa163ea7-07d0-1729-fe09-000000000005 | TASK | set ssh key path facts 2025-10-06 07:11:36.052770 | fa163ea7-07d0-1729-fe09-000000000005 | OK | set ssh key path facts | undercloud 2025-10-06 07:11:36.053296 | fa163ea7-07d0-1729-fe09-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.038134 | 0.02s 2025-10-06 07:11:36.056477 | fa163ea7-07d0-1729-fe09-000000000006 | TASK | stat private key 2025-10-06 07:11:36.389178 | fa163ea7-07d0-1729-fe09-000000000006 | OK | stat private key | undercloud 2025-10-06 07:11:36.390469 | fa163ea7-07d0-1729-fe09-000000000006 | TIMING | stat private key | undercloud | 0:00:00.375293 | 0.33s 2025-10-06 07:11:36.397821 | fa163ea7-07d0-1729-fe09-000000000007 | TASK | stat public key 2025-10-06 07:11:36.608232 | fa163ea7-07d0-1729-fe09-000000000007 | OK | stat public key | undercloud 2025-10-06 07:11:36.609562 | fa163ea7-07d0-1729-fe09-000000000007 | TIMING | stat public key | undercloud | 0:00:00.594387 | 0.21s 2025-10-06 07:11:36.616755 | fa163ea7-07d0-1729-fe09-000000000008 | TASK | create private key if it does not exist 2025-10-06 07:11:37.895322 | fa163ea7-07d0-1729-fe09-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-06 07:11:37.896797 | fa163ea7-07d0-1729-fe09-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.881590 | 1.28s 2025-10-06 07:11:37.903638 | fa163ea7-07d0-1729-fe09-000000000009 | TASK | create public key if it does not exist 2025-10-06 07:11:38.135554 | fa163ea7-07d0-1729-fe09-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-06 07:11:38.136378 | fa163ea7-07d0-1729-fe09-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.121213 | 0.23s PLAY [allovercloud] ************************************************************ 2025-10-06 07:11:38.160398 | fa163ea7-07d0-1729-fe09-000000000023 | TASK | Get local private key 2025-10-06 07:11:38.493230 | fa163ea7-07d0-1729-fe09-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ea7-07d0-1729-fe09-000000000023') missing from stats 2025-10-06 07:11:38.500346 | fa163ea7-07d0-1729-fe09-000000000024 | TASK | Get local public key 2025-10-06 07:11:38.719822 | fa163ea7-07d0-1729-fe09-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ea7-07d0-1729-fe09-000000000024') missing from stats 2025-10-06 07:11:38.740887 | fa163ea7-07d0-1729-fe09-000000000012 | TASK | create user ceph-admin 2025-10-06 07:11:39.257782 | fa163ea7-07d0-1729-fe09-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-06 07:11:39.258970 | fa163ea7-07d0-1729-fe09-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.243794 | 0.52s 2025-10-06 07:11:39.268300 | fa163ea7-07d0-1729-fe09-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-06 07:11:39.868513 | fa163ea7-07d0-1729-fe09-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-06 07:11:39.869792 | fa163ea7-07d0-1729-fe09-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.854616 | 0.60s 2025-10-06 07:11:39.878970 | fa163ea7-07d0-1729-fe09-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-06 07:11:40.211043 | fa163ea7-07d0-1729-fe09-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-06 07:11:40.212226 | fa163ea7-07d0-1729-fe09-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.197049 | 0.33s 2025-10-06 07:11:40.221107 | fa163ea7-07d0-1729-fe09-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-06 07:11:40.455379 | fa163ea7-07d0-1729-fe09-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-06 07:11:40.456526 | fa163ea7-07d0-1729-fe09-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.441350 | 0.23s 2025-10-06 07:11:40.465755 | fa163ea7-07d0-1729-fe09-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-06 07:11:40.667145 | fa163ea7-07d0-1729-fe09-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-06 07:11:40.668444 | fa163ea7-07d0-1729-fe09-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.653267 | 0.20s 2025-10-06 07:11:40.678236 | fa163ea7-07d0-1729-fe09-000000000017 | TASK | get remote ceph-admin public key 2025-10-06 07:11:40.736016 | fa163ea7-07d0-1729-fe09-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-06 07:11:40.737018 | fa163ea7-07d0-1729-fe09-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.721842 | 0.06s 2025-10-06 07:11:40.745415 | fa163ea7-07d0-1729-fe09-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-06 07:11:40.785684 | fa163ea7-07d0-1729-fe09-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-06 07:11:40.786945 | fa163ea7-07d0-1729-fe09-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.771769 | 0.04s 2025-10-06 07:11:40.796489 | fa163ea7-07d0-1729-fe09-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-06 07:11:41.159470 | fa163ea7-07d0-1729-fe09-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-06 07:11:41.160743 | fa163ea7-07d0-1729-fe09-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.145542 | 0.36s 2025-10-06 07:11:41.169330 | fa163ea7-07d0-1729-fe09-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-06 07:11:41.627090 | fa163ea7-07d0-1729-fe09-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-06 07:11:41.628311 | fa163ea7-07d0-1729-fe09-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.613137 | 0.46s 2025-10-06 07:11:41.636792 | fa163ea7-07d0-1729-fe09-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-06 07:11:42.060581 | fa163ea7-07d0-1729-fe09-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-06 07:11:42.061818 | fa163ea7-07d0-1729-fe09-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.046642 | 0.42s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-06 07:11:42.089279 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:11:42.089777 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:11:42.090269 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.075105 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:11:42.090808 | UUID | Info | Host | Task Name | Run Time 2025-10-06 07:11:42.091294 | fa163ea7-07d0-1729-fe09-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.28s 2025-10-06 07:11:42.091787 | fa163ea7-07d0-1729-fe09-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.60s 2025-10-06 07:11:42.092263 | fa163ea7-07d0-1729-fe09-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.52s 2025-10-06 07:11:42.092748 | fa163ea7-07d0-1729-fe09-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.46s 2025-10-06 07:11:42.093232 | fa163ea7-07d0-1729-fe09-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.42s 2025-10-06 07:11:42.093679 | fa163ea7-07d0-1729-fe09-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.36s 2025-10-06 07:11:42.094186 | fa163ea7-07d0-1729-fe09-000000000006 | SUMMARY | undercloud | stat private key | 0.33s 2025-10-06 07:11:42.094684 | fa163ea7-07d0-1729-fe09-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.33s 2025-10-06 07:11:42.095200 | fa163ea7-07d0-1729-fe09-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.23s 2025-10-06 07:11:42.095655 | fa163ea7-07d0-1729-fe09-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2025-10-06 07:11:42.096151 | fa163ea7-07d0-1729-fe09-000000000007 | SUMMARY | undercloud | stat public key | 0.21s 2025-10-06 07:11:42.096621 | fa163ea7-07d0-1729-fe09-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.20s 2025-10-06 07:11:42.097105 | fa163ea7-07d0-1729-fe09-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-06 07:11:42.097561 | fa163ea7-07d0-1729-fe09-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.04s 2025-10-06 07:11:42.098060 | fa163ea7-07d0-1729-fe09-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.02s 2025-10-06 07:11:42.098579 | fa163ea7-07d0-1729-fe09-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-06 07:11:42.099103 | fa163ea7-07d0-1729-fe09-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-06 07:11:42.099554 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 07:11:44.534345 | fa163ea7-07d0-2e25-9527-000000000039 | TASK | Gathering Facts 2025-10-06 07:11:45.045816 | fa163ea7-07d0-2e25-9527-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-06 07:11:45.047553 | fa163ea7-07d0-2e25-9527-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.525945 | 0.51s 2025-10-06 07:11:45.092061 | fa163ea7-07d0-2e25-9527-000000000039 | OK | Gathering Facts | undercloud 2025-10-06 07:11:45.093452 | fa163ea7-07d0-2e25-9527-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.571858 | 0.55s 2025-10-06 07:11:45.123571 | fa163ea7-07d0-2e25-9527-00000000000a | TASK | Load distro-specific variables 2025-10-06 07:11:45.205591 | fa163ea7-07d0-2e25-9527-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.683975 | 0.08s 2025-10-06 07:11:45.210099 | fa163ea7-07d0-2e25-9527-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.688509 | 0.07s 2025-10-06 07:11:45.227380 | 8085a53e-f306-4a16-9c93-765568134762 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 07:11:45.228133 | 8085a53e-f306-4a16-9c93-765568134762 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 07:11:45.249661 | fa163ea7-07d0-2e25-9527-000000000052 | TASK | Load distro-specific variables 2025-10-06 07:11:45.346304 | fa163ea7-07d0-2e25-9527-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:11:45.348178 | fa163ea7-07d0-2e25-9527-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.826569 | 0.09s 2025-10-06 07:11:45.357311 | fa163ea7-07d0-2e25-9527-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:11:45.358300 | fa163ea7-07d0-2e25-9527-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.836707 | 0.11s 2025-10-06 07:11:45.359207 | fa163ea7-07d0-2e25-9527-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.837613 | 0.10s 2025-10-06 07:11:45.364487 | fa163ea7-07d0-2e25-9527-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.842903 | 0.11s 2025-10-06 07:11:45.369000 | fa163ea7-07d0-2e25-9527-00000000000b | TASK | Install chronyd 2025-10-06 07:11:45.421143 | fa163ea7-07d0-2e25-9527-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.899542 | 0.05s 2025-10-06 07:11:45.454259 | fa163ea7-07d0-2e25-9527-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.932667 | 0.08s 2025-10-06 07:11:45.478023 | 967c0f76-326e-435e-9e83-ad7d20931f5d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-06 07:11:45.478832 | 967c0f76-326e-435e-9e83-ad7d20931f5d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-06 07:11:45.502555 | fa163ea7-07d0-2e25-9527-0000000000a2 | TASK | Load distro-specific variables 2025-10-06 07:11:45.576607 | fa163ea7-07d0-2e25-9527-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.055006 | 0.06s 2025-10-06 07:11:45.577393 | fa163ea7-07d0-2e25-9527-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.055810 | 0.07s 2025-10-06 07:11:45.584363 | 5f860d1b-5c7d-4be9-a853-dd6884708a04 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 07:11:45.584745 | 5f860d1b-5c7d-4be9-a853-dd6884708a04 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 07:11:45.594274 | fa163ea7-07d0-2e25-9527-000000000102 | TASK | Load distro-specific variables 2025-10-06 07:11:45.678387 | fa163ea7-07d0-2e25-9527-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:11:45.679817 | fa163ea7-07d0-2e25-9527-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.158213 | 0.08s 2025-10-06 07:11:45.689654 | fa163ea7-07d0-2e25-9527-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.168062 | 0.09s 2025-10-06 07:11:45.705434 | fa163ea7-07d0-2e25-9527-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:11:45.706257 | fa163ea7-07d0-2e25-9527-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.184664 | 0.10s 2025-10-06 07:11:45.714077 | fa163ea7-07d0-2e25-9527-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.192470 | 0.11s 2025-10-06 07:11:45.725349 | fa163ea7-07d0-2e25-9527-0000000000a3 | TASK | Check for NTP service 2025-10-06 07:11:46.070159 | fa163ea7-07d0-2e25-9527-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-06 07:11:46.071635 | fa163ea7-07d0-2e25-9527-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.550026 | 0.34s 2025-10-06 07:11:46.093609 | fa163ea7-07d0-2e25-9527-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-06 07:11:46.094743 | fa163ea7-07d0-2e25-9527-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.573113 | 0.36s 2025-10-06 07:11:46.105131 | fa163ea7-07d0-2e25-9527-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-06 07:11:46.195205 | fa163ea7-07d0-2e25-9527-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-06 07:11:46.196679 | fa163ea7-07d0-2e25-9527-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.675068 | 0.09s 2025-10-06 07:11:46.201560 | fa163ea7-07d0-2e25-9527-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-06 07:11:46.202303 | fa163ea7-07d0-2e25-9527-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.680710 | 0.08s 2025-10-06 07:11:46.213871 | fa163ea7-07d0-2e25-9527-0000000000a5 | TASK | Install chronyd package 2025-10-06 07:11:49.207540 | fa163ea7-07d0-2e25-9527-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-06 07:11:49.208950 | fa163ea7-07d0-2e25-9527-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.687347 | 2.99s 2025-10-06 07:11:50.737849 | fa163ea7-07d0-2e25-9527-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-06 07:11:50.739025 | fa163ea7-07d0-2e25-9527-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.217429 | 4.51s 2025-10-06 07:11:50.747574 | fa163ea7-07d0-2e25-9527-00000000000c | TASK | Upgrade chronyd 2025-10-06 07:11:50.828833 | fa163ea7-07d0-2e25-9527-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-06 07:11:50.830161 | fa163ea7-07d0-2e25-9527-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.308546 | 0.08s 2025-10-06 07:11:50.840916 | fa163ea7-07d0-2e25-9527-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-06 07:11:50.841515 | fa163ea7-07d0-2e25-9527-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.319926 | 0.08s 2025-10-06 07:11:50.849264 | fa163ea7-07d0-2e25-9527-00000000000d | TASK | Configure chronyd 2025-10-06 07:11:50.938370 | fa163ea7-07d0-2e25-9527-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.416768 | 0.09s 2025-10-06 07:11:50.939384 | fa163ea7-07d0-2e25-9527-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.417794 | 0.08s 2025-10-06 07:11:50.956877 | 2ff2f5e0-8dc3-4113-b6a9-0e605c2f9760 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-06 07:11:50.957534 | 2ff2f5e0-8dc3-4113-b6a9-0e605c2f9760 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-06 07:11:50.989947 | fa163ea7-07d0-2e25-9527-000000000162 | TASK | Load distro-specific variables 2025-10-06 07:11:51.074133 | fa163ea7-07d0-2e25-9527-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.552525 | 0.08s 2025-10-06 07:11:51.075193 | fa163ea7-07d0-2e25-9527-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.553603 | 0.08s 2025-10-06 07:11:51.089386 | 289b72e5-8fdd-431c-b58a-8f34be910165 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 07:11:51.090121 | 289b72e5-8fdd-431c-b58a-8f34be910165 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 07:11:51.105768 | fa163ea7-07d0-2e25-9527-0000000001fa | TASK | Load distro-specific variables 2025-10-06 07:11:51.204970 | fa163ea7-07d0-2e25-9527-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:11:51.206366 | fa163ea7-07d0-2e25-9527-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.684762 | 0.10s 2025-10-06 07:11:51.218033 | fa163ea7-07d0-2e25-9527-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:11:51.218974 | fa163ea7-07d0-2e25-9527-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.697383 | 0.10s 2025-10-06 07:11:51.219965 | fa163ea7-07d0-2e25-9527-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.698373 | 0.11s 2025-10-06 07:11:51.225133 | fa163ea7-07d0-2e25-9527-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.703542 | 0.11s 2025-10-06 07:11:51.233674 | fa163ea7-07d0-2e25-9527-000000000163 | TASK | Install chrony configuration file 2025-10-06 07:11:52.021286 | fa163ea7-07d0-2e25-9527-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-06 07:11:52.023252 | fa163ea7-07d0-2e25-9527-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.501641 | 0.78s 2025-10-06 07:11:52.045826 | fa163ea7-07d0-2e25-9527-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-06 07:11:52.046956 | fa163ea7-07d0-2e25-9527-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.525360 | 0.81s 2025-10-06 07:11:52.058320 | fa163ea7-07d0-2e25-9527-00000000000e | TASK | Run chronyd 2025-10-06 07:11:52.159942 | fa163ea7-07d0-2e25-9527-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.638328 | 0.10s 2025-10-06 07:11:52.161225 | fa163ea7-07d0-2e25-9527-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.639632 | 0.09s 2025-10-06 07:11:52.181887 | 134ea01b-e8fc-4323-9a53-3cb8faf649de | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-06 07:11:52.182563 | 134ea01b-e8fc-4323-9a53-3cb8faf649de | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-06 07:11:52.220826 | fa163ea7-07d0-2e25-9527-000000000233 | TASK | Load distro-specific variables 2025-10-06 07:11:52.326178 | fa163ea7-07d0-2e25-9527-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.804570 | 0.10s 2025-10-06 07:11:52.337651 | fa163ea7-07d0-2e25-9527-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.816058 | 0.11s 2025-10-06 07:11:52.352027 | 6341d4f2-e46e-4104-bff1-982e43f8101e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 07:11:52.352682 | 6341d4f2-e46e-4104-bff1-982e43f8101e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 07:11:52.371496 | fa163ea7-07d0-2e25-9527-0000000002ee | TASK | Load distro-specific variables 2025-10-06 07:11:52.512771 | fa163ea7-07d0-2e25-9527-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:11:52.513979 | fa163ea7-07d0-2e25-9527-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.992383 | 0.14s 2025-10-06 07:11:52.523196 | fa163ea7-07d0-2e25-9527-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:11:52.524324 | fa163ea7-07d0-2e25-9527-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.002732 | 0.14s 2025-10-06 07:11:52.529994 | fa163ea7-07d0-2e25-9527-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.008390 | 0.16s 2025-10-06 07:11:52.531255 | fa163ea7-07d0-2e25-9527-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.009665 | 0.15s 2025-10-06 07:11:52.538858 | fa163ea7-07d0-2e25-9527-000000000234 | TASK | Ensure chronyd is running 2025-10-06 07:11:53.136817 | fa163ea7-07d0-2e25-9527-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-06 07:11:53.138850 | fa163ea7-07d0-2e25-9527-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.617245 | 0.60s 2025-10-06 07:11:53.151624 | fa163ea7-07d0-2e25-9527-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-06 07:11:53.152926 | fa163ea7-07d0-2e25-9527-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.631335 | 0.60s 2025-10-06 07:11:53.162126 | fa163ea7-07d0-2e25-9527-000000000235 | TASK | Force chronyd restart 2025-10-06 07:11:53.251538 | fa163ea7-07d0-2e25-9527-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-06 07:11:53.252811 | fa163ea7-07d0-2e25-9527-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:08.731206 | 0.09s 2025-10-06 07:11:53.605187 | fa163ea7-07d0-2e25-9527-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-06 07:11:53.606794 | fa163ea7-07d0-2e25-9527-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.085200 | 0.43s 2025-10-06 07:11:53.616676 | fa163ea7-07d0-2e25-9527-00000000000f | TASK | Enable online service 2025-10-06 07:11:53.679035 | fa163ea7-07d0-2e25-9527-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.157420 | 0.06s 2025-10-06 07:11:53.711075 | fa163ea7-07d0-2e25-9527-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.189483 | 0.08s 2025-10-06 07:11:53.731845 | d50d9e1f-c2be-46d1-88b4-c85790b94734 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-06 07:11:53.732853 | d50d9e1f-c2be-46d1-88b4-c85790b94734 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-06 07:11:53.779119 | fa163ea7-07d0-2e25-9527-000000000338 | TASK | Create chrony-online.service unit file 2025-10-06 07:11:54.287203 | fa163ea7-07d0-2e25-9527-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-10-06 07:11:54.288651 | fa163ea7-07d0-2e25-9527-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:09.767044 | 0.51s 2025-10-06 07:11:54.310051 | fa163ea7-07d0-2e25-9527-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-10-06 07:11:54.310840 | fa163ea7-07d0-2e25-9527-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:09.789249 | 0.52s 2025-10-06 07:11:54.319002 | fa163ea7-07d0-2e25-9527-000000000339 | TASK | Enable chrony-online.service 2025-10-06 07:11:55.448122 | fa163ea7-07d0-2e25-9527-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-06 07:11:55.449177 | fa163ea7-07d0-2e25-9527-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:10.927584 | 1.13s 2025-10-06 07:11:55.460491 | fa163ea7-07d0-2e25-9527-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-06 07:11:55.461037 | fa163ea7-07d0-2e25-9527-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:10.939453 | 1.13s 2025-10-06 07:11:55.465486 | fa163ea7-07d0-2e25-9527-000000000010 | TASK | Sync chronyc 2025-10-06 07:11:55.518887 | fa163ea7-07d0-2e25-9527-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:10.997293 | 0.05s 2025-10-06 07:11:55.549856 | fa163ea7-07d0-2e25-9527-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.028272 | 0.08s 2025-10-06 07:11:55.557233 | 4047bad2-096a-49d1-8958-f9b8c88a7c8b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-06 07:11:55.557556 | 4047bad2-096a-49d1-8958-f9b8c88a7c8b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-06 07:11:55.582687 | fa163ea7-07d0-2e25-9527-00000000042a | TASK | Force NTP sync 2025-10-06 07:11:55.850771 | fa163ea7-07d0-2e25-9527-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-06 07:11:55.852156 | fa163ea7-07d0-2e25-9527-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.330551 | 0.26s 2025-10-06 07:11:55.857384 | fa163ea7-07d0-2e25-9527-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-06 07:11:55.858174 | fa163ea7-07d0-2e25-9527-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.336583 | 0.27s 2025-10-06 07:11:55.866444 | fa163ea7-07d0-2e25-9527-00000000042b | TASK | Ensure system is NTP time synced 2025-10-06 07:12:06.163695 | fa163ea7-07d0-2e25-9527-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-06 07:12:06.165305 | fa163ea7-07d0-2e25-9527-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:21.643698 | 10.30s 2025-10-06 07:12:06.180071 | fa163ea7-07d0-2e25-9527-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-06 07:12:06.181011 | fa163ea7-07d0-2e25-9527-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:21.659415 | 10.30s 2025-10-06 07:12:06.201102 | fa163ea7-07d0-2e25-9527-00000000002c | TASK | Set timezone 2025-10-06 07:12:06.679360 | fa163ea7-07d0-2e25-9527-00000000002c | OK | Set timezone | undercloud 2025-10-06 07:12:06.680339 | fa163ea7-07d0-2e25-9527-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.158744 | 0.47s 2025-10-06 07:12:06.701295 | fa163ea7-07d0-2e25-9527-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-06 07:12:06.701784 | fa163ea7-07d0-2e25-9527-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.180197 | 0.50s 2025-10-06 07:12:06.707045 | fa163ea7-07d0-2e25-9527-00000000002d | TASK | Restart time services 2025-10-06 07:12:06.745804 | fa163ea7-07d0-2e25-9527-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-06 07:12:06.751857 | fa163ea7-07d0-2e25-9527-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-06 07:12:06.760730 | fa163ea7-07d0-2e25-9527-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-06 07:12:06.762205 | fa163ea7-07d0-2e25-9527-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.240589 | 0.05s 2025-10-06 07:12:06.767415 | fa163ea7-07d0-2e25-9527-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-06 07:12:06.777697 | fa163ea7-07d0-2e25-9527-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.256108 | 0.06s 2025-10-06 07:12:06.812092 | fa163ea7-07d0-2e25-9527-000000000012 | HANDLER | Restart chronyd 2025-10-06 07:12:07.308437 | fa163ea7-07d0-2e25-9527-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-06 07:12:07.310261 | fa163ea7-07d0-2e25-9527-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:22.788661 | 0.50s 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 07:12:07.327227 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:12:07.327753 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:12:07.328264 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:22.806676 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:12:07.328741 | UUID | Info | Host | Task Name | Run Time 2025-10-06 07:12:07.329249 | fa163ea7-07d0-2e25-9527-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.30s 2025-10-06 07:12:07.329762 | fa163ea7-07d0-2e25-9527-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.30s 2025-10-06 07:12:07.330235 | fa163ea7-07d0-2e25-9527-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.51s 2025-10-06 07:12:07.330725 | fa163ea7-07d0-2e25-9527-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 2.99s 2025-10-06 07:12:07.331201 | fa163ea7-07d0-2e25-9527-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.13s 2025-10-06 07:12:07.331675 | fa163ea7-07d0-2e25-9527-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.13s 2025-10-06 07:12:07.332206 | fa163ea7-07d0-2e25-9527-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.81s 2025-10-06 07:12:07.332658 | fa163ea7-07d0-2e25-9527-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.78s 2025-10-06 07:12:07.333146 | fa163ea7-07d0-2e25-9527-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.60s 2025-10-06 07:12:07.333627 | fa163ea7-07d0-2e25-9527-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.60s 2025-10-06 07:12:07.334137 | fa163ea7-07d0-2e25-9527-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.55s 2025-10-06 07:12:07.334577 | fa163ea7-07d0-2e25-9527-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.52s 2025-10-06 07:12:07.335093 | fa163ea7-07d0-2e25-9527-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.51s 2025-10-06 07:12:07.335546 | fa163ea7-07d0-2e25-9527-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.51s 2025-10-06 07:12:07.336038 | fa163ea7-07d0-2e25-9527-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.50s 2025-10-06 07:12:07.336505 | fa163ea7-07d0-2e25-9527-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.50s 2025-10-06 07:12:07.337006 | fa163ea7-07d0-2e25-9527-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.47s 2025-10-06 07:12:07.337496 | fa163ea7-07d0-2e25-9527-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.43s 2025-10-06 07:12:07.338017 | fa163ea7-07d0-2e25-9527-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.36s 2025-10-06 07:12:07.338528 | fa163ea7-07d0-2e25-9527-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.34s 2025-10-06 07:12:07.339011 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 07:12:08.244970 | fa163ea7-07d0-29a5-8dd1-000000000005 | SKIPPED | fail | undercloud 2025-10-06 07:12:08.245745 | fa163ea7-07d0-29a5-8dd1-000000000005 | TIMING | fail | undercloud | 0:00:00.066298 | 0.05s 2025-10-06 07:12:08.309958 | fa163ea7-07d0-29a5-8dd1-000000000006 | SKIPPED | fail | undercloud 2025-10-06 07:12:08.311127 | fa163ea7-07d0-29a5-8dd1-000000000006 | TIMING | fail | undercloud | 0:00:00.131675 | 0.06s 2025-10-06 07:12:08.318725 | fa163ea7-07d0-29a5-8dd1-000000000008 | TASK | Ensure working_dir is provided 2025-10-06 07:12:08.358739 | fa163ea7-07d0-29a5-8dd1-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-06 07:12:08.359835 | fa163ea7-07d0-29a5-8dd1-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.180385 | 0.04s 2025-10-06 07:12:08.379200 | fa163ea7-07d0-29a5-8dd1-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-06 07:12:08.417861 | fa163ea7-07d0-29a5-8dd1-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-06 07:12:08.418973 | fa163ea7-07d0-29a5-8dd1-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.239519 | 0.04s 2025-10-06 07:12:08.426234 | fa163ea7-07d0-29a5-8dd1-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-06 07:12:08.465448 | fa163ea7-07d0-29a5-8dd1-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-06 07:12:08.466605 | fa163ea7-07d0-29a5-8dd1-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.287154 | 0.04s 2025-10-06 07:12:08.473871 | fa163ea7-07d0-29a5-8dd1-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-06 07:12:08.511203 | fa163ea7-07d0-29a5-8dd1-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-06 07:12:08.512282 | fa163ea7-07d0-29a5-8dd1-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.332830 | 0.04s 2025-10-06 07:12:08.519966 | fa163ea7-07d0-29a5-8dd1-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-06 07:12:08.587110 | fa163ea7-07d0-29a5-8dd1-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-06 07:12:08.588314 | fa163ea7-07d0-29a5-8dd1-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.408862 | 0.07s 2025-10-06 07:12:08.595954 | fa163ea7-07d0-29a5-8dd1-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-06 07:12:08.715837 | fa163ea7-07d0-29a5-8dd1-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', '_admin', 'osd', 'mgr'], 'service_type': 'host'} 2025-10-06 07:12:08.717446 | fa163ea7-07d0-29a5-8dd1-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.537986 | 0.12s 2025-10-06 07:12:08.730102 | fa163ea7-07d0-29a5-8dd1-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 07:12:08.744644 | fa163ea7-07d0-29a5-8dd1-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 07:12:08.756888 | fa163ea7-07d0-29a5-8dd1-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 07:12:08.768532 | fa163ea7-07d0-29a5-8dd1-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.589079 | 0.17s 2025-10-06 07:12:08.776814 | fa163ea7-07d0-29a5-8dd1-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-06 07:12:08.893134 | fa163ea7-07d0-29a5-8dd1-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', '_admin', 'osd', 'mgr'], 'service_type': 'host'} 2025-10-06 07:12:08.907584 | fa163ea7-07d0-29a5-8dd1-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 07:12:08.922587 | fa163ea7-07d0-29a5-8dd1-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 07:12:08.934906 | fa163ea7-07d0-29a5-8dd1-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 07:12:08.941235 | fa163ea7-07d0-29a5-8dd1-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.761775 | 0.16s 2025-10-06 07:12:08.949610 | fa163ea7-07d0-29a5-8dd1-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-06 07:12:09.026966 | fa163ea7-07d0-29a5-8dd1-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-06 07:12:09.027687 | fa163ea7-07d0-29a5-8dd1-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.848243 | 0.08s 2025-10-06 07:12:09.032840 | fa163ea7-07d0-29a5-8dd1-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-06 07:12:09.072361 | fa163ea7-07d0-29a5-8dd1-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-06 07:12:09.073606 | fa163ea7-07d0-29a5-8dd1-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.894152 | 0.04s 2025-10-06 07:12:09.074530 | fa163ea7-07d0-29a5-8dd1-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.895087 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-06 07:12:09.139012 | fa163ea7-07d0-29a5-8dd1-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-06 07:12:09.185287 | fa163ea7-07d0-29a5-8dd1-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-06 07:12:09.186434 | fa163ea7-07d0-29a5-8dd1-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:01.006980 | 0.05s 2025-10-06 07:12:09.194523 | fa163ea7-07d0-29a5-8dd1-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-06 07:12:09.365066 | fa163ea7-07d0-29a5-8dd1-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-06 07:12:09.366637 | fa163ea7-07d0-29a5-8dd1-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.187181 | 0.17s 2025-10-06 07:12:09.375321 | fa163ea7-07d0-29a5-8dd1-000000000019 | TASK | Set IP address of first monitor 2025-10-06 07:12:09.416214 | fa163ea7-07d0-29a5-8dd1-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-06 07:12:09.417351 | fa163ea7-07d0-29a5-8dd1-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.237898 | 0.04s 2025-10-06 07:12:09.439046 | fa163ea7-07d0-29a5-8dd1-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-06 07:12:09.486949 | fa163ea7-07d0-29a5-8dd1-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-06 07:12:09.488071 | fa163ea7-07d0-29a5-8dd1-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.308620 | 0.05s 2025-10-06 07:12:09.499130 | fa163ea7-07d0-29a5-8dd1-000000000021 | TASK | Install cephadm package 2025-10-06 07:12:12.412220 | fa163ea7-07d0-29a5-8dd1-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-06 07:12:12.413545 | fa163ea7-07d0-29a5-8dd1-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.234092 | 2.91s 2025-10-06 07:12:12.422399 | fa163ea7-07d0-29a5-8dd1-000000000022 | TASK | Stat cephadm file 2025-10-06 07:12:12.704644 | fa163ea7-07d0-29a5-8dd1-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-06 07:12:12.705992 | fa163ea7-07d0-29a5-8dd1-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.526539 | 0.28s 2025-10-06 07:12:12.714975 | fa163ea7-07d0-29a5-8dd1-000000000023 | TASK | Fail if cephadm is not available 2025-10-06 07:12:12.732616 | fa163ea7-07d0-29a5-8dd1-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-06 07:12:12.733630 | fa163ea7-07d0-29a5-8dd1-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.554180 | 0.02s 2025-10-06 07:12:12.742836 | fa163ea7-07d0-29a5-8dd1-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-06 07:12:13.558634 | fa163ea7-07d0-29a5-8dd1-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-06 07:12:13.560497 | fa163ea7-07d0-29a5-8dd1-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.381034 | 0.82s 2025-10-06 07:12:13.571316 | fa163ea7-07d0-29a5-8dd1-000000000026 | TASK | Set list of found FSIDs 2025-10-06 07:12:13.672333 | fa163ea7-07d0-29a5-8dd1-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-06 07:12:13.673913 | fa163ea7-07d0-29a5-8dd1-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.494455 | 0.10s 2025-10-06 07:12:13.683263 | fa163ea7-07d0-29a5-8dd1-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-06 07:12:13.765280 | fa163ea7-07d0-29a5-8dd1-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-06 07:12:13.767011 | fa163ea7-07d0-29a5-8dd1-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.587552 | 0.08s 2025-10-06 07:12:13.777608 | fa163ea7-07d0-29a5-8dd1-000000000028 | TASK | Set FSID to the discovered value 2025-10-06 07:12:13.861082 | fa163ea7-07d0-29a5-8dd1-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-06 07:12:13.862821 | fa163ea7-07d0-29a5-8dd1-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.683362 | 0.08s 2025-10-06 07:12:13.873661 | fa163ea7-07d0-29a5-8dd1-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-06 07:12:13.994052 | fa163ea7-07d0-29a5-8dd1-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-06 07:12:13.995880 | fa163ea7-07d0-29a5-8dd1-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.816419 | 0.12s 2025-10-06 07:12:14.005855 | fa163ea7-07d0-29a5-8dd1-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-06 07:12:14.095437 | fa163ea7-07d0-29a5-8dd1-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-06 07:12:14.096681 | fa163ea7-07d0-29a5-8dd1-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.917226 | 0.09s 2025-10-06 07:12:14.106443 | fa163ea7-07d0-29a5-8dd1-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-06 07:12:14.452870 | fa163ea7-07d0-29a5-8dd1-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-06 07:12:14.454669 | fa163ea7-07d0-29a5-8dd1-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.275208 | 0.35s 2025-10-06 07:12:14.465866 | fa163ea7-07d0-29a5-8dd1-00000000002d | TASK | Ensure specs directory exists 2025-10-06 07:12:14.722758 | fa163ea7-07d0-29a5-8dd1-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-06 07:12:14.724328 | fa163ea7-07d0-29a5-8dd1-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.544873 | 0.26s 2025-10-06 07:12:14.738649 | fa163ea7-07d0-29a5-8dd1-00000000002e | TASK | Stat spec file on ansible host 2025-10-06 07:12:14.949606 | fa163ea7-07d0-29a5-8dd1-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ea7-07d0-29a5-8dd1-00000000002e') missing from stats 2025-10-06 07:12:14.957085 | fa163ea7-07d0-29a5-8dd1-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-06 07:12:15.570871 | fa163ea7-07d0-29a5-8dd1-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-06 07:12:15.572434 | fa163ea7-07d0-29a5-8dd1-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.392977 | 0.61s 2025-10-06 07:12:15.586808 | fa163ea7-07d0-29a5-8dd1-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-06 07:12:15.831362 | fa163ea7-07d0-29a5-8dd1-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ea7-07d0-29a5-8dd1-000000000031') missing from stats 2025-10-06 07:12:15.842015 | fa163ea7-07d0-29a5-8dd1-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-06 07:12:16.329041 | fa163ea7-07d0-29a5-8dd1-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-06 07:12:16.330859 | fa163ea7-07d0-29a5-8dd1-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.151397 | 0.49s 2025-10-06 07:12:16.355450 | fa163ea7-07d0-29a5-8dd1-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-06 07:12:16.443298 | fa163ea7-07d0-29a5-8dd1-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-06 07:12:16.444559 | fa163ea7-07d0-29a5-8dd1-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.265106 | 0.09s 2025-10-06 07:12:16.460835 | fa163ea7-07d0-29a5-8dd1-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-06 07:12:16.537549 | fa163ea7-07d0-29a5-8dd1-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-06 07:12:16.538852 | fa163ea7-07d0-29a5-8dd1-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.359399 | 0.08s 2025-10-06 07:12:16.547572 | fa163ea7-07d0-29a5-8dd1-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-06 07:12:16.756270 | fa163ea7-07d0-29a5-8dd1-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-06 07:12:16.759361 | fa163ea7-07d0-29a5-8dd1-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.579638 | 0.21s 2025-10-06 07:12:16.962396 | fa163ea7-07d0-29a5-8dd1-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-06 07:12:16.963519 | fa163ea7-07d0-29a5-8dd1-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.784073 | 0.41s 2025-10-06 07:12:16.972173 | fa163ea7-07d0-29a5-8dd1-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.792710 | 0.42s 2025-10-06 07:12:16.982566 | fa163ea7-07d0-29a5-8dd1-000000000065 | TASK | Fail if necessary files are missing 2025-10-06 07:12:17.137635 | fa163ea7-07d0-29a5-8dd1-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': 360714881, 'dev': 64516, 'nlink': 1, 'atime': 1759734701.5928743, 'mtime': 1759734701.4498703, 'ctime': 1759734701.5948741, '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': '2cfa528f20261bd2f014cb36c3286e498be8aeec', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3956314893', '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 07:12:17.142785 | fa163ea7-07d0-29a5-8dd1-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': 385957443, 'dev': 64516, 'nlink': 1, 'atime': 1759734702.0268855, 'mtime': 1759734701.8868818, 'ctime': 1759734702.0298855, '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': 'd05c4e040a5adebb355e80c04ed6931ffabcc124', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2389817216', '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 07:12:17.150086 | fa163ea7-07d0-29a5-8dd1-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.970623 | 0.17s 2025-10-06 07:12:17.160930 | fa163ea7-07d0-29a5-8dd1-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-06 07:12:17.405231 | fa163ea7-07d0-29a5-8dd1-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-06 07:12:17.406758 | fa163ea7-07d0-29a5-8dd1-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.227302 | 0.24s 2025-10-06 07:12:17.416112 | fa163ea7-07d0-29a5-8dd1-000000000068 | TASK | Run cephadm bootstrap 2025-10-06 07:13:23.175421 | fa163ea7-07d0-29a5-8dd1-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-06 07:13:23.176884 | fa163ea7-07d0-29a5-8dd1-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:14.997430 | 65.76s 2025-10-06 07:13:23.186624 | fa163ea7-07d0-29a5-8dd1-000000000069 | TASK | Show results of bootstrap 2025-10-06 07:13:23.258655 | fa163ea7-07d0-29a5-8dd1-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-06 07:13:23.259950 | fa163ea7-07d0-29a5-8dd1-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:15.080496 | 0.07s 2025-10-06 07:13:23.268955 | fa163ea7-07d0-29a5-8dd1-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-06 07:13:23.316106 | fa163ea7-07d0-29a5-8dd1-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.136645 | 0.05s 2025-10-06 07:13:23.327734 | 79b30a1f-4579-4b2a-831d-58d370d09005 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-06 07:13:23.343118 | fa163ea7-07d0-29a5-8dd1-00000000020b | TASK | Set ceph CLI 2025-10-06 07:13:23.518114 | fa163ea7-07d0-29a5-8dd1-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-06 07:13:23.518993 | fa163ea7-07d0-29a5-8dd1-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:15.339546 | 0.17s 2025-10-06 07:13:23.525179 | fa163ea7-07d0-29a5-8dd1-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-06 07:13:24.490497 | fa163ea7-07d0-29a5-8dd1-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-06 07:13:24.491813 | fa163ea7-07d0-29a5-8dd1-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:16.312358 | 0.97s 2025-10-06 07:13:24.503259 | fa163ea7-07d0-29a5-8dd1-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-06 07:13:25.516166 | fa163ea7-07d0-29a5-8dd1-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-06 07:13:25.517463 | fa163ea7-07d0-29a5-8dd1-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:17.338008 | 1.01s 2025-10-06 07:13:25.527026 | fa163ea7-07d0-29a5-8dd1-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-06 07:13:25.575096 | fa163ea7-07d0-29a5-8dd1-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-06 07:13:25.576445 | fa163ea7-07d0-29a5-8dd1-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:17.396985 | 0.05s 2025-10-06 07:13:25.593958 | fa163ea7-07d0-29a5-8dd1-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-06 07:13:25.642492 | fa163ea7-07d0-29a5-8dd1-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-06 07:13:25.643910 | fa163ea7-07d0-29a5-8dd1-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:17.464453 | 0.05s 2025-10-06 07:13:25.653483 | fa163ea7-07d0-29a5-8dd1-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-06 07:13:25.692108 | fa163ea7-07d0-29a5-8dd1-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-06 07:13:25.693256 | fa163ea7-07d0-29a5-8dd1-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:17.513804 | 0.04s 2025-10-06 07:13:25.701925 | fa163ea7-07d0-29a5-8dd1-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-06 07:13:25.773540 | fa163ea7-07d0-29a5-8dd1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-06 07:13:25.774979 | fa163ea7-07d0-29a5-8dd1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.595515 | 0.07s 2025-10-06 07:13:25.781664 | fa163ea7-07d0-29a5-8dd1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-06 07:13:25.792196 | fa163ea7-07d0-29a5-8dd1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.612751 | 0.09s 2025-10-06 07:13:25.796962 | fa163ea7-07d0-29a5-8dd1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-06 07:13:25.797664 | fa163ea7-07d0-29a5-8dd1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.618220 | 0.09s 2025-10-06 07:13:25.802217 | fa163ea7-07d0-29a5-8dd1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-06 07:13:25.803051 | fa163ea7-07d0-29a5-8dd1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.623606 | 0.10s 2025-10-06 07:13:25.813787 | fa163ea7-07d0-29a5-8dd1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.634334 | 0.11s 2025-10-06 07:13:25.831757 | fa163ea7-07d0-29a5-8dd1-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-06 07:13:25.970076 | fa163ea7-07d0-29a5-8dd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-06 07:13:26.026923 | fa163ea7-07d0-29a5-8dd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-06 07:13:26.085665 | fa163ea7-07d0-29a5-8dd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-06 07:13:26.147375 | fa163ea7-07d0-29a5-8dd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-06 07:13:26.205811 | fa163ea7-07d0-29a5-8dd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-06 07:13:26.262825 | fa163ea7-07d0-29a5-8dd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-06 07:13:26.322079 | fa163ea7-07d0-29a5-8dd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-06 07:13:26.383450 | fa163ea7-07d0-29a5-8dd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-06 07:13:26.388854 | fa163ea7-07d0-29a5-8dd1-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:18.209398 | 0.56s 2025-10-06 07:13:26.396063 | fa163ea7-07d0-29a5-8dd1-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-06 07:13:27.373576 | fa163ea7-07d0-29a5-8dd1-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 07:13:27.375031 | fa163ea7-07d0-29a5-8dd1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.195571 | 0.98s 2025-10-06 07:13:28.258071 | fa163ea7-07d0-29a5-8dd1-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 07:13:28.259276 | fa163ea7-07d0-29a5-8dd1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.079828 | 1.86s 2025-10-06 07:13:29.381963 | fa163ea7-07d0-29a5-8dd1-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 07:13:29.383259 | fa163ea7-07d0-29a5-8dd1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.203812 | 2.99s 2025-10-06 07:13:30.356185 | fa163ea7-07d0-29a5-8dd1-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 07:13:30.357773 | fa163ea7-07d0-29a5-8dd1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.178324 | 3.96s 2025-10-06 07:13:30.368675 | fa163ea7-07d0-29a5-8dd1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.189220 | 3.97s 2025-10-06 07:13:30.389899 | fa163ea7-07d0-29a5-8dd1-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-06 07:13:30.625631 | fa163ea7-07d0-29a5-8dd1-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-06 07:13:30.627220 | fa163ea7-07d0-29a5-8dd1-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:22.447764 | 0.24s 2025-10-06 07:13:30.637814 | fa163ea7-07d0-29a5-8dd1-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:22.458359 | 0.25s 2025-10-06 07:13:30.648371 | fa163ea7-07d0-29a5-8dd1-0000000000a7 | TASK | Fail if spec file is missing 2025-10-06 07:13:30.723020 | fa163ea7-07d0-29a5-8dd1-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': 998252889, 'dev': 64516, 'nlink': 1, 'atime': 1759734735.5342329, 'mtime': 1759734735.2032378, 'ctime': 1759734735.5372329, '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': '38fa766c33f1af5f100e811a4828712e0087cee6', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2308408508', '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 07:13:30.727740 | fa163ea7-07d0-29a5-8dd1-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:22.548250 | 0.08s 2025-10-06 07:13:30.737766 | fa163ea7-07d0-29a5-8dd1-0000000000a8 | TASK | Get ceph_cli 2025-10-06 07:13:30.754644 | fa163ea7-07d0-29a5-8dd1-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:22.575171 | 0.02s 2025-10-06 07:13:30.766907 | 64e05ad0-b65b-4ec8-bf6c-4ec6237f8a95 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-06 07:13:30.782806 | fa163ea7-07d0-29a5-8dd1-000000000270 | TASK | Set ceph CLI 2025-10-06 07:13:30.951030 | fa163ea7-07d0-29a5-8dd1-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-06 07:13:30.951920 | fa163ea7-07d0-29a5-8dd1-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:22.772474 | 0.17s 2025-10-06 07:13:30.958047 | fa163ea7-07d0-29a5-8dd1-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-06 07:13:31.910789 | fa163ea7-07d0-29a5-8dd1-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-06 07:13:31.911848 | fa163ea7-07d0-29a5-8dd1-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:23.732401 | 0.95s 2025-10-06 07:13:31.918593 | fa163ea7-07d0-29a5-8dd1-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-06 07:13:31.963917 | fa163ea7-07d0-29a5-8dd1-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-06 07:13:31.965069 | fa163ea7-07d0-29a5-8dd1-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:23.785614 | 0.05s 2025-10-06 07:13:31.975049 | fa163ea7-07d0-29a5-8dd1-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-06 07:13:32.001643 | fa163ea7-07d0-29a5-8dd1-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:23.822181 | 0.03s 2025-10-06 07:13:32.029540 | 73041101-b8d5-476c-9d2d-b8bb40bafcab | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-06 07:13:32.051455 | fa163ea7-07d0-29a5-8dd1-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-06 07:13:32.106662 | fa163ea7-07d0-29a5-8dd1-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-06 07:13:32.107760 | fa163ea7-07d0-29a5-8dd1-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:23.928303 | 0.06s 2025-10-06 07:13:32.116901 | fa163ea7-07d0-29a5-8dd1-0000000002a8 | TASK | set cephadm debug level 2025-10-06 07:13:32.176272 | fa163ea7-07d0-29a5-8dd1-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-06 07:13:32.177630 | fa163ea7-07d0-29a5-8dd1-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:23.998173 | 0.06s 2025-10-06 07:13:32.187682 | fa163ea7-07d0-29a5-8dd1-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-06 07:13:32.276092 | fa163ea7-07d0-29a5-8dd1-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-06 07:13:32.277312 | fa163ea7-07d0-29a5-8dd1-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:24.097859 | 0.09s 2025-10-06 07:13:32.286834 | fa163ea7-07d0-29a5-8dd1-0000000002aa | TASK | set container image base in ceph configuration 2025-10-06 07:13:33.263181 | fa163ea7-07d0-29a5-8dd1-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-06 07:13:33.264663 | fa163ea7-07d0-29a5-8dd1-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:25.085200 | 0.98s 2025-10-06 07:13:33.275193 | fa163ea7-07d0-29a5-8dd1-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-06 07:13:33.336308 | fa163ea7-07d0-29a5-8dd1-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-06 07:13:33.337773 | fa163ea7-07d0-29a5-8dd1-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:25.158300 | 0.06s 2025-10-06 07:13:33.347264 | fa163ea7-07d0-29a5-8dd1-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-06 07:13:33.395602 | fa163ea7-07d0-29a5-8dd1-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-06 07:13:33.396814 | fa163ea7-07d0-29a5-8dd1-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:25.217360 | 0.05s 2025-10-06 07:13:33.406691 | fa163ea7-07d0-29a5-8dd1-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-06 07:13:33.453329 | fa163ea7-07d0-29a5-8dd1-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-06 07:13:33.454453 | fa163ea7-07d0-29a5-8dd1-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:25.275000 | 0.05s 2025-10-06 07:13:33.464437 | fa163ea7-07d0-29a5-8dd1-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-06 07:13:33.512008 | fa163ea7-07d0-29a5-8dd1-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-06 07:13:33.514323 | fa163ea7-07d0-29a5-8dd1-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:25.334860 | 0.05s 2025-10-06 07:13:33.526370 | fa163ea7-07d0-29a5-8dd1-0000000000ac | TASK | Apply spec 2025-10-06 07:13:35.213427 | fa163ea7-07d0-29a5-8dd1-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-06 07:13:35.214567 | fa163ea7-07d0-29a5-8dd1-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:27.035117 | 1.69s 2025-10-06 07:13:35.222321 | fa163ea7-07d0-29a5-8dd1-0000000000ad | TASK | Show results of spec apply 2025-10-06 07:13:35.280962 | fa163ea7-07d0-29a5-8dd1-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-06 07:13:35.281956 | fa163ea7-07d0-29a5-8dd1-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:27.102506 | 0.06s 2025-10-06 07:13:35.289918 | fa163ea7-07d0-29a5-8dd1-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-06 07:13:35.327114 | fa163ea7-07d0-29a5-8dd1-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:27.147643 | 0.04s 2025-10-06 07:13:35.336972 | fedd4450-7b39-4683-b5cb-ef5d2385a383 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-06 07:13:35.356261 | fa163ea7-07d0-29a5-8dd1-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-06 07:13:36.482933 | fa163ea7-07d0-29a5-8dd1-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-06 07:14:07.552689 | fa163ea7-07d0-29a5-8dd1-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-06 07:14:07.553835 | fa163ea7-07d0-29a5-8dd1-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:59.374381 | 32.20s 2025-10-06 07:14:07.572938 | fa163ea7-07d0-29a5-8dd1-0000000000c9 | TASK | Get ceph_cli 2025-10-06 07:14:07.601594 | fa163ea7-07d0-29a5-8dd1-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-06 07:14:07.603893 | fa163ea7-07d0-29a5-8dd1-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.424436 | 0.03s 2025-10-06 07:14:07.614037 | fa163ea7-07d0-29a5-8dd1-0000000000ca | TASK | Collect ceph config dump 2025-10-06 07:14:07.643831 | fa163ea7-07d0-29a5-8dd1-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-06 07:14:07.647127 | fa163ea7-07d0-29a5-8dd1-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:59.467657 | 0.03s 2025-10-06 07:14:07.657049 | fa163ea7-07d0-29a5-8dd1-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-06 07:14:07.714130 | fa163ea7-07d0-29a5-8dd1-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-06 07:14:07.715239 | fa163ea7-07d0-29a5-8dd1-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:59.535787 | 0.06s 2025-10-06 07:14:07.724478 | fa163ea7-07d0-29a5-8dd1-0000000000cc | TASK | Create pool 2025-10-06 07:14:07.781400 | fa163ea7-07d0-29a5-8dd1-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:59.601943 | 0.06s 2025-10-06 07:14:07.791188 | fa163ea7-07d0-29a5-8dd1-0000000000cd | TASK | Enable application on Ceph pools 2025-10-06 07:14:07.848197 | fa163ea7-07d0-29a5-8dd1-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:59.668742 | 0.06s 2025-10-06 07:14:07.857797 | fa163ea7-07d0-29a5-8dd1-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-06 07:14:07.898747 | fa163ea7-07d0-29a5-8dd1-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-06 07:14:07.899797 | fa163ea7-07d0-29a5-8dd1-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:59.720345 | 0.04s 2025-10-06 07:14:07.908421 | fa163ea7-07d0-29a5-8dd1-0000000000d0 | TASK | Set trash interval 2025-10-06 07:14:07.992841 | fa163ea7-07d0-29a5-8dd1-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-06 07:14:07.998538 | fa163ea7-07d0-29a5-8dd1-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:59.819085 | 0.09s 2025-10-06 07:14:08.015760 | fa163ea7-07d0-29a5-8dd1-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-06 07:14:08.073416 | fa163ea7-07d0-29a5-8dd1-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:59.893962 | 0.06s 2025-10-06 07:14:08.082561 | fa163ea7-07d0-29a5-8dd1-0000000000e9 | TASK | Get ceph_cli 2025-10-06 07:14:08.129232 | fa163ea7-07d0-29a5-8dd1-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-06 07:14:08.130300 | fa163ea7-07d0-29a5-8dd1-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.950848 | 0.05s 2025-10-06 07:14:08.141591 | fa163ea7-07d0-29a5-8dd1-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-06 07:14:08.208986 | fa163ea7-07d0-29a5-8dd1-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:00.029530 | 0.07s 2025-10-06 07:14:08.226182 | fa163ea7-07d0-29a5-8dd1-0000000000f9 | TASK | Get ceph_cli 2025-10-06 07:14:08.265625 | fa163ea7-07d0-29a5-8dd1-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-06 07:14:08.266684 | fa163ea7-07d0-29a5-8dd1-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.087231 | 0.04s 2025-10-06 07:14:08.276229 | fa163ea7-07d0-29a5-8dd1-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-06 07:14:08.315639 | fa163ea7-07d0-29a5-8dd1-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-06 07:14:08.316752 | fa163ea7-07d0-29a5-8dd1-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:00.137301 | 0.04s 2025-10-06 07:14:08.325508 | fa163ea7-07d0-29a5-8dd1-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-06 07:14:08.364758 | fa163ea7-07d0-29a5-8dd1-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-06 07:14:08.365796 | fa163ea7-07d0-29a5-8dd1-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:00.186345 | 0.04s 2025-10-06 07:14:08.374794 | fa163ea7-07d0-29a5-8dd1-0000000000fc | TASK | Extract mons_json 2025-10-06 07:14:08.413923 | fa163ea7-07d0-29a5-8dd1-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-06 07:14:08.414969 | fa163ea7-07d0-29a5-8dd1-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:00.235519 | 0.04s 2025-10-06 07:14:08.424061 | fa163ea7-07d0-29a5-8dd1-0000000000fd | TASK | Build mons_list 2025-10-06 07:14:08.464625 | fa163ea7-07d0-29a5-8dd1-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-06 07:14:08.465813 | fa163ea7-07d0-29a5-8dd1-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:00.286360 | 0.04s 2025-10-06 07:14:08.475170 | fa163ea7-07d0-29a5-8dd1-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-06 07:14:08.513733 | fa163ea7-07d0-29a5-8dd1-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-06 07:14:08.514769 | fa163ea7-07d0-29a5-8dd1-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:00.335317 | 0.04s 2025-10-06 07:14:08.523769 | fa163ea7-07d0-29a5-8dd1-0000000000ff | TASK | Verify the keyring 2025-10-06 07:14:08.591026 | fa163ea7-07d0-29a5-8dd1-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:00.411569 | 0.07s 2025-10-06 07:14:08.605019 | fa163ea7-07d0-29a5-8dd1-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-06 07:14:08.644642 | fa163ea7-07d0-29a5-8dd1-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-06 07:14:08.645690 | fa163ea7-07d0-29a5-8dd1-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:00.466238 | 0.04s 2025-10-06 07:14:08.659081 | fa163ea7-07d0-29a5-8dd1-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-06 07:14:08.697908 | fa163ea7-07d0-29a5-8dd1-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-06 07:14:08.698942 | fa163ea7-07d0-29a5-8dd1-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:00.519490 | 0.04s 2025-10-06 07:14:08.715657 | fa163ea7-07d0-29a5-8dd1-00000000011c | TASK | Get ceph_cli 2025-10-06 07:14:08.742225 | fa163ea7-07d0-29a5-8dd1-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.562770 | 0.03s 2025-10-06 07:14:08.753630 | b006a74b-c76a-46be-92b9-fffb6188d00a | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-06 07:14:08.766905 | fa163ea7-07d0-29a5-8dd1-0000000003c0 | TASK | Set ceph CLI 2025-10-06 07:14:08.935341 | fa163ea7-07d0-29a5-8dd1-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-06 07:14:08.936535 | fa163ea7-07d0-29a5-8dd1-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:00.757081 | 0.17s 2025-10-06 07:14:08.945642 | fa163ea7-07d0-29a5-8dd1-00000000011d | TASK | Get the ceph orchestrator status 2025-10-06 07:14:09.825580 | fa163ea7-07d0-29a5-8dd1-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-06 07:14:09.827276 | fa163ea7-07d0-29a5-8dd1-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:01.647815 | 0.88s 2025-10-06 07:14:09.836765 | fa163ea7-07d0-29a5-8dd1-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-06 07:14:09.893885 | fa163ea7-07d0-29a5-8dd1-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-06 07:14:09.895063 | fa163ea7-07d0-29a5-8dd1-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:01.715609 | 0.06s 2025-10-06 07:14:09.904597 | fa163ea7-07d0-29a5-8dd1-000000000120 | TASK | Show the deployed daemons 2025-10-06 07:14:10.755797 | fa163ea7-07d0-29a5-8dd1-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-06 07:14:10.757116 | fa163ea7-07d0-29a5-8dd1-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:02.577663 | 0.85s 2025-10-06 07:14:10.766641 | fa163ea7-07d0-29a5-8dd1-000000000121 | TASK | Deployed daemons 2025-10-06 07:14:10.823424 | fa163ea7-07d0-29a5-8dd1-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-06 07:14:10.824259 | fa163ea7-07d0-29a5-8dd1-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:02.644813 | 0.06s 2025-10-06 07:14:10.830107 | fa163ea7-07d0-29a5-8dd1-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-06 07:14:11.786225 | fa163ea7-07d0-29a5-8dd1-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-06 07:14:11.787657 | fa163ea7-07d0-29a5-8dd1-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:03.608202 | 0.96s 2025-10-06 07:14:11.796771 | fa163ea7-07d0-29a5-8dd1-000000000123 | TASK | Ceph cluster status 2025-10-06 07:14:11.833504 | fa163ea7-07d0-29a5-8dd1-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 8057fa68-dac7-5039-91b7-bdeabc54189e", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 82s)", " mgr: standalone.utjgqg(active, since 66s)", " 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 07:14:11.834680 | fa163ea7-07d0-29a5-8dd1-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:03.655226 | 0.04s 2025-10-06 07:14:11.855937 | fa163ea7-07d0-29a5-8dd1-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-06 07:14:12.423508 | fa163ea7-07d0-29a5-8dd1-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ea7-07d0-29a5-8dd1-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 07:14:12.464274 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:14:12.464883 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:14:12.465386 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:04.285939 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:14:12.465950 | UUID | Info | Host | Task Name | Run Time 2025-10-06 07:14:12.466484 | fa163ea7-07d0-29a5-8dd1-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 65.76s 2025-10-06 07:14:12.467026 | fa163ea7-07d0-29a5-8dd1-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.20s 2025-10-06 07:14:12.467516 | fa163ea7-07d0-29a5-8dd1-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.97s 2025-10-06 07:14:12.468066 | fa163ea7-07d0-29a5-8dd1-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.91s 2025-10-06 07:14:12.468537 | fa163ea7-07d0-29a5-8dd1-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.69s 2025-10-06 07:14:12.469057 | fa163ea7-07d0-29a5-8dd1-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.01s 2025-10-06 07:14:12.469541 | fa163ea7-07d0-29a5-8dd1-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.98s 2025-10-06 07:14:12.470061 | fa163ea7-07d0-29a5-8dd1-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.97s 2025-10-06 07:14:12.470566 | fa163ea7-07d0-29a5-8dd1-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.96s 2025-10-06 07:14:12.471081 | fa163ea7-07d0-29a5-8dd1-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.95s 2025-10-06 07:14:12.471547 | fa163ea7-07d0-29a5-8dd1-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.88s 2025-10-06 07:14:12.472055 | fa163ea7-07d0-29a5-8dd1-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.85s 2025-10-06 07:14:12.472524 | fa163ea7-07d0-29a5-8dd1-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.82s 2025-10-06 07:14:12.473027 | fa163ea7-07d0-29a5-8dd1-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.61s 2025-10-06 07:14:12.473493 | fa163ea7-07d0-29a5-8dd1-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.56s 2025-10-06 07:14:12.474042 | fa163ea7-07d0-29a5-8dd1-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.49s 2025-10-06 07:14:12.474537 | fa163ea7-07d0-29a5-8dd1-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.42s 2025-10-06 07:14:12.475061 | fa163ea7-07d0-29a5-8dd1-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.35s 2025-10-06 07:14:12.475543 | fa163ea7-07d0-29a5-8dd1-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.28s 2025-10-06 07:14:12.476046 | fa163ea7-07d0-29a5-8dd1-00000000002d | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure specs directory exists | 0.26s 2025-10-06 07:14:12.476520 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=False + 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' + '[' False = true ']' + '[' True = true ']' + '[' 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 /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 07:14:15.651 40388 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-06 07:14:15.674 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.675 40388 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-06 07:14:15.676 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.677 40388 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-06 07:14:15.678 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.678 40388 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-06 07:14:15.680 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.680 40388 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-06 07:14:15.682 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.682 40388 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-06 07:14:15.684 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.684 40388 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-06 07:14:15.707 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.707 40388 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-06 07:14:15.726 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.726 40388 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-06 07:14:15.728 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.728 40388 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-06 07:14:15.730 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.731 40388 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-06 07:14:15.733 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.733 40388 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-06 07:14:15.735 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.735 40388 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-06 07:14:15.737 40388 INFO migrate.versioning.api [-] done 2025-10-06 07:14:15.737 40388 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-06 07:14:15.759 40388 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 07:14:23Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:24Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:24Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:24Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:24Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-06 07:14:24Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:24Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 07:14:24Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:25Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:25Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-06 07:14:25Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:25Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:25Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-06 07:14:26Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:26Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:26Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:26Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:26Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 07:14:26Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:26Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-06 07:14:26Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:26Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 07:14:26Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:27Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:27Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:27Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-06 07:14:27Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-06 07:14:27Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:27Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-06 07:14:27Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:28Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:28Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:28Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-06 07:14:28Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:28Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 07:14:28Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:28Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:29Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:29Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-06 07:14:29Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-06 07:14:29Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:29Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 07:14:29Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-06 07:14:29Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:29Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:29Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:29Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-06 07:14:30Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:30Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-06 07:14:30Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:30Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-06 07:14:31Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:31Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 07:14:32Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:32Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-06 07:14:32Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:33Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-06 07:14:33Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:33Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:33Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:33Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-06 07:14:34Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:34Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:34Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:34Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:34Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-06 07:14:34Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-06 07:14:35Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 07:14:35Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 07:14:35Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 07:14:35Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 07:14:35Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:35Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:35Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:35Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 07:14:35Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:36Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-06 07:14:36Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:36Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:36Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-06 07:14:37Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-06 07:14:38Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:38Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-06 07:14:38Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:38Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:38Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:39Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:40Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:40Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:40Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:40Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:14:40Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:41Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-06 07:14:41Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:41Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:42Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:43Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:43Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:14:44Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:44Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:14:44Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:44Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:44Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:14:44Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:45Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:45Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-06 07:14:46Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:46Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:46Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-06 07:14:46Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:46Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 07:14:46Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:47Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:47Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:14:47Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 07:14:47Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:47Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-06 07:14:48Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:49Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-06 07:14:50Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:51Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-06 07:14:51Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:51Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:51Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:51Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:51Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:51Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 07:14:52Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:52Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 07:14:52Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:52Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 07:14:52Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:53Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_COMPLETE state changed 2025-10-06 07:14:53Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:54Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-06 07:14:54Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:55Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-06 07:14:56Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:56Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:56Z [standalone.StandaloneServiceChain.ServiceChain.6.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:56Z [standalone.StandaloneServiceChain.ServiceChain.6.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-06 07:14:57Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:57Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:14:57Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:57Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 07:14:58Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:58Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 07:14:58Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 07:14:58Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 07:14:58Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:14:59Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_COMPLETE state changed 2025-10-06 07:14:59Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:00Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-06 07:15:00Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:00Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:00Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:00Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:01Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:01Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 07:15:01Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:01Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 07:15:02Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:02Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 07:15:02Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:03Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_COMPLETE state changed 2025-10-06 07:15:03Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:03Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-06 07:15:04Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:04Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:04Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:04Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:04Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:04Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 07:15:05Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:05Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 07:15:05Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:05Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 07:15:05Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:06Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_COMPLETE state changed 2025-10-06 07:15:06Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:07Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-06 07:15:07Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:07Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:08Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:09Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:09Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:09Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 07:15:09Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:09Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 07:15:09Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:10Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 07:15:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:11Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 07:15:12Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:12Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:15:12Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:15:12Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:12Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:13Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:13Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:14Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:14Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:15Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-06 07:15:15Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:15Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:15Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:16Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:16Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:17Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:17Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:17Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:15:17Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:18Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:18Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:15:18Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:15:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 07:15:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:21Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:21Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:22Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:22Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:22Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:23Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:15:23Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 07:15:23Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:23Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 07:15:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-06 07:15:25Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:26Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-06 07:15:27Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:27Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:27Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:28Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:28Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:15:28Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:15:29Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:29Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:29Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:30Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 07:15:31Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 07:15:32Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:32Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:32Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:32Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:33Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:33Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-06 07:15:34Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:34Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:34Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:35Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:35Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:36Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:36Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:36Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:15:36Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:37Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:37Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:37Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:37Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:37Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:38Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:38Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:15:38Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:38Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:38Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:15:38Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:38Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:15:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 07:15:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:41Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:41Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 07:15:42Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 07:15:42Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:42Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:43Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:43Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:43Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 07:15:43Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:44Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-06 07:15:45Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:45Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:45Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:45Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:15:46Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:47Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:48Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:48Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:48Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:48Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:15:49Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:50Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:50Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:51Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-06 07:15:51Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:52Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-06 07:15:52Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:52Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-06 07:15:53Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:54Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-06 07:15:54Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:55Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:55Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:56Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:56Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:15:56Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:15:56Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:15:57Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-06 07:15:57Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:58Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-06 07:15:58Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:58Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:15:59Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:15:59Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:00Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:01Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:01Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:16:02Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:02Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 07:16:02Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:16:02Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:03Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:03Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:03Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:03Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:04Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:04Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 07:16:05Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 07:16:05Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:05Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-06 07:16:06Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:06Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:06Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:06Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 07:16:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 07:16:09Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:10Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:16:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 07:16:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:16:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:16:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:15Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 07:16:15Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:15Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-10-06 07:16:15Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:16Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-06 07:16:17Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:17Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:17Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:17Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:17Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:17Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-06 07:16:18Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:18Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:18Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:18Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:19Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:19Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:20Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:20Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-06 07:16:20Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-06 07:16:20Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:20Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-06 07:16:21Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:21Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:21Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:16:22Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:16:22Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-06 07:16:22Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:23Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-06 07:16:23Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:24Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-06 07:16:25Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:25Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:25Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:25Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:26Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:27Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:27Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:16:28Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:28Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:28Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 07:16:28Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:28Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 07:16:28Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:29Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:29Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 07:16:30Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-06 07:16:30Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:31Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-06 07:16:31Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:32Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:32Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:32Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:32Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:32Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 07:16:32Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:33Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:33Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:33Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 07:16:34Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:35Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:35Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 07:16:36Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:36Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-06 07:16:37Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:16:37Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:38Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-06 07:16:38Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:38Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:39Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:39Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:39Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-06 07:16:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:41Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 07:16:42Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:42Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:16:43Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:16:43Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:44Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-06 07:16:45Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:45Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:45Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:45Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:46Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:47Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:16:47Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:48Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-06 07:16:48Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:48Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:48Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:49Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:49Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:49Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:16:49Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:50Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-06 07:16:51Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:51Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:51Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:51Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:51Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:52Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-06 07:16:52Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:52Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 07:16:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:53Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:53Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 07:16:53Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:53Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:53Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:53Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:54Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:54Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-06 07:16:55Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:55Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:16:55Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:16:56Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:57Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:16:57Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:16:58Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-06 07:16:59Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-06 07:16:59Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:16:59Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:00Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:00Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:01Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:01Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:17:01Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:01Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:01Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 07:17:01Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:02Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:02Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:02Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:03Z [standalone.StandaloneServiceChain.ServiceChain.27.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:04Z [standalone.StandaloneServiceChain.ServiceChain.27.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:04Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:05Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-06 07:17:06Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:07Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-06 07:17:07Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:07Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:07Z [standalone.StandaloneServiceChain.ServiceChain.29.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:08Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:08Z [standalone.StandaloneServiceChain.ServiceChain.29.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:09Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:09Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:09Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:10Z [standalone.StandaloneServiceChain.ServiceChain.29.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:11Z [standalone.StandaloneServiceChain.ServiceChain.29.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:17:11Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:12Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-06 07:17:13Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:13Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:13Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:13Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:15Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:16Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:17:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:17:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:19Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:19Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:19Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:19Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:20Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:20Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:21Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:21Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:22Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:22Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:23Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-06 07:17:23Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:24Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:26Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-06 07:17:26Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:26Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:26Z [standalone.StandaloneServiceChain.ServiceChain.32.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:27Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:27Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:27Z [standalone.StandaloneServiceChain.ServiceChain.32.MysqlBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:28Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:29Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:29Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:30Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-06 07:17:30Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:32Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-06 07:17:32Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:32Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:33Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:33Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:33Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:34Z [standalone.StandaloneServiceChain.ServiceChain.34.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:34Z [standalone.StandaloneServiceChain.ServiceChain.34.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:35Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:36Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:36Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:17:37Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:37Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:37Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:37Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:37Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:37Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:38Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 07:17:38Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:39Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-06 07:17:40Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:40Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:40Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:40Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:41Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:41Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:41Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:41Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:41Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:42Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:42Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:43Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-06 07:17:43Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:44Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:44Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:45Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-06 07:17:45Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:45Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:45Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:46Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:46Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:46Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:47Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:48Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:48Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 07:17:49Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:49Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:50Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-06 07:17:51Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:51Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:51Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:52Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:52Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 07:17:53Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:53Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:54Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:54Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:54Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:17:54Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:55Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-06 07:17:55Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:56Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:56Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:56Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:56Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:56Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:56Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:17:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 07:17:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:17:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:17:58Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:58Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-06 07:17:59Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:17:59Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:18:00Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:00Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:00Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:01Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:02Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:02Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:02Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:02Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:02Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 07:18:02Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:03Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:03Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 07:18:04Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:04Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:05Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-06 07:18:05Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:05Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:06Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:06Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:07Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:07Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:07Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 07:18:07Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:08Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:08Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:18:08Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 07:18:09Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:09Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:09Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:09Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:09Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:09Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:10Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:10Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 07:18:11Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:11Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:12Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:12Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:13Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-06 07:18:13Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:13Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:13Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:13Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:14Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:14Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:15Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:15Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:15Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:15Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:16Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-06 07:18:16Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:17Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:17Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:18Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:18Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:18Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:18Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:19Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:19Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:19Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:19Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 07:18:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:18:22Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:22Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-06 07:18:23Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:23Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:23Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:23Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:23Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:23Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:23Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:24Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:24Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 07:18:25Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:25Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:26Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:26Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:27Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:27Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:27Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:27Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:27Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:28Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:28Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:28Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:29Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:29Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 07:18:29Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:29Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:18:29Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 07:18:29Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:30Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-06 07:18:31Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:31Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:31Z [standalone.StandaloneServiceChain.ServiceChain.42.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:32Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:32Z [standalone.StandaloneServiceChain.ServiceChain.42.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 07:18:33Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:33Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:33Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-06 07:18:33Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:33Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:33Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:33Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:34Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:34Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:34Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:34Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:34Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:34Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:34Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 07:18:34Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:35Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:35Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 07:18:35Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 07:18:36Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:18:36Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:37Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-06 07:18:38Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:38Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:38Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:38Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:38Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:38Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:38Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:39Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:39Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:39Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-06 07:18:39Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:39Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:39Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:40Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:40Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 07:18:41Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:41Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:41Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:18:42Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-06 07:18:43Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:44Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-06 07:18:44Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:44Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:45Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:45Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:45Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:47Z [standalone.StandaloneServiceChain.ServiceChain.44.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:47Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:18:48Z [standalone.StandaloneServiceChain.ServiceChain.44.SshdBase]: CREATE_COMPLETE state changed 2025-10-06 07:18:48Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:48Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-06 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 07:18:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:51Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 07:18:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 07:18:52Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:52Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:18:53Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:53Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:54Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 07:18:54Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:18:55Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-06 07:18:56Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:56Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:18:56Z [standalone.StandaloneServiceChain.ServiceChain.46.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:56Z [standalone.StandaloneServiceChain.ServiceChain.46.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:57Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:57Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:18:58Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:18:59Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:18:59Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:00Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-06 07:19:00Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:00Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:00Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:00Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:01Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:02Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:19:02Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:03Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-06 07:19:03Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:04Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:05Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:05Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:05Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 07:19:06Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:07Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:07Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 07:19:08Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:19:08Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:09Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-06 07:19:09Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:10Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-06 07:19:11Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:11Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:11Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:12Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:19:12Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:13Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-06 07:19:13Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:13Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:13Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:13Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:13Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:13Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:13Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:14Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:14Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:14Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:14Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:14Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:15Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:15Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:15Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:16Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:19:16Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:16Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:19:16Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-06 07:19:16Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:19:16Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:17Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-06 07:19:17Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:18Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-06 07:19:19Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:20Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-06 07:19:20Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:20Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:20Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:20Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:20Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:21Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:21Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:21Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:21Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-06 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:23Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:23Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 07:19:24Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:24Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:24Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 07:19:24Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:25Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-06 07:19:26Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:27Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-06 07:19:27Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:28Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-06 07:19:29Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:30Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-06 07:19:30Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:31Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-06 07:19:31Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:31Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:32Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:33Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:33Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:33Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:19:34Z [standalone.StandaloneServiceChain.ServiceChain.58.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:34Z [standalone.StandaloneServiceChain.ServiceChain.58.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 07:19:35Z [standalone.StandaloneServiceChain.ServiceChain.58.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:36Z [standalone.StandaloneServiceChain.ServiceChain.58.SwiftBase]: CREATE_COMPLETE state changed 2025-10-06 07:19:36Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:36Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-06 07:19:37Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:37Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:37Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:37Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:37Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:38Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-06 07:19:38Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:38Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:39Z [standalone.StandaloneServiceChain.ServiceChain.60.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:40Z [standalone.StandaloneServiceChain.ServiceChain.60.SwiftBase]: CREATE_COMPLETE state changed 2025-10-06 07:19:41Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:42Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 07:19:42Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:43Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-06 07:19:43Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:44Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-06 07:19:44Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:45Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-06 07:19:46Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:47Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-06 07:19:47Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:47Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:47Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:47Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:47Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:48Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-06 07:19:48Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:49Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:49Z [standalone.StandaloneServiceChain.ServiceChain.65.Podman]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.65.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.65.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.65.Podman]: CREATE_COMPLETE state changed 2025-10-06 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:51Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-06 07:19:51Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:51Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:19:51Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:51Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 07:19:51Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:52Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-06 07:19:52Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:19:53Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-06 07:19:54Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:54Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:55Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:55Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 07:19:55Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:55Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-06 07:19:55Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:55Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 07:19:56Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:56Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-06 07:19:56Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:56Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 07:19:56Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:56Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-06 07:19:56Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:56Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-06 07:19:57Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:57Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 07:19:57Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:57Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-06 07:19:57Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:58Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-06 07:19:58Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:58Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-06 07:19:58Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:58Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 07:19:58Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:58Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-06 07:19:58Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:59Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-06 07:19:59Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:59Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 07:19:59Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:59Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 07:19:59Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:19:59Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:00Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:00Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:00Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:00Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:00Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:00Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-06 07:20:00Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:01Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-06 07:20:01Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:01Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:01Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:01Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:01Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:01Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-06 07:20:01Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-06 07:20:02Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:03Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-06 07:20:04Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:04Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-06 07:20:04Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:04Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:04Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-06 07:20:04Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:04Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-06 07:20:04Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-06 07:20:04Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:04Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-06 07:20:05Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:05Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:05Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 07:20:05Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:20:05Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:05Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:05Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-06 07:20:06Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-06 07:20:06Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:06Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:20:06Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:06Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:20:06Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:07Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:07Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-06 07:20:07Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:07Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-06 07:20:08Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-06 07:20:08Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:08Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:20:09Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:20:09Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:20:09Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:20:09Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:20:09Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 07:20:09Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:09Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:09Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:09Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:09Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:10Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-06 07:20:10Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-06 07:20:10Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-06 07:20:10Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-06 07:20:10Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:10Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-06 07:20:10Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-06 07:20:10Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:10Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:20:10Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:10Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 07:20:10Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:11Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 07:20:11Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-06 07:20:11Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:12Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-06 07:20:12Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-06 07:20:13Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-06 07:20:13Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:13Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:13Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-06 07:20:13Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-06 07:20:14Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:14Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:14Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:14Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:14Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:14Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-06 07:20:14Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-06 07:20:14Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-06 07:20:14Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-06 07:20:14Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-06 07:20:14Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:14Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:14Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 07:20:14Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:14Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:20:14Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 07:20:14Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:14Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 07:20:14Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:14Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:15Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:15Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-06 07:20:15Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:15Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:15Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:16Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-06 07:20:16Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:16Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:17Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:17Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-06 07:20:18Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:19Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:19Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:19Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-06 07:20:19Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:19Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-06 07:20:20Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:20Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:21Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 07:20:21Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-06 07:20:21Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 07:20:22Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-06 07:20:22Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/b3b02129-425f-4252-bd80-7098376530d5 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 07:20:41.767618 | fa163ea7-07d0-ebb9-5f67-000000000006 | TASK | External deployment step 0 2025-10-06 07:20:41.792357 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-000000000006') missing from stats 2025-10-06 07:20:41.842983 | fa163ea7-07d0-ebb9-5f67-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.127594 | 0.04s 2025-10-06 07:20:41.853953 | 65e6f814-37d6-447a-9be0-6bb3a908b712 | INCLUDED | /root/standalone-ansible-y07zx0qr/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-06 07:20:41.873274 | fa163ea7-07d0-ebb9-5f67-00000000011a | TASK | create ovn mac address for Standalone role nodes 2025-10-06 07:20:42.689618 | fa163ea7-07d0-ebb9-5f67-00000000011a | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-06 07:20:42.691079 | fa163ea7-07d0-ebb9-5f67-00000000011a | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:00.975695 | 0.82s PLAY [Check if required variables are defined] ********************************* 2025-10-06 07:20:42.772563 | fa163ea7-07d0-ebb9-5f67-000000000126 | TASK | Gathering Facts 2025-10-06 07:20:43.353113 | fa163ea7-07d0-ebb9-5f67-000000000126 | OK | Gathering Facts | localhost 2025-10-06 07:20:43.354614 | fa163ea7-07d0-ebb9-5f67-000000000126 | TIMING | Gathering Facts | localhost | 0:00:01.639232 | 0.58s 2025-10-06 07:20:43.411694 | fa163ea7-07d0-ebb9-5f67-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-06 07:20:43.412812 | fa163ea7-07d0-ebb9-5f67-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:01.697433 | 0.04s 2025-10-06 07:20:43.465037 | fa163ea7-07d0-ebb9-5f67-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-06 07:20:43.466081 | fa163ea7-07d0-ebb9-5f67-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:01.750701 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-06 07:20:43.580293 | fa163ea7-07d0-ebb9-5f67-00000000014e | TASK | Gathering Facts 2025-10-06 07:20:43.590099 | fa163ea7-07d0-ebb9-5f67-00000000014e | TASK | Gathering Facts 2025-10-06 07:20:43.912790 | fa163ea7-07d0-ebb9-5f67-00000000014e | OK | Gathering Facts | undercloud 2025-10-06 07:20:43.914498 | fa163ea7-07d0-ebb9-5f67-00000000014e | TIMING | Gathering Facts | undercloud | 0:00:02.199102 | 0.33s 2025-10-06 07:20:43.938612 | fa163ea7-07d0-ebb9-5f67-00000000014e | OK | Gathering Facts | standalone 2025-10-06 07:20:43.940045 | fa163ea7-07d0-ebb9-5f67-00000000014e | TIMING | Gathering Facts | standalone | 0:00:02.224668 | 0.35s 2025-10-06 07:20:43.958011 | fa163ea7-07d0-ebb9-5f67-000000000012 | TASK | Set legacy facts 2025-10-06 07:20:43.993213 | fa163ea7-07d0-ebb9-5f67-000000000012 | OK | Set legacy facts | undercloud 2025-10-06 07:20:43.993881 | fa163ea7-07d0-ebb9-5f67-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:02.278506 | 0.03s 2025-10-06 07:20:44.016996 | fa163ea7-07d0-ebb9-5f67-000000000012 | TASK | Set legacy facts 2025-10-06 07:20:44.052424 | fa163ea7-07d0-ebb9-5f67-000000000012 | OK | Set legacy facts | standalone 2025-10-06 07:20:44.053201 | fa163ea7-07d0-ebb9-5f67-000000000012 | TIMING | Set legacy facts | standalone | 0:00:02.337828 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-06 07:20:44.202899 | fa163ea7-07d0-ebb9-5f67-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-06 07:20:44.204423 | fa163ea7-07d0-ebb9-5f67-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:02.489037 | 0.04s 2025-10-06 07:20:44.215250 | fa163ea7-07d0-ebb9-5f67-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-06 07:20:44.215670 | fa163ea7-07d0-ebb9-5f67-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:02.500300 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-06 07:20:44.285112 | fa163ea7-07d0-ebb9-5f67-000000000018 | TASK | Include Service VIP vars 2025-10-06 07:20:44.311109 | fa163ea7-07d0-ebb9-5f67-000000000018 | IGNORED | Include Service VIP vars | undercloud | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-y07zx0qr/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-10-06 07:20:44.312031 | fa163ea7-07d0-ebb9-5f67-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:02.596655 | 0.03s 2025-10-06 07:20:44.322598 | fa163ea7-07d0-ebb9-5f67-000000000018 | IGNORED | Include Service VIP vars | standalone | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-y07zx0qr/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-10-06 07:20:44.322982 | fa163ea7-07d0-ebb9-5f67-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:02.607614 | 0.03s 2025-10-06 07:20:44.326199 | fa163ea7-07d0-ebb9-5f67-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-06 07:20:44.352463 | fa163ea7-07d0-ebb9-5f67-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-06 07:20:44.353312 | fa163ea7-07d0-ebb9-5f67-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:02.637937 | 0.03s 2025-10-06 07:20:44.363862 | fa163ea7-07d0-ebb9-5f67-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-06 07:20:44.364211 | fa163ea7-07d0-ebb9-5f67-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:02.648844 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-06 07:20:44.442448 | fa163ea7-07d0-ebb9-5f67-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-06 07:20:45.135694 | fa163ea7-07d0-ebb9-5f67-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ea7-07d0-ebb9-5f67-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-06 07:20:45.223458 | fa163ea7-07d0-ebb9-5f67-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-06 07:20:45.258732 | fa163ea7-07d0-ebb9-5f67-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-06 07:20:45.259598 | fa163ea7-07d0-ebb9-5f67-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:03.544186 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-06 07:20:45.340144 | fa163ea7-07d0-ebb9-5f67-000000000023 | TASK | Set selinux state 2025-10-06 07:20:45.916409 | fa163ea7-07d0-ebb9-5f67-000000000023 | OK | Set selinux state | standalone 2025-10-06 07:20:45.917646 | fa163ea7-07d0-ebb9-5f67-000000000023 | TIMING | Set selinux state | standalone | 0:00:04.202264 | 0.58s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-06 07:20:46.051204 | fa163ea7-07d0-ebb9-5f67-000000000026 | TASK | Configure Hosts Entries 2025-10-06 07:20:46.079360 | fa163ea7-07d0-ebb9-5f67-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:04.363955 | 0.03s 2025-10-06 07:20:46.093573 | fa163ea7-07d0-ebb9-5f67-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:04.378195 | 0.02s 2025-10-06 07:20:46.144424 | fa163ea7-07d0-ebb9-5f67-0000000001df | TASK | Create temporary file for hosts 2025-10-06 07:20:46.487875 | fa163ea7-07d0-ebb9-5f67-0000000001df | CHANGED | Create temporary file for hosts | undercloud 2025-10-06 07:20:46.491316 | fa163ea7-07d0-ebb9-5f67-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:04.775927 | 0.35s 2025-10-06 07:20:46.492290 | fa163ea7-07d0-ebb9-5f67-0000000001df | CHANGED | Create temporary file for hosts | standalone 2025-10-06 07:20:46.493014 | fa163ea7-07d0-ebb9-5f67-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:04.777615 | 0.34s 2025-10-06 07:20:46.511732 | fa163ea7-07d0-ebb9-5f67-0000000001e0 | TASK | Prepare temporary /etc/hosts 2025-10-06 07:20:46.950227 | fa163ea7-07d0-ebb9-5f67-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-06 07:20:46.951477 | fa163ea7-07d0-ebb9-5f67-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.236095 | 0.42s 2025-10-06 07:20:46.952383 | fa163ea7-07d0-ebb9-5f67-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-06 07:20:46.953051 | fa163ea7-07d0-ebb9-5f67-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.237677 | 0.44s 2025-10-06 07:20:46.970479 | fa163ea7-07d0-ebb9-5f67-0000000001e1 | TASK | Remove old Heat hosts configuration (if present) 2025-10-06 07:20:47.324074 | fa163ea7-07d0-ebb9-5f67-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-06 07:20:47.325868 | fa163ea7-07d0-ebb9-5f67-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:05.610475 | 0.33s 2025-10-06 07:20:47.337778 | fa163ea7-07d0-ebb9-5f67-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-06 07:20:47.338580 | fa163ea7-07d0-ebb9-5f67-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:05.623204 | 0.37s 2025-10-06 07:20:47.357101 | fa163ea7-07d0-ebb9-5f67-0000000001e2 | TASK | Render out the hosts entries 2025-10-06 07:20:47.476351 | fa163ea7-07d0-ebb9-5f67-0000000001e2 | OK | Render out the hosts entries | undercloud 2025-10-06 07:20:47.477565 | fa163ea7-07d0-ebb9-5f67-0000000001e2 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:05.762182 | 0.12s 2025-10-06 07:20:47.495079 | fa163ea7-07d0-ebb9-5f67-0000000001e3 | TASK | Prepare new /etc/hosts 2025-10-06 07:20:47.714304 | fa163ea7-07d0-ebb9-5f67-0000000001e3 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-06 07:20:47.715919 | fa163ea7-07d0-ebb9-5f67-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.000525 | 0.22s 2025-10-06 07:20:47.750723 | fa163ea7-07d0-ebb9-5f67-0000000001e3 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-06 07:20:47.751453 | fa163ea7-07d0-ebb9-5f67-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.036079 | 0.24s 2025-10-06 07:20:47.769508 | fa163ea7-07d0-ebb9-5f67-0000000001e4 | TASK | Update /etc/hosts contents (if changed) 2025-10-06 07:20:48.173569 | fa163ea7-07d0-ebb9-5f67-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-06 07:20:48.174958 | fa163ea7-07d0-ebb9-5f67-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:06.459576 | 0.40s 2025-10-06 07:20:48.175828 | fa163ea7-07d0-ebb9-5f67-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-06 07:20:48.176479 | fa163ea7-07d0-ebb9-5f67-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:06.461105 | 0.39s 2025-10-06 07:20:48.194548 | fa163ea7-07d0-ebb9-5f67-0000000001e5 | TASK | Clean up temporary hosts file 2025-10-06 07:20:48.591094 | fa163ea7-07d0-ebb9-5f67-0000000001e5 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-06 07:20:48.592472 | fa163ea7-07d0-ebb9-5f67-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:06.877089 | 0.40s 2025-10-06 07:20:48.593409 | fa163ea7-07d0-ebb9-5f67-0000000001e5 | CHANGED | Clean up temporary hosts file | standalone 2025-10-06 07:20:48.594133 | fa163ea7-07d0-ebb9-5f67-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:06.878758 | 0.38s PLAY [Common roles for TripleO servers] **************************************** 2025-10-06 07:20:48.707144 | fa163ea7-07d0-ebb9-5f67-00000000002a | TASK | Common roles for TripleO servers 2025-10-06 07:20:48.733685 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-00000000002a') missing from stats 2025-10-06 07:20:48.820894 | fa163ea7-07d0-ebb9-5f67-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.105502 | 0.03s 2025-10-06 07:20:48.892600 | fa163ea7-07d0-ebb9-5f67-000000000242 | TASK | Gather variables for each operating system 2025-10-06 07:20:48.967015 | fa163ea7-07d0-ebb9-5f67-000000000242 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 07:20:48.968893 | fa163ea7-07d0-ebb9-5f67-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.253507 | 0.08s 2025-10-06 07:20:48.978788 | fa163ea7-07d0-ebb9-5f67-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.263394 | 0.09s 2025-10-06 07:20:49.002313 | fa163ea7-07d0-ebb9-5f67-000000000244 | TASK | Check release version package is installed 2025-10-06 07:20:49.264757 | fa163ea7-07d0-ebb9-5f67-000000000244 | CHANGED | Check release version package is installed | standalone 2025-10-06 07:20:49.265554 | fa163ea7-07d0-ebb9-5f67-000000000244 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:07.550180 | 0.26s 2025-10-06 07:20:49.283030 | fa163ea7-07d0-ebb9-5f67-000000000245 | TASK | Deploy release version package 2025-10-06 07:20:53.535673 | fa163ea7-07d0-ebb9-5f67-000000000245 | CHANGED | Deploy release version package | standalone 2025-10-06 07:20:53.537053 | fa163ea7-07d0-ebb9-5f67-000000000245 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:11.821667 | 4.25s 2025-10-06 07:20:53.561230 | fa163ea7-07d0-ebb9-5f67-000000000247 | TASK | Include packages tasks 2025-10-06 07:20:53.592664 | fa163ea7-07d0-ebb9-5f67-000000000247 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:11.877271 | 0.03s 2025-10-06 07:20:53.617106 | 5d3b28d2-b913-4138-a760-ad480c39a07e | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-06 07:20:53.646485 | fa163ea7-07d0-ebb9-5f67-00000000029b | TASK | Gather facts if they don't exist 2025-10-06 07:20:53.693594 | fa163ea7-07d0-ebb9-5f67-00000000029b | SKIPPED | Gather facts if they don't exist | standalone 2025-10-06 07:20:53.694628 | fa163ea7-07d0-ebb9-5f67-00000000029b | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:11.979246 | 0.05s 2025-10-06 07:20:53.717927 | fa163ea7-07d0-ebb9-5f67-00000000029c | TASK | Gather variables for each operating system 2025-10-06 07:20:53.837112 | fa163ea7-07d0-ebb9-5f67-00000000029c | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 07:20:53.848279 | fa163ea7-07d0-ebb9-5f67-00000000029c | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:12.132891 | 0.13s 2025-10-06 07:20:53.871918 | fa163ea7-07d0-ebb9-5f67-00000000029e | TASK | Check required packages to bootstrap TripleO is installed 2025-10-06 07:20:54.144341 | fa163ea7-07d0-ebb9-5f67-00000000029e | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-06 07:20:54.145784 | fa163ea7-07d0-ebb9-5f67-00000000029e | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:12.430399 | 0.27s 2025-10-06 07:20:54.169619 | fa163ea7-07d0-ebb9-5f67-00000000029f | TASK | Deploy required packages to bootstrap TripleO 2025-10-06 07:20:59.306926 | fa163ea7-07d0-ebb9-5f67-00000000029f | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-06 07:20:59.308034 | fa163ea7-07d0-ebb9-5f67-00000000029f | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:17.592655 | 5.14s 2025-10-06 07:20:59.331487 | fa163ea7-07d0-ebb9-5f67-0000000002a0 | TASK | Ensure packages are actually well installed 2025-10-06 07:21:00.380974 | fa163ea7-07d0-ebb9-5f67-0000000002a0 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-06 07:21:00.382321 | fa163ea7-07d0-ebb9-5f67-0000000002a0 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:18.666939 | 1.05s 2025-10-06 07:21:00.406553 | fa163ea7-07d0-ebb9-5f67-000000000248 | TASK | Enable openvswitch service if installed 2025-10-06 07:21:01.342256 | fa163ea7-07d0-ebb9-5f67-000000000248 | CHANGED | Enable openvswitch service if installed | standalone 2025-10-06 07:21:01.343174 | fa163ea7-07d0-ebb9-5f67-000000000248 | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:19.627800 | 0.93s 2025-10-06 07:21:01.360175 | fa163ea7-07d0-ebb9-5f67-000000000249 | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-06 07:21:01.581212 | fa163ea7-07d0-ebb9-5f67-000000000249 | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-06 07:21:01.583565 | fa163ea7-07d0-ebb9-5f67-000000000249 | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:19.868180 | 0.22s 2025-10-06 07:21:01.608182 | fa163ea7-07d0-ebb9-5f67-00000000024b | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-06 07:21:02.864940 | fa163ea7-07d0-ebb9-5f67-00000000024b | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-06 07:21:02.867334 | fa163ea7-07d0-ebb9-5f67-00000000024b | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.151947 | 1.26s 2025-10-06 07:21:02.891127 | fa163ea7-07d0-ebb9-5f67-00000000024c | TASK | Deploy network-scripts required for deprecated network service 2025-10-06 07:21:02.951356 | fa163ea7-07d0-ebb9-5f67-00000000024c | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-06 07:21:02.952554 | fa163ea7-07d0-ebb9-5f67-00000000024c | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.237171 | 0.06s 2025-10-06 07:21:02.976114 | fa163ea7-07d0-ebb9-5f67-00000000024d | TASK | Ensure network service is enabled 2025-10-06 07:21:03.373493 | fa163ea7-07d0-ebb9-5f67-00000000024d | OK | Ensure network service is enabled | standalone 2025-10-06 07:21:03.374643 | fa163ea7-07d0-ebb9-5f67-00000000024d | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:21.659268 | 0.40s 2025-10-06 07:21:03.393856 | fa163ea7-07d0-ebb9-5f67-00000000024f | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 07:21:03.743020 | fa163ea7-07d0-ebb9-5f67-00000000024f | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 07:21:03.743880 | fa163ea7-07d0-ebb9-5f67-00000000024f | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.028505 | 0.35s 2025-10-06 07:21:03.762609 | fa163ea7-07d0-ebb9-5f67-000000000250 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 07:21:03.981145 | fa163ea7-07d0-ebb9-5f67-000000000250 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 07:21:03.982359 | fa163ea7-07d0-ebb9-5f67-000000000250 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.266977 | 0.22s 2025-10-06 07:21:04.006630 | fa163ea7-07d0-ebb9-5f67-000000000251 | TASK | Reload NetworkManager 2025-10-06 07:21:04.412012 | fa163ea7-07d0-ebb9-5f67-000000000251 | CHANGED | Reload NetworkManager | standalone 2025-10-06 07:21:04.413734 | fa163ea7-07d0-ebb9-5f67-000000000251 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:22.698325 | 0.41s 2025-10-06 07:21:04.438733 | fa163ea7-07d0-ebb9-5f67-000000000253 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-06 07:21:04.663609 | fa163ea7-07d0-ebb9-5f67-000000000253 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-06 07:21:04.664870 | fa163ea7-07d0-ebb9-5f67-000000000253 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:22.949489 | 0.22s 2025-10-06 07:21:04.688607 | fa163ea7-07d0-ebb9-5f67-000000000254 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-06 07:21:05.004390 | fa163ea7-07d0-ebb9-5f67-000000000254 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-06 07:21:05.005652 | fa163ea7-07d0-ebb9-5f67-000000000254 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.290272 | 0.32s 2025-10-06 07:21:05.028836 | fa163ea7-07d0-ebb9-5f67-000000000255 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-06 07:21:05.289990 | fa163ea7-07d0-ebb9-5f67-000000000255 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-06 07:21:05.291116 | fa163ea7-07d0-ebb9-5f67-000000000255 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.575736 | 0.26s 2025-10-06 07:21:05.314539 | fa163ea7-07d0-ebb9-5f67-000000000256 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-06 07:21:05.549212 | fa163ea7-07d0-ebb9-5f67-000000000256 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-06 07:21:05.550442 | fa163ea7-07d0-ebb9-5f67-000000000256 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:23.835062 | 0.23s 2025-10-06 07:21:05.628073 | fa163ea7-07d0-ebb9-5f67-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:23.912684 | 0.03s 2025-10-06 07:21:05.705476 | fa163ea7-07d0-ebb9-5f67-00000000034f | TASK | Create temporary file for ssh_known_hosts 2025-10-06 07:21:05.914417 | fa163ea7-07d0-ebb9-5f67-00000000034f | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-06 07:21:05.915618 | fa163ea7-07d0-ebb9-5f67-00000000034f | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.200237 | 0.21s 2025-10-06 07:21:05.939031 | fa163ea7-07d0-ebb9-5f67-000000000350 | TASK | Check for ssh_known_hosts file 2025-10-06 07:21:06.158545 | fa163ea7-07d0-ebb9-5f67-000000000350 | OK | Check for ssh_known_hosts file | standalone 2025-10-06 07:21:06.159877 | fa163ea7-07d0-ebb9-5f67-000000000350 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.444495 | 0.22s 2025-10-06 07:21:06.178893 | fa163ea7-07d0-ebb9-5f67-000000000351 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-06 07:21:06.204442 | fa163ea7-07d0-ebb9-5f67-000000000351 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-06 07:21:06.205298 | fa163ea7-07d0-ebb9-5f67-000000000351 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.489918 | 0.03s 2025-10-06 07:21:06.228338 | fa163ea7-07d0-ebb9-5f67-000000000352 | TASK | Write temporary file 2025-10-06 07:21:06.256477 | fa163ea7-07d0-ebb9-5f67-000000000352 | SKIPPED | Write temporary file | standalone 2025-10-06 07:21:06.257537 | fa163ea7-07d0-ebb9-5f67-000000000352 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.542155 | 0.03s 2025-10-06 07:21:06.280498 | fa163ea7-07d0-ebb9-5f67-000000000353 | TASK | Set ssh_known_hosts fact 2025-10-06 07:21:06.356590 | fa163ea7-07d0-ebb9-5f67-000000000353 | OK | Set ssh_known_hosts fact | standalone 2025-10-06 07:21:06.357851 | fa163ea7-07d0-ebb9-5f67-000000000353 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.642469 | 0.08s 2025-10-06 07:21:06.382035 | fa163ea7-07d0-ebb9-5f67-000000000354 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-06 07:21:06.602326 | fa163ea7-07d0-ebb9-5f67-000000000354 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-06 07:21:06.603575 | fa163ea7-07d0-ebb9-5f67-000000000354 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:24.888192 | 0.22s 2025-10-06 07:21:06.626765 | fa163ea7-07d0-ebb9-5f67-000000000355 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-06 07:21:06.850370 | fa163ea7-07d0-ebb9-5f67-000000000355 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-06 07:21:06.851552 | fa163ea7-07d0-ebb9-5f67-000000000355 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.136171 | 0.22s 2025-10-06 07:21:06.875319 | fa163ea7-07d0-ebb9-5f67-000000000356 | TASK | Remove temp file 2025-10-06 07:21:07.096418 | fa163ea7-07d0-ebb9-5f67-000000000356 | CHANGED | Remove temp file | standalone 2025-10-06 07:21:07.097664 | fa163ea7-07d0-ebb9-5f67-000000000356 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.382282 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-06 07:21:07.272950 | fa163ea7-07d0-ebb9-5f67-000000000034 | TASK | Deploy step tasks for step 0 2025-10-06 07:21:07.340149 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-000000000034') missing from stats 2025-10-06 07:21:07.365893 | fa163ea7-07d0-ebb9-5f67-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-06 07:21:07.595174 | fa163ea7-07d0-ebb9-5f67-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-06 07:21:07.596413 | fa163ea7-07d0-ebb9-5f67-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:25.881034 | 0.23s 2025-10-06 07:21:07.620189 | fa163ea7-07d0-ebb9-5f67-000000000036 | TASK | Check cloud-init status 2025-10-06 07:21:07.872816 | fa163ea7-07d0-ebb9-5f67-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-06 07:21:07.874010 | fa163ea7-07d0-ebb9-5f67-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.158630 | 0.25s 2025-10-06 07:21:07.898396 | fa163ea7-07d0-ebb9-5f67-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-06 07:21:08.098468 | fa163ea7-07d0-ebb9-5f67-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-06 07:21:08.099681 | fa163ea7-07d0-ebb9-5f67-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.384300 | 0.20s 2025-10-06 07:21:08.124019 | fa163ea7-07d0-ebb9-5f67-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-06 07:21:08.492636 | fa163ea7-07d0-ebb9-5f67-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-06 07:21:08.493945 | fa163ea7-07d0-ebb9-5f67-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:26.778566 | 0.37s 2025-10-06 07:21:08.519330 | fa163ea7-07d0-ebb9-5f67-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-06 07:21:08.773847 | fa163ea7-07d0-ebb9-5f67-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-06 07:21:08.775276 | fa163ea7-07d0-ebb9-5f67-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.059893 | 0.25s 2025-10-06 07:21:08.800074 | fa163ea7-07d0-ebb9-5f67-00000000003a | TASK | Write container-puppet.sh 2025-10-06 07:21:09.263398 | fa163ea7-07d0-ebb9-5f67-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-06 07:21:09.264682 | fa163ea7-07d0-ebb9-5f67-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.549302 | 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 07:21:09.329972 | fa163ea7-07d0-ebb9-5f67-00000000003b | TIMING | include_tasks | standalone | 0:00:27.614587 | 0.04s 2025-10-06 07:21:09.350246 | 6053454c-af2e-4b9e-8edc-e5ea4325d1bd | INCLUDED | /root/standalone-ansible-y07zx0qr/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-06 07:21:09.382369 | fa163ea7-07d0-ebb9-5f67-000000000404 | TASK | Configure tuned before reboot 2025-10-06 07:21:09.442506 | fa163ea7-07d0-ebb9-5f67-000000000404 | TIMING | Configure tuned before reboot | standalone | 0:00:27.727115 | 0.06s 2025-10-06 07:21:09.498076 | fa163ea7-07d0-ebb9-5f67-000000000443 | TASK | Gather variables for each operating system 2025-10-06 07:21:09.616098 | fa163ea7-07d0-ebb9-5f67-000000000443 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-06 07:21:09.617343 | fa163ea7-07d0-ebb9-5f67-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.901960 | 0.12s 2025-10-06 07:21:09.623139 | fa163ea7-07d0-ebb9-5f67-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.907758 | 0.12s 2025-10-06 07:21:09.707458 | fa163ea7-07d0-ebb9-5f67-000000000444 | TIMING | tuned : include_tasks | standalone | 0:00:27.992042 | 0.06s 2025-10-06 07:21:09.728489 | 2b8a46a8-8402-4a6f-8522-1481dd381433 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-06 07:21:09.764292 | fa163ea7-07d0-ebb9-5f67-00000000046d | TASK | Check tuned package is installed 2025-10-06 07:21:10.029129 | fa163ea7-07d0-ebb9-5f67-00000000046d | CHANGED | Check tuned package is installed | standalone 2025-10-06 07:21:10.030421 | fa163ea7-07d0-ebb9-5f67-00000000046d | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.315039 | 0.26s 2025-10-06 07:21:10.056075 | fa163ea7-07d0-ebb9-5f67-00000000046e | TASK | Install tuned 2025-10-06 07:21:16.697556 | fa163ea7-07d0-ebb9-5f67-00000000046e | CHANGED | Install tuned | standalone 2025-10-06 07:21:16.698972 | fa163ea7-07d0-ebb9-5f67-00000000046e | TIMING | tuned : Install tuned | standalone | 0:00:34.983591 | 6.64s 2025-10-06 07:21:16.725311 | fa163ea7-07d0-ebb9-5f67-00000000046f | TASK | Restart tuned 2025-10-06 07:21:18.587077 | fa163ea7-07d0-ebb9-5f67-00000000046f | CHANGED | Restart tuned | standalone 2025-10-06 07:21:18.589086 | fa163ea7-07d0-ebb9-5f67-00000000046f | TIMING | tuned : Restart tuned | standalone | 0:00:36.873705 | 1.86s 2025-10-06 07:21:18.614998 | fa163ea7-07d0-ebb9-5f67-000000000445 | TASK | Check for tuned-adm 2025-10-06 07:21:18.881415 | fa163ea7-07d0-ebb9-5f67-000000000445 | OK | Check for tuned-adm | standalone 2025-10-06 07:21:18.882624 | fa163ea7-07d0-ebb9-5f67-000000000445 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.167245 | 0.27s 2025-10-06 07:21:18.948653 | fa163ea7-07d0-ebb9-5f67-000000000446 | TIMING | tuned : include_tasks | standalone | 0:00:37.233266 | 0.04s 2025-10-06 07:21:18.976985 | 6078cfc6-c3bc-4d7c-991f-937c30c76ea8 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-06 07:21:19.013718 | fa163ea7-07d0-ebb9-5f67-0000000004a4 | TASK | Ensure profile directory exists 2025-10-06 07:21:19.084109 | fa163ea7-07d0-ebb9-5f67-0000000004a4 | SKIPPED | Ensure profile directory exists | standalone 2025-10-06 07:21:19.085239 | fa163ea7-07d0-ebb9-5f67-0000000004a4 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.369859 | 0.07s 2025-10-06 07:21:19.110112 | fa163ea7-07d0-ebb9-5f67-0000000004a5 | TASK | Create custom tuned profile 2025-10-06 07:21:19.183066 | fa163ea7-07d0-ebb9-5f67-0000000004a5 | SKIPPED | Create custom tuned profile | standalone 2025-10-06 07:21:19.184126 | fa163ea7-07d0-ebb9-5f67-0000000004a5 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.468747 | 0.07s 2025-10-06 07:21:19.209033 | fa163ea7-07d0-ebb9-5f67-0000000004a6 | TASK | Check tuned active profile 2025-10-06 07:21:19.568927 | fa163ea7-07d0-ebb9-5f67-0000000004a6 | OK | Check tuned active profile | standalone 2025-10-06 07:21:19.570283 | fa163ea7-07d0-ebb9-5f67-0000000004a6 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.854904 | 0.36s 2025-10-06 07:21:19.595693 | fa163ea7-07d0-ebb9-5f67-0000000004a7 | TASK | Check Tuned Configuration file exists 2025-10-06 07:21:19.837237 | fa163ea7-07d0-ebb9-5f67-0000000004a7 | OK | Check Tuned Configuration file exists | standalone 2025-10-06 07:21:19.838356 | fa163ea7-07d0-ebb9-5f67-0000000004a7 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.122978 | 0.24s 2025-10-06 07:21:19.863439 | fa163ea7-07d0-ebb9-5f67-0000000004a8 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-06 07:21:19.913601 | fa163ea7-07d0-ebb9-5f67-0000000004a8 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-06 07:21:19.914689 | fa163ea7-07d0-ebb9-5f67-0000000004a8 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.199310 | 0.05s 2025-10-06 07:21:19.941312 | fa163ea7-07d0-ebb9-5f67-0000000004a9 | TASK | Configure isolated cores for profile throughput-performance 2025-10-06 07:21:19.991016 | fa163ea7-07d0-ebb9-5f67-0000000004a9 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-06 07:21:19.992085 | fa163ea7-07d0-ebb9-5f67-0000000004a9 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.276705 | 0.05s 2025-10-06 07:21:20.016688 | fa163ea7-07d0-ebb9-5f67-0000000004aa | TASK | Enable tuned profile 2025-10-06 07:21:21.428812 | fa163ea7-07d0-ebb9-5f67-0000000004aa | CHANGED | Enable tuned profile | standalone 2025-10-06 07:21:21.430193 | fa163ea7-07d0-ebb9-5f67-0000000004aa | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.714812 | 1.41s 2025-10-06 07:21:21.485222 | fa163ea7-07d0-ebb9-5f67-000000000405 | TASK | Configure kernel args and reboot 2025-10-06 07:21:21.538611 | fa163ea7-07d0-ebb9-5f67-000000000405 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.823223 | 0.05s 2025-10-06 07:21:21.678708 | fa163ea7-07d0-ebb9-5f67-000000000557 | TASK | Get the command line args of the node 2025-10-06 07:21:21.907620 | fa163ea7-07d0-ebb9-5f67-000000000557 | CHANGED | Get the command line args of the node | standalone 2025-10-06 07:21:21.908997 | fa163ea7-07d0-ebb9-5f67-000000000557 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.193616 | 0.23s 2025-10-06 07:21:21.935128 | fa163ea7-07d0-ebb9-5f67-000000000559 | TASK | Check if node has a nova.conf 2025-10-06 07:21:22.165354 | fa163ea7-07d0-ebb9-5f67-000000000559 | OK | Check if node has a nova.conf | standalone 2025-10-06 07:21:22.166516 | fa163ea7-07d0-ebb9-5f67-000000000559 | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.451137 | 0.23s 2025-10-06 07:21:22.191409 | fa163ea7-07d0-ebb9-5f67-00000000055b | TASK | Warn operator about workload protection 2025-10-06 07:21:22.229937 | fa163ea7-07d0-ebb9-5f67-00000000055b | SKIPPED | Warn operator about workload protection | standalone 2025-10-06 07:21:22.231005 | fa163ea7-07d0-ebb9-5f67-00000000055b | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.515626 | 0.04s 2025-10-06 07:21:22.255358 | fa163ea7-07d0-ebb9-5f67-00000000055c | TASK | Setting defer reboot fact 2025-10-06 07:21:22.295261 | fa163ea7-07d0-ebb9-5f67-00000000055c | SKIPPED | Setting defer reboot fact | standalone 2025-10-06 07:21:22.296276 | fa163ea7-07d0-ebb9-5f67-00000000055c | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.580897 | 0.04s 2025-10-06 07:21:22.320300 | fa163ea7-07d0-ebb9-5f67-00000000055e | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-06 07:21:22.348300 | fa163ea7-07d0-ebb9-5f67-00000000055e | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.632911 | 0.03s 2025-10-06 07:21:22.373339 | fa163ea7-07d0-ebb9-5f67-000000000563 | TASK | Find hugepages in cmdline 2025-10-06 07:21:22.422416 | fa163ea7-07d0-ebb9-5f67-000000000563 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-06 07:21:22.423443 | fa163ea7-07d0-ebb9-5f67-000000000563 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.708065 | 0.05s 2025-10-06 07:21:22.448995 | fa163ea7-07d0-ebb9-5f67-000000000564 | TASK | Finding human-readable hugepages in cmdline 2025-10-06 07:21:22.498392 | fa163ea7-07d0-ebb9-5f67-000000000564 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-06 07:21:22.499433 | fa163ea7-07d0-ebb9-5f67-000000000564 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.784051 | 0.05s 2025-10-06 07:21:22.524172 | fa163ea7-07d0-ebb9-5f67-000000000568 | TASK | Find desired default hugepage size 2025-10-06 07:21:22.573398 | fa163ea7-07d0-ebb9-5f67-000000000568 | SKIPPED | Find desired default hugepage size | standalone 2025-10-06 07:21:22.574445 | fa163ea7-07d0-ebb9-5f67-000000000568 | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.859066 | 0.05s 2025-10-06 07:21:22.599295 | fa163ea7-07d0-ebb9-5f67-00000000056a | TASK | Storing non-configured hugepages 2025-10-06 07:21:22.629864 | fa163ea7-07d0-ebb9-5f67-00000000056a | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.914480 | 0.03s 2025-10-06 07:21:22.655550 | fa163ea7-07d0-ebb9-5f67-00000000056c | TASK | Validating against hugepages config received from TripleO 2025-10-06 07:21:22.696527 | fa163ea7-07d0-ebb9-5f67-00000000056c | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-06 07:21:22.697638 | fa163ea7-07d0-ebb9-5f67-00000000056c | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:40.982259 | 0.04s 2025-10-06 07:21:22.723117 | fa163ea7-07d0-ebb9-5f67-00000000056d | TASK | Determining the default hugepagesz 2025-10-06 07:21:22.764888 | fa163ea7-07d0-ebb9-5f67-00000000056d | SKIPPED | Determining the default hugepagesz | standalone 2025-10-06 07:21:22.766013 | fa163ea7-07d0-ebb9-5f67-00000000056d | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.050632 | 0.04s 2025-10-06 07:21:22.792474 | fa163ea7-07d0-ebb9-5f67-00000000056e | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-06 07:21:22.835441 | fa163ea7-07d0-ebb9-5f67-00000000056e | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-06 07:21:22.836471 | fa163ea7-07d0-ebb9-5f67-00000000056e | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.121091 | 0.04s 2025-10-06 07:21:22.862863 | fa163ea7-07d0-ebb9-5f67-00000000056f | TASK | Making sure that we have a default hugepagesz 2025-10-06 07:21:22.912908 | fa163ea7-07d0-ebb9-5f67-00000000056f | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-06 07:21:22.914133 | fa163ea7-07d0-ebb9-5f67-00000000056f | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.198753 | 0.05s 2025-10-06 07:21:22.939810 | fa163ea7-07d0-ebb9-5f67-000000000571 | TASK | Warn about possible modifications 2025-10-06 07:21:22.983674 | fa163ea7-07d0-ebb9-5f67-000000000571 | SKIPPED | Warn about possible modifications | standalone 2025-10-06 07:21:22.984804 | fa163ea7-07d0-ebb9-5f67-000000000571 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.269424 | 0.04s 2025-10-06 07:21:23.010288 | fa163ea7-07d0-ebb9-5f67-000000000572 | TASK | Remove hugepage settings from kernelargs 2025-10-06 07:21:23.053784 | fa163ea7-07d0-ebb9-5f67-000000000572 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-06 07:21:23.054938 | fa163ea7-07d0-ebb9-5f67-000000000572 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.339557 | 0.04s 2025-10-06 07:21:23.080100 | fa163ea7-07d0-ebb9-5f67-000000000573 | TASK | Cleaning up whitespaces 2025-10-06 07:21:23.121057 | fa163ea7-07d0-ebb9-5f67-000000000573 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-06 07:21:23.122182 | fa163ea7-07d0-ebb9-5f67-000000000573 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.406803 | 0.04s 2025-10-06 07:21:23.147849 | fa163ea7-07d0-ebb9-5f67-000000000575 | TASK | Check if the kernelargs entry is already present in the file 2025-10-06 07:21:23.501397 | fa163ea7-07d0-ebb9-5f67-000000000575 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-06 07:21:23.502834 | fa163ea7-07d0-ebb9-5f67-000000000575 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.787453 | 0.35s 2025-10-06 07:21:23.528959 | fa163ea7-07d0-ebb9-5f67-000000000577 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-06 07:21:23.589002 | fa163ea7-07d0-ebb9-5f67-000000000577 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-06 07:21:23.590098 | fa163ea7-07d0-ebb9-5f67-000000000577 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.874718 | 0.06s 2025-10-06 07:21:23.616563 | fa163ea7-07d0-ebb9-5f67-000000000578 | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-06 07:21:23.679973 | fa163ea7-07d0-ebb9-5f67-000000000578 | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-06 07:21:23.680985 | fa163ea7-07d0-ebb9-5f67-000000000578 | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.965606 | 0.06s 2025-10-06 07:21:23.706398 | fa163ea7-07d0-ebb9-5f67-000000000579 | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-06 07:21:23.766253 | fa163ea7-07d0-ebb9-5f67-000000000579 | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-06 07:21:23.767492 | fa163ea7-07d0-ebb9-5f67-000000000579 | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.052105 | 0.06s 2025-10-06 07:21:23.792544 | fa163ea7-07d0-ebb9-5f67-00000000057a | TASK | Generate grub config 2025-10-06 07:21:23.854171 | fa163ea7-07d0-ebb9-5f67-00000000057a | SKIPPED | Generate grub config | standalone 2025-10-06 07:21:23.855376 | fa163ea7-07d0-ebb9-5f67-00000000057a | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.139997 | 0.06s 2025-10-06 07:21:23.880877 | fa163ea7-07d0-ebb9-5f67-00000000057e | TASK | Get the block device that /boot is on 2025-10-06 07:21:23.942922 | fa163ea7-07d0-ebb9-5f67-00000000057e | SKIPPED | Get the block device that /boot is on | standalone 2025-10-06 07:21:23.943957 | fa163ea7-07d0-ebb9-5f67-00000000057e | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.228578 | 0.06s 2025-10-06 07:21:23.969212 | fa163ea7-07d0-ebb9-5f67-00000000057f | TASK | Get the mount point that /boot is in 2025-10-06 07:21:24.032999 | fa163ea7-07d0-ebb9-5f67-00000000057f | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-06 07:21:24.034011 | fa163ea7-07d0-ebb9-5f67-00000000057f | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.318633 | 0.06s 2025-10-06 07:21:24.058934 | fa163ea7-07d0-ebb9-5f67-000000000580 | TASK | Set facts for EFI grub.cfg generation 2025-10-06 07:21:24.119770 | fa163ea7-07d0-ebb9-5f67-000000000580 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-06 07:21:24.120788 | fa163ea7-07d0-ebb9-5f67-000000000580 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.405408 | 0.06s 2025-10-06 07:21:24.145379 | fa163ea7-07d0-ebb9-5f67-000000000581 | TASK | Executed script to fix grub-menu 2025-10-06 07:21:24.205024 | fa163ea7-07d0-ebb9-5f67-000000000581 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-06 07:21:24.206123 | fa163ea7-07d0-ebb9-5f67-000000000581 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.490745 | 0.06s 2025-10-06 07:21:24.231276 | fa163ea7-07d0-ebb9-5f67-000000000582 | TASK | Check grub config paths 2025-10-06 07:21:24.302088 | fa163ea7-07d0-ebb9-5f67-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-06 07:21:24.318237 | fa163ea7-07d0-ebb9-5f67-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-06 07:21:24.324964 | fa163ea7-07d0-ebb9-5f67-000000000582 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.609580 | 0.09s 2025-10-06 07:21:24.351731 | fa163ea7-07d0-ebb9-5f67-000000000583 | TASK | Write EFI grub.cfg 2025-10-06 07:21:24.415197 | fa163ea7-07d0-ebb9-5f67-000000000583 | 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 07:21:24.431261 | fa163ea7-07d0-ebb9-5f67-000000000583 | 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 07:21:24.438046 | fa163ea7-07d0-ebb9-5f67-000000000583 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.722664 | 0.08s 2025-10-06 07:21:24.463818 | fa163ea7-07d0-ebb9-5f67-000000000584 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-06 07:21:24.507312 | fa163ea7-07d0-ebb9-5f67-000000000584 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-06 07:21:24.508330 | fa163ea7-07d0-ebb9-5f67-000000000584 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.792951 | 0.04s 2025-10-06 07:21:24.534404 | fa163ea7-07d0-ebb9-5f67-000000000585 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-06 07:21:24.584912 | fa163ea7-07d0-ebb9-5f67-000000000585 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-06 07:21:24.586052 | fa163ea7-07d0-ebb9-5f67-000000000585 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.870672 | 0.05s 2025-10-06 07:21:24.611113 | fa163ea7-07d0-ebb9-5f67-000000000586 | TASK | Execute grub2-mkconfig 2025-10-06 07:21:24.671378 | fa163ea7-07d0-ebb9-5f67-000000000586 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-06 07:21:24.672400 | fa163ea7-07d0-ebb9-5f67-000000000586 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.957021 | 0.06s 2025-10-06 07:21:24.697206 | fa163ea7-07d0-ebb9-5f67-000000000587 | TASK | Check for active tuned profile 2025-10-06 07:21:24.751002 | fa163ea7-07d0-ebb9-5f67-000000000587 | SKIPPED | Check for active tuned profile | standalone 2025-10-06 07:21:24.752084 | fa163ea7-07d0-ebb9-5f67-000000000587 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.036703 | 0.05s 2025-10-06 07:21:24.777882 | fa163ea7-07d0-ebb9-5f67-000000000588 | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-06 07:21:24.817417 | fa163ea7-07d0-ebb9-5f67-000000000588 | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-06 07:21:24.818491 | fa163ea7-07d0-ebb9-5f67-000000000588 | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.103111 | 0.04s 2025-10-06 07:21:24.843335 | fa163ea7-07d0-ebb9-5f67-000000000589 | TASK | Set reboot required fact 2025-10-06 07:21:24.893511 | fa163ea7-07d0-ebb9-5f67-000000000589 | SKIPPED | Set reboot required fact | standalone 2025-10-06 07:21:24.894676 | fa163ea7-07d0-ebb9-5f67-000000000589 | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.179290 | 0.05s 2025-10-06 07:21:24.920141 | fa163ea7-07d0-ebb9-5f67-00000000058b | TASK | Apply DPDK workarounds 2025-10-06 07:21:24.976494 | fa163ea7-07d0-ebb9-5f67-00000000058b | SKIPPED | Apply DPDK workarounds | standalone 2025-10-06 07:21:24.977602 | fa163ea7-07d0-ebb9-5f67-00000000058b | TIMING | Apply DPDK workarounds | standalone | 0:00:43.262222 | 0.06s 2025-10-06 07:21:25.002920 | fa163ea7-07d0-ebb9-5f67-00000000058d | TASK | Ensure /etc/modules-load.d exists 2025-10-06 07:21:25.041638 | fa163ea7-07d0-ebb9-5f67-00000000058d | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-06 07:21:25.042673 | fa163ea7-07d0-ebb9-5f67-00000000058d | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.327294 | 0.04s 2025-10-06 07:21:25.068796 | fa163ea7-07d0-ebb9-5f67-00000000058e | TASK | Load modules 2025-10-06 07:21:25.113734 | fa163ea7-07d0-ebb9-5f67-00000000058e | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-06 07:21:25.120562 | fa163ea7-07d0-ebb9-5f67-00000000058e | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.405179 | 0.05s 2025-10-06 07:21:25.146216 | fa163ea7-07d0-ebb9-5f67-000000000590 | TASK | Persist modules via modules-load.d 2025-10-06 07:21:25.190094 | fa163ea7-07d0-ebb9-5f67-000000000590 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-06 07:21:25.197511 | fa163ea7-07d0-ebb9-5f67-000000000590 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.482128 | 0.05s 2025-10-06 07:21:25.223164 | fa163ea7-07d0-ebb9-5f67-000000000592 | TASK | Drop module persistence 2025-10-06 07:21:25.268126 | fa163ea7-07d0-ebb9-5f67-000000000592 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-06 07:21:25.275088 | fa163ea7-07d0-ebb9-5f67-000000000592 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.559708 | 0.05s 2025-10-06 07:21:25.301129 | fa163ea7-07d0-ebb9-5f67-000000000594 | TASK | Set modules persistence via /etc/modules 2025-10-06 07:21:25.348817 | fa163ea7-07d0-ebb9-5f67-000000000594 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-06 07:21:25.361595 | fa163ea7-07d0-ebb9-5f67-000000000594 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.646215 | 0.06s 2025-10-06 07:21:25.386338 | fa163ea7-07d0-ebb9-5f67-000000000596 | TASK | Modules reload 2025-10-06 07:21:25.425461 | fa163ea7-07d0-ebb9-5f67-000000000596 | SKIPPED | Modules reload | standalone 2025-10-06 07:21:25.426489 | fa163ea7-07d0-ebb9-5f67-000000000596 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.711111 | 0.04s 2025-10-06 07:21:25.451304 | fa163ea7-07d0-ebb9-5f67-000000000598 | TASK | Reboot tasks 2025-10-06 07:21:25.500691 | fa163ea7-07d0-ebb9-5f67-000000000598 | SKIPPED | Reboot tasks | standalone 2025-10-06 07:21:25.501744 | fa163ea7-07d0-ebb9-5f67-000000000598 | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:43.786364 | 0.05s 2025-10-06 07:21:25.526999 | fa163ea7-07d0-ebb9-5f67-000000000599 | TASK | Skipping reboot for deployed node 2025-10-06 07:21:25.578288 | fa163ea7-07d0-ebb9-5f67-000000000599 | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-06 07:21:25.579453 | fa163ea7-07d0-ebb9-5f67-000000000599 | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.864073 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-06 07:21:25.755080 | fa163ea7-07d0-ebb9-5f67-00000000003f | TASK | Server pre-network deployments 2025-10-06 07:21:25.782458 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-00000000003f') missing from stats 2025-10-06 07:21:25.802655 | fa163ea7-07d0-ebb9-5f67-000000000043 | TASK | Hiera config 2025-10-06 07:21:25.819206 | fa163ea7-07d0-ebb9-5f67-000000000043 | TIMING | Hiera config | standalone | 0:00:44.103822 | 0.02s 2025-10-06 07:21:25.859928 | fa163ea7-07d0-ebb9-5f67-00000000070f | TASK | Create /etc/puppet/hieradata 2025-10-06 07:21:26.092093 | fa163ea7-07d0-ebb9-5f67-00000000070f | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-06 07:21:26.093472 | fa163ea7-07d0-ebb9-5f67-00000000070f | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.378091 | 0.23s 2025-10-06 07:21:26.118889 | fa163ea7-07d0-ebb9-5f67-000000000710 | TASK | Write hiera config 2025-10-06 07:21:26.619095 | fa163ea7-07d0-ebb9-5f67-000000000710 | CHANGED | Write hiera config | standalone 2025-10-06 07:21:26.620536 | fa163ea7-07d0-ebb9-5f67-000000000710 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.905155 | 0.50s 2025-10-06 07:21:26.667912 | fa163ea7-07d0-ebb9-5f67-000000000044 | TASK | Hiera symlink 2025-10-06 07:21:26.896265 | fa163ea7-07d0-ebb9-5f67-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-06 07:21:26.897439 | fa163ea7-07d0-ebb9-5f67-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.182062 | 0.23s 2025-10-06 07:21:26.921481 | fa163ea7-07d0-ebb9-5f67-000000000045 | TASK | Hieradata from vars 2025-10-06 07:21:26.941818 | fa163ea7-07d0-ebb9-5f67-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.226435 | 0.02s 2025-10-06 07:21:27.000631 | fa163ea7-07d0-ebb9-5f67-00000000076a | TASK | Copy overcloud.json to all_nodes.json 2025-10-06 07:21:27.471092 | fa163ea7-07d0-ebb9-5f67-00000000076a | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-06 07:21:27.472218 | fa163ea7-07d0-ebb9-5f67-00000000076a | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.756839 | 0.47s 2025-10-06 07:21:27.496935 | fa163ea7-07d0-ebb9-5f67-00000000076b | TASK | Render hieradata from template 2025-10-06 07:21:27.988547 | fa163ea7-07d0-ebb9-5f67-00000000076b | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-06 07:21:27.989529 | fa163ea7-07d0-ebb9-5f67-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.274147 | 0.49s 2025-10-06 07:21:28.511624 | fa163ea7-07d0-ebb9-5f67-00000000076b | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-06 07:21:28.512880 | fa163ea7-07d0-ebb9-5f67-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.797494 | 1.01s 2025-10-06 07:21:29.053597 | fa163ea7-07d0-ebb9-5f67-00000000076b | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-06 07:21:29.054804 | fa163ea7-07d0-ebb9-5f67-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.339419 | 1.56s 2025-10-06 07:21:29.544686 | fa163ea7-07d0-ebb9-5f67-00000000076b | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-06 07:21:29.546504 | fa163ea7-07d0-ebb9-5f67-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.831118 | 2.05s 2025-10-06 07:21:30.025254 | fa163ea7-07d0-ebb9-5f67-00000000076b | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-06 07:21:30.026622 | fa163ea7-07d0-ebb9-5f67-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.311234 | 2.53s 2025-10-06 07:21:30.443723 | fa163ea7-07d0-ebb9-5f67-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-06 07:21:30.444465 | fa163ea7-07d0-ebb9-5f67-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.729093 | 2.95s 2025-10-06 07:21:31.003414 | fa163ea7-07d0-ebb9-5f67-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-06 07:21:31.004495 | fa163ea7-07d0-ebb9-5f67-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.289116 | 3.51s 2025-10-06 07:21:31.515078 | fa163ea7-07d0-ebb9-5f67-00000000076b | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-06 07:21:31.517320 | fa163ea7-07d0-ebb9-5f67-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.801938 | 4.02s 2025-10-06 07:21:32.025081 | fa163ea7-07d0-ebb9-5f67-00000000076b | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-06 07:21:32.025865 | fa163ea7-07d0-ebb9-5f67-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.310490 | 4.53s 2025-10-06 07:21:32.524244 | fa163ea7-07d0-ebb9-5f67-00000000076b | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-06 07:21:32.525681 | fa163ea7-07d0-ebb9-5f67-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.810293 | 5.03s 2025-10-06 07:21:32.541917 | fa163ea7-07d0-ebb9-5f67-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.826531 | 5.04s 2025-10-06 07:21:32.596159 | fa163ea7-07d0-ebb9-5f67-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-06 07:21:32.625633 | fa163ea7-07d0-ebb9-5f67-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.910245 | 0.03s 2025-10-06 07:21:32.697259 | fa163ea7-07d0-ebb9-5f67-00000000080f | TASK | Check for hieradata file 2025-10-06 07:21:32.920431 | fa163ea7-07d0-ebb9-5f67-00000000080f | OK | Check for hieradata file | standalone 2025-10-06 07:21:32.921788 | fa163ea7-07d0-ebb9-5f67-00000000080f | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.206406 | 0.22s 2025-10-06 07:21:32.955617 | fa163ea7-07d0-ebb9-5f67-000000000811 | TASK | Get existing data 2025-10-06 07:21:33.008205 | fa163ea7-07d0-ebb9-5f67-000000000811 | SKIPPED | Get existing data | standalone 2025-10-06 07:21:33.009792 | fa163ea7-07d0-ebb9-5f67-000000000811 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.294407 | 0.05s 2025-10-06 07:21:33.036053 | fa163ea7-07d0-ebb9-5f67-000000000812 | TASK | Set data fact 2025-10-06 07:21:33.088532 | fa163ea7-07d0-ebb9-5f67-000000000812 | SKIPPED | Set data fact | standalone 2025-10-06 07:21:33.089912 | fa163ea7-07d0-ebb9-5f67-000000000812 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.374530 | 0.05s 2025-10-06 07:21:33.114921 | fa163ea7-07d0-ebb9-5f67-000000000814 | TASK | Write ansible hieradata file 2025-10-06 07:21:33.627137 | fa163ea7-07d0-ebb9-5f67-000000000814 | CHANGED | Write ansible hieradata file | standalone 2025-10-06 07:21:33.628848 | fa163ea7-07d0-ebb9-5f67-000000000814 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.913465 | 0.51s 2025-10-06 07:21:33.734223 | fa163ea7-07d0-ebb9-5f67-000000000047 | TIMING | include_tasks | standalone | 0:00:52.018827 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-06 07:21:33.894978 | fa163ea7-07d0-ebb9-5f67-00000000004b | TASK | Network Configuration 2025-10-06 07:21:33.921083 | fa163ea7-07d0-ebb9-5f67-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ea7-07d0-ebb9-5f67-00000000004b') missing from stats 2025-10-06 07:21:33.943316 | fa163ea7-07d0-ebb9-5f67-00000000004c | TASK | Check NetworkConfig script existence 2025-10-06 07:21:33.969208 | fa163ea7-07d0-ebb9-5f67-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-06 07:21:33.970020 | fa163ea7-07d0-ebb9-5f67-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.254644 | 0.03s 2025-10-06 07:21:33.989480 | fa163ea7-07d0-ebb9-5f67-000000000052 | TASK | Gather SELinux fact if needed 2025-10-06 07:21:34.037495 | fa163ea7-07d0-ebb9-5f67-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-06 07:21:34.038681 | fa163ea7-07d0-ebb9-5f67-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.323300 | 0.05s 2025-10-06 07:21:34.063237 | fa163ea7-07d0-ebb9-5f67-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-06 07:21:34.722591 | fa163ea7-07d0-ebb9-5f67-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-06 07:21:34.724232 | fa163ea7-07d0-ebb9-5f67-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.008853 | 0.66s 2025-10-06 07:21:34.748791 | fa163ea7-07d0-ebb9-5f67-000000000054 | TASK | Ensure requirements are satisfied 2025-10-06 07:21:34.778613 | fa163ea7-07d0-ebb9-5f67-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.063229 | 0.03s 2025-10-06 07:21:34.837989 | fa163ea7-07d0-ebb9-5f67-0000000008ad | TASK | Gather facts if they don't exist 2025-10-06 07:21:34.886036 | fa163ea7-07d0-ebb9-5f67-0000000008ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-06 07:21:34.887174 | fa163ea7-07d0-ebb9-5f67-0000000008ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.171794 | 0.05s 2025-10-06 07:21:34.911744 | fa163ea7-07d0-ebb9-5f67-0000000008ae | TASK | Gather variables for each operating system 2025-10-06 07:21:35.036538 | fa163ea7-07d0-ebb9-5f67-0000000008ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 07:21:35.048756 | fa163ea7-07d0-ebb9-5f67-0000000008ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.333330 | 0.14s 2025-10-06 07:21:35.074276 | fa163ea7-07d0-ebb9-5f67-0000000008b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-06 07:21:35.353581 | fa163ea7-07d0-ebb9-5f67-0000000008b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-06 07:21:35.354908 | fa163ea7-07d0-ebb9-5f67-0000000008b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.639527 | 0.28s 2025-10-06 07:21:35.379990 | fa163ea7-07d0-ebb9-5f67-0000000008b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-06 07:21:35.411029 | fa163ea7-07d0-ebb9-5f67-0000000008b1 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-06 07:21:35.412067 | fa163ea7-07d0-ebb9-5f67-0000000008b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.696689 | 0.03s 2025-10-06 07:21:35.436447 | fa163ea7-07d0-ebb9-5f67-0000000008b2 | TASK | Ensure packages are actually well installed 2025-10-06 07:21:36.507828 | fa163ea7-07d0-ebb9-5f67-0000000008b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-06 07:21:36.509269 | fa163ea7-07d0-ebb9-5f67-0000000008b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.793883 | 1.07s 2025-10-06 07:21:36.559345 | fa163ea7-07d0-ebb9-5f67-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 07:21:36.805440 | fa163ea7-07d0-ebb9-5f67-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 07:21:36.806824 | fa163ea7-07d0-ebb9-5f67-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.091444 | 0.25s 2025-10-06 07:21:36.830936 | fa163ea7-07d0-ebb9-5f67-000000000057 | TASK | Reload NetworkManager 2025-10-06 07:21:37.260176 | fa163ea7-07d0-ebb9-5f67-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-06 07:21:37.262124 | fa163ea7-07d0-ebb9-5f67-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.546743 | 0.43s 2025-10-06 07:21:37.288995 | fa163ea7-07d0-ebb9-5f67-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-06 07:21:37.511999 | fa163ea7-07d0-ebb9-5f67-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-06 07:21:37.513006 | fa163ea7-07d0-ebb9-5f67-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.797632 | 0.22s 2025-10-06 07:21:37.532532 | fa163ea7-07d0-ebb9-5f67-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-06 07:21:37.756880 | fa163ea7-07d0-ebb9-5f67-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-06 07:21:37.758193 | fa163ea7-07d0-ebb9-5f67-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.042813 | 0.22s 2025-10-06 07:21:37.782389 | fa163ea7-07d0-ebb9-5f67-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-06 07:21:37.812895 | fa163ea7-07d0-ebb9-5f67-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-06 07:21:37.813911 | fa163ea7-07d0-ebb9-5f67-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.098532 | 0.03s 2025-10-06 07:21:37.838051 | fa163ea7-07d0-ebb9-5f67-00000000005c | TASK | Ensure we get cloud-init 2025-10-06 07:21:38.074788 | fa163ea7-07d0-ebb9-5f67-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-06 07:21:38.076213 | fa163ea7-07d0-ebb9-5f67-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.360833 | 0.24s 2025-10-06 07:21:38.101298 | fa163ea7-07d0-ebb9-5f67-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-06 07:21:38.376879 | fa163ea7-07d0-ebb9-5f67-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-06 07:21:38.378345 | fa163ea7-07d0-ebb9-5f67-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.662963 | 0.28s 2025-10-06 07:21:38.404192 | fa163ea7-07d0-ebb9-5f67-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-06 07:21:38.794174 | fa163ea7-07d0-ebb9-5f67-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-06 07:21:38.795567 | fa163ea7-07d0-ebb9-5f67-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.080184 | 0.39s 2025-10-06 07:21:38.821243 | fa163ea7-07d0-ebb9-5f67-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-06 07:21:38.891832 | fa163ea7-07d0-ebb9-5f67-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-06 07:21:38.893175 | fa163ea7-07d0-ebb9-5f67-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.177796 | 0.07s 2025-10-06 07:21:38.917639 | fa163ea7-07d0-ebb9-5f67-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-06 07:21:39.184910 | fa163ea7-07d0-ebb9-5f67-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-06 07:21:39.186162 | fa163ea7-07d0-ebb9-5f67-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.470781 | 0.27s 2025-10-06 07:21:39.212464 | fa163ea7-07d0-ebb9-5f67-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-06 07:21:39.290376 | fa163ea7-07d0-ebb9-5f67-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.574991 | 0.08s 2025-10-06 07:21:39.320682 | fbe3142c-f91a-4879-b6eb-0f7114807247 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-06 07:21:39.354864 | fa163ea7-07d0-ebb9-5f67-0000000008f7 | TASK | Set nic_config_file fact 2025-10-06 07:21:39.438485 | fa163ea7-07d0-ebb9-5f67-0000000008f7 | OK | Set nic_config_file fact | standalone 2025-10-06 07:21:39.439981 | fa163ea7-07d0-ebb9-5f67-0000000008f7 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.724601 | 0.08s 2025-10-06 07:21:39.466914 | fa163ea7-07d0-ebb9-5f67-0000000008f8 | TASK | Render overidden network config 2025-10-06 07:21:39.550916 | fa163ea7-07d0-ebb9-5f67-0000000008f8 | SKIPPED | Render overidden network config | standalone 2025-10-06 07:21:39.552582 | fa163ea7-07d0-ebb9-5f67-0000000008f8 | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.837197 | 0.08s 2025-10-06 07:21:39.574161 | fa163ea7-07d0-ebb9-5f67-0000000008f9 | TASK | Render network_config 2025-10-06 07:21:39.626633 | fa163ea7-07d0-ebb9-5f67-0000000008f9 | SKIPPED | Render network_config | standalone 2025-10-06 07:21:39.628310 | fa163ea7-07d0-ebb9-5f67-0000000008f9 | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.912923 | 0.05s 2025-10-06 07:21:39.654947 | fa163ea7-07d0-ebb9-5f67-0000000008fa | TASK | Render network_config from template 2025-10-06 07:21:40.228656 | fa163ea7-07d0-ebb9-5f67-0000000008fa | CHANGED | Render network_config from template | standalone 2025-10-06 07:21:40.230547 | fa163ea7-07d0-ebb9-5f67-0000000008fa | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.515164 | 0.57s 2025-10-06 07:21:40.256789 | fa163ea7-07d0-ebb9-5f67-0000000008fb | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=124692933744.43241 2025-10-06 07:21:44.303681 | fa163ea7-07d0-ebb9-5f67-0000000008fb | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-06 07:21:44.306201 | fa163ea7-07d0-ebb9-5f67-0000000008fb | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.590820 | 4.05s 2025-10-06 07:21:44.334680 | fa163ea7-07d0-ebb9-5f67-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-06 07:21:44.844889 | fa163ea7-07d0-ebb9-5f67-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-06 07:21:44.846223 | fa163ea7-07d0-ebb9-5f67-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.130842 | 0.51s 2025-10-06 07:21:44.871792 | fa163ea7-07d0-ebb9-5f67-000000000065 | TASK | Disable cloud-init network config 2025-10-06 07:21:45.349088 | fa163ea7-07d0-ebb9-5f67-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-06 07:21:45.350423 | fa163ea7-07d0-ebb9-5f67-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.635043 | 0.48s 2025-10-06 07:21:45.375063 | fa163ea7-07d0-ebb9-5f67-000000000066 | TASK | Ensure network service is enabled 2025-10-06 07:21:45.791623 | fa163ea7-07d0-ebb9-5f67-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-06 07:21:45.793880 | fa163ea7-07d0-ebb9-5f67-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.078496 | 0.42s PLAY [Server network validation] *********************************************** 2025-10-06 07:21:45.966774 | fa163ea7-07d0-ebb9-5f67-000000000096 | TASK | Basic Network Validation 2025-10-06 07:21:45.992577 | fa163ea7-07d0-ebb9-5f67-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.277196 | 0.03s 2025-10-06 07:21:46.033963 | fa163ea7-07d0-ebb9-5f67-000000000933 | TASK | Collect default network fact 2025-10-06 07:21:46.575201 | fa163ea7-07d0-ebb9-5f67-000000000933 | OK | Collect default network fact | standalone 2025-10-06 07:21:46.576434 | fa163ea7-07d0-ebb9-5f67-000000000933 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:04.861053 | 0.54s 2025-10-06 07:21:46.600770 | fa163ea7-07d0-ebb9-5f67-000000000934 | TASK | Check Default IPv4 Gateway availability 2025-10-06 07:21:46.630479 | fa163ea7-07d0-ebb9-5f67-000000000934 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-06 07:21:46.631544 | fa163ea7-07d0-ebb9-5f67-000000000934 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:04.916165 | 0.03s 2025-10-06 07:21:46.655133 | fa163ea7-07d0-ebb9-5f67-000000000935 | TASK | Check all networks Gateway availability 2025-10-06 07:21:46.682907 | fa163ea7-07d0-ebb9-5f67-000000000935 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:04.967523 | 0.03s 2025-10-06 07:21:46.707381 | fa163ea7-07d0-ebb9-5f67-000000000937 | TASK | Check Controllers availability 2025-10-06 07:21:46.778110 | fa163ea7-07d0-ebb9-5f67-000000000937 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-06 07:21:46.785008 | fa163ea7-07d0-ebb9-5f67-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-06 07:21:46.791016 | fa163ea7-07d0-ebb9-5f67-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-06 07:21:46.798371 | fa163ea7-07d0-ebb9-5f67-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-06 07:21:46.805212 | fa163ea7-07d0-ebb9-5f67-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-06 07:21:46.811264 | fa163ea7-07d0-ebb9-5f67-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-06 07:21:46.817546 | fa163ea7-07d0-ebb9-5f67-000000000937 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.102161 | 0.11s 2025-10-06 07:21:46.841652 | fa163ea7-07d0-ebb9-5f67-000000000939 | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-06 07:21:46.870099 | fa163ea7-07d0-ebb9-5f67-000000000939 | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-06 07:21:46.871153 | fa163ea7-07d0-ebb9-5f67-000000000939 | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.155775 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-06 07:21:47.045237 | fa163ea7-07d0-ebb9-5f67-00000000009a | TASK | Server pre deployments 2025-10-06 07:21:47.071951 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-00000000009a') missing from stats 2025-10-06 07:21:47.091737 | fa163ea7-07d0-ebb9-5f67-00000000009e | TASK | Hiera config 2025-10-06 07:21:47.118071 | fa163ea7-07d0-ebb9-5f67-00000000009e | TIMING | Hiera config | standalone | 0:01:05.402685 | 0.03s 2025-10-06 07:21:47.165482 | fa163ea7-07d0-ebb9-5f67-00000000098c | TASK | Create /etc/puppet/hieradata 2025-10-06 07:21:47.446599 | fa163ea7-07d0-ebb9-5f67-00000000098c | OK | Create /etc/puppet/hieradata | standalone 2025-10-06 07:21:47.447850 | fa163ea7-07d0-ebb9-5f67-00000000098c | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.732472 | 0.28s 2025-10-06 07:21:47.472521 | fa163ea7-07d0-ebb9-5f67-00000000098d | TASK | Write hiera config 2025-10-06 07:21:47.975262 | fa163ea7-07d0-ebb9-5f67-00000000098d | OK | Write hiera config | standalone 2025-10-06 07:21:47.976308 | fa163ea7-07d0-ebb9-5f67-00000000098d | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.260933 | 0.50s 2025-10-06 07:21:48.013873 | fa163ea7-07d0-ebb9-5f67-00000000009f | TASK | Hiera symlink 2025-10-06 07:21:48.208533 | fa163ea7-07d0-ebb9-5f67-00000000009f | OK | Hiera symlink | standalone 2025-10-06 07:21:48.209842 | fa163ea7-07d0-ebb9-5f67-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.494462 | 0.20s 2025-10-06 07:21:48.234790 | fa163ea7-07d0-ebb9-5f67-0000000000a0 | TASK | Hieradata from vars 2025-10-06 07:21:48.262683 | fa163ea7-07d0-ebb9-5f67-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.547295 | 0.03s 2025-10-06 07:21:48.320805 | fa163ea7-07d0-ebb9-5f67-0000000009e7 | TASK | Copy overcloud.json to all_nodes.json 2025-10-06 07:21:48.861063 | fa163ea7-07d0-ebb9-5f67-0000000009e7 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-06 07:21:48.861915 | fa163ea7-07d0-ebb9-5f67-0000000009e7 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.146543 | 0.54s 2025-10-06 07:21:48.878952 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TASK | Render hieradata from template 2025-10-06 07:21:49.432182 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-06 07:21:49.434641 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.719246 | 0.55s 2025-10-06 07:21:49.987379 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | OK | Render hieradata from template | standalone | item=vip_data 2025-10-06 07:21:49.989440 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.274058 | 1.11s 2025-10-06 07:21:50.591423 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-06 07:21:50.592786 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.877398 | 1.71s 2025-10-06 07:21:51.078331 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-06 07:21:51.080433 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.365052 | 2.20s 2025-10-06 07:21:51.584527 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | OK | Render hieradata from template | standalone | item=fqdn 2025-10-06 07:21:51.585880 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.870508 | 2.71s 2025-10-06 07:21:52.010370 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | OK | Render hieradata from template | standalone | item=service_names 2025-10-06 07:21:52.011480 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.296101 | 3.13s 2025-10-06 07:21:52.514361 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | OK | Render hieradata from template | standalone | item=service_configs 2025-10-06 07:21:52.515071 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.799697 | 3.64s 2025-10-06 07:21:53.063951 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-06 07:21:53.065153 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.349772 | 4.19s 2025-10-06 07:21:53.542494 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-06 07:21:53.543335 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.827961 | 4.66s 2025-10-06 07:21:54.002146 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-06 07:21:54.003733 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.288359 | 5.12s 2025-10-06 07:21:54.017009 | fa163ea7-07d0-ebb9-5f67-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.301624 | 5.14s 2025-10-06 07:21:54.066496 | fa163ea7-07d0-ebb9-5f67-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-06 07:21:54.094954 | fa163ea7-07d0-ebb9-5f67-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.379570 | 0.03s 2025-10-06 07:21:54.162083 | fa163ea7-07d0-ebb9-5f67-000000000a8c | TASK | Check for hieradata file 2025-10-06 07:21:54.381495 | fa163ea7-07d0-ebb9-5f67-000000000a8c | OK | Check for hieradata file | standalone 2025-10-06 07:21:54.382879 | fa163ea7-07d0-ebb9-5f67-000000000a8c | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.667498 | 0.22s 2025-10-06 07:21:54.409045 | fa163ea7-07d0-ebb9-5f67-000000000a8e | TASK | Get existing data 2025-10-06 07:21:54.442370 | fa163ea7-07d0-ebb9-5f67-000000000a8e | SKIPPED | Get existing data | standalone 2025-10-06 07:21:54.443751 | fa163ea7-07d0-ebb9-5f67-000000000a8e | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.728368 | 0.03s 2025-10-06 07:21:54.468689 | fa163ea7-07d0-ebb9-5f67-000000000a8f | TASK | Set data fact 2025-10-06 07:21:54.516360 | fa163ea7-07d0-ebb9-5f67-000000000a8f | SKIPPED | Set data fact | standalone 2025-10-06 07:21:54.517407 | fa163ea7-07d0-ebb9-5f67-000000000a8f | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.802028 | 0.05s 2025-10-06 07:21:54.542031 | fa163ea7-07d0-ebb9-5f67-000000000a91 | TASK | Write ansible hieradata file 2025-10-06 07:21:55.037230 | fa163ea7-07d0-ebb9-5f67-000000000a91 | OK | Write ansible hieradata file | standalone 2025-10-06 07:21:55.038433 | fa163ea7-07d0-ebb9-5f67-000000000a91 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.323055 | 0.50s 2025-10-06 07:21:55.134990 | fa163ea7-07d0-ebb9-5f67-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.419602 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-06 07:21:55.285937 | fa163ea7-07d0-ebb9-5f67-0000000000a6 | TASK | Host prep steps 2025-10-06 07:21:55.311851 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000a6') missing from stats 2025-10-06 07:21:55.382064 | fa163ea7-07d0-ebb9-5f67-0000000000a7 | TASK | Deploy Artifacts 2025-10-06 07:21:55.493471 | fa163ea7-07d0-ebb9-5f67-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-06 07:21:55.494533 | fa163ea7-07d0-ebb9-5f67-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.779150 | 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 07:21:55.557024 | fa163ea7-07d0-ebb9-5f67-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.841641 | 0.04s 2025-10-06 07:21:55.742984 | cebb6fc4-e828-4f79-bb44-f9353f30c176 | INCLUDED | /root/standalone-ansible-y07zx0qr/Standalone/host_prep_tasks.yaml | standalone 2025-10-06 07:21:55.794580 | fa163ea7-07d0-ebb9-5f67-000000000b0c | TASK | Run firewall role 2025-10-06 07:21:55.819686 | fa163ea7-07d0-ebb9-5f67-000000000b0c | TIMING | Run firewall role | standalone | 0:01:14.104311 | 0.02s 2025-10-06 07:21:55.868411 | fa163ea7-07d0-ebb9-5f67-000000000bff | TASK | Gather variables for each operating system 2025-10-06 07:21:55.965884 | fa163ea7-07d0-ebb9-5f67-000000000bff | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-06 07:21:55.967821 | fa163ea7-07d0-ebb9-5f67-000000000bff | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.252436 | 0.10s 2025-10-06 07:21:55.977876 | fa163ea7-07d0-ebb9-5f67-000000000bff | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.262496 | 0.11s 2025-10-06 07:21:56.002024 | fa163ea7-07d0-ebb9-5f67-000000000c00 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-06 07:21:58.804240 | fa163ea7-07d0-ebb9-5f67-000000000c00 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-06 07:21:58.805505 | fa163ea7-07d0-ebb9-5f67-000000000c00 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.090127 | 2.80s 2025-10-06 07:21:58.830880 | fa163ea7-07d0-ebb9-5f67-000000000c04 | TASK | Create empty var for masquerade rules 2025-10-06 07:21:58.869857 | fa163ea7-07d0-ebb9-5f67-000000000c04 | OK | Create empty var for masquerade rules | standalone 2025-10-06 07:21:58.871045 | fa163ea7-07d0-ebb9-5f67-000000000c04 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.155664 | 0.04s 2025-10-06 07:21:58.896564 | fa163ea7-07d0-ebb9-5f67-000000000c05 | TASK | Enable masquerade 2025-10-06 07:21:58.946480 | fa163ea7-07d0-ebb9-5f67-000000000c05 | SKIPPED | Enable masquerade | standalone 2025-10-06 07:21:58.947557 | fa163ea7-07d0-ebb9-5f67-000000000c05 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.232178 | 0.05s 2025-10-06 07:21:58.971535 | fa163ea7-07d0-ebb9-5f67-000000000c06 | TASK | Set the default frontend firewall rules 2025-10-06 07:21:59.004490 | fa163ea7-07d0-ebb9-5f67-000000000c06 | OK | Set the default frontend firewall rules | standalone 2025-10-06 07:21:59.005636 | fa163ea7-07d0-ebb9-5f67-000000000c06 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.290258 | 0.03s 2025-10-06 07:21:59.029474 | fa163ea7-07d0-ebb9-5f67-000000000c09 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-06 07:21:59.077942 | fa163ea7-07d0-ebb9-5f67-000000000c09 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-06 07:21:59.079344 | fa163ea7-07d0-ebb9-5f67-000000000c09 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.363965 | 0.05s 2025-10-06 07:21:59.104135 | fa163ea7-07d0-ebb9-5f67-000000000c0a | TASK | Set frontend rule fact (ssl rules) 2025-10-06 07:21:59.141840 | fa163ea7-07d0-ebb9-5f67-000000000c0a | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-06 07:21:59.142968 | fa163ea7-07d0-ebb9-5f67-000000000c0a | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.427588 | 0.04s 2025-10-06 07:21:59.167086 | fa163ea7-07d0-ebb9-5f67-000000000c0c | TASK | Set frontend rule fact (non-ssl rules) 2025-10-06 07:21:59.195857 | fa163ea7-07d0-ebb9-5f67-000000000c0c | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-06 07:21:59.196961 | fa163ea7-07d0-ebb9-5f67-000000000c0c | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.481582 | 0.03s 2025-10-06 07:21:59.220948 | fa163ea7-07d0-ebb9-5f67-000000000c0d | TASK | Set frontend rule fact (ssl rules) 2025-10-06 07:21:59.249054 | fa163ea7-07d0-ebb9-5f67-000000000c0d | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-06 07:21:59.250164 | fa163ea7-07d0-ebb9-5f67-000000000c0d | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.534783 | 0.03s 2025-10-06 07:21:59.274058 | fa163ea7-07d0-ebb9-5f67-000000000c0f | TASK | Enable LOG rules 2025-10-06 07:21:59.301803 | fa163ea7-07d0-ebb9-5f67-000000000c0f | SKIPPED | Enable LOG rules | standalone 2025-10-06 07:21:59.302899 | fa163ea7-07d0-ebb9-5f67-000000000c0f | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.587519 | 0.03s 2025-10-06 07:21:59.326501 | fa163ea7-07d0-ebb9-5f67-000000000c10 | TASK | Set rule fact 2025-10-06 07:21:59.421583 | fa163ea7-07d0-ebb9-5f67-000000000c10 | OK | Set rule fact | standalone 2025-10-06 07:21:59.424202 | fa163ea7-07d0-ebb9-5f67-000000000c10 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.708823 | 0.10s 2025-10-06 07:21:59.450859 | fa163ea7-07d0-ebb9-5f67-000000000c11 | TASK | Manage rules via nftables 2025-10-06 07:21:59.479271 | fa163ea7-07d0-ebb9-5f67-000000000c11 | TIMING | Manage rules via nftables | standalone | 0:01:17.763889 | 0.03s 2025-10-06 07:21:59.565180 | fa163ea7-07d0-ebb9-5f67-000000000c9f | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.849801 | 0.03s 2025-10-06 07:21:59.585748 | d85718c3-ab3d-4d4d-ac61-3ad44a8bccf3 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-06 07:21:59.615663 | fa163ea7-07d0-ebb9-5f67-000000000cc8 | TASK | Ensure legacy iptables services are off 2025-10-06 07:22:00.017444 | fa163ea7-07d0-ebb9-5f67-000000000cc8 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-06 07:22:00.020582 | fa163ea7-07d0-ebb9-5f67-000000000cc8 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.305192 | 0.40s 2025-10-06 07:22:00.368820 | fa163ea7-07d0-ebb9-5f67-000000000cc8 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-06 07:22:00.371088 | fa163ea7-07d0-ebb9-5f67-000000000cc8 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.655709 | 0.75s 2025-10-06 07:22:00.383087 | fa163ea7-07d0-ebb9-5f67-000000000cc8 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.667709 | 0.77s 2025-10-06 07:22:00.414590 | fa163ea7-07d0-ebb9-5f67-000000000cc9 | TASK | Ensure nftables service is enabled and running 2025-10-06 07:22:01.215116 | fa163ea7-07d0-ebb9-5f67-000000000cc9 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-06 07:22:01.216866 | fa163ea7-07d0-ebb9-5f67-000000000cc9 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.501487 | 0.80s 2025-10-06 07:22:01.242943 | fa163ea7-07d0-ebb9-5f67-000000000cca | TASK | Empty nftables from anything that may lay around 2025-10-06 07:22:01.283079 | fa163ea7-07d0-ebb9-5f67-000000000cca | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-06 07:22:01.284090 | fa163ea7-07d0-ebb9-5f67-000000000cca | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.568711 | 0.04s 2025-10-06 07:22:01.336630 | fa163ea7-07d0-ebb9-5f67-000000000ca0 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.621246 | 0.03s 2025-10-06 07:22:01.373926 | a3ed8d0b-f460-4993-afe1-76f0f8d1c7c2 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-06 07:22:01.408600 | fa163ea7-07d0-ebb9-5f67-000000000cf9 | TASK | Push empty ruleset 2025-10-06 07:22:01.922273 | fa163ea7-07d0-ebb9-5f67-000000000cf9 | CHANGED | Push empty ruleset | standalone 2025-10-06 07:22:01.923514 | fa163ea7-07d0-ebb9-5f67-000000000cf9 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.208133 | 0.51s 2025-10-06 07:22:01.948789 | fa163ea7-07d0-ebb9-5f67-000000000cfa | TASK | Load empty ruleset 2025-10-06 07:22:02.204876 | fa163ea7-07d0-ebb9-5f67-000000000cfa | CHANGED | Load empty ruleset | standalone 2025-10-06 07:22:02.206209 | fa163ea7-07d0-ebb9-5f67-000000000cfa | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.490828 | 0.26s 2025-10-06 07:22:02.232377 | fa163ea7-07d0-ebb9-5f67-000000000cfc | TASK | Use default rules 2025-10-06 07:22:02.318365 | fa163ea7-07d0-ebb9-5f67-000000000cfc | OK | Use default rules | standalone 2025-10-06 07:22:02.320900 | fa163ea7-07d0-ebb9-5f67-000000000cfc | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.605522 | 0.09s 2025-10-06 07:22:02.348901 | fa163ea7-07d0-ebb9-5f67-000000000cfd | TASK | Enable LOG rules 2025-10-06 07:22:02.438485 | fa163ea7-07d0-ebb9-5f67-000000000cfd | OK | Enable LOG rules | standalone 2025-10-06 07:22:02.441236 | fa163ea7-07d0-ebb9-5f67-000000000cfd | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.725857 | 0.09s 2025-10-06 07:22:02.469189 | fa163ea7-07d0-ebb9-5f67-000000000cff | TASK | Get current nftables content 2025-10-06 07:22:02.711271 | fa163ea7-07d0-ebb9-5f67-000000000cff | CHANGED | Get current nftables content | standalone 2025-10-06 07:22:02.712531 | fa163ea7-07d0-ebb9-5f67-000000000cff | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:20.997152 | 0.24s 2025-10-06 07:22:02.737879 | fa163ea7-07d0-ebb9-5f67-000000000d01 | TASK | Generate chain jumps 2025-10-06 07:22:03.289107 | fa163ea7-07d0-ebb9-5f67-000000000d01 | CHANGED | Generate chain jumps | standalone 2025-10-06 07:22:03.290688 | fa163ea7-07d0-ebb9-5f67-000000000d01 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.575302 | 0.55s 2025-10-06 07:22:03.316787 | fa163ea7-07d0-ebb9-5f67-000000000d02 | TASK | Generate chain jumps 2025-10-06 07:22:03.919941 | fa163ea7-07d0-ebb9-5f67-000000000d02 | CHANGED | Generate chain jumps | standalone 2025-10-06 07:22:03.921571 | fa163ea7-07d0-ebb9-5f67-000000000d02 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.206189 | 0.60s 2025-10-06 07:22:03.955163 | fa163ea7-07d0-ebb9-5f67-000000000d03 | TASK | Generate nft flushes 2025-10-06 07:22:04.399620 | fa163ea7-07d0-ebb9-5f67-000000000d03 | CHANGED | Generate nft flushes | standalone 2025-10-06 07:22:04.400948 | fa163ea7-07d0-ebb9-5f67-000000000d03 | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.685568 | 0.44s 2025-10-06 07:22:04.422336 | fa163ea7-07d0-ebb9-5f67-000000000d04 | TASK | Generate nft tripleo chains 2025-10-06 07:22:04.918028 | fa163ea7-07d0-ebb9-5f67-000000000d04 | CHANGED | Generate nft tripleo chains | standalone 2025-10-06 07:22:04.919343 | fa163ea7-07d0-ebb9-5f67-000000000d04 | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.203963 | 0.50s 2025-10-06 07:22:04.949251 | fa163ea7-07d0-ebb9-5f67-000000000d05 | TASK | Generate nft ruleset in static file 2025-10-06 07:22:06.459617 | fa163ea7-07d0-ebb9-5f67-000000000d05 | CHANGED | Generate nft ruleset in static file | standalone 2025-10-06 07:22:06.461013 | fa163ea7-07d0-ebb9-5f67-000000000d05 | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.745632 | 1.51s 2025-10-06 07:22:06.486432 | fa163ea7-07d0-ebb9-5f67-000000000d07 | TASK | Validate all of the generated content before loading 2025-10-06 07:22:07.051290 | fa163ea7-07d0-ebb9-5f67-000000000d07 | CHANGED | Validate all of the generated content before loading | standalone 2025-10-06 07:22:07.052921 | fa163ea7-07d0-ebb9-5f67-000000000d07 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.337540 | 0.56s 2025-10-06 07:22:07.078857 | fa163ea7-07d0-ebb9-5f67-000000000d08 | TASK | Ensure we load our different nft rulesets on boot 2025-10-06 07:22:07.335786 | fa163ea7-07d0-ebb9-5f67-000000000d08 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-06 07:22:07.337171 | fa163ea7-07d0-ebb9-5f67-000000000d08 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.621789 | 0.26s 2025-10-06 07:22:07.392664 | fa163ea7-07d0-ebb9-5f67-000000000ca1 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.677276 | 0.03s 2025-10-06 07:22:07.411418 | 30f26d20-38fc-440b-80aa-c77ec37cac23 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-06 07:22:07.464853 | fa163ea7-07d0-ebb9-5f67-000000000d70 | TASK | Inject our custom chains in nftables 2025-10-06 07:22:07.696552 | fa163ea7-07d0-ebb9-5f67-000000000d70 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-06 07:22:07.697874 | fa163ea7-07d0-ebb9-5f67-000000000d70 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:25.982492 | 0.23s 2025-10-06 07:22:07.722704 | fa163ea7-07d0-ebb9-5f67-000000000d71 | TASK | Reload custom nftables ruleset files 2025-10-06 07:22:08.018186 | fa163ea7-07d0-ebb9-5f67-000000000d71 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-06 07:22:08.019416 | fa163ea7-07d0-ebb9-5f67-000000000d71 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.304037 | 0.30s 2025-10-06 07:22:08.088165 | fa163ea7-07d0-ebb9-5f67-000000000b0d | TASK | create persistent directories 2025-10-06 07:22:08.330223 | fa163ea7-07d0-ebb9-5f67-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-06 07:22:08.332279 | fa163ea7-07d0-ebb9-5f67-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.616896 | 0.24s 2025-10-06 07:22:08.502913 | fa163ea7-07d0-ebb9-5f67-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-06 07:22:08.504617 | fa163ea7-07d0-ebb9-5f67-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.789237 | 0.42s 2025-10-06 07:22:08.516474 | fa163ea7-07d0-ebb9-5f67-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.801079 | 0.43s 2025-10-06 07:22:08.544780 | fa163ea7-07d0-ebb9-5f67-000000000b0e | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-06 07:22:09.647410 | fa163ea7-07d0-ebb9-5f67-000000000b0e | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-06 07:22:09.648872 | fa163ea7-07d0-ebb9-5f67-000000000b0e | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:27.933492 | 1.10s 2025-10-06 07:22:09.672933 | fa163ea7-07d0-ebb9-5f67-000000000b0f | TASK | create persistent directories 2025-10-06 07:22:09.945562 | fa163ea7-07d0-ebb9-5f67-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 07:22:09.947054 | fa163ea7-07d0-ebb9-5f67-000000000b0f | TIMING | create persistent directories | standalone | 0:01:28.231672 | 0.27s 2025-10-06 07:22:10.164624 | fa163ea7-07d0-ebb9-5f67-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-06 07:22:10.165871 | fa163ea7-07d0-ebb9-5f67-000000000b0f | TIMING | create persistent directories | standalone | 0:01:28.450497 | 0.49s 2025-10-06 07:22:10.176392 | fa163ea7-07d0-ebb9-5f67-000000000b0f | TIMING | create persistent directories | standalone | 0:01:28.461019 | 0.50s 2025-10-06 07:22:10.195885 | fa163ea7-07d0-ebb9-5f67-000000000b10 | TASK | create fcontext entry for cinder data 2025-10-06 07:22:11.524915 | fa163ea7-07d0-ebb9-5f67-000000000b10 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-06 07:22:11.526476 | fa163ea7-07d0-ebb9-5f67-000000000b10 | TIMING | create fcontext entry for cinder data | standalone | 0:01:29.811096 | 1.33s 2025-10-06 07:22:11.558148 | fa163ea7-07d0-ebb9-5f67-000000000b11 | TASK | create persistent directories 2025-10-06 07:22:11.816698 | fa163ea7-07d0-ebb9-5f67-000000000b11 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 07:22:11.817519 | fa163ea7-07d0-ebb9-5f67-000000000b11 | TIMING | create persistent directories | standalone | 0:01:30.102146 | 0.26s 2025-10-06 07:22:12.040523 | fa163ea7-07d0-ebb9-5f67-000000000b11 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-06 07:22:12.042152 | fa163ea7-07d0-ebb9-5f67-000000000b11 | TIMING | create persistent directories | standalone | 0:01:30.326774 | 0.48s 2025-10-06 07:22:12.052776 | fa163ea7-07d0-ebb9-5f67-000000000b11 | TIMING | create persistent directories | standalone | 0:01:30.337400 | 0.49s 2025-10-06 07:22:12.077230 | fa163ea7-07d0-ebb9-5f67-000000000b12 | TASK | ensure ceph configurations exist 2025-10-06 07:22:12.254781 | fa163ea7-07d0-ebb9-5f67-000000000b12 | CHANGED | ensure ceph configurations exist | standalone 2025-10-06 07:22:12.256112 | fa163ea7-07d0-ebb9-5f67-000000000b12 | TIMING | ensure ceph configurations exist | standalone | 0:01:30.540733 | 0.18s 2025-10-06 07:22:12.280251 | fa163ea7-07d0-ebb9-5f67-000000000b13 | TASK | create persistent directories 2025-10-06 07:22:12.520359 | fa163ea7-07d0-ebb9-5f67-000000000b13 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 07:22:12.521744 | fa163ea7-07d0-ebb9-5f67-000000000b13 | TIMING | create persistent directories | standalone | 0:01:30.806327 | 0.24s 2025-10-06 07:22:12.533564 | fa163ea7-07d0-ebb9-5f67-000000000b13 | TIMING | create persistent directories | standalone | 0:01:30.818187 | 0.25s 2025-10-06 07:22:12.559561 | fa163ea7-07d0-ebb9-5f67-000000000b15 | TASK | Create cinder image conversion directory 2025-10-06 07:22:12.587572 | fa163ea7-07d0-ebb9-5f67-000000000b15 | SKIPPED | Create cinder image conversion directory | standalone 2025-10-06 07:22:12.588697 | fa163ea7-07d0-ebb9-5f67-000000000b15 | TIMING | Create cinder image conversion directory | standalone | 0:01:30.873317 | 0.03s 2025-10-06 07:22:12.612349 | fa163ea7-07d0-ebb9-5f67-000000000b16 | TASK | Mount cinder's image conversion NFS share 2025-10-06 07:22:12.640669 | fa163ea7-07d0-ebb9-5f67-000000000b16 | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-06 07:22:12.641679 | fa163ea7-07d0-ebb9-5f67-000000000b16 | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:30.926300 | 0.03s 2025-10-06 07:22:12.665289 | fa163ea7-07d0-ebb9-5f67-000000000b18 | TASK | cinder_configure_lvm fact 2025-10-06 07:22:12.695999 | fa163ea7-07d0-ebb9-5f67-000000000b18 | OK | cinder_configure_lvm fact | standalone 2025-10-06 07:22:12.697052 | fa163ea7-07d0-ebb9-5f67-000000000b18 | TIMING | cinder_configure_lvm fact | standalone | 0:01:30.981674 | 0.03s 2025-10-06 07:22:12.721023 | fa163ea7-07d0-ebb9-5f67-000000000b1a | TASK | ensure LVM rpm dependencies are installed 2025-10-06 07:22:12.748466 | fa163ea7-07d0-ebb9-5f67-000000000b1a | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-06 07:22:12.749468 | fa163ea7-07d0-ebb9-5f67-000000000b1a | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:31.034089 | 0.03s 2025-10-06 07:22:12.772801 | fa163ea7-07d0-ebb9-5f67-000000000b1b | TASK | cinder create LVM volume group dd 2025-10-06 07:22:12.800234 | fa163ea7-07d0-ebb9-5f67-000000000b1b | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-06 07:22:12.801217 | fa163ea7-07d0-ebb9-5f67-000000000b1b | TIMING | cinder create LVM volume group dd | standalone | 0:01:31.085839 | 0.03s 2025-10-06 07:22:12.824760 | fa163ea7-07d0-ebb9-5f67-000000000b1c | TASK | Get or create LVM loopback device 2025-10-06 07:22:12.852387 | fa163ea7-07d0-ebb9-5f67-000000000b1c | SKIPPED | Get or create LVM loopback device | standalone 2025-10-06 07:22:12.853548 | fa163ea7-07d0-ebb9-5f67-000000000b1c | TIMING | Get or create LVM loopback device | standalone | 0:01:31.138162 | 0.03s 2025-10-06 07:22:12.881220 | fa163ea7-07d0-ebb9-5f67-000000000b1d | TASK | Create LVM volume group 2025-10-06 07:22:12.910309 | fa163ea7-07d0-ebb9-5f67-000000000b1d | SKIPPED | Create LVM volume group | standalone 2025-10-06 07:22:12.911465 | fa163ea7-07d0-ebb9-5f67-000000000b1d | TIMING | Create LVM volume group | standalone | 0:01:31.196079 | 0.03s 2025-10-06 07:22:12.935529 | fa163ea7-07d0-ebb9-5f67-000000000b1e | TASK | cinder create service to run losetup for LVM on startup 2025-10-06 07:22:12.963668 | fa163ea7-07d0-ebb9-5f67-000000000b1e | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-06 07:22:12.964678 | fa163ea7-07d0-ebb9-5f67-000000000b1e | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:31.249299 | 0.03s 2025-10-06 07:22:12.989070 | fa163ea7-07d0-ebb9-5f67-000000000b1f | TASK | cinder enable the LVM losetup service 2025-10-06 07:22:13.018472 | fa163ea7-07d0-ebb9-5f67-000000000b1f | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-06 07:22:13.019582 | fa163ea7-07d0-ebb9-5f67-000000000b1f | TIMING | cinder enable the LVM losetup service | standalone | 0:01:31.304202 | 0.03s 2025-10-06 07:22:13.043516 | fa163ea7-07d0-ebb9-5f67-000000000b21 | TASK | allow logrotate to read inside containers 2025-10-06 07:22:13.980219 | fa163ea7-07d0-ebb9-5f67-000000000b21 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-06 07:22:13.981849 | fa163ea7-07d0-ebb9-5f67-000000000b21 | TIMING | allow logrotate to read inside containers | standalone | 0:01:32.266469 | 0.94s 2025-10-06 07:22:14.007036 | fa163ea7-07d0-ebb9-5f67-000000000b22 | TASK | authorize httpd to listen on registry ports 2025-10-06 07:22:16.218523 | fa163ea7-07d0-ebb9-5f67-000000000b22 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-06 07:22:16.219953 | fa163ea7-07d0-ebb9-5f67-000000000b22 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:34.504579 | 2.21s 2025-10-06 07:22:16.267079 | fa163ea7-07d0-ebb9-5f67-000000000b24 | OK | set_fact | standalone 2025-10-06 07:22:16.267847 | fa163ea7-07d0-ebb9-5f67-000000000b24 | TIMING | set_fact | standalone | 0:01:34.552475 | 0.03s 2025-10-06 07:22:16.314294 | fa163ea7-07d0-ebb9-5f67-000000000b25 | TIMING | include_role : tripleo_image_serve | standalone | 0:01:34.598916 | 0.03s 2025-10-06 07:22:16.358205 | fa163ea7-07d0-ebb9-5f67-000000000ea9 | TASK | ensure apache is installed 2025-10-06 07:22:22.128015 | fa163ea7-07d0-ebb9-5f67-000000000ea9 | CHANGED | ensure apache is installed | standalone 2025-10-06 07:22:22.129690 | fa163ea7-07d0-ebb9-5f67-000000000ea9 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:40.414309 | 5.77s 2025-10-06 07:22:22.154586 | fa163ea7-07d0-ebb9-5f67-000000000eaa | TASK | create image data directory 2025-10-06 07:22:22.406403 | fa163ea7-07d0-ebb9-5f67-000000000eaa | CHANGED | create image data directory | standalone 2025-10-06 07:22:22.407865 | fa163ea7-07d0-ebb9-5f67-000000000eaa | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:40.692484 | 0.25s 2025-10-06 07:22:22.433404 | fa163ea7-07d0-ebb9-5f67-000000000eab | TASK | create /v2/ response file 2025-10-06 07:22:22.884936 | fa163ea7-07d0-ebb9-5f67-000000000eab | CHANGED | create /v2/ response file | standalone 2025-10-06 07:22:22.886332 | fa163ea7-07d0-ebb9-5f67-000000000eab | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:41.170951 | 0.45s 2025-10-06 07:22:22.910972 | fa163ea7-07d0-ebb9-5f67-000000000eac | TASK | Add listen line 2025-10-06 07:22:23.248395 | fa163ea7-07d0-ebb9-5f67-000000000eac | CHANGED | Add listen line | standalone 2025-10-06 07:22:23.249847 | fa163ea7-07d0-ebb9-5f67-000000000eac | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:41.534467 | 0.34s 2025-10-06 07:22:23.274520 | fa163ea7-07d0-ebb9-5f67-000000000ead | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-06 07:22:23.794379 | fa163ea7-07d0-ebb9-5f67-000000000ead | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-06 07:22:23.795758 | fa163ea7-07d0-ebb9-5f67-000000000ead | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:42.080372 | 0.52s 2025-10-06 07:22:23.821316 | fa163ea7-07d0-ebb9-5f67-000000000eae | TASK | Image-Serve | restart httpd 2025-10-06 07:22:24.814744 | fa163ea7-07d0-ebb9-5f67-000000000eae | CHANGED | Image-Serve | restart httpd | standalone 2025-10-06 07:22:24.816660 | fa163ea7-07d0-ebb9-5f67-000000000eae | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:43.101278 | 0.99s 2025-10-06 07:22:24.863754 | fa163ea7-07d0-ebb9-5f67-000000000b27 | TASK | create persistent logs directory 2025-10-06 07:22:25.110070 | fa163ea7-07d0-ebb9-5f67-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-06 07:22:25.111726 | fa163ea7-07d0-ebb9-5f67-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:43.396315 | 0.25s 2025-10-06 07:22:25.317986 | fa163ea7-07d0-ebb9-5f67-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-06 07:22:25.319733 | fa163ea7-07d0-ebb9-5f67-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:43.604326 | 0.45s 2025-10-06 07:22:25.330307 | fa163ea7-07d0-ebb9-5f67-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:43.614922 | 0.47s 2025-10-06 07:22:25.354398 | fa163ea7-07d0-ebb9-5f67-000000000b28 | TASK | Mount NFS on host 2025-10-06 07:22:25.381216 | fa163ea7-07d0-ebb9-5f67-000000000b28 | SKIPPED | Mount NFS on host | standalone 2025-10-06 07:22:25.381978 | fa163ea7-07d0-ebb9-5f67-000000000b28 | TIMING | Mount NFS on host | standalone | 0:01:43.666604 | 0.03s 2025-10-06 07:22:25.400895 | fa163ea7-07d0-ebb9-5f67-000000000b29 | TASK | Mount Node Staging Location 2025-10-06 07:22:25.427122 | fa163ea7-07d0-ebb9-5f67-000000000b29 | SKIPPED | Mount Node Staging Location | standalone 2025-10-06 07:22:25.427860 | fa163ea7-07d0-ebb9-5f67-000000000b29 | TIMING | Mount Node Staging Location | standalone | 0:01:43.712487 | 0.03s 2025-10-06 07:22:25.446489 | fa163ea7-07d0-ebb9-5f67-000000000b2a | TASK | ensure /var/lib/glance exists 2025-10-06 07:22:25.677896 | fa163ea7-07d0-ebb9-5f67-000000000b2a | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-06 07:22:25.679345 | fa163ea7-07d0-ebb9-5f67-000000000b2a | TIMING | ensure /var/lib/glance exists | standalone | 0:01:43.963965 | 0.23s 2025-10-06 07:22:25.703892 | fa163ea7-07d0-ebb9-5f67-000000000b2b | TASK | get parameters 2025-10-06 07:22:25.742925 | fa163ea7-07d0-ebb9-5f67-000000000b2b | OK | get parameters | standalone 2025-10-06 07:22:25.744047 | fa163ea7-07d0-ebb9-5f67-000000000b2b | TIMING | get parameters | standalone | 0:01:44.028668 | 0.04s 2025-10-06 07:22:25.767762 | fa163ea7-07d0-ebb9-5f67-000000000b2d | TASK | get DeployedSSLCertificatePath attributes 2025-10-06 07:22:25.817097 | fa163ea7-07d0-ebb9-5f67-000000000b2d | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-06 07:22:25.818384 | fa163ea7-07d0-ebb9-5f67-000000000b2d | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:44.103003 | 0.05s 2025-10-06 07:22:25.842273 | fa163ea7-07d0-ebb9-5f67-000000000b2e | TASK | set is_haproxy_bootstrap_node fact 2025-10-06 07:22:25.885057 | fa163ea7-07d0-ebb9-5f67-000000000b2e | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-06 07:22:25.886088 | fa163ea7-07d0-ebb9-5f67-000000000b2e | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:44.170708 | 0.04s 2025-10-06 07:22:25.910444 | fa163ea7-07d0-ebb9-5f67-000000000b2f | TASK | get haproxy status 2025-10-06 07:22:25.953331 | fa163ea7-07d0-ebb9-5f67-000000000b2f | SKIPPED | get haproxy status | standalone 2025-10-06 07:22:25.954630 | fa163ea7-07d0-ebb9-5f67-000000000b2f | TIMING | get haproxy status | standalone | 0:01:44.239245 | 0.04s 2025-10-06 07:22:25.978899 | fa163ea7-07d0-ebb9-5f67-000000000b30 | TASK | get pacemaker status 2025-10-06 07:22:26.028232 | fa163ea7-07d0-ebb9-5f67-000000000b30 | SKIPPED | get pacemaker status | standalone 2025-10-06 07:22:26.029451 | fa163ea7-07d0-ebb9-5f67-000000000b30 | TIMING | get pacemaker status | standalone | 0:01:44.314068 | 0.05s 2025-10-06 07:22:26.053257 | fa163ea7-07d0-ebb9-5f67-000000000b31 | TASK | get docker status 2025-10-06 07:22:26.096249 | fa163ea7-07d0-ebb9-5f67-000000000b31 | SKIPPED | get docker status | standalone 2025-10-06 07:22:26.097277 | fa163ea7-07d0-ebb9-5f67-000000000b31 | TIMING | get docker status | standalone | 0:01:44.381898 | 0.04s 2025-10-06 07:22:26.120434 | fa163ea7-07d0-ebb9-5f67-000000000b32 | TASK | get container_id 2025-10-06 07:22:26.163527 | fa163ea7-07d0-ebb9-5f67-000000000b32 | SKIPPED | get container_id | standalone 2025-10-06 07:22:26.164687 | fa163ea7-07d0-ebb9-5f67-000000000b32 | TIMING | get container_id | standalone | 0:01:44.449304 | 0.04s 2025-10-06 07:22:26.188391 | fa163ea7-07d0-ebb9-5f67-000000000b33 | TASK | get pcs resource name for haproxy container 2025-10-06 07:22:26.236343 | fa163ea7-07d0-ebb9-5f67-000000000b33 | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-06 07:22:26.237054 | fa163ea7-07d0-ebb9-5f67-000000000b33 | TIMING | get pcs resource name for haproxy container | standalone | 0:01:44.521680 | 0.05s 2025-10-06 07:22:26.253830 | fa163ea7-07d0-ebb9-5f67-000000000b34 | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-06 07:22:26.289622 | fa163ea7-07d0-ebb9-5f67-000000000b34 | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-06 07:22:26.290151 | fa163ea7-07d0-ebb9-5f67-000000000b34 | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:44.574780 | 0.04s 2025-10-06 07:22:26.312893 | fa163ea7-07d0-ebb9-5f67-000000000b35 | TASK | push certificate content 2025-10-06 07:22:26.351056 | fa163ea7-07d0-ebb9-5f67-000000000b35 | SKIPPED | push certificate content | standalone 2025-10-06 07:22:26.352096 | fa163ea7-07d0-ebb9-5f67-000000000b35 | TIMING | push certificate content | standalone | 0:01:44.636715 | 0.04s 2025-10-06 07:22:26.376751 | fa163ea7-07d0-ebb9-5f67-000000000b37 | TASK | set certificate ownership 2025-10-06 07:22:26.415314 | fa163ea7-07d0-ebb9-5f67-000000000b37 | SKIPPED | set certificate ownership | standalone 2025-10-06 07:22:26.416547 | fa163ea7-07d0-ebb9-5f67-000000000b37 | TIMING | set certificate ownership | standalone | 0:01:44.701166 | 0.04s 2025-10-06 07:22:26.440752 | fa163ea7-07d0-ebb9-5f67-000000000b38 | TASK | reload haproxy if enabled 2025-10-06 07:22:26.481079 | fa163ea7-07d0-ebb9-5f67-000000000b38 | SKIPPED | reload haproxy if enabled | standalone 2025-10-06 07:22:26.482261 | fa163ea7-07d0-ebb9-5f67-000000000b38 | TIMING | reload haproxy if enabled | standalone | 0:01:44.766879 | 0.04s 2025-10-06 07:22:26.506463 | fa163ea7-07d0-ebb9-5f67-000000000b39 | TASK | restart pacemaker resource for haproxy 2025-10-06 07:22:26.556853 | fa163ea7-07d0-ebb9-5f67-000000000b39 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-06 07:22:26.558081 | fa163ea7-07d0-ebb9-5f67-000000000b39 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:44.842700 | 0.05s 2025-10-06 07:22:26.582906 | fa163ea7-07d0-ebb9-5f67-000000000b3b | TASK | copy certificate, chgrp, restart haproxy 2025-10-06 07:22:26.632856 | fa163ea7-07d0-ebb9-5f67-000000000b3b | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-06 07:22:26.634061 | fa163ea7-07d0-ebb9-5f67-000000000b3b | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:44.918681 | 0.05s 2025-10-06 07:22:26.659064 | fa163ea7-07d0-ebb9-5f67-000000000b3d | TASK | create persistent directories 2025-10-06 07:22:26.928435 | fa163ea7-07d0-ebb9-5f67-000000000b3d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-06 07:22:26.930183 | fa163ea7-07d0-ebb9-5f67-000000000b3d | TIMING | create persistent directories | standalone | 0:01:45.214797 | 0.27s 2025-10-06 07:22:27.120825 | fa163ea7-07d0-ebb9-5f67-000000000b3d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-06 07:22:27.122460 | fa163ea7-07d0-ebb9-5f67-000000000b3d | TIMING | create persistent directories | standalone | 0:01:45.407081 | 0.46s 2025-10-06 07:22:27.133101 | fa163ea7-07d0-ebb9-5f67-000000000b3d | TIMING | create persistent directories | standalone | 0:01:45.417724 | 0.47s 2025-10-06 07:22:27.157272 | fa163ea7-07d0-ebb9-5f67-000000000b3e | TASK | Run puppet on the host to apply IPtables rules 2025-10-06 07:22:32.447061 | fa163ea7-07d0-ebb9-5f67-000000000b3e | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-06 07:22:32.448334 | fa163ea7-07d0-ebb9-5f67-000000000b3e | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:50.732953 | 5.29s 2025-10-06 07:22:32.469263 | fa163ea7-07d0-ebb9-5f67-000000000b3f | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-06 07:22:32.549308 | fa163ea7-07d0-ebb9-5f67-000000000b3f | 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.63 seconds", "Notice: Applied catalog in 0.21 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 50", " Total: 50", "Time:", " Transaction evaluation: 0.21", " Catalog application: 0.21", " Config retrieval: 0.70", " Last run: 1759735352", " Total: 0.21", "Version:", " Config: 1759735351", " 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 07:22:32.550316 | fa163ea7-07d0-ebb9-5f67-000000000b3f | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:50.834943 | 0.08s 2025-10-06 07:22:32.570774 | fa163ea7-07d0-ebb9-5f67-000000000b40 | TASK | create persistent directories 2025-10-06 07:22:32.820084 | fa163ea7-07d0-ebb9-5f67-000000000b40 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 07:22:32.822200 | fa163ea7-07d0-ebb9-5f67-000000000b40 | TIMING | create persistent directories | standalone | 0:01:51.106816 | 0.25s 2025-10-06 07:22:33.027324 | fa163ea7-07d0-ebb9-5f67-000000000b40 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-06 07:22:33.028308 | fa163ea7-07d0-ebb9-5f67-000000000b40 | TIMING | create persistent directories | standalone | 0:01:51.312931 | 0.46s 2025-10-06 07:22:33.039551 | fa163ea7-07d0-ebb9-5f67-000000000b40 | TIMING | create persistent directories | standalone | 0:01:51.324173 | 0.47s 2025-10-06 07:22:33.056489 | fa163ea7-07d0-ebb9-5f67-000000000b41 | TASK | create persistent directories 2025-10-06 07:22:33.263772 | fa163ea7-07d0-ebb9-5f67-000000000b41 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 07:22:33.266428 | fa163ea7-07d0-ebb9-5f67-000000000b41 | TIMING | create persistent directories | standalone | 0:01:51.551038 | 0.21s 2025-10-06 07:22:33.453409 | fa163ea7-07d0-ebb9-5f67-000000000b41 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-06 07:22:33.454315 | fa163ea7-07d0-ebb9-5f67-000000000b41 | TIMING | create persistent directories | standalone | 0:01:51.738940 | 0.40s 2025-10-06 07:22:33.459876 | fa163ea7-07d0-ebb9-5f67-000000000b41 | TIMING | create persistent directories | standalone | 0:01:51.744490 | 0.40s 2025-10-06 07:22:33.484880 | fa163ea7-07d0-ebb9-5f67-000000000b42 | TASK | create persistent directories 2025-10-06 07:22:33.720135 | fa163ea7-07d0-ebb9-5f67-000000000b42 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 07:22:33.721211 | fa163ea7-07d0-ebb9-5f67-000000000b42 | TIMING | create persistent directories | standalone | 0:01:52.005834 | 0.23s 2025-10-06 07:22:33.726828 | fa163ea7-07d0-ebb9-5f67-000000000b42 | TIMING | create persistent directories | standalone | 0:01:52.011441 | 0.24s 2025-10-06 07:22:33.751256 | fa163ea7-07d0-ebb9-5f67-000000000b43 | TASK | create persistent directories 2025-10-06 07:22:34.020224 | fa163ea7-07d0-ebb9-5f67-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-06 07:22:34.021742 | fa163ea7-07d0-ebb9-5f67-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.306358 | 0.27s 2025-10-06 07:22:34.239327 | fa163ea7-07d0-ebb9-5f67-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-06 07:22:34.241413 | fa163ea7-07d0-ebb9-5f67-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.526026 | 0.49s 2025-10-06 07:22:34.467418 | fa163ea7-07d0-ebb9-5f67-000000000b43 | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-06 07:22:34.469457 | fa163ea7-07d0-ebb9-5f67-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.754074 | 0.72s 2025-10-06 07:22:34.662035 | fa163ea7-07d0-ebb9-5f67-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-06 07:22:34.663747 | fa163ea7-07d0-ebb9-5f67-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.948329 | 0.91s 2025-10-06 07:22:34.674940 | fa163ea7-07d0-ebb9-5f67-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.959563 | 0.92s 2025-10-06 07:22:34.699897 | fa163ea7-07d0-ebb9-5f67-000000000b44 | TASK | ensure /var/tmp/horizon exists on boot 2025-10-06 07:22:35.118024 | fa163ea7-07d0-ebb9-5f67-000000000b44 | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-06 07:22:35.119234 | fa163ea7-07d0-ebb9-5f67-000000000b44 | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:53.403856 | 0.42s 2025-10-06 07:22:35.142963 | fa163ea7-07d0-ebb9-5f67-000000000b45 | TASK | create fcontext entry for iscsi 2025-10-06 07:22:36.538213 | fa163ea7-07d0-ebb9-5f67-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-06 07:22:36.541723 | fa163ea7-07d0-ebb9-5f67-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:54.826332 | 1.40s 2025-10-06 07:22:37.760596 | fa163ea7-07d0-ebb9-5f67-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-06 07:22:37.762087 | fa163ea7-07d0-ebb9-5f67-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:56.046702 | 2.62s 2025-10-06 07:22:39.080141 | fa163ea7-07d0-ebb9-5f67-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-06 07:22:39.081840 | fa163ea7-07d0-ebb9-5f67-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:57.366459 | 3.94s 2025-10-06 07:22:39.088028 | fa163ea7-07d0-ebb9-5f67-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:57.372641 | 3.94s 2025-10-06 07:22:39.113233 | fa163ea7-07d0-ebb9-5f67-000000000b46 | TASK | create persistent directories 2025-10-06 07:22:39.370292 | fa163ea7-07d0-ebb9-5f67-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-06 07:22:39.372432 | fa163ea7-07d0-ebb9-5f67-000000000b46 | TIMING | create persistent directories | standalone | 0:01:57.657048 | 0.26s 2025-10-06 07:22:39.600500 | fa163ea7-07d0-ebb9-5f67-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-06 07:22:39.602440 | fa163ea7-07d0-ebb9-5f67-000000000b46 | TIMING | create persistent directories | standalone | 0:01:57.887060 | 0.49s 2025-10-06 07:22:39.765304 | fa163ea7-07d0-ebb9-5f67-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-06 07:22:39.766962 | fa163ea7-07d0-ebb9-5f67-000000000b46 | TIMING | create persistent directories | standalone | 0:01:58.051583 | 0.65s 2025-10-06 07:22:39.778097 | fa163ea7-07d0-ebb9-5f67-000000000b46 | TIMING | create persistent directories | standalone | 0:01:58.062712 | 0.66s 2025-10-06 07:22:39.804026 | fa163ea7-07d0-ebb9-5f67-000000000b47 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-06 07:22:40.004762 | fa163ea7-07d0-ebb9-5f67-000000000b47 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-06 07:22:40.006556 | fa163ea7-07d0-ebb9-5f67-000000000b47 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:01:58.291180 | 0.20s 2025-10-06 07:22:40.032886 | fa163ea7-07d0-ebb9-5f67-000000000b48 | TASK | Stop and disable iscsid.socket service 2025-10-06 07:22:40.068842 | fa163ea7-07d0-ebb9-5f67-000000000b48 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-06 07:22:40.071575 | fa163ea7-07d0-ebb9-5f67-000000000b48 | TIMING | Stop and disable iscsid.socket service | standalone | 0:01:58.356191 | 0.04s 2025-10-06 07:22:40.097374 | fa163ea7-07d0-ebb9-5f67-000000000b49 | TASK | Check if iscsi.service is enabled 2025-10-06 07:22:40.344976 | fa163ea7-07d0-ebb9-5f67-000000000b49 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-06 07:22:40.347676 | fa163ea7-07d0-ebb9-5f67-000000000b49 | TIMING | Check if iscsi.service is enabled | standalone | 0:01:58.632294 | 0.25s 2025-10-06 07:22:40.372918 | fa163ea7-07d0-ebb9-5f67-000000000b4a | TASK | Stop iscsi.service 2025-10-06 07:22:40.415027 | fa163ea7-07d0-ebb9-5f67-000000000b4a | SKIPPED | Stop iscsi.service | standalone 2025-10-06 07:22:40.417304 | fa163ea7-07d0-ebb9-5f67-000000000b4a | TIMING | Stop iscsi.service | standalone | 0:01:58.701922 | 0.04s 2025-10-06 07:22:40.471646 | fa163ea7-07d0-ebb9-5f67-000000000b4b | TIMING | include_role : tripleo_kernel | standalone | 0:01:58.756261 | 0.03s 2025-10-06 07:22:40.563179 | fa163ea7-07d0-ebb9-5f67-000000000ffc | TASK | Install additional packages 2025-10-06 07:22:40.589064 | fa163ea7-07d0-ebb9-5f67-000000000ffc | TIMING | tripleo_kernel : Install additional packages | standalone | 0:01:58.873688 | 0.02s 2025-10-06 07:22:40.606345 | fa163ea7-07d0-ebb9-5f67-000000000ffd | TASK | Remove dracut-config-generic 2025-10-06 07:22:44.273128 | fa163ea7-07d0-ebb9-5f67-000000000ffd | CHANGED | Remove dracut-config-generic | standalone 2025-10-06 07:22:44.275847 | fa163ea7-07d0-ebb9-5f67-000000000ffd | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:02.560465 | 3.67s 2025-10-06 07:22:44.301914 | fa163ea7-07d0-ebb9-5f67-000000000ffe | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-06 07:22:44.521384 | fa163ea7-07d0-ebb9-5f67-000000000ffe | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-06 07:22:44.523882 | fa163ea7-07d0-ebb9-5f67-000000000ffe | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:02.808501 | 0.22s 2025-10-06 07:22:44.550457 | fa163ea7-07d0-ebb9-5f67-000000000fff | TASK | Write list of modules to load at boot 2025-10-06 07:22:45.017553 | fa163ea7-07d0-ebb9-5f67-000000000fff | CHANGED | Write list of modules to load at boot | standalone 2025-10-06 07:22:45.020161 | fa163ea7-07d0-ebb9-5f67-000000000fff | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:03.304766 | 0.47s 2025-10-06 07:22:45.046506 | fa163ea7-07d0-ebb9-5f67-000000001000 | TASK | Modules reload 2025-10-06 07:22:45.521403 | fa163ea7-07d0-ebb9-5f67-000000001000 | CHANGED | Modules reload | standalone 2025-10-06 07:22:45.522757 | fa163ea7-07d0-ebb9-5f67-000000001000 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:03.807383 | 0.47s 2025-10-06 07:22:45.543318 | fa163ea7-07d0-ebb9-5f67-000000001001 | TASK | Set default sysctl options 2025-10-06 07:22:46.042081 | fa163ea7-07d0-ebb9-5f67-000000001001 | CHANGED | Set default sysctl options | standalone 2025-10-06 07:22:46.043450 | fa163ea7-07d0-ebb9-5f67-000000001001 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:04.328069 | 0.50s 2025-10-06 07:22:46.068488 | fa163ea7-07d0-ebb9-5f67-000000001002 | TASK | Set extra sysctl options 2025-10-06 07:22:46.475914 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-06 07:22:46.476679 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:04.761306 | 0.41s 2025-10-06 07:22:46.746248 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-06 07:22:46.747211 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.031833 | 0.68s 2025-10-06 07:22:46.977378 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-06 07:22:46.978935 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.263556 | 0.91s 2025-10-06 07:22:47.164420 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-06 07:22:47.166237 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.450852 | 1.10s 2025-10-06 07:22:47.383062 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-06 07:22:47.384958 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.669579 | 1.31s 2025-10-06 07:22:47.662911 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-06 07:22:47.663742 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.948334 | 1.59s 2025-10-06 07:22:47.899413 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-06 07:22:47.901048 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.185670 | 1.83s 2025-10-06 07:22:48.107284 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-06 07:22:48.108930 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.393552 | 2.04s 2025-10-06 07:22:48.324779 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-06 07:22:48.326692 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.611307 | 2.26s 2025-10-06 07:22:48.531485 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-06 07:22:48.532088 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.816716 | 2.46s 2025-10-06 07:22:48.752764 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-06 07:22:48.753393 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.038022 | 2.68s 2025-10-06 07:22:48.989112 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-06 07:22:48.990835 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.275455 | 2.92s 2025-10-06 07:22:49.153353 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-06 07:22:49.154299 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.438920 | 3.08s 2025-10-06 07:22:49.349879 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-06 07:22:49.351132 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.635753 | 3.28s 2025-10-06 07:22:49.615845 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-06 07:22:49.617020 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.901640 | 3.55s 2025-10-06 07:22:49.871657 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-06 07:22:49.872802 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.157416 | 3.80s 2025-10-06 07:22:50.083016 | fa163ea7-07d0-ebb9-5f67-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-06 07:22:50.084868 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.369483 | 4.01s 2025-10-06 07:22:50.097687 | fa163ea7-07d0-ebb9-5f67-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.382298 | 4.03s 2025-10-06 07:22:50.128615 | fa163ea7-07d0-ebb9-5f67-000000001004 | TASK | Sysctl reload 2025-10-06 07:22:50.570208 | fa163ea7-07d0-ebb9-5f67-000000001004 | CHANGED | Sysctl reload | standalone 2025-10-06 07:22:50.572658 | fa163ea7-07d0-ebb9-5f67-000000001004 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:08.857272 | 0.44s 2025-10-06 07:22:50.624534 | fa163ea7-07d0-ebb9-5f67-000000000b4c | TASK | create persistent directories 2025-10-06 07:22:50.888035 | fa163ea7-07d0-ebb9-5f67-000000000b4c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-06 07:22:50.890446 | fa163ea7-07d0-ebb9-5f67-000000000b4c | TIMING | create persistent directories | standalone | 0:02:09.175059 | 0.26s 2025-10-06 07:22:51.063359 | fa163ea7-07d0-ebb9-5f67-000000000b4c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-06 07:22:51.065172 | fa163ea7-07d0-ebb9-5f67-000000000b4c | TIMING | create persistent directories | standalone | 0:02:09.349792 | 0.44s 2025-10-06 07:22:51.075962 | fa163ea7-07d0-ebb9-5f67-000000000b4c | TIMING | create persistent directories | standalone | 0:02:09.360575 | 0.45s 2025-10-06 07:22:51.100958 | fa163ea7-07d0-ebb9-5f67-000000000b4d | TASK | Check if file certs_valid exist 2025-10-06 07:22:51.312451 | fa163ea7-07d0-ebb9-5f67-000000000b4d | OK | Check if file certs_valid exist | standalone 2025-10-06 07:22:51.313752 | fa163ea7-07d0-ebb9-5f67-000000000b4d | TIMING | Check if file certs_valid exist | standalone | 0:02:09.598372 | 0.21s 2025-10-06 07:22:51.338126 | fa163ea7-07d0-ebb9-5f67-000000000b4e | TASK | Check if file cert9.db exist 2025-10-06 07:22:51.579838 | fa163ea7-07d0-ebb9-5f67-000000000b4e | OK | Check if file cert9.db exist | standalone 2025-10-06 07:22:51.581128 | fa163ea7-07d0-ebb9-5f67-000000000b4e | TIMING | Check if file cert9.db exist | standalone | 0:02:09.865749 | 0.24s 2025-10-06 07:22:51.605491 | fa163ea7-07d0-ebb9-5f67-000000000b4f | TASK | Check if file key4.db exist 2025-10-06 07:22:51.818986 | fa163ea7-07d0-ebb9-5f67-000000000b4f | OK | Check if file key4.db exist | standalone 2025-10-06 07:22:51.820254 | fa163ea7-07d0-ebb9-5f67-000000000b4f | TIMING | Check if file key4.db exist | standalone | 0:02:10.104874 | 0.21s 2025-10-06 07:22:51.873425 | fa163ea7-07d0-ebb9-5f67-000000000b50 | SKIPPED | fail | standalone 2025-10-06 07:22:51.874559 | fa163ea7-07d0-ebb9-5f67-000000000b50 | TIMING | fail | standalone | 0:02:10.159178 | 0.03s 2025-10-06 07:22:51.898406 | fa163ea7-07d0-ebb9-5f67-000000000b51 | TASK | Create persistent directories 2025-10-06 07:22:52.157648 | fa163ea7-07d0-ebb9-5f67-000000000b51 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 07:22:52.159394 | fa163ea7-07d0-ebb9-5f67-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:10.444002 | 0.26s 2025-10-06 07:22:52.345089 | fa163ea7-07d0-ebb9-5f67-000000000b51 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-06 07:22:52.346690 | fa163ea7-07d0-ebb9-5f67-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:10.631306 | 0.45s 2025-10-06 07:22:52.357280 | fa163ea7-07d0-ebb9-5f67-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:10.641893 | 0.46s 2025-10-06 07:22:52.383198 | fa163ea7-07d0-ebb9-5f67-000000000b52 | TASK | create persistent directories 2025-10-06 07:22:52.686275 | fa163ea7-07d0-ebb9-5f67-000000000b52 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 07:22:52.687798 | fa163ea7-07d0-ebb9-5f67-000000000b52 | TIMING | create persistent directories | standalone | 0:02:10.972410 | 0.30s 2025-10-06 07:22:52.694647 | fa163ea7-07d0-ebb9-5f67-000000000b52 | TIMING | create persistent directories | standalone | 0:02:10.979255 | 0.31s 2025-10-06 07:22:52.722658 | fa163ea7-07d0-ebb9-5f67-000000000b53 | TASK | create persistent directories 2025-10-06 07:22:52.987014 | fa163ea7-07d0-ebb9-5f67-000000000b53 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 07:22:52.989500 | fa163ea7-07d0-ebb9-5f67-000000000b53 | TIMING | create persistent directories | standalone | 0:02:11.274104 | 0.27s 2025-10-06 07:22:53.212558 | fa163ea7-07d0-ebb9-5f67-000000000b53 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-06 07:22:53.214046 | fa163ea7-07d0-ebb9-5f67-000000000b53 | TIMING | create persistent directories | standalone | 0:02:11.498672 | 0.49s 2025-10-06 07:22:53.225101 | fa163ea7-07d0-ebb9-5f67-000000000b53 | TIMING | create persistent directories | standalone | 0:02:11.509722 | 0.50s 2025-10-06 07:22:53.251610 | fa163ea7-07d0-ebb9-5f67-000000000b54 | TASK | create persistent directories 2025-10-06 07:22:53.471362 | fa163ea7-07d0-ebb9-5f67-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-06 07:22:53.473410 | fa163ea7-07d0-ebb9-5f67-000000000b54 | TIMING | create persistent directories | standalone | 0:02:11.758025 | 0.22s 2025-10-06 07:22:53.482586 | fa163ea7-07d0-ebb9-5f67-000000000b54 | TIMING | create persistent directories | standalone | 0:02:11.767217 | 0.23s 2025-10-06 07:22:53.499543 | fa163ea7-07d0-ebb9-5f67-000000000b55 | TASK | create persistent directories 2025-10-06 07:22:53.762450 | fa163ea7-07d0-ebb9-5f67-000000000b55 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-06 07:22:53.764622 | fa163ea7-07d0-ebb9-5f67-000000000b55 | TIMING | create persistent directories | standalone | 0:02:12.049232 | 0.26s 2025-10-06 07:22:53.952034 | fa163ea7-07d0-ebb9-5f67-000000000b55 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-06 07:22:53.953388 | fa163ea7-07d0-ebb9-5f67-000000000b55 | TIMING | create persistent directories | standalone | 0:02:12.238011 | 0.45s 2025-10-06 07:22:54.142541 | fa163ea7-07d0-ebb9-5f67-000000000b55 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-06 07:22:54.143620 | fa163ea7-07d0-ebb9-5f67-000000000b55 | TIMING | create persistent directories | standalone | 0:02:12.428243 | 0.64s 2025-10-06 07:22:54.156474 | fa163ea7-07d0-ebb9-5f67-000000000b55 | TIMING | create persistent directories | standalone | 0:02:12.441096 | 0.66s 2025-10-06 07:22:54.177162 | fa163ea7-07d0-ebb9-5f67-000000000b56 | TASK | create persistent directories 2025-10-06 07:22:54.402417 | fa163ea7-07d0-ebb9-5f67-000000000b56 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-06 07:22:54.404052 | fa163ea7-07d0-ebb9-5f67-000000000b56 | TIMING | create persistent directories | standalone | 0:02:12.688667 | 0.23s 2025-10-06 07:22:54.582288 | fa163ea7-07d0-ebb9-5f67-000000000b56 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-06 07:22:54.583423 | fa163ea7-07d0-ebb9-5f67-000000000b56 | TIMING | create persistent directories | standalone | 0:02:12.868043 | 0.41s 2025-10-06 07:22:54.595928 | fa163ea7-07d0-ebb9-5f67-000000000b56 | TIMING | create persistent directories | standalone | 0:02:12.880548 | 0.42s 2025-10-06 07:22:54.616553 | fa163ea7-07d0-ebb9-5f67-000000000b57 | TASK | create persistent directories 2025-10-06 07:22:54.840406 | fa163ea7-07d0-ebb9-5f67-000000000b57 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-06 07:22:54.841931 | fa163ea7-07d0-ebb9-5f67-000000000b57 | TIMING | create persistent directories | standalone | 0:02:13.126558 | 0.22s 2025-10-06 07:22:54.845975 | fa163ea7-07d0-ebb9-5f67-000000000b57 | TIMING | create persistent directories | standalone | 0:02:13.130588 | 0.23s 2025-10-06 07:22:54.872660 | fa163ea7-07d0-ebb9-5f67-000000000b58 | TASK | creating directory 2025-10-06 07:22:55.106085 | fa163ea7-07d0-ebb9-5f67-000000000b58 | CHANGED | creating directory | standalone 2025-10-06 07:22:55.107538 | fa163ea7-07d0-ebb9-5f67-000000000b58 | TIMING | creating directory | standalone | 0:02:13.392156 | 0.23s 2025-10-06 07:22:55.132434 | fa163ea7-07d0-ebb9-5f67-000000000b59 | TASK | derive pci passthrough whitelist 2025-10-06 07:22:55.515243 | fa163ea7-07d0-ebb9-5f67-000000000b59 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-06 07:22:55.516526 | fa163ea7-07d0-ebb9-5f67-000000000b59 | TIMING | derive pci passthrough whitelist | standalone | 0:02:13.801147 | 0.38s 2025-10-06 07:22:55.540588 | fa163ea7-07d0-ebb9-5f67-000000000b5a | TASK | run derive_pci_passthrough_whitelist.py 2025-10-06 07:22:56.385262 | fa163ea7-07d0-ebb9-5f67-000000000b5a | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-06 07:22:56.387668 | fa163ea7-07d0-ebb9-5f67-000000000b5a | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:14.672287 | 0.85s 2025-10-06 07:22:56.412329 | fa163ea7-07d0-ebb9-5f67-000000000b5b | TASK | create /run/netns with temp namespace 2025-10-06 07:22:56.643269 | fa163ea7-07d0-ebb9-5f67-000000000b5b | CHANGED | create /run/netns with temp namespace | standalone 2025-10-06 07:22:56.645667 | fa163ea7-07d0-ebb9-5f67-000000000b5b | TIMING | create /run/netns with temp namespace | standalone | 0:02:14.930288 | 0.23s 2025-10-06 07:22:56.675005 | fa163ea7-07d0-ebb9-5f67-000000000b5c | TASK | remove temp namespace 2025-10-06 07:22:56.928186 | fa163ea7-07d0-ebb9-5f67-000000000b5c | CHANGED | remove temp namespace | standalone 2025-10-06 07:22:56.929657 | fa163ea7-07d0-ebb9-5f67-000000000b5c | TIMING | remove temp namespace | standalone | 0:02:15.214276 | 0.25s 2025-10-06 07:22:56.954651 | fa163ea7-07d0-ebb9-5f67-000000000b5d | TASK | create /var/lib/neutron 2025-10-06 07:22:57.178146 | fa163ea7-07d0-ebb9-5f67-000000000b5d | CHANGED | create /var/lib/neutron | standalone 2025-10-06 07:22:57.179602 | fa163ea7-07d0-ebb9-5f67-000000000b5d | TIMING | create /var/lib/neutron | standalone | 0:02:15.464221 | 0.22s 2025-10-06 07:22:57.204338 | fa163ea7-07d0-ebb9-5f67-000000000b5e | TASK | set conditions 2025-10-06 07:22:57.226161 | fa163ea7-07d0-ebb9-5f67-000000000b5e | OK | set conditions | standalone 2025-10-06 07:22:57.227357 | fa163ea7-07d0-ebb9-5f67-000000000b5e | TIMING | set conditions | standalone | 0:02:15.511979 | 0.02s 2025-10-06 07:22:57.252314 | fa163ea7-07d0-ebb9-5f67-000000000b5f | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-06 07:22:57.486960 | fa163ea7-07d0-ebb9-5f67-000000000b5f | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-06 07:22:57.488825 | fa163ea7-07d0-ebb9-5f67-000000000b5f | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:15.773439 | 0.23s 2025-10-06 07:22:57.513433 | fa163ea7-07d0-ebb9-5f67-000000000b60 | TASK | create dnsmasq dhcp kill script 2025-10-06 07:22:58.003637 | fa163ea7-07d0-ebb9-5f67-000000000b60 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-06 07:22:58.005108 | fa163ea7-07d0-ebb9-5f67-000000000b60 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:16.289728 | 0.49s 2025-10-06 07:22:58.029674 | fa163ea7-07d0-ebb9-5f67-000000000b61 | TASK | create haproxy kill script 2025-10-06 07:22:58.463866 | fa163ea7-07d0-ebb9-5f67-000000000b61 | CHANGED | create haproxy kill script | standalone 2025-10-06 07:22:58.465298 | fa163ea7-07d0-ebb9-5f67-000000000b61 | TIMING | create haproxy kill script | standalone | 0:02:16.749918 | 0.43s 2025-10-06 07:22:58.490051 | fa163ea7-07d0-ebb9-5f67-000000000b62 | TASK | create persistent directories 2025-10-06 07:22:58.709164 | fa163ea7-07d0-ebb9-5f67-000000000b62 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 07:22:58.712573 | fa163ea7-07d0-ebb9-5f67-000000000b62 | TIMING | create persistent directories | standalone | 0:02:16.997186 | 0.22s 2025-10-06 07:22:58.926347 | fa163ea7-07d0-ebb9-5f67-000000000b62 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-06 07:22:58.928584 | fa163ea7-07d0-ebb9-5f67-000000000b62 | TIMING | create persistent directories | standalone | 0:02:17.213202 | 0.44s 2025-10-06 07:22:58.935670 | fa163ea7-07d0-ebb9-5f67-000000000b62 | TIMING | create persistent directories | standalone | 0:02:17.220283 | 0.44s 2025-10-06 07:22:58.960765 | fa163ea7-07d0-ebb9-5f67-000000000b63 | TASK | create persistent directories 2025-10-06 07:22:59.205446 | fa163ea7-07d0-ebb9-5f67-000000000b63 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 07:22:59.208494 | fa163ea7-07d0-ebb9-5f67-000000000b63 | TIMING | create persistent directories | standalone | 0:02:17.493109 | 0.25s 2025-10-06 07:22:59.217667 | fa163ea7-07d0-ebb9-5f67-000000000b63 | TIMING | create persistent directories | standalone | 0:02:17.502279 | 0.26s 2025-10-06 07:22:59.244005 | fa163ea7-07d0-ebb9-5f67-000000000b64 | TASK | create persistent directories 2025-10-06 07:22:59.499401 | fa163ea7-07d0-ebb9-5f67-000000000b64 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 07:22:59.502083 | fa163ea7-07d0-ebb9-5f67-000000000b64 | TIMING | create persistent directories | standalone | 0:02:17.786696 | 0.26s 2025-10-06 07:22:59.706620 | fa163ea7-07d0-ebb9-5f67-000000000b64 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-06 07:22:59.708508 | fa163ea7-07d0-ebb9-5f67-000000000b64 | TIMING | create persistent directories | standalone | 0:02:17.993126 | 0.46s 2025-10-06 07:22:59.719261 | fa163ea7-07d0-ebb9-5f67-000000000b64 | TIMING | create persistent directories | standalone | 0:02:18.003861 | 0.47s 2025-10-06 07:22:59.745724 | fa163ea7-07d0-ebb9-5f67-000000000b65 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-06 07:22:59.970031 | fa163ea7-07d0-ebb9-5f67-000000000b65 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-06 07:22:59.971573 | fa163ea7-07d0-ebb9-5f67-000000000b65 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:18.256187 | 0.22s 2025-10-06 07:22:59.996592 | fa163ea7-07d0-ebb9-5f67-000000000b66 | TASK | create persistent directories 2025-10-06 07:23:00.262842 | fa163ea7-07d0-ebb9-5f67-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-06 07:23:00.265472 | fa163ea7-07d0-ebb9-5f67-000000000b66 | TIMING | create persistent directories | standalone | 0:02:18.550084 | 0.27s 2025-10-06 07:23:00.490694 | fa163ea7-07d0-ebb9-5f67-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-06 07:23:00.492675 | fa163ea7-07d0-ebb9-5f67-000000000b66 | TIMING | create persistent directories | standalone | 0:02:18.777294 | 0.49s 2025-10-06 07:23:00.721131 | fa163ea7-07d0-ebb9-5f67-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-06 07:23:00.722418 | fa163ea7-07d0-ebb9-5f67-000000000b66 | TIMING | create persistent directories | standalone | 0:02:19.007037 | 0.72s 2025-10-06 07:23:00.948442 | fa163ea7-07d0-ebb9-5f67-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-06 07:23:00.950433 | fa163ea7-07d0-ebb9-5f67-000000000b66 | TIMING | create persistent directories | standalone | 0:02:19.235053 | 0.95s 2025-10-06 07:23:01.135333 | fa163ea7-07d0-ebb9-5f67-000000000b66 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-06 07:23:01.137072 | fa163ea7-07d0-ebb9-5f67-000000000b66 | TIMING | create persistent directories | standalone | 0:02:19.421696 | 1.14s 2025-10-06 07:23:01.148999 | fa163ea7-07d0-ebb9-5f67-000000000b66 | TIMING | create persistent directories | standalone | 0:02:19.433609 | 1.15s 2025-10-06 07:23:01.175221 | fa163ea7-07d0-ebb9-5f67-000000000b67 | TASK | ensure /run/nova is present upon reboot 2025-10-06 07:23:01.671313 | fa163ea7-07d0-ebb9-5f67-000000000b67 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-06 07:23:01.672766 | fa163ea7-07d0-ebb9-5f67-000000000b67 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:19.957385 | 0.50s 2025-10-06 07:23:01.698238 | fa163ea7-07d0-ebb9-5f67-000000000b68 | TASK | create tempfiles 2025-10-06 07:23:02.014579 | fa163ea7-07d0-ebb9-5f67-000000000b68 | CHANGED | create tempfiles | standalone 2025-10-06 07:23:02.016362 | fa163ea7-07d0-ebb9-5f67-000000000b68 | TIMING | create tempfiles | standalone | 0:02:20.300980 | 0.32s 2025-10-06 07:23:02.041247 | fa163ea7-07d0-ebb9-5f67-000000000b69 | TASK | Mount Nova NFS Share 2025-10-06 07:23:02.073249 | fa163ea7-07d0-ebb9-5f67-000000000b69 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-06 07:23:02.074305 | fa163ea7-07d0-ebb9-5f67-000000000b69 | TIMING | Mount Nova NFS Share | standalone | 0:02:20.358926 | 0.03s 2025-10-06 07:23:02.097972 | fa163ea7-07d0-ebb9-5f67-000000000b6b | TASK | check systemd-container package installed or not 2025-10-06 07:23:02.126963 | fa163ea7-07d0-ebb9-5f67-000000000b6b | SKIPPED | check systemd-container package installed or not | standalone 2025-10-06 07:23:02.129468 | fa163ea7-07d0-ebb9-5f67-000000000b6b | TIMING | check systemd-container package installed or not | standalone | 0:02:20.414088 | 0.03s 2025-10-06 07:23:02.158631 | fa163ea7-07d0-ebb9-5f67-000000000b6c | TASK | get latest package from downloaded package versions 2025-10-06 07:23:02.189967 | fa163ea7-07d0-ebb9-5f67-000000000b6c | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-06 07:23:02.191104 | fa163ea7-07d0-ebb9-5f67-000000000b6c | TIMING | get latest package from downloaded package versions | standalone | 0:02:20.475723 | 0.03s 2025-10-06 07:23:02.215311 | fa163ea7-07d0-ebb9-5f67-000000000b6d | TASK | Install systemd-container package on boot 2025-10-06 07:23:02.245104 | fa163ea7-07d0-ebb9-5f67-000000000b6d | SKIPPED | Install systemd-container package on boot | standalone 2025-10-06 07:23:02.246280 | fa163ea7-07d0-ebb9-5f67-000000000b6d | TIMING | Install systemd-container package on boot | standalone | 0:02:20.530899 | 0.03s 2025-10-06 07:23:02.270260 | fa163ea7-07d0-ebb9-5f67-000000000b6e | TASK | enable install-systemd-container on compute boot 2025-10-06 07:23:02.298672 | fa163ea7-07d0-ebb9-5f67-000000000b6e | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-06 07:23:02.299804 | fa163ea7-07d0-ebb9-5f67-000000000b6e | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:20.584423 | 0.03s 2025-10-06 07:23:02.324557 | fa163ea7-07d0-ebb9-5f67-000000000b6f | TASK | check if install-systemd-container service exists 2025-10-06 07:23:02.352797 | fa163ea7-07d0-ebb9-5f67-000000000b6f | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-06 07:23:02.353844 | fa163ea7-07d0-ebb9-5f67-000000000b6f | TIMING | check if install-systemd-container service exists | standalone | 0:02:20.638462 | 0.03s 2025-10-06 07:23:02.370652 | fa163ea7-07d0-ebb9-5f67-000000000b70 | TASK | disable and mask install-systemd-container on compute boot 2025-10-06 07:23:02.397598 | fa163ea7-07d0-ebb9-5f67-000000000b70 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-06 07:23:02.398143 | fa163ea7-07d0-ebb9-5f67-000000000b70 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:20.682773 | 0.03s 2025-10-06 07:23:02.414282 | fa163ea7-07d0-ebb9-5f67-000000000b72 | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-06 07:23:02.443420 | fa163ea7-07d0-ebb9-5f67-000000000b72 | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-06 07:23:02.444205 | fa163ea7-07d0-ebb9-5f67-000000000b72 | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:20.728831 | 0.03s 2025-10-06 07:23:02.462877 | fa163ea7-07d0-ebb9-5f67-000000000b74 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-06 07:23:02.490496 | fa163ea7-07d0-ebb9-5f67-000000000b74 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-06 07:23:02.491221 | fa163ea7-07d0-ebb9-5f67-000000000b74 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:20.775846 | 0.03s 2025-10-06 07:23:02.509524 | fa163ea7-07d0-ebb9-5f67-000000000b75 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-06 07:23:02.536395 | fa163ea7-07d0-ebb9-5f67-000000000b75 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-06 07:23:02.537469 | fa163ea7-07d0-ebb9-5f67-000000000b75 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:20.822090 | 0.03s 2025-10-06 07:23:02.561466 | fa163ea7-07d0-ebb9-5f67-000000000b76 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-06 07:23:02.590151 | fa163ea7-07d0-ebb9-5f67-000000000b76 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-06 07:23:02.591192 | fa163ea7-07d0-ebb9-5f67-000000000b76 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:20.875813 | 0.03s 2025-10-06 07:23:02.614640 | fa163ea7-07d0-ebb9-5f67-000000000b78 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-06 07:23:02.644410 | fa163ea7-07d0-ebb9-5f67-000000000b78 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-06 07:23:02.645459 | fa163ea7-07d0-ebb9-5f67-000000000b78 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:20.930079 | 0.03s 2025-10-06 07:23:02.669530 | fa163ea7-07d0-ebb9-5f67-000000000b79 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-06 07:23:02.697356 | fa163ea7-07d0-ebb9-5f67-000000000b79 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-06 07:23:02.698394 | fa163ea7-07d0-ebb9-5f67-000000000b79 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:20.983015 | 0.03s 2025-10-06 07:23:02.721852 | fa163ea7-07d0-ebb9-5f67-000000000b7a | TASK | Making sure virt-guest-shutdown.target is present 2025-10-06 07:23:02.749989 | fa163ea7-07d0-ebb9-5f67-000000000b7a | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-06 07:23:02.751031 | fa163ea7-07d0-ebb9-5f67-000000000b7a | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:21.035651 | 0.03s 2025-10-06 07:23:02.774688 | fa163ea7-07d0-ebb9-5f67-000000000b7b | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-06 07:23:02.803241 | fa163ea7-07d0-ebb9-5f67-000000000b7b | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-06 07:23:02.804296 | fa163ea7-07d0-ebb9-5f67-000000000b7b | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:21.088917 | 0.03s 2025-10-06 07:23:02.827828 | fa163ea7-07d0-ebb9-5f67-000000000b7d | TASK | Do we prepend nova startup with a delay 2025-10-06 07:23:02.859339 | fa163ea7-07d0-ebb9-5f67-000000000b7d | OK | Do we prepend nova startup with a delay | standalone 2025-10-06 07:23:02.860510 | fa163ea7-07d0-ebb9-5f67-000000000b7d | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:21.145130 | 0.03s 2025-10-06 07:23:02.883497 | fa163ea7-07d0-ebb9-5f67-000000000b7e | TASK | install nova-compute delay wrapper script 2025-10-06 07:23:02.932635 | fa163ea7-07d0-ebb9-5f67-000000000b7e | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-06 07:23:02.933790 | fa163ea7-07d0-ebb9-5f67-000000000b7e | TIMING | install nova-compute delay wrapper script | standalone | 0:02:21.218410 | 0.05s 2025-10-06 07:23:02.957363 | fa163ea7-07d0-ebb9-5f67-000000000b7f | TASK | Is irqbalance enabled 2025-10-06 07:23:02.988485 | fa163ea7-07d0-ebb9-5f67-000000000b7f | OK | Is irqbalance enabled | standalone 2025-10-06 07:23:02.989526 | fa163ea7-07d0-ebb9-5f67-000000000b7f | TIMING | Is irqbalance enabled | standalone | 0:02:21.274148 | 0.03s 2025-10-06 07:23:03.012893 | fa163ea7-07d0-ebb9-5f67-000000000b80 | TASK | disable irqbalance service on compute 2025-10-06 07:23:03.041939 | fa163ea7-07d0-ebb9-5f67-000000000b80 | SKIPPED | disable irqbalance service on compute | standalone 2025-10-06 07:23:03.042963 | fa163ea7-07d0-ebb9-5f67-000000000b80 | TIMING | disable irqbalance service on compute | standalone | 0:02:21.327584 | 0.03s 2025-10-06 07:23:03.066014 | fa163ea7-07d0-ebb9-5f67-000000000b81 | TASK | create persistent directories 2025-10-06 07:23:03.310801 | fa163ea7-07d0-ebb9-5f67-000000000b81 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-06 07:23:03.313169 | fa163ea7-07d0-ebb9-5f67-000000000b81 | TIMING | create persistent directories | standalone | 0:02:21.597783 | 0.25s 2025-10-06 07:23:03.323047 | fa163ea7-07d0-ebb9-5f67-000000000b81 | TIMING | create persistent directories | standalone | 0:02:21.607658 | 0.26s 2025-10-06 07:23:03.347883 | fa163ea7-07d0-ebb9-5f67-000000000b82 | TASK | create libvirt persistent data directories 2025-10-06 07:23:03.626482 | fa163ea7-07d0-ebb9-5f67-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-06 07:23:03.628144 | fa163ea7-07d0-ebb9-5f67-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:21.912758 | 0.28s 2025-10-06 07:23:03.884461 | fa163ea7-07d0-ebb9-5f67-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-06 07:23:03.886406 | fa163ea7-07d0-ebb9-5f67-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:22.171024 | 0.54s 2025-10-06 07:23:04.129413 | fa163ea7-07d0-ebb9-5f67-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-06 07:23:04.131220 | fa163ea7-07d0-ebb9-5f67-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:22.415839 | 0.78s 2025-10-06 07:23:04.378069 | fa163ea7-07d0-ebb9-5f67-000000000b82 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-06 07:23:04.379813 | fa163ea7-07d0-ebb9-5f67-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:22.664436 | 1.03s 2025-10-06 07:23:04.605677 | fa163ea7-07d0-ebb9-5f67-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-06 07:23:04.607047 | fa163ea7-07d0-ebb9-5f67-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:22.891674 | 1.26s 2025-10-06 07:23:04.836798 | fa163ea7-07d0-ebb9-5f67-000000000b82 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-06 07:23:04.837911 | fa163ea7-07d0-ebb9-5f67-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:23.122531 | 1.49s 2025-10-06 07:23:05.054471 | fa163ea7-07d0-ebb9-5f67-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-06 07:23:05.056219 | fa163ea7-07d0-ebb9-5f67-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:23.340839 | 1.71s 2025-10-06 07:23:05.312119 | fa163ea7-07d0-ebb9-5f67-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-06 07:23:05.314139 | fa163ea7-07d0-ebb9-5f67-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:23.598756 | 1.96s 2025-10-06 07:23:05.326685 | fa163ea7-07d0-ebb9-5f67-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:23.611298 | 1.98s 2025-10-06 07:23:05.350606 | fa163ea7-07d0-ebb9-5f67-000000000b83 | TASK | ensure qemu group is present on the host 2025-10-06 07:23:05.789969 | fa163ea7-07d0-ebb9-5f67-000000000b83 | CHANGED | ensure qemu group is present on the host | standalone 2025-10-06 07:23:05.791364 | fa163ea7-07d0-ebb9-5f67-000000000b83 | TIMING | ensure qemu group is present on the host | standalone | 0:02:24.075983 | 0.44s 2025-10-06 07:23:05.816052 | fa163ea7-07d0-ebb9-5f67-000000000b84 | TASK | ensure qemu user is present on the host 2025-10-06 07:23:06.332228 | fa163ea7-07d0-ebb9-5f67-000000000b84 | CHANGED | ensure qemu user is present on the host | standalone 2025-10-06 07:23:06.333649 | fa163ea7-07d0-ebb9-5f67-000000000b84 | TIMING | ensure qemu user is present on the host | standalone | 0:02:24.618270 | 0.52s 2025-10-06 07:23:06.358203 | fa163ea7-07d0-ebb9-5f67-000000000b85 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-06 07:23:06.587668 | fa163ea7-07d0-ebb9-5f67-000000000b85 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-06 07:23:06.589199 | fa163ea7-07d0-ebb9-5f67-000000000b85 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:24.873819 | 0.23s 2025-10-06 07:23:06.613888 | fa163ea7-07d0-ebb9-5f67-000000000b86 | TASK | check if libvirt is installed 2025-10-06 07:23:06.836821 | fa163ea7-07d0-ebb9-5f67-000000000b86 | CHANGED | check if libvirt is installed | standalone 2025-10-06 07:23:06.838274 | fa163ea7-07d0-ebb9-5f67-000000000b86 | TIMING | check if libvirt is installed | standalone | 0:02:25.122893 | 0.22s 2025-10-06 07:23:06.862321 | fa163ea7-07d0-ebb9-5f67-000000000b87 | TASK | make sure libvirt services are disabled and masked 2025-10-06 07:23:06.904119 | fa163ea7-07d0-ebb9-5f67-000000000b87 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-06 07:23:06.910728 | fa163ea7-07d0-ebb9-5f67-000000000b87 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-06 07:23:06.916410 | fa163ea7-07d0-ebb9-5f67-000000000b87 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:25.201021 | 0.05s 2025-10-06 07:23:06.940572 | fa163ea7-07d0-ebb9-5f67-000000000b88 | TASK | ensure /run/libvirt is present upon reboot 2025-10-06 07:23:07.402878 | fa163ea7-07d0-ebb9-5f67-000000000b88 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-06 07:23:07.404244 | fa163ea7-07d0-ebb9-5f67-000000000b88 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:25.688864 | 0.46s 2025-10-06 07:23:07.429256 | fa163ea7-07d0-ebb9-5f67-000000000b89 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-06 07:23:08.441864 | fa163ea7-07d0-ebb9-5f67-000000000b89 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-06 07:23:08.443870 | fa163ea7-07d0-ebb9-5f67-000000000b89 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:26.728489 | 1.01s 2025-10-06 07:23:08.469077 | fa163ea7-07d0-ebb9-5f67-000000000b8a | TASK | Create libvirt persistent data directories 2025-10-06 07:23:08.727972 | fa163ea7-07d0-ebb9-5f67-000000000b8a | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-06 07:23:08.729959 | fa163ea7-07d0-ebb9-5f67-000000000b8a | TIMING | Create libvirt persistent data directories | standalone | 0:02:27.014574 | 0.26s 2025-10-06 07:23:08.739263 | fa163ea7-07d0-ebb9-5f67-000000000b8a | TIMING | Create libvirt persistent data directories | standalone | 0:02:27.023885 | 0.27s 2025-10-06 07:23:08.764092 | fa163ea7-07d0-ebb9-5f67-000000000b8b | TASK | create persistent directories 2025-10-06 07:23:09.001240 | fa163ea7-07d0-ebb9-5f67-000000000b8b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-06 07:23:09.003030 | fa163ea7-07d0-ebb9-5f67-000000000b8b | TIMING | create persistent directories | standalone | 0:02:27.287642 | 0.24s 2025-10-06 07:23:09.223307 | fa163ea7-07d0-ebb9-5f67-000000000b8b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-06 07:23:09.224487 | fa163ea7-07d0-ebb9-5f67-000000000b8b | TIMING | create persistent directories | standalone | 0:02:27.509107 | 0.46s 2025-10-06 07:23:09.231384 | fa163ea7-07d0-ebb9-5f67-000000000b8b | TIMING | create persistent directories | standalone | 0:02:27.516003 | 0.47s 2025-10-06 07:23:09.257161 | fa163ea7-07d0-ebb9-5f67-000000000b8c | TASK | Copy in cleanup script 2025-10-06 07:23:09.734379 | fa163ea7-07d0-ebb9-5f67-000000000b8c | CHANGED | Copy in cleanup script | standalone 2025-10-06 07:23:09.735964 | fa163ea7-07d0-ebb9-5f67-000000000b8c | TIMING | Copy in cleanup script | standalone | 0:02:28.020582 | 0.48s 2025-10-06 07:23:09.760783 | fa163ea7-07d0-ebb9-5f67-000000000b8d | TASK | Copy in cleanup service 2025-10-06 07:23:10.175803 | fa163ea7-07d0-ebb9-5f67-000000000b8d | CHANGED | Copy in cleanup service | standalone 2025-10-06 07:23:10.177265 | fa163ea7-07d0-ebb9-5f67-000000000b8d | TIMING | Copy in cleanup service | standalone | 0:02:28.461884 | 0.42s 2025-10-06 07:23:10.201536 | fa163ea7-07d0-ebb9-5f67-000000000b8e | TASK | Enabling the cleanup service 2025-10-06 07:23:10.884571 | fa163ea7-07d0-ebb9-5f67-000000000b8e | CHANGED | Enabling the cleanup service | standalone 2025-10-06 07:23:10.886427 | fa163ea7-07d0-ebb9-5f67-000000000b8e | TIMING | Enabling the cleanup service | standalone | 0:02:29.171046 | 0.68s 2025-10-06 07:23:10.911211 | fa163ea7-07d0-ebb9-5f67-000000000b8f | TASK | create persistent directories 2025-10-06 07:23:11.165406 | fa163ea7-07d0-ebb9-5f67-000000000b8f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-06 07:23:11.167484 | fa163ea7-07d0-ebb9-5f67-000000000b8f | TIMING | create persistent directories | standalone | 0:02:29.452100 | 0.26s 2025-10-06 07:23:11.355137 | fa163ea7-07d0-ebb9-5f67-000000000b8f | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-06 07:23:11.356666 | fa163ea7-07d0-ebb9-5f67-000000000b8f | TIMING | create persistent directories | standalone | 0:02:29.641288 | 0.44s 2025-10-06 07:23:11.367257 | fa163ea7-07d0-ebb9-5f67-000000000b8f | TIMING | create persistent directories | standalone | 0:02:29.651881 | 0.45s 2025-10-06 07:23:11.391141 | fa163ea7-07d0-ebb9-5f67-000000000b90 | TASK | set conditions 2025-10-06 07:23:11.420149 | fa163ea7-07d0-ebb9-5f67-000000000b90 | OK | set conditions | standalone 2025-10-06 07:23:11.421219 | fa163ea7-07d0-ebb9-5f67-000000000b90 | TIMING | set conditions | standalone | 0:02:29.705839 | 0.03s 2025-10-06 07:23:11.472623 | fa163ea7-07d0-ebb9-5f67-000000000b91 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:29.757240 | 0.03s 2025-10-06 07:23:11.548503 | fa163ea7-07d0-ebb9-5f67-00000000125a | TASK | Gather variables for each operating system 2025-10-06 07:23:11.659751 | fa163ea7-07d0-ebb9-5f67-00000000125a | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:29.944363 | 0.11s 2025-10-06 07:23:11.684130 | fa163ea7-07d0-ebb9-5f67-00000000125b | TASK | Set packages facts 2025-10-06 07:23:11.727560 | fa163ea7-07d0-ebb9-5f67-00000000125b | OK | Set packages facts | standalone 2025-10-06 07:23:11.728663 | fa163ea7-07d0-ebb9-5f67-00000000125b | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:30.013286 | 0.04s 2025-10-06 07:23:11.752495 | fa163ea7-07d0-ebb9-5f67-00000000125c | TASK | Manage package 2025-10-06 07:23:11.812408 | fa163ea7-07d0-ebb9-5f67-00000000125c | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-06 07:23:11.837360 | fa163ea7-07d0-ebb9-5f67-00000000125c | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-06 07:23:11.854553 | fa163ea7-07d0-ebb9-5f67-00000000125c | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-06 07:23:16.493204 | fa163ea7-07d0-ebb9-5f67-00000000125c | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:34.777808 | 4.74s 2025-10-06 07:23:16.501576 | fa163ea7-07d0-ebb9-5f67-00000000125c | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-06 07:23:16.508792 | fa163ea7-07d0-ebb9-5f67-00000000125c | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:34.793404 | 4.75s 2025-10-06 07:23:16.556514 | fa163ea7-07d0-ebb9-5f67-000000000b92 | TASK | create fcontext for rabbitmq data 2025-10-06 07:23:17.805652 | fa163ea7-07d0-ebb9-5f67-000000000b92 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-06 07:23:17.807822 | fa163ea7-07d0-ebb9-5f67-000000000b92 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:36.092435 | 1.25s 2025-10-06 07:23:17.833113 | fa163ea7-07d0-ebb9-5f67-000000000b93 | TASK | create persistent directories 2025-10-06 07:23:18.105614 | fa163ea7-07d0-ebb9-5f67-000000000b93 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-06 07:23:18.107286 | fa163ea7-07d0-ebb9-5f67-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.391900 | 0.27s 2025-10-06 07:23:18.302145 | fa163ea7-07d0-ebb9-5f67-000000000b93 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-06 07:23:18.304040 | fa163ea7-07d0-ebb9-5f67-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.588661 | 0.47s 2025-10-06 07:23:18.315061 | fa163ea7-07d0-ebb9-5f67-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.599660 | 0.48s 2025-10-06 07:23:18.342401 | fa163ea7-07d0-ebb9-5f67-000000000b94 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-06 07:23:18.657183 | fa163ea7-07d0-ebb9-5f67-000000000b94 | 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 07:23:18.658944 | fa163ea7-07d0-ebb9-5f67-000000000b94 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:36.943559 | 0.31s 2025-10-06 07:23:18.683804 | fa163ea7-07d0-ebb9-5f67-000000000b95 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-06 07:23:18.714329 | fa163ea7-07d0-ebb9-5f67-000000000b95 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-06 07:23:18.715607 | fa163ea7-07d0-ebb9-5f67-000000000b95 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:37.000223 | 0.03s 2025-10-06 07:23:18.740370 | fa163ea7-07d0-ebb9-5f67-000000000b96 | TASK | Remove existing entries from logind conf 2025-10-06 07:23:18.973083 | fa163ea7-07d0-ebb9-5f67-000000000b96 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-06 07:23:18.974804 | fa163ea7-07d0-ebb9-5f67-000000000b96 | TIMING | Remove existing entries from logind conf | standalone | 0:02:37.259419 | 0.23s 2025-10-06 07:23:18.999232 | fa163ea7-07d0-ebb9-5f67-000000000b97 | TASK | Make sure systemd-logind ignores power off 2025-10-06 07:23:19.226366 | fa163ea7-07d0-ebb9-5f67-000000000b97 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-06 07:23:19.228410 | fa163ea7-07d0-ebb9-5f67-000000000b97 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:37.513025 | 0.23s 2025-10-06 07:23:19.255188 | fa163ea7-07d0-ebb9-5f67-000000000b98 | TASK | Restart systemd-logind 2025-10-06 07:23:19.804824 | fa163ea7-07d0-ebb9-5f67-000000000b98 | CHANGED | Restart systemd-logind | standalone 2025-10-06 07:23:19.808107 | fa163ea7-07d0-ebb9-5f67-000000000b98 | TIMING | Restart systemd-logind | standalone | 0:02:38.092723 | 0.55s 2025-10-06 07:23:19.835063 | fa163ea7-07d0-ebb9-5f67-000000000b99 | 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 07:23:19.909244 | fa163ea7-07d0-ebb9-5f67-000000000b99 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-06 07:23:19.910417 | fa163ea7-07d0-ebb9-5f67-000000000b99 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:38.195034 | 0.07s 2025-10-06 07:23:19.935385 | fa163ea7-07d0-ebb9-5f67-000000000b9a | 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 07:23:20.008198 | fa163ea7-07d0-ebb9-5f67-000000000b9a | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-06 07:23:20.009337 | fa163ea7-07d0-ebb9-5f67-000000000b9a | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:38.293956 | 0.07s 2025-10-06 07:23:20.033381 | fa163ea7-07d0-ebb9-5f67-000000000b9b | TASK | create persistent logs directory 2025-10-06 07:23:20.282606 | fa163ea7-07d0-ebb9-5f67-000000000b9b | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-06 07:23:20.285385 | fa163ea7-07d0-ebb9-5f67-000000000b9b | TIMING | create persistent logs directory | standalone | 0:02:38.569999 | 0.25s 2025-10-06 07:23:20.490141 | fa163ea7-07d0-ebb9-5f67-000000000b9b | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-06 07:23:20.491998 | fa163ea7-07d0-ebb9-5f67-000000000b9b | TIMING | create persistent logs directory | standalone | 0:02:38.776618 | 0.46s 2025-10-06 07:23:20.503316 | fa163ea7-07d0-ebb9-5f67-000000000b9b | TIMING | create persistent logs directory | standalone | 0:02:38.787915 | 0.47s 2025-10-06 07:23:20.529656 | fa163ea7-07d0-ebb9-5f67-000000000b9d | TASK | Set login facts 2025-10-06 07:23:20.560451 | fa163ea7-07d0-ebb9-5f67-000000000b9d | OK | Set login facts | standalone 2025-10-06 07:23:20.562163 | fa163ea7-07d0-ebb9-5f67-000000000b9d | TIMING | Set login facts | standalone | 0:02:38.846779 | 0.03s 2025-10-06 07:23:20.587543 | fa163ea7-07d0-ebb9-5f67-000000000b9e | TASK | Convert logins json to dict 2025-10-06 07:23:20.631092 | fa163ea7-07d0-ebb9-5f67-000000000b9e | SKIPPED | Convert logins json to dict | standalone 2025-10-06 07:23:20.632985 | fa163ea7-07d0-ebb9-5f67-000000000b9e | TIMING | Convert logins json to dict | standalone | 0:02:38.917597 | 0.04s 2025-10-06 07:23:20.658918 | fa163ea7-07d0-ebb9-5f67-000000000b9f | TASK | Set registry logins 2025-10-06 07:23:20.711635 | fa163ea7-07d0-ebb9-5f67-000000000b9f | SKIPPED | Set registry logins | standalone 2025-10-06 07:23:20.713215 | fa163ea7-07d0-ebb9-5f67-000000000b9f | TIMING | Set registry logins | standalone | 0:02:38.997832 | 0.05s 2025-10-06 07:23:20.738629 | fa163ea7-07d0-ebb9-5f67-000000000ba0 | TASK | Run podman install 2025-10-06 07:23:20.771662 | fa163ea7-07d0-ebb9-5f67-000000000ba0 | TIMING | Run podman install | standalone | 0:02:39.056272 | 0.03s 2025-10-06 07:23:20.851176 | fa163ea7-07d0-ebb9-5f67-00000000133c | TASK | Gather variables for each operating system 2025-10-06 07:23:20.994640 | fa163ea7-07d0-ebb9-5f67-00000000133c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-06 07:23:20.995633 | fa163ea7-07d0-ebb9-5f67-00000000133c | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:39.280257 | 0.14s 2025-10-06 07:23:21.000948 | fa163ea7-07d0-ebb9-5f67-00000000133c | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:39.285549 | 0.15s 2025-10-06 07:23:21.026888 | fa163ea7-07d0-ebb9-5f67-00000000133e | TASK | ensure podman and deps are installed 2025-10-06 07:23:23.882437 | fa163ea7-07d0-ebb9-5f67-00000000133e | OK | ensure podman and deps are installed | standalone 2025-10-06 07:23:23.884445 | fa163ea7-07d0-ebb9-5f67-00000000133e | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:42.169025 | 2.86s 2025-10-06 07:23:23.910261 | fa163ea7-07d0-ebb9-5f67-00000000133f | TASK | Ensure we get the ansible interfaces facts 2025-10-06 07:23:24.515784 | fa163ea7-07d0-ebb9-5f67-00000000133f | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-06 07:23:24.517137 | fa163ea7-07d0-ebb9-5f67-00000000133f | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:42.801754 | 0.61s 2025-10-06 07:23:24.542467 | fa163ea7-07d0-ebb9-5f67-000000001340 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-06 07:23:24.571899 | fa163ea7-07d0-ebb9-5f67-000000001340 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-06 07:23:24.573084 | fa163ea7-07d0-ebb9-5f67-000000001340 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:42.857704 | 0.03s 2025-10-06 07:23:24.598469 | fa163ea7-07d0-ebb9-5f67-000000001342 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-06 07:23:24.629592 | fa163ea7-07d0-ebb9-5f67-000000001342 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-06 07:23:24.630865 | fa163ea7-07d0-ebb9-5f67-000000001342 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:42.915485 | 0.03s 2025-10-06 07:23:24.655954 | fa163ea7-07d0-ebb9-5f67-000000001343 | TASK | Update default network configuration if possible 2025-10-06 07:23:24.687116 | fa163ea7-07d0-ebb9-5f67-000000001343 | SKIPPED | Update default network configuration if possible | standalone 2025-10-06 07:23:24.688299 | fa163ea7-07d0-ebb9-5f67-000000001343 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:42.972919 | 0.03s 2025-10-06 07:23:24.712866 | fa163ea7-07d0-ebb9-5f67-000000001345 | TASK | Make sure /etc/containers/networks exists 2025-10-06 07:23:24.948651 | fa163ea7-07d0-ebb9-5f67-000000001345 | OK | Make sure /etc/containers/networks exists | standalone 2025-10-06 07:23:24.950618 | fa163ea7-07d0-ebb9-5f67-000000001345 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:43.235232 | 0.24s 2025-10-06 07:23:24.978342 | fa163ea7-07d0-ebb9-5f67-000000001346 | TASK | Get current podman network 2025-10-06 07:23:25.289192 | fa163ea7-07d0-ebb9-5f67-000000001346 | CHANGED | Get current podman network | standalone 2025-10-06 07:23:25.290833 | fa163ea7-07d0-ebb9-5f67-000000001346 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:43.575452 | 0.31s 2025-10-06 07:23:25.321398 | fa163ea7-07d0-ebb9-5f67-000000001347 | TASK | Update the default network configuration 2025-10-06 07:23:25.885745 | fa163ea7-07d0-ebb9-5f67-000000001347 | CHANGED | Update the default network configuration | standalone 2025-10-06 07:23:25.887199 | fa163ea7-07d0-ebb9-5f67-000000001347 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:44.171814 | 0.56s 2025-10-06 07:23:25.912160 | fa163ea7-07d0-ebb9-5f67-000000001348 | TASK | Write containers registries.conf 2025-10-06 07:23:26.490338 | fa163ea7-07d0-ebb9-5f67-000000001348 | CHANGED | Write containers registries.conf | standalone 2025-10-06 07:23:26.491806 | fa163ea7-07d0-ebb9-5f67-000000001348 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:44.776425 | 0.58s 2025-10-06 07:23:26.516848 | fa163ea7-07d0-ebb9-5f67-000000001349 | TASK | Write containers.conf 2025-10-06 07:23:26.744418 | fa163ea7-07d0-ebb9-5f67-000000001349 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-06 07:23:26.745911 | fa163ea7-07d0-ebb9-5f67-000000001349 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:45.030527 | 0.23s 2025-10-06 07:23:26.894835 | fa163ea7-07d0-ebb9-5f67-000000001349 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-06 07:23:26.896280 | fa163ea7-07d0-ebb9-5f67-000000001349 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:45.180900 | 0.38s 2025-10-06 07:23:27.045165 | fa163ea7-07d0-ebb9-5f67-000000001349 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-06 07:23:27.046936 | fa163ea7-07d0-ebb9-5f67-000000001349 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:45.331556 | 0.53s 2025-10-06 07:23:27.233241 | fa163ea7-07d0-ebb9-5f67-000000001349 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-06 07:23:27.234286 | fa163ea7-07d0-ebb9-5f67-000000001349 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:45.518907 | 0.72s 2025-10-06 07:23:27.241654 | fa163ea7-07d0-ebb9-5f67-000000001349 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:45.526271 | 0.72s 2025-10-06 07:23:27.259913 | fa163ea7-07d0-ebb9-5f67-00000000134a | TASK | Enable podman.socket service 2025-10-06 07:23:27.289005 | fa163ea7-07d0-ebb9-5f67-00000000134a | SKIPPED | Enable podman.socket service | standalone 2025-10-06 07:23:27.289681 | fa163ea7-07d0-ebb9-5f67-00000000134a | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:45.574308 | 0.03s 2025-10-06 07:23:27.321958 | fa163ea7-07d0-ebb9-5f67-000000000ba1 | TASK | Run podman login 2025-10-06 07:23:27.347137 | fa163ea7-07d0-ebb9-5f67-000000000ba1 | TIMING | Run podman login | standalone | 0:02:45.631764 | 0.02s 2025-10-06 07:23:27.396850 | fa163ea7-07d0-ebb9-5f67-00000000144a | TASK | Perform container registry login(s) with podman 2025-10-06 07:23:27.423753 | fa163ea7-07d0-ebb9-5f67-00000000144a | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:45.708371 | 0.03s 2025-10-06 07:23:27.467601 | fa163ea7-07d0-ebb9-5f67-000000000ba3 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-06 07:23:27.880961 | fa163ea7-07d0-ebb9-5f67-000000000ba3 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-06 07:23:27.882185 | fa163ea7-07d0-ebb9-5f67-000000000ba3 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:46.166806 | 0.41s 2025-10-06 07:23:27.905605 | fa163ea7-07d0-ebb9-5f67-000000000ba4 | TASK | Ensure rsyslog is installed 2025-10-06 07:23:30.664078 | fa163ea7-07d0-ebb9-5f67-000000000ba4 | OK | Ensure rsyslog is installed | standalone 2025-10-06 07:23:30.665476 | fa163ea7-07d0-ebb9-5f67-000000000ba4 | TIMING | Ensure rsyslog is installed | standalone | 0:02:48.950097 | 2.76s 2025-10-06 07:23:30.689222 | fa163ea7-07d0-ebb9-5f67-000000000ba5 | TASK | Ensure rsyslog is enabled and started 2025-10-06 07:23:31.025818 | fa163ea7-07d0-ebb9-5f67-000000000ba5 | OK | Ensure rsyslog is enabled and started | standalone 2025-10-06 07:23:31.027653 | fa163ea7-07d0-ebb9-5f67-000000000ba5 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:49.312273 | 0.34s 2025-10-06 07:23:31.080469 | fa163ea7-07d0-ebb9-5f67-000000000ba6 | TIMING | include_role : tripleo_sshd | standalone | 0:02:49.365081 | 0.03s 2025-10-06 07:23:31.165556 | fa163ea7-07d0-ebb9-5f67-000000001553 | TASK | Gather variables for each operating system 2025-10-06 07:23:31.282861 | fa163ea7-07d0-ebb9-5f67-000000001553 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-06 07:23:31.284172 | fa163ea7-07d0-ebb9-5f67-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:49.568787 | 0.12s 2025-10-06 07:23:31.289811 | fa163ea7-07d0-ebb9-5f67-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:49.574426 | 0.12s 2025-10-06 07:23:31.314800 | fa163ea7-07d0-ebb9-5f67-000000001555 | TASK | Install the OpenSSH server 2025-10-06 07:23:34.132609 | fa163ea7-07d0-ebb9-5f67-000000001555 | OK | Install the OpenSSH server | standalone 2025-10-06 07:23:34.133990 | fa163ea7-07d0-ebb9-5f67-000000001555 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:02:52.418611 | 2.82s 2025-10-06 07:23:34.158314 | fa163ea7-07d0-ebb9-5f67-000000001556 | TASK | Start sshd 2025-10-06 07:23:34.186138 | fa163ea7-07d0-ebb9-5f67-000000001556 | SKIPPED | Start sshd | standalone 2025-10-06 07:23:34.187139 | fa163ea7-07d0-ebb9-5f67-000000001556 | TIMING | tripleo_sshd : Start sshd | standalone | 0:02:52.471759 | 0.03s 2025-10-06 07:23:34.210929 | fa163ea7-07d0-ebb9-5f67-000000001557 | TASK | PasswordAuthentication notice 2025-10-06 07:23:34.240381 | fa163ea7-07d0-ebb9-5f67-000000001557 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-06 07:23:34.241778 | fa163ea7-07d0-ebb9-5f67-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:02:52.526392 | 0.03s 2025-10-06 07:23:34.267621 | fa163ea7-07d0-ebb9-5f67-000000001558 | TASK | PasswordAuthentication duplication notice 2025-10-06 07:23:34.298541 | fa163ea7-07d0-ebb9-5f67-000000001558 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-06 07:23:34.299634 | fa163ea7-07d0-ebb9-5f67-000000001558 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:02:52.584255 | 0.03s 2025-10-06 07:23:34.325613 | fa163ea7-07d0-ebb9-5f67-000000001559 | TASK | Motd duplication notice 2025-10-06 07:23:34.365179 | fa163ea7-07d0-ebb9-5f67-000000001559 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-06 07:23:34.366402 | fa163ea7-07d0-ebb9-5f67-000000001559 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:02:52.651021 | 0.04s 2025-10-06 07:23:34.392963 | fa163ea7-07d0-ebb9-5f67-00000000155a | TASK | Configure the banner text 2025-10-06 07:23:34.422564 | fa163ea7-07d0-ebb9-5f67-00000000155a | SKIPPED | Configure the banner text | standalone 2025-10-06 07:23:34.423843 | fa163ea7-07d0-ebb9-5f67-00000000155a | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:02:52.708457 | 0.03s 2025-10-06 07:23:34.449196 | fa163ea7-07d0-ebb9-5f67-00000000155b | TASK | Configure the motd banner 2025-10-06 07:23:34.479874 | fa163ea7-07d0-ebb9-5f67-00000000155b | SKIPPED | Configure the motd banner | standalone 2025-10-06 07:23:34.481065 | fa163ea7-07d0-ebb9-5f67-00000000155b | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:02:52.765684 | 0.03s 2025-10-06 07:23:34.506450 | fa163ea7-07d0-ebb9-5f67-00000000155c | TASK | Update sshd configuration options from vars 2025-10-06 07:23:34.545277 | fa163ea7-07d0-ebb9-5f67-00000000155c | OK | Update sshd configuration options from vars | standalone 2025-10-06 07:23:34.546422 | fa163ea7-07d0-ebb9-5f67-00000000155c | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:02:52.831043 | 0.04s 2025-10-06 07:23:34.571394 | fa163ea7-07d0-ebb9-5f67-00000000155d | TASK | Adjust ssh server configuration 2025-10-06 07:23:35.135363 | fa163ea7-07d0-ebb9-5f67-00000000155d | CHANGED | Adjust ssh server configuration | standalone 2025-10-06 07:23:35.136445 | fa163ea7-07d0-ebb9-5f67-00000000155d | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:02:53.421068 | 0.56s 2025-10-06 07:23:35.161867 | fa163ea7-07d0-ebb9-5f67-00000000155e | TASK | Restart sshd 2025-10-06 07:23:35.608250 | fa163ea7-07d0-ebb9-5f67-00000000155e | CHANGED | Restart sshd | standalone 2025-10-06 07:23:35.610033 | fa163ea7-07d0-ebb9-5f67-00000000155e | TIMING | tripleo_sshd : Restart sshd | standalone | 0:02:53.894653 | 0.45s 2025-10-06 07:23:35.658316 | fa163ea7-07d0-ebb9-5f67-000000000ba7 | TASK | create persistent directories 2025-10-06 07:23:35.898641 | fa163ea7-07d0-ebb9-5f67-000000000ba7 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-06 07:23:35.900233 | fa163ea7-07d0-ebb9-5f67-000000000ba7 | TIMING | create persistent directories | standalone | 0:02:54.184849 | 0.24s 2025-10-06 07:23:36.115964 | fa163ea7-07d0-ebb9-5f67-000000000ba7 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-06 07:23:36.117588 | fa163ea7-07d0-ebb9-5f67-000000000ba7 | TIMING | create persistent directories | standalone | 0:02:54.402206 | 0.46s 2025-10-06 07:23:36.348049 | fa163ea7-07d0-ebb9-5f67-000000000ba7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-06 07:23:36.349180 | fa163ea7-07d0-ebb9-5f67-000000000ba7 | TIMING | create persistent directories | standalone | 0:02:54.633800 | 0.69s 2025-10-06 07:23:36.361888 | fa163ea7-07d0-ebb9-5f67-000000000ba7 | TIMING | create persistent directories | standalone | 0:02:54.646503 | 0.70s 2025-10-06 07:23:36.387063 | fa163ea7-07d0-ebb9-5f67-000000000ba8 | TASK | create persistent directories 2025-10-06 07:23:36.648656 | fa163ea7-07d0-ebb9-5f67-000000000ba8 | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-06 07:23:36.650833 | fa163ea7-07d0-ebb9-5f67-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:54.935446 | 0.26s 2025-10-06 07:23:36.883826 | fa163ea7-07d0-ebb9-5f67-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-06 07:23:36.885684 | fa163ea7-07d0-ebb9-5f67-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:55.170303 | 0.50s 2025-10-06 07:23:37.088008 | fa163ea7-07d0-ebb9-5f67-000000000ba8 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-06 07:23:37.089635 | fa163ea7-07d0-ebb9-5f67-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:55.374255 | 0.70s 2025-10-06 07:23:37.100676 | fa163ea7-07d0-ebb9-5f67-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:55.385290 | 0.71s 2025-10-06 07:23:37.125511 | fa163ea7-07d0-ebb9-5f67-000000000ba9 | TASK | Set swift_use_local_disks fact 2025-10-06 07:23:37.158666 | fa163ea7-07d0-ebb9-5f67-000000000ba9 | OK | Set swift_use_local_disks fact | standalone 2025-10-06 07:23:37.159733 | fa163ea7-07d0-ebb9-5f67-000000000ba9 | TIMING | Set swift_use_local_disks fact | standalone | 0:02:55.444326 | 0.03s 2025-10-06 07:23:37.184079 | fa163ea7-07d0-ebb9-5f67-000000000baa | TASK | Set use_node_data_lookup fact 2025-10-06 07:23:37.212207 | fa163ea7-07d0-ebb9-5f67-000000000baa | OK | Set use_node_data_lookup fact | standalone 2025-10-06 07:23:37.213420 | fa163ea7-07d0-ebb9-5f67-000000000baa | TIMING | Set use_node_data_lookup fact | standalone | 0:02:55.498040 | 0.03s 2025-10-06 07:23:37.238075 | fa163ea7-07d0-ebb9-5f67-000000000bab | TASK | Create Swift d1 directory if needed 2025-10-06 07:23:37.479818 | fa163ea7-07d0-ebb9-5f67-000000000bab | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-06 07:23:37.481125 | fa163ea7-07d0-ebb9-5f67-000000000bab | TIMING | Create Swift d1 directory if needed | standalone | 0:02:55.765747 | 0.24s 2025-10-06 07:23:37.504673 | fa163ea7-07d0-ebb9-5f67-000000000bac | TASK | Set fact for SwiftRawDisks 2025-10-06 07:23:37.543488 | fa163ea7-07d0-ebb9-5f67-000000000bac | OK | Set fact for SwiftRawDisks | standalone 2025-10-06 07:23:37.544519 | fa163ea7-07d0-ebb9-5f67-000000000bac | TIMING | Set fact for SwiftRawDisks | standalone | 0:02:55.829141 | 0.04s 2025-10-06 07:23:37.567941 | fa163ea7-07d0-ebb9-5f67-000000000bad | TASK | Get hiera swift::storage::disks::args 2025-10-06 07:23:37.596443 | fa163ea7-07d0-ebb9-5f67-000000000bad | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-06 07:23:37.597474 | fa163ea7-07d0-ebb9-5f67-000000000bad | TIMING | Get hiera swift::storage::disks::args | standalone | 0:02:55.882094 | 0.03s 2025-10-06 07:23:37.621076 | fa163ea7-07d0-ebb9-5f67-000000000bae | TASK | Set fact for swift_raw_disks 2025-10-06 07:23:37.650606 | fa163ea7-07d0-ebb9-5f67-000000000bae | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-06 07:23:37.651603 | fa163ea7-07d0-ebb9-5f67-000000000bae | TIMING | Set fact for swift_raw_disks | standalone | 0:02:55.936224 | 0.03s 2025-10-06 07:23:37.676608 | fa163ea7-07d0-ebb9-5f67-000000000baf | TASK | Format SwiftRawDisks 2025-10-06 07:23:37.704979 | fa163ea7-07d0-ebb9-5f67-000000000baf | TIMING | Format SwiftRawDisks | standalone | 0:02:55.989595 | 0.03s 2025-10-06 07:23:37.729587 | fa163ea7-07d0-ebb9-5f67-000000000bb0 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-06 07:23:37.778352 | fa163ea7-07d0-ebb9-5f67-000000000bb0 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-06 07:23:37.779415 | fa163ea7-07d0-ebb9-5f67-000000000bb0 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:02:56.064036 | 0.05s 2025-10-06 07:23:37.803416 | fa163ea7-07d0-ebb9-5f67-000000000bb1 | TASK | Mount devices defined in SwiftRawDisks 2025-10-06 07:23:37.831415 | fa163ea7-07d0-ebb9-5f67-000000000bb1 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:02:56.116030 | 0.03s 2025-10-06 07:23:37.855929 | fa163ea7-07d0-ebb9-5f67-000000000bb2 | TASK | Check for NTP service 2025-10-06 07:23:38.116503 | fa163ea7-07d0-ebb9-5f67-000000000bb2 | CHANGED | Check for NTP service | standalone 2025-10-06 07:23:38.117768 | fa163ea7-07d0-ebb9-5f67-000000000bb2 | TIMING | Check for NTP service | standalone | 0:02:56.402388 | 0.26s 2025-10-06 07:23:38.142067 | fa163ea7-07d0-ebb9-5f67-000000000bb3 | TASK | Disable NTP before configuring Chrony 2025-10-06 07:23:38.191083 | fa163ea7-07d0-ebb9-5f67-000000000bb3 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-06 07:23:38.192105 | fa163ea7-07d0-ebb9-5f67-000000000bb3 | TIMING | Disable NTP before configuring Chrony | standalone | 0:02:56.476725 | 0.05s 2025-10-06 07:23:38.216148 | fa163ea7-07d0-ebb9-5f67-000000000bb4 | TASK | Install, Configure and Run Chrony 2025-10-06 07:23:38.244116 | fa163ea7-07d0-ebb9-5f67-000000000bb4 | TIMING | Install, Configure and Run Chrony | standalone | 0:02:56.528731 | 0.03s 2025-10-06 07:23:38.341040 | fa163ea7-07d0-ebb9-5f67-0000000016df | TASK | Load distro-specific variables 2025-10-06 07:23:38.366738 | fa163ea7-07d0-ebb9-5f67-0000000016df | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.651361 | 0.02s 2025-10-06 07:23:38.374204 | aa7925d5-2c38-4c32-b3f8-548ae0dd4712 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 07:23:38.394304 | fa163ea7-07d0-ebb9-5f67-0000000017bc | TASK | Load distro-specific variables 2025-10-06 07:23:38.447613 | fa163ea7-07d0-ebb9-5f67-0000000017bc | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:23:38.448840 | fa163ea7-07d0-ebb9-5f67-0000000017bc | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.733441 | 0.05s 2025-10-06 07:23:38.454728 | fa163ea7-07d0-ebb9-5f67-0000000017bc | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.739322 | 0.06s 2025-10-06 07:23:38.482242 | fa163ea7-07d0-ebb9-5f67-0000000016e0 | TASK | Install chronyd 2025-10-06 07:23:38.510530 | fa163ea7-07d0-ebb9-5f67-0000000016e0 | TIMING | chrony : Install chronyd | standalone | 0:02:56.795144 | 0.03s 2025-10-06 07:23:38.531677 | 19cc29db-d170-4f4c-bf9f-40f4006d333a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-06 07:23:38.564051 | fa163ea7-07d0-ebb9-5f67-0000000017f5 | TASK | Load distro-specific variables 2025-10-06 07:23:38.589956 | fa163ea7-07d0-ebb9-5f67-0000000017f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.874577 | 0.02s 2025-10-06 07:23:38.600166 | fee092a7-5926-4cd7-9969-6748fc9cbbc7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 07:23:38.625058 | fa163ea7-07d0-ebb9-5f67-00000000183c | TASK | Load distro-specific variables 2025-10-06 07:23:38.678779 | fa163ea7-07d0-ebb9-5f67-00000000183c | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:23:38.679877 | fa163ea7-07d0-ebb9-5f67-00000000183c | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.964497 | 0.05s 2025-10-06 07:23:38.685688 | fa163ea7-07d0-ebb9-5f67-00000000183c | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.970311 | 0.06s 2025-10-06 07:23:38.710053 | fa163ea7-07d0-ebb9-5f67-0000000017f6 | TASK | Check for NTP service 2025-10-06 07:23:38.951931 | fa163ea7-07d0-ebb9-5f67-0000000017f6 | CHANGED | Check for NTP service | standalone 2025-10-06 07:23:38.953503 | fa163ea7-07d0-ebb9-5f67-0000000017f6 | TIMING | chrony : Check for NTP service | standalone | 0:02:57.238123 | 0.24s 2025-10-06 07:23:38.977920 | fa163ea7-07d0-ebb9-5f67-0000000017f7 | TASK | Disable NTP before configuring Chrony 2025-10-06 07:23:39.028243 | fa163ea7-07d0-ebb9-5f67-0000000017f7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-06 07:23:39.029321 | fa163ea7-07d0-ebb9-5f67-0000000017f7 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:02:57.313941 | 0.05s 2025-10-06 07:23:39.053958 | fa163ea7-07d0-ebb9-5f67-0000000017f8 | TASK | Install chronyd package 2025-10-06 07:23:41.902824 | fa163ea7-07d0-ebb9-5f67-0000000017f8 | OK | Install chronyd package | standalone 2025-10-06 07:23:41.904221 | fa163ea7-07d0-ebb9-5f67-0000000017f8 | TIMING | chrony : Install chronyd package | standalone | 0:03:00.188842 | 2.85s 2025-10-06 07:23:41.929450 | fa163ea7-07d0-ebb9-5f67-0000000016e1 | TASK | Upgrade chronyd 2025-10-06 07:23:41.950442 | fa163ea7-07d0-ebb9-5f67-0000000016e1 | SKIPPED | Upgrade chronyd | standalone 2025-10-06 07:23:41.951454 | fa163ea7-07d0-ebb9-5f67-0000000016e1 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:00.236075 | 0.02s 2025-10-06 07:23:41.977265 | fa163ea7-07d0-ebb9-5f67-0000000016e2 | TASK | Configure chronyd 2025-10-06 07:23:42.008980 | fa163ea7-07d0-ebb9-5f67-0000000016e2 | TIMING | chrony : Configure chronyd | standalone | 0:03:00.293593 | 0.03s 2025-10-06 07:23:42.027565 | 75fbc8f3-0726-4e61-8465-754b72a8ab22 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-06 07:23:42.064507 | fa163ea7-07d0-ebb9-5f67-000000001875 | TASK | Load distro-specific variables 2025-10-06 07:23:42.090730 | fa163ea7-07d0-ebb9-5f67-000000001875 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:00.375330 | 0.03s 2025-10-06 07:23:42.100862 | 8faa2b6a-8667-4a77-a818-d9fb2fac19d5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 07:23:42.123252 | fa163ea7-07d0-ebb9-5f67-0000000018e1 | TASK | Load distro-specific variables 2025-10-06 07:23:42.177389 | fa163ea7-07d0-ebb9-5f67-0000000018e1 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:23:42.178804 | fa163ea7-07d0-ebb9-5f67-0000000018e1 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:00.463419 | 0.05s 2025-10-06 07:23:42.185075 | fa163ea7-07d0-ebb9-5f67-0000000018e1 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:00.469696 | 0.06s 2025-10-06 07:23:42.209476 | fa163ea7-07d0-ebb9-5f67-000000001876 | TASK | Install chrony configuration file 2025-10-06 07:23:42.801600 | fa163ea7-07d0-ebb9-5f67-000000001876 | OK | Install chrony configuration file | standalone 2025-10-06 07:23:42.802996 | fa163ea7-07d0-ebb9-5f67-000000001876 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:01.087615 | 0.59s 2025-10-06 07:23:42.827755 | fa163ea7-07d0-ebb9-5f67-0000000016e3 | TASK | Run chronyd 2025-10-06 07:23:42.857187 | fa163ea7-07d0-ebb9-5f67-0000000016e3 | TIMING | chrony : Run chronyd | standalone | 0:03:01.141803 | 0.03s 2025-10-06 07:23:42.877878 | 9e9857bd-a289-4ba8-983d-033ae7208e46 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-06 07:23:42.919548 | fa163ea7-07d0-ebb9-5f67-000000001904 | TASK | Load distro-specific variables 2025-10-06 07:23:42.945654 | fa163ea7-07d0-ebb9-5f67-000000001904 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.230275 | 0.03s 2025-10-06 07:23:42.955717 | 60731725-c6c5-43dc-a731-811acfbc87d7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 07:23:42.978981 | fa163ea7-07d0-ebb9-5f67-000000001988 | TASK | Load distro-specific variables 2025-10-06 07:23:43.032123 | fa163ea7-07d0-ebb9-5f67-000000001988 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 07:23:43.033381 | fa163ea7-07d0-ebb9-5f67-000000001988 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.317997 | 0.05s 2025-10-06 07:23:43.039460 | fa163ea7-07d0-ebb9-5f67-000000001988 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.324079 | 0.06s 2025-10-06 07:23:43.064476 | fa163ea7-07d0-ebb9-5f67-000000001905 | TASK | Ensure chronyd is running 2025-10-06 07:23:43.479134 | fa163ea7-07d0-ebb9-5f67-000000001905 | OK | Ensure chronyd is running | standalone 2025-10-06 07:23:43.481121 | fa163ea7-07d0-ebb9-5f67-000000001905 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:01.765739 | 0.42s 2025-10-06 07:23:43.508234 | fa163ea7-07d0-ebb9-5f67-000000001906 | TASK | Force chronyd restart 2025-10-06 07:23:43.549838 | fa163ea7-07d0-ebb9-5f67-000000001906 | SKIPPED | Force chronyd restart | standalone 2025-10-06 07:23:43.550900 | fa163ea7-07d0-ebb9-5f67-000000001906 | TIMING | chrony : Force chronyd restart | standalone | 0:03:01.835520 | 0.04s 2025-10-06 07:23:43.575236 | fa163ea7-07d0-ebb9-5f67-0000000016e4 | TASK | Enable online service 2025-10-06 07:23:43.604296 | fa163ea7-07d0-ebb9-5f67-0000000016e4 | TIMING | chrony : Enable online service | standalone | 0:03:01.888912 | 0.03s 2025-10-06 07:23:43.622502 | 253d54cd-0349-4809-99d6-e8f5cb159597 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-06 07:23:43.665520 | fa163ea7-07d0-ebb9-5f67-0000000019b5 | TASK | Create chrony-online.service unit file 2025-10-06 07:23:44.136808 | fa163ea7-07d0-ebb9-5f67-0000000019b5 | OK | Create chrony-online.service unit file | standalone 2025-10-06 07:23:44.138177 | fa163ea7-07d0-ebb9-5f67-0000000019b5 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:02.422796 | 0.47s 2025-10-06 07:23:44.163082 | fa163ea7-07d0-ebb9-5f67-0000000019b6 | TASK | Enable chrony-online.service 2025-10-06 07:23:44.838618 | fa163ea7-07d0-ebb9-5f67-0000000019b6 | CHANGED | Enable chrony-online.service | standalone 2025-10-06 07:23:44.842124 | fa163ea7-07d0-ebb9-5f67-0000000019b6 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:03.126743 | 0.68s 2025-10-06 07:23:44.869167 | fa163ea7-07d0-ebb9-5f67-0000000016e5 | TASK | Sync chronyc 2025-10-06 07:23:44.898452 | fa163ea7-07d0-ebb9-5f67-0000000016e5 | TIMING | chrony : Sync chronyc | standalone | 0:03:03.183062 | 0.03s 2025-10-06 07:23:44.917090 | d93af214-40a3-4a96-9dd6-10d5ac7015f0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-06 07:23:44.964193 | fa163ea7-07d0-ebb9-5f67-000000001a5b | TASK | Force NTP sync 2025-10-06 07:23:45.192478 | fa163ea7-07d0-ebb9-5f67-000000001a5b | CHANGED | Force NTP sync | standalone 2025-10-06 07:23:45.195050 | fa163ea7-07d0-ebb9-5f67-000000001a5b | TIMING | chrony : Force NTP sync | standalone | 0:03:03.479661 | 0.23s 2025-10-06 07:23:45.219634 | fa163ea7-07d0-ebb9-5f67-000000001a5c | TASK | Ensure system is NTP time synced 2025-10-06 07:23:45.446936 | fa163ea7-07d0-ebb9-5f67-000000001a5c | CHANGED | Ensure system is NTP time synced | standalone 2025-10-06 07:23:45.448205 | fa163ea7-07d0-ebb9-5f67-000000001a5c | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:03.732824 | 0.23s 2025-10-06 07:23:45.494258 | fa163ea7-07d0-ebb9-5f67-000000000bb5 | TASK | Force NTP sync 2025-10-06 07:23:45.723543 | fa163ea7-07d0-ebb9-5f67-000000000bb5 | CHANGED | Force NTP sync | standalone 2025-10-06 07:23:45.724849 | fa163ea7-07d0-ebb9-5f67-000000000bb5 | TIMING | Force NTP sync | standalone | 0:03:04.009470 | 0.23s 2025-10-06 07:23:45.748698 | fa163ea7-07d0-ebb9-5f67-000000000bb6 | TASK | Ensure system is NTP time synced 2025-10-06 07:23:45.967458 | fa163ea7-07d0-ebb9-5f67-000000000bb6 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-06 07:23:45.968198 | fa163ea7-07d0-ebb9-5f67-000000000bb6 | TIMING | Ensure system is NTP time synced | standalone | 0:03:04.252827 | 0.22s 2025-10-06 07:23:45.991917 | fa163ea7-07d0-ebb9-5f67-000000000bb7 | TASK | Run timezone role 2025-10-06 07:23:46.019983 | fa163ea7-07d0-ebb9-5f67-000000000bb7 | TIMING | Run timezone role | standalone | 0:03:04.304590 | 0.03s 2025-10-06 07:23:46.117883 | fa163ea7-07d0-ebb9-5f67-000000001c14 | TASK | Set timezone 2025-10-06 07:23:46.613476 | fa163ea7-07d0-ebb9-5f67-000000001c14 | OK | Set timezone | standalone 2025-10-06 07:23:46.614818 | fa163ea7-07d0-ebb9-5f67-000000001c14 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:04.899436 | 0.50s 2025-10-06 07:23:46.639091 | fa163ea7-07d0-ebb9-5f67-000000001c15 | TASK | Restart time services 2025-10-06 07:23:46.679189 | fa163ea7-07d0-ebb9-5f67-000000001c15 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-06 07:23:46.686014 | fa163ea7-07d0-ebb9-5f67-000000001c15 | SKIPPED | Restart time services | standalone | item=crond 2025-10-06 07:23:46.692492 | fa163ea7-07d0-ebb9-5f67-000000001c15 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:04.977110 | 0.05s 2025-10-06 07:23:46.739487 | fa163ea7-07d0-ebb9-5f67-000000000bb8 | TASK | install tmpwatch on the host 2025-10-06 07:23:49.670213 | fa163ea7-07d0-ebb9-5f67-000000000bb8 | OK | install tmpwatch on the host | standalone 2025-10-06 07:23:49.671746 | fa163ea7-07d0-ebb9-5f67-000000000bb8 | TIMING | install tmpwatch on the host | standalone | 0:03:07.956340 | 2.93s 2025-10-06 07:23:49.695571 | fa163ea7-07d0-ebb9-5f67-000000000bb9 | TASK | Notice - ctlplane subnet is set 2025-10-06 07:23:49.726353 | fa163ea7-07d0-ebb9-5f67-000000000bb9 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-06 07:23:49.727611 | fa163ea7-07d0-ebb9-5f67-000000000bb9 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:08.012230 | 0.03s 2025-10-06 07:23:49.771898 | fa163ea7-07d0-ebb9-5f67-000000000bba | TIMING | include_role : tuned | standalone | 0:03:08.056509 | 0.02s 2025-10-06 07:23:49.876639 | fa163ea7-07d0-ebb9-5f67-000000001e38 | TASK | Gather variables for each operating system 2025-10-06 07:23:49.984089 | fa163ea7-07d0-ebb9-5f67-000000001e38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-06 07:23:49.985421 | fa163ea7-07d0-ebb9-5f67-000000001e38 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:08.270038 | 0.11s 2025-10-06 07:23:49.991454 | fa163ea7-07d0-ebb9-5f67-000000001e38 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:08.276070 | 0.11s 2025-10-06 07:23:50.063785 | fa163ea7-07d0-ebb9-5f67-000000001e39 | TIMING | tuned : include_tasks | standalone | 0:03:08.348403 | 0.05s 2025-10-06 07:23:50.073828 | 3e62e222-8d70-40e1-86a0-c96cc9a571f6 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-06 07:23:50.093628 | fa163ea7-07d0-ebb9-5f67-000000001f61 | TASK | Check tuned package is installed 2025-10-06 07:23:50.343392 | fa163ea7-07d0-ebb9-5f67-000000001f61 | CHANGED | Check tuned package is installed | standalone 2025-10-06 07:23:50.344703 | fa163ea7-07d0-ebb9-5f67-000000001f61 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:08.629323 | 0.25s 2025-10-06 07:23:50.369498 | fa163ea7-07d0-ebb9-5f67-000000001f62 | TASK | Install tuned 2025-10-06 07:23:50.399668 | fa163ea7-07d0-ebb9-5f67-000000001f62 | SKIPPED | Install tuned | standalone 2025-10-06 07:23:50.401102 | fa163ea7-07d0-ebb9-5f67-000000001f62 | TIMING | tuned : Install tuned | standalone | 0:03:08.685719 | 0.03s 2025-10-06 07:23:50.426792 | fa163ea7-07d0-ebb9-5f67-000000001f63 | TASK | Restart tuned 2025-10-06 07:23:50.459259 | fa163ea7-07d0-ebb9-5f67-000000001f63 | SKIPPED | Restart tuned | standalone 2025-10-06 07:23:50.460226 | fa163ea7-07d0-ebb9-5f67-000000001f63 | TIMING | tuned : Restart tuned | standalone | 0:03:08.744849 | 0.03s 2025-10-06 07:23:50.480617 | fa163ea7-07d0-ebb9-5f67-000000001e3a | TASK | Check for tuned-adm 2025-10-06 07:23:50.681621 | fa163ea7-07d0-ebb9-5f67-000000001e3a | OK | Check for tuned-adm | standalone 2025-10-06 07:23:50.682630 | fa163ea7-07d0-ebb9-5f67-000000001e3a | TIMING | tuned : Check for tuned-adm | standalone | 0:03:08.967255 | 0.20s 2025-10-06 07:23:50.730759 | fa163ea7-07d0-ebb9-5f67-000000001e3b | TIMING | tuned : include_tasks | standalone | 0:03:09.015353 | 0.03s 2025-10-06 07:23:50.743672 | 1be18cf2-59da-4741-b03d-c9e4728b101c | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-06 07:23:50.778311 | fa163ea7-07d0-ebb9-5f67-000000001f8e | TASK | Ensure profile directory exists 2025-10-06 07:23:50.828932 | fa163ea7-07d0-ebb9-5f67-000000001f8e | SKIPPED | Ensure profile directory exists | standalone 2025-10-06 07:23:50.830114 | fa163ea7-07d0-ebb9-5f67-000000001f8e | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:09.114733 | 0.05s 2025-10-06 07:23:50.859322 | fa163ea7-07d0-ebb9-5f67-000000001f8f | TASK | Create custom tuned profile 2025-10-06 07:23:50.945173 | fa163ea7-07d0-ebb9-5f67-000000001f8f | SKIPPED | Create custom tuned profile | standalone 2025-10-06 07:23:50.946424 | fa163ea7-07d0-ebb9-5f67-000000001f8f | TIMING | tuned : Create custom tuned profile | standalone | 0:03:09.231045 | 0.09s 2025-10-06 07:23:50.967750 | fa163ea7-07d0-ebb9-5f67-000000001f90 | TASK | Check tuned active profile 2025-10-06 07:23:51.224867 | fa163ea7-07d0-ebb9-5f67-000000001f90 | OK | Check tuned active profile | standalone 2025-10-06 07:23:51.225964 | fa163ea7-07d0-ebb9-5f67-000000001f90 | TIMING | tuned : Check tuned active profile | standalone | 0:03:09.510586 | 0.26s 2025-10-06 07:23:51.250538 | fa163ea7-07d0-ebb9-5f67-000000001f91 | TASK | Check Tuned Configuration file exists 2025-10-06 07:23:51.537387 | fa163ea7-07d0-ebb9-5f67-000000001f91 | OK | Check Tuned Configuration file exists | standalone 2025-10-06 07:23:51.538910 | fa163ea7-07d0-ebb9-5f67-000000001f91 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:09.823528 | 0.29s 2025-10-06 07:23:51.563714 | fa163ea7-07d0-ebb9-5f67-000000001f92 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-06 07:23:51.633650 | fa163ea7-07d0-ebb9-5f67-000000001f92 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-06 07:23:51.634964 | fa163ea7-07d0-ebb9-5f67-000000001f92 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:09.919583 | 0.07s 2025-10-06 07:23:51.661657 | fa163ea7-07d0-ebb9-5f67-000000001f93 | TASK | Configure isolated cores for profile throughput-performance 2025-10-06 07:23:51.723589 | fa163ea7-07d0-ebb9-5f67-000000001f93 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-06 07:23:51.724849 | fa163ea7-07d0-ebb9-5f67-000000001f93 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:10.009465 | 0.06s 2025-10-06 07:23:51.749701 | fa163ea7-07d0-ebb9-5f67-000000001f94 | TASK | Enable tuned profile 2025-10-06 07:23:51.782408 | fa163ea7-07d0-ebb9-5f67-000000001f94 | SKIPPED | Enable tuned profile | standalone 2025-10-06 07:23:51.783476 | fa163ea7-07d0-ebb9-5f67-000000001f94 | TIMING | tuned : Enable tuned profile | standalone | 0:03:10.068096 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-06 07:23:51.955364 | fa163ea7-07d0-ebb9-5f67-0000000000ac | TASK | Overcloud container setup tasks 2025-10-06 07:23:51.982620 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000ac') missing from stats 2025-10-06 07:23:52.002212 | fa163ea7-07d0-ebb9-5f67-0000000000ad | TASK | Write config data 2025-10-06 07:23:52.062981 | fa163ea7-07d0-ebb9-5f67-0000000000ad | TIMING | Write config data | standalone | 0:03:10.347588 | 0.06s 2025-10-06 07:23:52.104364 | f257689b-ffb5-417c-8ed5-dc8d7ca9e17f | INCLUDED | /root/standalone-ansible-y07zx0qr/common_container_setup_tasks.yaml | standalone 2025-10-06 07:23:52.127555 | fa163ea7-07d0-ebb9-5f67-000000001ff2 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-06 07:23:52.353510 | fa163ea7-07d0-ebb9-5f67-000000001ff2 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-06 07:23:52.354821 | fa163ea7-07d0-ebb9-5f67-000000001ff2 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:10.639442 | 0.23s 2025-10-06 07:23:52.378859 | fa163ea7-07d0-ebb9-5f67-000000001ff3 | TASK | Create ContainerLogStdoutPath directory 2025-10-06 07:23:52.578290 | fa163ea7-07d0-ebb9-5f67-000000001ff3 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-06 07:23:52.579597 | fa163ea7-07d0-ebb9-5f67-000000001ff3 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:10.864218 | 0.20s 2025-10-06 07:23:52.603703 | fa163ea7-07d0-ebb9-5f67-000000001ff4 | TASK | Create /var/lib/tripleo-config directory 2025-10-06 07:23:52.803094 | fa163ea7-07d0-ebb9-5f67-000000001ff4 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-06 07:23:52.804609 | fa163ea7-07d0-ebb9-5f67-000000001ff4 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:11.089227 | 0.20s 2025-10-06 07:23:52.829658 | fa163ea7-07d0-ebb9-5f67-000000001ff5 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-06 07:23:53.050114 | fa163ea7-07d0-ebb9-5f67-000000001ff5 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-06 07:23:53.051408 | fa163ea7-07d0-ebb9-5f67-000000001ff5 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:11.336029 | 0.22s 2025-10-06 07:23:53.076577 | fa163ea7-07d0-ebb9-5f67-000000001ff6 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-06 07:23:53.297766 | fa163ea7-07d0-ebb9-5f67-000000001ff6 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-06 07:23:53.299021 | fa163ea7-07d0-ebb9-5f67-000000001ff6 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:11.583640 | 0.22s 2025-10-06 07:23:53.324127 | fa163ea7-07d0-ebb9-5f67-000000001ffa | TASK | Create fcontext entry for container-config-scripts 2025-10-06 07:23:54.512092 | fa163ea7-07d0-ebb9-5f67-000000001ffa | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-06 07:23:54.513945 | fa163ea7-07d0-ebb9-5f67-000000001ffa | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:12.798560 | 1.19s 2025-10-06 07:23:54.540527 | fa163ea7-07d0-ebb9-5f67-000000001ffb | TASK | Create /var/lib/container-config-scripts 2025-10-06 07:23:54.795667 | fa163ea7-07d0-ebb9-5f67-000000001ffb | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-06 07:23:54.797519 | fa163ea7-07d0-ebb9-5f67-000000001ffb | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:13.082132 | 0.26s 2025-10-06 07:23:54.833187 | fa163ea7-07d0-ebb9-5f67-000000001ffc | TASK | Write container config scripts 2025-10-06 07:23:55.208709 | fa163ea7-07d0-ebb9-5f67-000000001ffc | CHANGED | Write container config scripts | standalone 2025-10-06 07:23:55.210596 | fa163ea7-07d0-ebb9-5f67-000000001ffc | TIMING | Write container config scripts | standalone | 0:03:13.495210 | 0.37s 2025-10-06 07:23:55.237051 | fa163ea7-07d0-ebb9-5f67-000000001ffd | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-06 07:23:55.671301 | fa163ea7-07d0-ebb9-5f67-000000001ffd | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-06 07:23:55.672978 | fa163ea7-07d0-ebb9-5f67-000000001ffd | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:13.957593 | 0.43s 2025-10-06 07:23:55.699151 | fa163ea7-07d0-ebb9-5f67-000000001ffe | TASK | Generate startup configs files per step and per container 2025-10-06 07:23:56.242537 | fa163ea7-07d0-ebb9-5f67-000000001ffe | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-06 07:23:56.250239 | fa163ea7-07d0-ebb9-5f67-000000001ffe | TIMING | Generate startup configs files per step and per container | standalone | 0:03:14.534852 | 0.55s 2025-10-06 07:23:56.287142 | fa163ea7-07d0-ebb9-5f67-000000001fff | TASK | Create /var/lib/kolla/config_files directory 2025-10-06 07:23:56.520663 | fa163ea7-07d0-ebb9-5f67-000000001fff | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-06 07:23:56.522619 | fa163ea7-07d0-ebb9-5f67-000000001fff | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:14.807233 | 0.23s 2025-10-06 07:23:56.548292 | fa163ea7-07d0-ebb9-5f67-000000002000 | TASK | Create /var/lib/config-data directory 2025-10-06 07:23:56.784079 | fa163ea7-07d0-ebb9-5f67-000000002000 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-06 07:23:56.786000 | fa163ea7-07d0-ebb9-5f67-000000002000 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:15.070615 | 0.24s 2025-10-06 07:23:56.811483 | fa163ea7-07d0-ebb9-5f67-000000002001 | TASK | Write container config json files 2025-10-06 07:23:57.267305 | fa163ea7-07d0-ebb9-5f67-000000002001 | CHANGED | Write container config json files | standalone 2025-10-06 07:23:57.275470 | fa163ea7-07d0-ebb9-5f67-000000002001 | TIMING | Write container config json files | standalone | 0:03:15.560077 | 0.46s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-06 07:23:57.438757 | fa163ea7-07d0-ebb9-5f67-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-06 07:23:57.483113 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-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 07:23:57.558069 | fa163ea7-07d0-ebb9-5f67-0000000000b2 | TIMING | include_tasks | standalone | 0:03:15.842668 | 0.04s 2025-10-06 07:23:57.574200 | 17d44faf-af80-4c91-be19-2381aba7fab1 | INCLUDED | /root/standalone-ansible-y07zx0qr/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-06 07:23:57.724241 | fa163ea7-07d0-ebb9-5f67-0000000000b6 | TASK | External deployment step 1 2025-10-06 07:23:57.758539 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000b6') missing from stats 2025-10-06 07:23:57.820001 | fa163ea7-07d0-ebb9-5f67-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:16.104603 | 0.04s 2025-10-06 07:23:57.859199 | 5eafd996-418e-4a6c-a8fb-4633764cc728 | INCLUDED | /root/standalone-ansible-y07zx0qr/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-06 07:23:57.878649 | fa163ea7-07d0-ebb9-5f67-000000002046 | TASK | Set some tripleo-ansible facts 2025-10-06 07:23:57.931632 | fa163ea7-07d0-ebb9-5f67-000000002046 | OK | Set some tripleo-ansible facts | undercloud 2025-10-06 07:23:57.933053 | fa163ea7-07d0-ebb9-5f67-000000002046 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:16.217672 | 0.05s 2025-10-06 07:23:57.948830 | fa163ea7-07d0-ebb9-5f67-000000002048 | TASK | Build disk list for cephadm 2025-10-06 07:23:58.002431 | fa163ea7-07d0-ebb9-5f67-000000002048 | OK | Build disk list for cephadm | undercloud 2025-10-06 07:23:58.004017 | fa163ea7-07d0-ebb9-5f67-000000002048 | TIMING | Build disk list for cephadm | undercloud | 0:03:16.288634 | 0.05s 2025-10-06 07:23:58.024268 | fa163ea7-07d0-ebb9-5f67-00000000204f | TASK | Container image prepare 2025-10-06 07:23:59.055229 | fa163ea7-07d0-ebb9-5f67-00000000204f | CHANGED | Container image prepare | undercloud 2025-10-06 07:23:59.057803 | fa163ea7-07d0-ebb9-5f67-00000000204f | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:17.342416 | 1.03s 2025-10-06 07:23:59.094800 | fa163ea7-07d0-ebb9-5f67-000000002056 | TASK | Create /etc/openstack directory if it does not exist 2025-10-06 07:23:59.349002 | fa163ea7-07d0-ebb9-5f67-000000002056 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-06 07:23:59.350614 | fa163ea7-07d0-ebb9-5f67-000000002056 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:17.635232 | 0.25s 2025-10-06 07:23:59.368980 | fa163ea7-07d0-ebb9-5f67-000000002057 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-06 07:23:59.411342 | fa163ea7-07d0-ebb9-5f67-000000002057 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:17.695947 | 0.04s 2025-10-06 07:23:59.467438 | fa163ea7-07d0-ebb9-5f67-00000000207e | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-06 07:23:59.713968 | fa163ea7-07d0-ebb9-5f67-00000000207e | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-06 07:23:59.715690 | fa163ea7-07d0-ebb9-5f67-00000000207e | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:18.000304 | 0.25s 2025-10-06 07:23:59.736325 | fa163ea7-07d0-ebb9-5f67-00000000207f | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-06 07:24:00.236490 | fa163ea7-07d0-ebb9-5f67-00000000207f | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-06 07:24:00.238141 | fa163ea7-07d0-ebb9-5f67-00000000207f | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:18.522758 | 0.50s 2025-10-06 07:24:00.258604 | fa163ea7-07d0-ebb9-5f67-000000002080 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-06 07:24:00.313959 | fa163ea7-07d0-ebb9-5f67-000000002080 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:18.598567 | 0.05s 2025-10-06 07:24:00.360927 | fa163ea7-07d0-ebb9-5f67-0000000020ba | TASK | Check for a configured destination 2025-10-06 07:24:00.445604 | fa163ea7-07d0-ebb9-5f67-0000000020ba | SKIPPED | Check for a configured destination | undercloud 2025-10-06 07:24:00.447043 | fa163ea7-07d0-ebb9-5f67-0000000020ba | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:18.731653 | 0.08s 2025-10-06 07:24:00.475682 | fa163ea7-07d0-ebb9-5f67-0000000020bb | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-06 07:24:00.993321 | fa163ea7-07d0-ebb9-5f67-0000000020bb | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-06 07:24:00.994932 | fa163ea7-07d0-ebb9-5f67-0000000020bb | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:19.279549 | 0.52s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-06 07:24:01.160608 | fa163ea7-07d0-ebb9-5f67-0000000000ba | TASK | Deploy step tasks for 1 2025-10-06 07:24:01.193941 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000ba') missing from stats 2025-10-06 07:24:01.214450 | fa163ea7-07d0-ebb9-5f67-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-06 07:24:01.786186 | fa163ea7-07d0-ebb9-5f67-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-06 07:24:01.788361 | fa163ea7-07d0-ebb9-5f67-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:20.072973 | 0.57s 2025-10-06 07:24:01.813856 | fa163ea7-07d0-ebb9-5f67-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-06 07:24:02.062273 | fa163ea7-07d0-ebb9-5f67-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-06 07:24:02.064590 | fa163ea7-07d0-ebb9-5f67-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:20.349199 | 0.25s 2025-10-06 07:24:02.095020 | fa163ea7-07d0-ebb9-5f67-0000000000be | TASK | Write config data at the start of step 1 2025-10-06 07:24:02.160584 | fa163ea7-07d0-ebb9-5f67-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:20.445174 | 0.06s 2025-10-06 07:24:02.205497 | 975668bd-3f8d-4630-a725-b416dc3866aa | INCLUDED | /root/standalone-ansible-y07zx0qr/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-06 07:24:02.232061 | fa163ea7-07d0-ebb9-5f67-0000000020f9 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-06 07:24:02.264838 | fa163ea7-07d0-ebb9-5f67-0000000020f9 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-06 07:24:02.265882 | fa163ea7-07d0-ebb9-5f67-0000000020f9 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:20.550502 | 0.03s 2025-10-06 07:24:02.285352 | fa163ea7-07d0-ebb9-5f67-0000000020fa | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-06 07:24:02.324401 | fa163ea7-07d0-ebb9-5f67-0000000020fa | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-06 07:24:02.325832 | fa163ea7-07d0-ebb9-5f67-0000000020fa | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:20.610450 | 0.04s 2025-10-06 07:24:02.350265 | fa163ea7-07d0-ebb9-5f67-0000000020fb | TASK | Write the puppet step_config manifest 2025-10-06 07:24:02.813335 | fa163ea7-07d0-ebb9-5f67-0000000020fb | CHANGED | Write the puppet step_config manifest | standalone 2025-10-06 07:24:02.814879 | fa163ea7-07d0-ebb9-5f67-0000000020fb | TIMING | Write the puppet step_config manifest | standalone | 0:03:21.099496 | 0.46s 2025-10-06 07:24:02.840227 | fa163ea7-07d0-ebb9-5f67-0000000020fc | TASK | Diff puppet step_config manifest changes for check mode 2025-10-06 07:24:02.872397 | fa163ea7-07d0-ebb9-5f67-0000000020fc | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-06 07:24:02.873561 | fa163ea7-07d0-ebb9-5f67-0000000020fc | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:21.158180 | 0.03s 2025-10-06 07:24:02.900143 | fa163ea7-07d0-ebb9-5f67-0000000020fd | TASK | Diff puppet step_config manifest changes for check mode 2025-10-06 07:24:02.932794 | fa163ea7-07d0-ebb9-5f67-0000000020fd | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-06 07:24:02.934225 | fa163ea7-07d0-ebb9-5f67-0000000020fd | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:21.218842 | 0.03s 2025-10-06 07:24:02.959496 | fa163ea7-07d0-ebb9-5f67-0000000020fe | TASK | Create /var/lib/container-puppet 2025-10-06 07:24:03.192204 | fa163ea7-07d0-ebb9-5f67-0000000020fe | OK | Create /var/lib/container-puppet | standalone 2025-10-06 07:24:03.193684 | fa163ea7-07d0-ebb9-5f67-0000000020fe | TIMING | Create /var/lib/container-puppet | standalone | 0:03:21.478302 | 0.23s 2025-10-06 07:24:03.218072 | fa163ea7-07d0-ebb9-5f67-0000000020ff | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-06 07:24:03.251166 | fa163ea7-07d0-ebb9-5f67-0000000020ff | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-06 07:24:03.252295 | fa163ea7-07d0-ebb9-5f67-0000000020ff | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:21.536915 | 0.03s 2025-10-06 07:24:03.276878 | fa163ea7-07d0-ebb9-5f67-000000002100 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-06 07:24:03.308694 | fa163ea7-07d0-ebb9-5f67-000000002100 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-06 07:24:03.309877 | fa163ea7-07d0-ebb9-5f67-000000002100 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:21.594497 | 0.03s 2025-10-06 07:24:03.333577 | fa163ea7-07d0-ebb9-5f67-000000002101 | TASK | Write container-puppet.json file 2025-10-06 07:24:03.902342 | fa163ea7-07d0-ebb9-5f67-000000002101 | CHANGED | Write container-puppet.json file | standalone 2025-10-06 07:24:03.903652 | fa163ea7-07d0-ebb9-5f67-000000002101 | TIMING | Write container-puppet.json file | standalone | 0:03:22.188272 | 0.57s 2025-10-06 07:24:03.927691 | fa163ea7-07d0-ebb9-5f67-000000002102 | TASK | Diff container-puppet.json changes for check mode 2025-10-06 07:24:03.958411 | fa163ea7-07d0-ebb9-5f67-000000002102 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-06 07:24:03.959511 | fa163ea7-07d0-ebb9-5f67-000000002102 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:22.244131 | 0.03s 2025-10-06 07:24:03.983644 | fa163ea7-07d0-ebb9-5f67-000000002103 | TASK | Diff container-puppet.json changes for check mode 2025-10-06 07:24:04.014579 | fa163ea7-07d0-ebb9-5f67-000000002103 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-06 07:24:04.015836 | fa163ea7-07d0-ebb9-5f67-000000002103 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:22.300455 | 0.03s 2025-10-06 07:24:04.040138 | fa163ea7-07d0-ebb9-5f67-000000002104 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-06 07:24:04.441769 | fa163ea7-07d0-ebb9-5f67-000000002104 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-06 07:24:04.443190 | fa163ea7-07d0-ebb9-5f67-000000002104 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:22.727809 | 0.40s 2025-10-06 07:24:04.467059 | fa163ea7-07d0-ebb9-5f67-000000002105 | TASK | Set host puppet debugging fact string 2025-10-06 07:24:04.489433 | fa163ea7-07d0-ebb9-5f67-000000002105 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-06 07:24:04.490562 | fa163ea7-07d0-ebb9-5f67-000000002105 | TIMING | Set host puppet debugging fact string | standalone | 0:03:22.775182 | 0.02s 2025-10-06 07:24:04.514380 | fa163ea7-07d0-ebb9-5f67-000000002106 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-06 07:24:04.544622 | fa163ea7-07d0-ebb9-5f67-000000002106 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-06 07:24:04.545700 | fa163ea7-07d0-ebb9-5f67-000000002106 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:22.830321 | 0.03s 2025-10-06 07:24:04.569517 | fa163ea7-07d0-ebb9-5f67-000000002107 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-06 07:24:04.601032 | fa163ea7-07d0-ebb9-5f67-000000002107 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-06 07:24:04.602236 | fa163ea7-07d0-ebb9-5f67-000000002107 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:22.886856 | 0.03s 2025-10-06 07:24:04.625815 | fa163ea7-07d0-ebb9-5f67-000000002108 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-06 07:24:04.657051 | fa163ea7-07d0-ebb9-5f67-000000002108 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-06 07:24:04.658164 | fa163ea7-07d0-ebb9-5f67-000000002108 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:22.942785 | 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 07:24:04.723243 | fa163ea7-07d0-ebb9-5f67-0000000000c0 | TIMING | include_tasks | standalone | 0:03:23.007859 | 0.04s 2025-10-06 07:24:04.829694 | 1ac989cd-4b92-41e0-9229-bbbe702e4e07 | INCLUDED | /root/standalone-ansible-y07zx0qr/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-06 07:24:04.867079 | fa163ea7-07d0-ebb9-5f67-000000002133 | TASK | Create dirs for certificates and keys 2025-10-06 07:24:04.928013 | fa163ea7-07d0-ebb9-5f67-000000002133 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-06 07:24:04.950357 | fa163ea7-07d0-ebb9-5f67-000000002133 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-06 07:24:04.962642 | fa163ea7-07d0-ebb9-5f67-000000002133 | TIMING | Create dirs for certificates and keys | standalone | 0:03:23.247249 | 0.09s 2025-10-06 07:24:05.040358 | fa163ea7-07d0-ebb9-5f67-000000002134 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 07:24:05.041965 | fa163ea7-07d0-ebb9-5f67-000000002134 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:23.326582 | 0.05s 2025-10-06 07:24:05.070472 | fa163ea7-07d0-ebb9-5f67-00000000213b | TASK | Fail if container image is undefined 2025-10-06 07:24:05.135538 | fa163ea7-07d0-ebb9-5f67-00000000213b | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 07:24:05.136967 | fa163ea7-07d0-ebb9-5f67-00000000213b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:23.421585 | 0.06s 2025-10-06 07:24:05.179475 | fa163ea7-07d0-ebb9-5f67-00000000213c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-06 07:24:20.869689 | fa163ea7-07d0-ebb9-5f67-00000000213c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-06 07:24:20.872133 | fa163ea7-07d0-ebb9-5f67-00000000213c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:39.156752 | 15.69s 2025-10-06 07:24:20.926856 | fa163ea7-07d0-ebb9-5f67-00000000213d | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-06 07:24:21.314092 | fa163ea7-07d0-ebb9-5f67-00000000213d | 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 07:24:21.315385 | fa163ea7-07d0-ebb9-5f67-00000000213d | 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:39.600003 | 0.39s 2025-10-06 07:24:21.363404 | fa163ea7-07d0-ebb9-5f67-00000000214c | TASK | Fail if container image is undefined 2025-10-06 07:24:21.438084 | fa163ea7-07d0-ebb9-5f67-00000000214c | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 07:24:21.439272 | fa163ea7-07d0-ebb9-5f67-00000000214c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:39.723891 | 0.07s 2025-10-06 07:24:21.479875 | fa163ea7-07d0-ebb9-5f67-00000000214d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-06 07:24:30.597527 | fa163ea7-07d0-ebb9-5f67-00000000214d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-06 07:24:30.599153 | fa163ea7-07d0-ebb9-5f67-00000000214d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:48.883765 | 9.12s 2025-10-06 07:24:30.653362 | fa163ea7-07d0-ebb9-5f67-00000000214e | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-06 07:24:31.009383 | fa163ea7-07d0-ebb9-5f67-00000000214e | 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 07:24:31.010772 | fa163ea7-07d0-ebb9-5f67-00000000214e | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:49.295357 | 0.36s 2025-10-06 07:24:31.062620 | fa163ea7-07d0-ebb9-5f67-000000002159 | TASK | Check if rsyslog exists 2025-10-06 07:24:31.328701 | fa163ea7-07d0-ebb9-5f67-000000002159 | CHANGED | Check if rsyslog exists | standalone 2025-10-06 07:24:31.330946 | fa163ea7-07d0-ebb9-5f67-000000002159 | TIMING | Check if rsyslog exists | standalone | 0:03:49.615540 | 0.27s 2025-10-06 07:24:31.356816 | fa163ea7-07d0-ebb9-5f67-00000000215b | TASK | Forward logging to haproxy.log file 2025-10-06 07:24:31.622019 | fa163ea7-07d0-ebb9-5f67-00000000215b | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-06 07:24:31.623782 | fa163ea7-07d0-ebb9-5f67-00000000215b | TIMING | Forward logging to haproxy.log file | standalone | 0:03:49.908397 | 0.27s 2025-10-06 07:24:31.650040 | fa163ea7-07d0-ebb9-5f67-00000000215c | TASK | restart rsyslog service after logging conf change 2025-10-06 07:24:32.389555 | fa163ea7-07d0-ebb9-5f67-00000000215c | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-06 07:24:32.391904 | fa163ea7-07d0-ebb9-5f67-00000000215c | TIMING | restart rsyslog service after logging conf change | standalone | 0:03:50.676520 | 0.74s 2025-10-06 07:24:32.419257 | fa163ea7-07d0-ebb9-5f67-000000002163 | TASK | Fail if container image is undefined 2025-10-06 07:24:32.485802 | fa163ea7-07d0-ebb9-5f67-000000002163 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 07:24:32.487136 | fa163ea7-07d0-ebb9-5f67-000000002163 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:50.771754 | 0.07s 2025-10-06 07:24:32.529230 | fa163ea7-07d0-ebb9-5f67-000000002164 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-06 07:24:37.902454 | fa163ea7-07d0-ebb9-5f67-000000002164 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-06 07:24:37.903909 | fa163ea7-07d0-ebb9-5f67-000000002164 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:03:56.188528 | 5.37s 2025-10-06 07:24:37.957888 | fa163ea7-07d0-ebb9-5f67-000000002165 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-06 07:24:38.314175 | fa163ea7-07d0-ebb9-5f67-000000002165 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-06 07:24:38.315671 | fa163ea7-07d0-ebb9-5f67-000000002165 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:03:56.600289 | 0.36s 2025-10-06 07:24:38.363366 | fa163ea7-07d0-ebb9-5f67-00000000216f | TASK | Run lvmfilter role 2025-10-06 07:24:38.414802 | fa163ea7-07d0-ebb9-5f67-00000000216f | TIMING | Run lvmfilter role | standalone | 0:03:56.699417 | 0.05s 2025-10-06 07:24:38.493150 | fa163ea7-07d0-ebb9-5f67-00000000226e | TASK | Check if lvm2 is installed 2025-10-06 07:24:38.746699 | fa163ea7-07d0-ebb9-5f67-00000000226e | CHANGED | Check if lvm2 is installed | standalone 2025-10-06 07:24:38.748189 | fa163ea7-07d0-ebb9-5f67-00000000226e | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:03:57.032806 | 0.25s 2025-10-06 07:24:38.774573 | fa163ea7-07d0-ebb9-5f67-000000002270 | TASK | collect ansible devices 2025-10-06 07:24:38.825528 | fa163ea7-07d0-ebb9-5f67-000000002270 | SKIPPED | collect ansible devices | standalone 2025-10-06 07:24:38.826614 | fa163ea7-07d0-ebb9-5f67-000000002270 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:03:57.111234 | 0.05s 2025-10-06 07:24:38.851370 | fa163ea7-07d0-ebb9-5f67-000000002271 | TASK | collect in-use lvm2 devices list 2025-10-06 07:24:38.903200 | fa163ea7-07d0-ebb9-5f67-000000002271 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-06 07:24:38.904491 | fa163ea7-07d0-ebb9-5f67-000000002271 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:03:57.189109 | 0.05s 2025-10-06 07:24:38.928804 | fa163ea7-07d0-ebb9-5f67-000000002272 | TASK | set allowed_devices 2025-10-06 07:24:38.977558 | fa163ea7-07d0-ebb9-5f67-000000002272 | SKIPPED | set allowed_devices | standalone 2025-10-06 07:24:38.978799 | fa163ea7-07d0-ebb9-5f67-000000002272 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:03:57.263410 | 0.05s 2025-10-06 07:24:39.003533 | fa163ea7-07d0-ebb9-5f67-000000002273 | TASK | build lvm2 allow list 2025-10-06 07:24:39.054072 | fa163ea7-07d0-ebb9-5f67-000000002273 | SKIPPED | build lvm2 allow list | standalone 2025-10-06 07:24:39.055300 | fa163ea7-07d0-ebb9-5f67-000000002273 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:03:57.339919 | 0.05s 2025-10-06 07:24:39.080019 | fa163ea7-07d0-ebb9-5f67-000000002274 | TASK | build lvm2 deny list 2025-10-06 07:24:39.132278 | fa163ea7-07d0-ebb9-5f67-000000002274 | SKIPPED | build lvm2 deny list | standalone 2025-10-06 07:24:39.133580 | fa163ea7-07d0-ebb9-5f67-000000002274 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:03:57.418198 | 0.05s 2025-10-06 07:24:39.158493 | fa163ea7-07d0-ebb9-5f67-000000002275 | TASK | build lvm2 filter 2025-10-06 07:24:39.207220 | fa163ea7-07d0-ebb9-5f67-000000002275 | SKIPPED | build lvm2 filter | standalone 2025-10-06 07:24:39.208344 | fa163ea7-07d0-ebb9-5f67-000000002275 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:03:57.492962 | 0.05s 2025-10-06 07:24:39.232806 | fa163ea7-07d0-ebb9-5f67-000000002276 | TASK | regenerate lvm config 2025-10-06 07:24:39.282766 | fa163ea7-07d0-ebb9-5f67-000000002276 | SKIPPED | regenerate lvm config | standalone 2025-10-06 07:24:39.283946 | fa163ea7-07d0-ebb9-5f67-000000002276 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:03:57.568565 | 0.05s 2025-10-06 07:24:39.309350 | fa163ea7-07d0-ebb9-5f67-000000002277 | TASK | copy new lvm.conf in place 2025-10-06 07:24:39.360518 | fa163ea7-07d0-ebb9-5f67-000000002277 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-06 07:24:39.361693 | fa163ea7-07d0-ebb9-5f67-000000002277 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:03:57.646312 | 0.05s 2025-10-06 07:24:39.412703 | fa163ea7-07d0-ebb9-5f67-000000002175 | TASK | Fail if container image is undefined 2025-10-06 07:24:39.474077 | fa163ea7-07d0-ebb9-5f67-000000002175 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 07:24:39.475191 | fa163ea7-07d0-ebb9-5f67-000000002175 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:57.759810 | 0.06s 2025-10-06 07:24:39.517194 | fa163ea7-07d0-ebb9-5f67-000000002176 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-06 07:24:48.711865 | fa163ea7-07d0-ebb9-5f67-000000002176 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-06 07:24:48.713662 | fa163ea7-07d0-ebb9-5f67-000000002176 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:06.998272 | 9.20s 2025-10-06 07:24:48.770299 | fa163ea7-07d0-ebb9-5f67-000000002177 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-06 07:24:49.107057 | fa163ea7-07d0-ebb9-5f67-000000002177 | 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 07:24:49.108091 | fa163ea7-07d0-ebb9-5f67-000000002177 | 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:07.392715 | 0.34s 2025-10-06 07:24:49.196611 | fa163ea7-07d0-ebb9-5f67-000000002182 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 07:24:49.197970 | fa163ea7-07d0-ebb9-5f67-000000002182 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:07.482589 | 0.05s 2025-10-06 07:24:49.222379 | fa163ea7-07d0-ebb9-5f67-000000002189 | TASK | Fail if container image is undefined 2025-10-06 07:24:49.282456 | fa163ea7-07d0-ebb9-5f67-000000002189 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 07:24:49.283104 | fa163ea7-07d0-ebb9-5f67-000000002189 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:07.567733 | 0.06s 2025-10-06 07:24:49.307656 | fa163ea7-07d0-ebb9-5f67-00000000218a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-06 07:24:57.005756 | fa163ea7-07d0-ebb9-5f67-00000000218a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-06 07:24:57.007380 | fa163ea7-07d0-ebb9-5f67-00000000218a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:15.291996 | 7.70s 2025-10-06 07:24:57.061648 | fa163ea7-07d0-ebb9-5f67-00000000218b | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-06 07:24:57.408004 | fa163ea7-07d0-ebb9-5f67-00000000218b | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-06 07:24:57.409418 | fa163ea7-07d0-ebb9-5f67-00000000218b | 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:15.694036 | 0.35s 2025-10-06 07:24:57.489524 | fa163ea7-07d0-ebb9-5f67-000000002196 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 07:24:57.490688 | fa163ea7-07d0-ebb9-5f67-000000002196 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:15.775307 | 0.03s 2025-10-06 07:24:57.514721 | fa163ea7-07d0-ebb9-5f67-000000002198 | TASK | install systemd-container for a greenfield 2025-10-06 07:25:17.079295 | fa163ea7-07d0-ebb9-5f67-000000002198 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-06 07:25:17.080868 | fa163ea7-07d0-ebb9-5f67-000000002198 | TIMING | install systemd-container for a greenfield | standalone | 0:04:35.365488 | 19.56s 2025-10-06 07:25:17.105805 | fa163ea7-07d0-ebb9-5f67-000000002199 | TASK | manage PMEM namespaces for vPMEM 2025-10-06 07:25:17.155559 | fa163ea7-07d0-ebb9-5f67-000000002199 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-06 07:25:17.156880 | fa163ea7-07d0-ebb9-5f67-000000002199 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:35.441499 | 0.05s 2025-10-06 07:25:17.181636 | fa163ea7-07d0-ebb9-5f67-00000000219b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-06 07:25:17.460540 | fa163ea7-07d0-ebb9-5f67-00000000219b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-06 07:25:17.461992 | fa163ea7-07d0-ebb9-5f67-00000000219b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:35.746611 | 0.28s 2025-10-06 07:25:17.486411 | fa163ea7-07d0-ebb9-5f67-00000000219d | TASK | is KSM enabled 2025-10-06 07:25:17.541518 | fa163ea7-07d0-ebb9-5f67-00000000219d | OK | is KSM enabled | standalone 2025-10-06 07:25:17.542808 | fa163ea7-07d0-ebb9-5f67-00000000219d | TIMING | is KSM enabled | standalone | 0:04:35.827428 | 0.06s 2025-10-06 07:25:17.568446 | fa163ea7-07d0-ebb9-5f67-00000000219f | TASK | Check for ksm 2025-10-06 07:25:17.853044 | fa163ea7-07d0-ebb9-5f67-00000000219f | CHANGED | Check for ksm | standalone 2025-10-06 07:25:17.854482 | fa163ea7-07d0-ebb9-5f67-00000000219f | TIMING | Check for ksm | standalone | 0:04:36.139100 | 0.28s 2025-10-06 07:25:17.879571 | fa163ea7-07d0-ebb9-5f67-0000000021a0 | TASK | disable KSM services 2025-10-06 07:25:17.966382 | fa163ea7-07d0-ebb9-5f67-0000000021a0 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-06 07:25:17.995457 | fa163ea7-07d0-ebb9-5f67-0000000021a0 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-06 07:25:18.001521 | fa163ea7-07d0-ebb9-5f67-0000000021a0 | TIMING | disable KSM services | standalone | 0:04:36.286136 | 0.12s 2025-10-06 07:25:18.027112 | fa163ea7-07d0-ebb9-5f67-0000000021a1 | TASK | delete PageKSM after disable ksm on compute 2025-10-06 07:25:18.102348 | fa163ea7-07d0-ebb9-5f67-0000000021a1 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-06 07:25:18.103842 | fa163ea7-07d0-ebb9-5f67-0000000021a1 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:36.388457 | 0.08s 2025-10-06 07:25:18.129961 | fa163ea7-07d0-ebb9-5f67-0000000021a3 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-06 07:25:18.179212 | fa163ea7-07d0-ebb9-5f67-0000000021a3 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-06 07:25:18.180493 | fa163ea7-07d0-ebb9-5f67-0000000021a3 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:36.465111 | 0.05s 2025-10-06 07:25:18.205960 | fa163ea7-07d0-ebb9-5f67-0000000021a4 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-06 07:25:18.254801 | fa163ea7-07d0-ebb9-5f67-0000000021a4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-06 07:25:18.255897 | fa163ea7-07d0-ebb9-5f67-0000000021a4 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:36.540517 | 0.05s 2025-10-06 07:25:18.280224 | fa163ea7-07d0-ebb9-5f67-0000000021a5 | TASK | enable ksmtunded 2025-10-06 07:25:18.330567 | fa163ea7-07d0-ebb9-5f67-0000000021a5 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-06 07:25:18.360503 | fa163ea7-07d0-ebb9-5f67-0000000021a5 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-06 07:25:18.367015 | fa163ea7-07d0-ebb9-5f67-0000000021a5 | TIMING | enable ksmtunded | standalone | 0:04:36.651628 | 0.09s 2025-10-06 07:25:18.445306 | fa163ea7-07d0-ebb9-5f67-0000000021a7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 07:25:18.446786 | fa163ea7-07d0-ebb9-5f67-0000000021a7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:36.731369 | 0.05s 2025-10-06 07:25:18.471282 | fa163ea7-07d0-ebb9-5f67-0000000021a9 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-06 07:25:18.545401 | fa163ea7-07d0-ebb9-5f67-0000000021a9 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-06 07:25:18.546513 | fa163ea7-07d0-ebb9-5f67-0000000021a9 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:36.831135 | 0.07s 2025-10-06 07:25:18.571168 | fa163ea7-07d0-ebb9-5f67-0000000021aa | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-06 07:25:21.657083 | fa163ea7-07d0-ebb9-5f67-0000000021aa | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-06 07:25:21.662323 | fa163ea7-07d0-ebb9-5f67-0000000021aa | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:39.946940 | 3.09s 2025-10-06 07:25:21.696365 | fa163ea7-07d0-ebb9-5f67-0000000021ac | TASK | Fetch ovn-dbs-bundle 2025-10-06 07:25:21.767899 | fa163ea7-07d0-ebb9-5f67-0000000021ac | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-06 07:25:21.769095 | fa163ea7-07d0-ebb9-5f67-0000000021ac | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:40.053713 | 0.07s 2025-10-06 07:25:21.797234 | fa163ea7-07d0-ebb9-5f67-0000000021ad | TASK | Fetch ovn VIP 2025-10-06 07:25:21.870813 | fa163ea7-07d0-ebb9-5f67-0000000021ad | SKIPPED | Fetch ovn VIP | standalone 2025-10-06 07:25:21.871686 | fa163ea7-07d0-ebb9-5f67-0000000021ad | TIMING | Fetch ovn VIP | standalone | 0:04:40.156312 | 0.07s 2025-10-06 07:25:21.897858 | fa163ea7-07d0-ebb9-5f67-0000000021ae | TASK | Remove OVNDBs from pacemaker 2025-10-06 07:25:21.973789 | fa163ea7-07d0-ebb9-5f67-0000000021ae | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-06 07:25:21.975044 | fa163ea7-07d0-ebb9-5f67-0000000021ae | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:40.259663 | 0.08s 2025-10-06 07:25:22.002846 | fa163ea7-07d0-ebb9-5f67-0000000021af | TASK | Remove OVNDBs VIP from pacemaker 2025-10-06 07:25:22.073233 | fa163ea7-07d0-ebb9-5f67-0000000021af | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-06 07:25:22.074062 | fa163ea7-07d0-ebb9-5f67-0000000021af | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:40.358689 | 0.07s 2025-10-06 07:25:22.092619 | fa163ea7-07d0-ebb9-5f67-0000000021b0 | TASK | Clean up pacemaker remote nodes cache 2025-10-06 07:25:22.149134 | fa163ea7-07d0-ebb9-5f67-0000000021b0 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-06 07:25:22.149664 | fa163ea7-07d0-ebb9-5f67-0000000021b0 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:40.434294 | 0.06s 2025-10-06 07:25:22.168151 | fa163ea7-07d0-ebb9-5f67-0000000021b1 | TASK | Remove pacemaker attributes 2025-10-06 07:25:22.241634 | fa163ea7-07d0-ebb9-5f67-0000000021b1 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-06 07:25:22.253870 | fa163ea7-07d0-ebb9-5f67-0000000021b1 | TIMING | Remove pacemaker attributes | standalone | 0:04:40.538486 | 0.08s 2025-10-06 07:25:22.312668 | fa163ea7-07d0-ebb9-5f67-0000000021b4 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 07:25:22.313439 | fa163ea7-07d0-ebb9-5f67-0000000021b4 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:40.598068 | 0.04s 2025-10-06 07:25:22.332152 | fa163ea7-07d0-ebb9-5f67-0000000021b6 | TASK | Configure OVN DBs and northd 2025-10-06 07:25:22.369103 | fa163ea7-07d0-ebb9-5f67-0000000021b6 | TIMING | Configure OVN DBs and northd | standalone | 0:04:40.653719 | 0.04s 2025-10-06 07:25:22.429869 | fa163ea7-07d0-ebb9-5f67-000000002346 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-06 07:25:22.697820 | fa163ea7-07d0-ebb9-5f67-000000002346 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-06 07:25:22.699140 | fa163ea7-07d0-ebb9-5f67-000000002346 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:40.983760 | 0.27s 2025-10-06 07:25:22.728261 | fa163ea7-07d0-ebb9-5f67-000000002347 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-06 07:25:22.790795 | fa163ea7-07d0-ebb9-5f67-000000002347 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-06 07:25:22.791924 | fa163ea7-07d0-ebb9-5f67-000000002347 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:41.076542 | 0.06s 2025-10-06 07:25:22.820877 | fa163ea7-07d0-ebb9-5f67-000000002348 | TASK | check ovsdb-tool election-timer options 2025-10-06 07:25:23.139822 | fa163ea7-07d0-ebb9-5f67-000000002348 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-06 07:25:23.140924 | fa163ea7-07d0-ebb9-5f67-000000002348 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:41.425549 | 0.32s 2025-10-06 07:25:23.162212 | fa163ea7-07d0-ebb9-5f67-000000002349 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-06 07:25:23.232640 | fa163ea7-07d0-ebb9-5f67-000000002349 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-06 07:25:23.233953 | fa163ea7-07d0-ebb9-5f67-000000002349 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:41.518573 | 0.07s 2025-10-06 07:25:23.263818 | fa163ea7-07d0-ebb9-5f67-00000000234a | TASK | render OVN cluster configuration 2025-10-06 07:25:23.899423 | fa163ea7-07d0-ebb9-5f67-00000000234a | CHANGED | render OVN cluster configuration | standalone 2025-10-06 07:25:23.900934 | fa163ea7-07d0-ebb9-5f67-00000000234a | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:42.185553 | 0.64s 2025-10-06 07:25:23.930108 | fa163ea7-07d0-ebb9-5f67-00000000234b | TASK | restart OVN northd and north and south databases 2025-10-06 07:25:23.977275 | fa163ea7-07d0-ebb9-5f67-00000000234b | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:42.261878 | 0.05s 2025-10-06 07:25:23.994545 | fa163ea7-07d0-ebb9-5f67-00000000234b | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:42.279169 | 0.06s 2025-10-06 07:25:24.007242 | fa163ea7-07d0-ebb9-5f67-00000000234b | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:42.291866 | 0.08s 2025-10-06 07:25:24.019944 | fa163ea7-07d0-ebb9-5f67-00000000234b | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:42.304555 | 0.09s 2025-10-06 07:25:24.044166 | 6e70d461-787c-4a9a-8833-5521ba426b62 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-06 07:25:24.052002 | c94de3cc-1d37-46f6-a31b-19d85cf823da | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-06 07:25:24.059962 | 354e5ac3-6fa3-4f9b-85a7-e40133643c93 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-06 07:25:24.090544 | fa163ea7-07d0-ebb9-5f67-00000000237a | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-06 07:25:24.367038 | fa163ea7-07d0-ebb9-5f67-00000000237a | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-06 07:25:24.368465 | fa163ea7-07d0-ebb9-5f67-00000000237a | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:42.653084 | 0.28s 2025-10-06 07:25:24.399313 | fa163ea7-07d0-ebb9-5f67-00000000237b | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-06 07:25:24.453498 | fa163ea7-07d0-ebb9-5f67-00000000237b | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-06 07:25:24.454953 | fa163ea7-07d0-ebb9-5f67-00000000237b | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:42.739568 | 0.05s 2025-10-06 07:25:24.485880 | fa163ea7-07d0-ebb9-5f67-00000000237f | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-06 07:25:24.757997 | fa163ea7-07d0-ebb9-5f67-00000000237f | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-06 07:25:24.759327 | fa163ea7-07d0-ebb9-5f67-00000000237f | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:43.043946 | 0.27s 2025-10-06 07:25:24.791957 | fa163ea7-07d0-ebb9-5f67-000000002380 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-06 07:25:24.832212 | fa163ea7-07d0-ebb9-5f67-000000002380 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-06 07:25:24.833319 | fa163ea7-07d0-ebb9-5f67-000000002380 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:43.117935 | 0.04s 2025-10-06 07:25:24.864238 | fa163ea7-07d0-ebb9-5f67-000000002384 | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-06 07:25:25.131604 | fa163ea7-07d0-ebb9-5f67-000000002384 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-06 07:25:25.133071 | fa163ea7-07d0-ebb9-5f67-000000002384 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:43.417689 | 0.27s 2025-10-06 07:25:25.163974 | fa163ea7-07d0-ebb9-5f67-000000002385 | TASK | restart tripleo_cluster_northd systemd service 2025-10-06 07:25:25.215776 | fa163ea7-07d0-ebb9-5f67-000000002385 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-06 07:25:25.216836 | fa163ea7-07d0-ebb9-5f67-000000002385 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:43.501455 | 0.05s 2025-10-06 07:25:25.326186 | fa163ea7-07d0-ebb9-5f67-0000000021b8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 07:25:25.327519 | fa163ea7-07d0-ebb9-5f67-0000000021b8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:43.612139 | 0.06s 2025-10-06 07:25:25.412012 | fa163ea7-07d0-ebb9-5f67-0000000021ba | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-06 07:25:25.413282 | fa163ea7-07d0-ebb9-5f67-0000000021ba | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:43.697901 | 0.06s 2025-10-06 07:25:25.442589 | fa163ea7-07d0-ebb9-5f67-0000000021c1 | TASK | Fail if container image is undefined 2025-10-06 07:25:25.510376 | fa163ea7-07d0-ebb9-5f67-0000000021c1 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 07:25:25.511567 | fa163ea7-07d0-ebb9-5f67-0000000021c1 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:43.796186 | 0.07s 2025-10-06 07:25:25.557760 | fa163ea7-07d0-ebb9-5f67-0000000021c2 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-06 07:25:32.551272 | fa163ea7-07d0-ebb9-5f67-0000000021c2 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-06 07:25:32.552786 | fa163ea7-07d0-ebb9-5f67-0000000021c2 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:04:50.837403 | 6.99s 2025-10-06 07:25:32.613907 | fa163ea7-07d0-ebb9-5f67-0000000021c3 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-06 07:25:32.982423 | fa163ea7-07d0-ebb9-5f67-0000000021c3 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-06 07:25:32.985306 | fa163ea7-07d0-ebb9-5f67-0000000021c3 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:04:51.269908 | 0.37s 2025-10-06 07:25:33.040901 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TASK | Pre-fetch all the containers 2025-10-06 07:25:38.832119 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-06 07:25:38.835225 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:04:57.119843 | 5.79s 2025-10-06 07:25:44.704752 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-06 07:25:44.709404 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:02.994017 | 11.67s 2025-10-06 07:25:48.239287 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-06 07:25:48.242256 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:06.526875 | 15.20s 2025-10-06 07:25:51.910033 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-06 07:25:51.913142 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:10.197760 | 18.87s 2025-10-06 07:25:54.568015 | fa163ea7-07d0-ebb9-5f67-0000000021ce | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-06 07:25:54.570632 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:12.855251 | 21.53s 2025-10-06 07:25:56.764316 | fa163ea7-07d0-ebb9-5f67-0000000021ce | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-06 07:25:56.767301 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:15.051921 | 23.72s 2025-10-06 07:26:03.966576 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-06 07:26:03.969705 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:22.254319 | 30.93s 2025-10-06 07:26:08.675656 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-06 07:26:08.679480 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:26.964100 | 35.64s 2025-10-06 07:26:12.196857 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-06 07:26:12.199742 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:30.484344 | 39.16s 2025-10-06 07:26:21.261683 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-06 07:26:21.267182 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:39.551796 | 48.22s 2025-10-06 07:26:25.093455 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-06 07:26:25.096655 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:43.381275 | 52.05s 2025-10-06 07:26:43.105716 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-06 07:26:43.107203 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:01.391831 | 70.06s 2025-10-06 07:26:54.104566 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-06 07:26:54.107643 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:12.392264 | 81.06s 2025-10-06 07:27:05.519967 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-06 07:27:05.523042 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:23.807662 | 92.48s 2025-10-06 07:27:13.534929 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-06 07:27:13.538102 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:31.822720 | 100.50s 2025-10-06 07:27:18.545093 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-06 07:27:18.548417 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:36.833036 | 105.51s 2025-10-06 07:27:22.178112 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-06 07:27:22.181675 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:40.466293 | 109.14s 2025-10-06 07:27:26.813304 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-06 07:27:26.816757 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:45.101355 | 113.77s 2025-10-06 07:27:32.724815 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-06 07:27:32.728843 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:51.013460 | 119.69s 2025-10-06 07:27:47.282480 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-06 07:27:47.300587 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:05.585204 | 134.26s 2025-10-06 07:27:51.885198 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-06 07:27:51.889113 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:10.173733 | 138.85s 2025-10-06 07:27:56.212652 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-06 07:27:56.215440 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:14.500061 | 143.17s 2025-10-06 07:28:00.297625 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-06 07:28:00.301976 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:18.586595 | 147.26s 2025-10-06 07:28:04.929227 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-06 07:28:04.933127 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:23.217746 | 151.89s 2025-10-06 07:28:07.495885 | fa163ea7-07d0-ebb9-5f67-0000000021ce | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-06 07:28:07.499712 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:25.784331 | 154.46s 2025-10-06 07:28:10.562669 | fa163ea7-07d0-ebb9-5f67-0000000021ce | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-06 07:28:10.567718 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:28.852332 | 157.52s 2025-10-06 07:28:45.078092 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-06 07:28:45.083389 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:03.367989 | 192.04s 2025-10-06 07:28:47.812667 | fa163ea7-07d0-ebb9-5f67-0000000021ce | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-06 07:28:47.817534 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:06.102147 | 194.77s 2025-10-06 07:28:52.722055 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-06 07:28:52.726881 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:11.011495 | 199.68s 2025-10-06 07:28:56.317549 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-06 07:28:56.322007 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:14.606623 | 203.28s 2025-10-06 07:28:59.575259 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-06 07:28:59.577969 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:17.862587 | 206.54s 2025-10-06 07:29:03.317687 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-06 07:29:03.320795 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:21.605413 | 210.28s 2025-10-06 07:29:07.070175 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-06 07:29:07.073279 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:25.357899 | 214.03s 2025-10-06 07:29:10.734873 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-06 07:29:10.737551 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:29.022169 | 217.69s 2025-10-06 07:29:13.691364 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-06 07:29:13.695171 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:31.979790 | 220.65s 2025-10-06 07:29:17.091361 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-06 07:29:17.094353 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:35.378972 | 224.05s 2025-10-06 07:29:21.431811 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-06 07:29:21.435185 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:39.719804 | 228.39s 2025-10-06 07:29:26.166185 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-06 07:29:26.169837 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:44.454456 | 233.13s 2025-10-06 07:29:30.117621 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-06 07:29:30.121212 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:48.405826 | 237.08s 2025-10-06 07:29:33.312641 | fa163ea7-07d0-ebb9-5f67-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-06 07:29:33.317886 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:51.602499 | 240.27s 2025-10-06 07:29:33.583479 | fa163ea7-07d0-ebb9-5f67-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:51.868084 | 240.54s 2025-10-06 07:29:33.786954 | fa163ea7-07d0-ebb9-5f67-0000000021d1 | TASK | Check if rsyslog exists 2025-10-06 07:29:34.097925 | fa163ea7-07d0-ebb9-5f67-0000000021d1 | CHANGED | Check if rsyslog exists | standalone 2025-10-06 07:29:34.099389 | fa163ea7-07d0-ebb9-5f67-0000000021d1 | TIMING | Check if rsyslog exists | standalone | 0:08:52.384008 | 0.31s 2025-10-06 07:29:34.127491 | fa163ea7-07d0-ebb9-5f67-0000000021d2 | TASK | Forward logging to swift.log file 2025-10-06 07:29:34.647030 | fa163ea7-07d0-ebb9-5f67-0000000021d2 | CHANGED | Forward logging to swift.log file | standalone 2025-10-06 07:29:34.648483 | fa163ea7-07d0-ebb9-5f67-0000000021d2 | TIMING | Forward logging to swift.log file | standalone | 0:08:52.933103 | 0.52s 2025-10-06 07:29:34.676083 | fa163ea7-07d0-ebb9-5f67-0000000021d3 | TASK | Restart rsyslogd service after logging conf change 2025-10-06 07:29:35.372915 | fa163ea7-07d0-ebb9-5f67-0000000021d3 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-06 07:29:35.374730 | fa163ea7-07d0-ebb9-5f67-0000000021d3 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:08:53.659347 | 0.70s 2025-10-06 07:29:35.403682 | fa163ea7-07d0-ebb9-5f67-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-06 07:29:35.646393 | fa163ea7-07d0-ebb9-5f67-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-06 07:29:35.647845 | fa163ea7-07d0-ebb9-5f67-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:08:53.932465 | 0.24s 2025-10-06 07:29:35.760152 | fa163ea7-07d0-ebb9-5f67-0000000000c3 | TIMING | include_tasks | standalone | 0:08:54.044756 | 0.08s 2025-10-06 07:29:35.801745 | fd4e8621-a95b-4b65-8740-23fc81136d62 | INCLUDED | /root/standalone-ansible-y07zx0qr/common_deploy_steps_tasks.yaml | standalone 2025-10-06 07:29:35.828181 | fa163ea7-07d0-ebb9-5f67-00000000242b | TASK | Write the config_step hieradata 2025-10-06 07:29:36.330879 | fa163ea7-07d0-ebb9-5f67-00000000242b | OK | Write the config_step hieradata | standalone 2025-10-06 07:29:36.332130 | fa163ea7-07d0-ebb9-5f67-00000000242b | TIMING | Write the config_step hieradata | standalone | 0:08:54.616751 | 0.50s 2025-10-06 07:29:36.361171 | fa163ea7-07d0-ebb9-5f67-00000000242c | TASK | Run puppet host configuration for step 1 2025-10-06 07:29:36.681846 | fa163ea7-07d0-ebb9-5f67-00000000242c | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-06 07:29:36.683085 | fa163ea7-07d0-ebb9-5f67-00000000242c | TIMING | Run puppet host configuration for step 1 | standalone | 0:08:54.967705 | 0.32s 2025-10-06 07:29:36.711863 | fa163ea7-07d0-ebb9-5f67-00000000242d | TASK | Wait for puppet host configuration to finish 2025-10-06 07:29:36.969012 | fa163ea7-07d0-ebb9-5f67-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 07:29:47.196650 | fa163ea7-07d0-ebb9-5f67-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 07:29:57.425869 | fa163ea7-07d0-ebb9-5f67-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-06 07:30:07.663346 | fa163ea7-07d0-ebb9-5f67-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-06 07:30:17.879050 | fa163ea7-07d0-ebb9-5f67-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-06 07:30:28.109172 | fa163ea7-07d0-ebb9-5f67-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-06 07:30:38.338890 | fa163ea7-07d0-ebb9-5f67-00000000242d | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 07:30:38.340381 | fa163ea7-07d0-ebb9-5f67-00000000242d | TIMING | Wait for puppet host configuration to finish | standalone | 0:09:56.625000 | 61.63s 2025-10-06 07:30:38.371827 | fa163ea7-07d0-ebb9-5f67-00000000242e | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-06 07:30:38.476833 | fa163ea7-07d0-ebb9-5f67-00000000242e | 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 07:29:36 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 07:29:41 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 07:29:41 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 07:29:41 puppet-user: (file & line not available)", "<13>Oct 6 07:29:41 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 07:29:41 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 07:29:41 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 07:29:41 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.38 seconds", "<13>Oct 6 07:29:41 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 6 07:29:41 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 6 07:29:41 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 6 07:29:49 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 6 07:29:57 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 6 07:29:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 6 07:29:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 6 07:29:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 6 07:30:00 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 6 07:30:00 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 6 07:30:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 6 07:30:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 6 07:30:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 6 07:30:08 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 6 07:30:08 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 6 07:30:31 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 6 07:30:32 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 07:30:35 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 6 07:30:35 puppet-user: Notice: Applied catalog in 53.66 seconds", "<13>Oct 6 07:30:35 puppet-user: Application:", "<13>Oct 6 07:30:35 puppet-user: Initial environment: production", "<13>Oct 6 07:30:35 puppet-user: Converged environment: production", "<13>Oct 6 07:30:35 puppet-user: Run mode: user", "<13>Oct 6 07:30:35 puppet-user: Changes:", "<13>Oct 6 07:30:35 puppet-user: Total: 17", "<13>Oct 6 07:30:35 puppet-user: Events:", "<13>Oct 6 07:30:35 puppet-user: Success: 17", "<13>Oct 6 07:30:35 puppet-user: Resources:", "<13>Oct 6 07:30:35 puppet-user: Restarted: 1", "<13>Oct 6 07:30:35 puppet-user: Changed: 16", "<13>Oct 6 07:30:35 puppet-user: Out of sync: 16", "<13>Oct 6 07:30:35 puppet-user: Total: 26", "<13>Oct 6 07:30:35 puppet-user: Time:", "<13>Oct 6 07:30:35 puppet-user: Filebucket: 0.00", "<13>Oct 6 07:30:35 puppet-user: Schedule: 0.00", "<13>Oct 6 07:30:35 puppet-user: File line: 0.00", "<13>Oct 6 07:30:35 puppet-user: File: 0.00", "<13>Oct 6 07:30:35 puppet-user: Augeas: 0.02", "<13>Oct 6 07:30:35 puppet-user: User: 0.19", "<13>Oct 6 07:30:35 puppet-user: Config retrieval: 0.43", "<13>Oct 6 07:30:35 puppet-user: Package: 15.59", "<13>Oct 6 07:30:35 puppet-user: Last run: 1759735835", "<13>Oct 6 07:30:35 puppet-user: Exec: 28.99", "<13>Oct 6 07:30:35 puppet-user: Pcmk property: 3.65", "<13>Oct 6 07:30:35 puppet-user: Service: 3.99", "<13>Oct 6 07:30:35 puppet-user: Transaction evaluation: 53.65", "<13>Oct 6 07:30:35 puppet-user: Catalog application: 53.66", "<13>Oct 6 07:30:35 puppet-user: Total: 53.67", "<13>Oct 6 07:30:35 puppet-user: Version:", "<13>Oct 6 07:30:35 puppet-user: Config: 1759735781", "<13>Oct 6 07:30:35 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 07:30:38.478348 | fa163ea7-07d0-ebb9-5f67-00000000242e | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:09:56.762968 | 0.10s 2025-10-06 07:30:38.507309 | fa163ea7-07d0-ebb9-5f67-00000000242f | TASK | Pre-cache facts for puppet containers 2025-10-06 07:30:38.537696 | fa163ea7-07d0-ebb9-5f67-00000000242f | TIMING | Pre-cache facts for puppet containers | standalone | 0:09:56.822309 | 0.03s 2025-10-06 07:30:38.605885 | fa163ea7-07d0-ebb9-5f67-000000002476 | TASK | Gather variables for each operating system 2025-10-06 07:30:38.717009 | fa163ea7-07d0-ebb9-5f67-000000002476 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:09:57.001614 | 0.11s 2025-10-06 07:30:38.745890 | fa163ea7-07d0-ebb9-5f67-000000002477 | TASK | Create puppet caching structures 2025-10-06 07:30:38.976986 | fa163ea7-07d0-ebb9-5f67-000000002477 | CHANGED | Create puppet caching structures | standalone 2025-10-06 07:30:38.978468 | fa163ea7-07d0-ebb9-5f67-000000002477 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:09:57.263087 | 0.23s 2025-10-06 07:30:39.006854 | fa163ea7-07d0-ebb9-5f67-000000002478 | TASK | Check for facter.conf 2025-10-06 07:30:39.231405 | fa163ea7-07d0-ebb9-5f67-000000002478 | OK | Check for facter.conf | standalone 2025-10-06 07:30:39.232761 | fa163ea7-07d0-ebb9-5f67-000000002478 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:09:57.517380 | 0.22s 2025-10-06 07:30:39.260492 | fa163ea7-07d0-ebb9-5f67-000000002479 | TASK | Remove facter.conf if directory 2025-10-06 07:30:39.310053 | fa163ea7-07d0-ebb9-5f67-000000002479 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 07:30:39.311047 | fa163ea7-07d0-ebb9-5f67-000000002479 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:09:57.595673 | 0.05s 2025-10-06 07:30:39.333494 | fa163ea7-07d0-ebb9-5f67-00000000247a | TASK | Write facter cache config 2025-10-06 07:30:39.828547 | fa163ea7-07d0-ebb9-5f67-00000000247a | CHANGED | Write facter cache config | standalone 2025-10-06 07:30:39.830222 | fa163ea7-07d0-ebb9-5f67-00000000247a | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:09:58.114837 | 0.50s 2025-10-06 07:30:39.858981 | fa163ea7-07d0-ebb9-5f67-00000000247b | TASK | Cleanup facter cache if exists 2025-10-06 07:30:40.095541 | fa163ea7-07d0-ebb9-5f67-00000000247b | OK | Cleanup facter cache if exists | standalone 2025-10-06 07:30:40.097130 | fa163ea7-07d0-ebb9-5f67-00000000247b | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:09:58.381748 | 0.24s 2025-10-06 07:30:40.125546 | fa163ea7-07d0-ebb9-5f67-00000000247c | TASK | Pre-cache facts 2025-10-06 07:30:40.768544 | fa163ea7-07d0-ebb9-5f67-00000000247c | CHANGED | Pre-cache facts | standalone 2025-10-06 07:30:40.769928 | fa163ea7-07d0-ebb9-5f67-00000000247c | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:09:59.054548 | 0.64s 2025-10-06 07:30:40.799346 | fa163ea7-07d0-ebb9-5f67-00000000247d | TASK | Failed deployment if facter fails 2025-10-06 07:30:40.840783 | fa163ea7-07d0-ebb9-5f67-00000000247d | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 07:30:40.841937 | fa163ea7-07d0-ebb9-5f67-00000000247d | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:09:59.126556 | 0.04s 2025-10-06 07:30:40.890501 | fa163ea7-07d0-ebb9-5f67-00000000247e | TASK | Sync cached facts 2025-10-06 07:30:41.380474 | fa163ea7-07d0-ebb9-5f67-00000000247e | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea7-07d0-ebb9-5f67-00000000247e') missing from stats 2025-10-06 07:30:41.435673 | fa163ea7-07d0-ebb9-5f67-000000002430 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 07:30:41.487554 | fa163ea7-07d0-ebb9-5f67-000000002430 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:09:59.772162 | 0.05s 2025-10-06 07:30:41.517908 | 088f3e25-c946-4448-a497-c389dee10fb4 | INCLUDED | /root/standalone-ansible-y07zx0qr/generate-config-tasks.yaml | standalone 2025-10-06 07:30:41.554197 | fa163ea7-07d0-ebb9-5f67-0000000024c8 | TASK | Create base directory puppet configs 2025-10-06 07:30:41.812530 | fa163ea7-07d0-ebb9-5f67-0000000024c8 | CHANGED | Create base directory puppet configs | standalone 2025-10-06 07:30:41.814007 | fa163ea7-07d0-ebb9-5f67-0000000024c8 | TIMING | Create base directory puppet configs | standalone | 0:10:00.098625 | 0.26s 2025-10-06 07:30:41.844693 | fa163ea7-07d0-ebb9-5f67-0000000024c9 | TASK | Generate container puppet configs for step 1 2025-10-06 07:30:42.139324 | fa163ea7-07d0-ebb9-5f67-0000000024c9 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-06 07:30:42.140754 | fa163ea7-07d0-ebb9-5f67-0000000024c9 | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:00.425345 | 0.29s 2025-10-06 07:30:42.170926 | fa163ea7-07d0-ebb9-5f67-0000000024ca | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-06 07:30:42.201353 | fa163ea7-07d0-ebb9-5f67-0000000024ca | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:00.485966 | 0.03s 2025-10-06 07:30:42.276112 | fa163ea7-07d0-ebb9-5f67-000000002554 | TASK | Gather variables for each operating system 2025-10-06 07:30:42.399513 | fa163ea7-07d0-ebb9-5f67-000000002554 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:00.684124 | 0.12s 2025-10-06 07:30:42.428287 | fa163ea7-07d0-ebb9-5f67-000000002555 | TASK | Create container logs path 2025-10-06 07:30:42.686802 | fa163ea7-07d0-ebb9-5f67-000000002555 | OK | Create container logs path | standalone 2025-10-06 07:30:42.688112 | fa163ea7-07d0-ebb9-5f67-000000002555 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:00.972732 | 0.26s 2025-10-06 07:30:42.719425 | fa163ea7-07d0-ebb9-5f67-000000002557 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 07:30:43.168763 | fa163ea7-07d0-ebb9-5f67-000000002557 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 07:30:43.170159 | fa163ea7-07d0-ebb9-5f67-000000002557 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:01.454777 | 0.45s 2025-10-06 07:30:43.200629 | fa163ea7-07d0-ebb9-5f67-000000002558 | TASK | Finalise hashes for all containers 2025-10-06 07:30:43.274276 | fa163ea7-07d0-ebb9-5f67-000000002558 | OK | Finalise hashes for all containers | standalone 2025-10-06 07:30:43.275335 | fa163ea7-07d0-ebb9-5f67-000000002558 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:01.559958 | 0.07s 2025-10-06 07:30:43.303405 | fa163ea7-07d0-ebb9-5f67-00000000255a | TASK | Manage systemd shutdown files 2025-10-06 07:30:43.336844 | fa163ea7-07d0-ebb9-5f67-00000000255a | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 07:30:43.337950 | fa163ea7-07d0-ebb9-5f67-00000000255a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:01.622571 | 0.03s 2025-10-06 07:30:43.366098 | fa163ea7-07d0-ebb9-5f67-00000000255c | TASK | Update container configs with new config hashes 2025-10-06 07:30:43.420321 | fa163ea7-07d0-ebb9-5f67-00000000255c | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 07:30:43.421583 | fa163ea7-07d0-ebb9-5f67-00000000255c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:01.706202 | 0.05s 2025-10-06 07:30:43.453055 | fa163ea7-07d0-ebb9-5f67-00000000255d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 07:30:43.505373 | fa163ea7-07d0-ebb9-5f67-00000000255d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:01.789988 | 0.05s 2025-10-06 07:30:43.530320 | 8d6f0089-af23-4c8c-88ab-ad298b84c525 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 07:30:43.565651 | fa163ea7-07d0-ebb9-5f67-0000000025a1 | TASK | Gather podman infos 2025-10-06 07:30:44.224126 | fa163ea7-07d0-ebb9-5f67-0000000025a1 | OK | Gather podman infos | standalone 2025-10-06 07:30:44.226432 | fa163ea7-07d0-ebb9-5f67-0000000025a1 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:02.511047 | 0.66s 2025-10-06 07:30:44.267902 | fa163ea7-07d0-ebb9-5f67-0000000025a2 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 07:30:44.330322 | fa163ea7-07d0-ebb9-5f67-0000000025a2 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 07:30:44.331460 | fa163ea7-07d0-ebb9-5f67-0000000025a2 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:02.616079 | 0.06s 2025-10-06 07:30:44.361670 | fa163ea7-07d0-ebb9-5f67-00000000255e | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 07:30:44.419117 | fa163ea7-07d0-ebb9-5f67-00000000255e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:02.703720 | 0.06s 2025-10-06 07:30:44.443073 | 20bd3485-d1ed-4745-a28b-f7e8255f4eae | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 07:30:44.477821 | fa163ea7-07d0-ebb9-5f67-0000000025cb | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 07:31:12.457133 | fa163ea7-07d0-ebb9-5f67-0000000025cb | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 07:31:12.458797 | fa163ea7-07d0-ebb9-5f67-0000000025cb | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:30.743414 | 27.98s 2025-10-06 07:31:12.528753 | fa163ea7-07d0-ebb9-5f67-0000000025cc | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 07:31:12.610387 | fa163ea7-07d0-ebb9-5f67-0000000025cc | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 07:31:12.611515 | fa163ea7-07d0-ebb9-5f67-0000000025cc | 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:10:30.896135 | 0.08s 2025-10-06 07:31:12.665660 | fa163ea7-07d0-ebb9-5f67-0000000024cc | TASK | Diff puppet-generated changes for check mode 2025-10-06 07:31:12.698526 | fa163ea7-07d0-ebb9-5f67-0000000024cc | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-06 07:31:12.699635 | fa163ea7-07d0-ebb9-5f67-0000000024cc | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:30.984254 | 0.03s 2025-10-06 07:31:12.727820 | fa163ea7-07d0-ebb9-5f67-0000000024cd | TASK | Diff puppet-generated changes for check mode 2025-10-06 07:31:12.759719 | fa163ea7-07d0-ebb9-5f67-0000000024cd | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-06 07:31:12.760827 | fa163ea7-07d0-ebb9-5f67-0000000024cd | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:31.045447 | 0.03s 2025-10-06 07:31:12.790407 | fa163ea7-07d0-ebb9-5f67-000000002432 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-06 07:31:12.819313 | fa163ea7-07d0-ebb9-5f67-000000002432 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:10:31.103928 | 0.03s 2025-10-06 07:31:12.883586 | fa163ea7-07d0-ebb9-5f67-000000002621 | TASK | Gather variables for each operating system 2025-10-06 07:31:13.005000 | fa163ea7-07d0-ebb9-5f67-000000002621 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:31.289614 | 0.12s 2025-10-06 07:31:13.033043 | fa163ea7-07d0-ebb9-5f67-000000002622 | TASK | Create container logs path 2025-10-06 07:31:13.284368 | fa163ea7-07d0-ebb9-5f67-000000002622 | OK | Create container logs path | standalone 2025-10-06 07:31:13.285517 | fa163ea7-07d0-ebb9-5f67-000000002622 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:31.570140 | 0.25s 2025-10-06 07:31:13.315830 | fa163ea7-07d0-ebb9-5f67-000000002624 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 07:31:13.578190 | fa163ea7-07d0-ebb9-5f67-000000002624 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-06 07:31:13.579441 | fa163ea7-07d0-ebb9-5f67-000000002624 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:31.864061 | 0.26s 2025-10-06 07:31:13.608200 | fa163ea7-07d0-ebb9-5f67-000000002625 | TASK | Finalise hashes for all containers 2025-10-06 07:31:13.668988 | fa163ea7-07d0-ebb9-5f67-000000002625 | OK | Finalise hashes for all containers | standalone 2025-10-06 07:31:13.670085 | fa163ea7-07d0-ebb9-5f67-000000002625 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:31.954707 | 0.06s 2025-10-06 07:31:13.698104 | fa163ea7-07d0-ebb9-5f67-000000002627 | TASK | Manage systemd shutdown files 2025-10-06 07:31:13.731551 | fa163ea7-07d0-ebb9-5f67-000000002627 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:32.016168 | 0.03s 2025-10-06 07:31:13.765562 | 5f566d1b-6457-4f0a-8858-4e39b48468e4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 07:31:13.792695 | fa163ea7-07d0-ebb9-5f67-00000000265a | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 07:31:14.079781 | fa163ea7-07d0-ebb9-5f67-00000000265a | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 07:31:14.081180 | fa163ea7-07d0-ebb9-5f67-00000000265a | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:10:32.365800 | 0.29s 2025-10-06 07:31:14.109354 | fa163ea7-07d0-ebb9-5f67-00000000265b | TASK | Set podman_drop_in fact 2025-10-06 07:31:14.170522 | fa163ea7-07d0-ebb9-5f67-00000000265b | OK | Set podman_drop_in fact | standalone 2025-10-06 07:31:14.171619 | fa163ea7-07d0-ebb9-5f67-00000000265b | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:10:32.456241 | 0.06s 2025-10-06 07:31:14.201962 | fa163ea7-07d0-ebb9-5f67-00000000265d | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 07:31:14.719716 | fa163ea7-07d0-ebb9-5f67-00000000265d | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 07:31:14.721958 | fa163ea7-07d0-ebb9-5f67-00000000265d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:33.006573 | 0.52s 2025-10-06 07:31:15.180847 | fa163ea7-07d0-ebb9-5f67-00000000265d | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 07:31:15.182664 | fa163ea7-07d0-ebb9-5f67-00000000265d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:33.467285 | 0.98s 2025-10-06 07:31:15.192899 | fa163ea7-07d0-ebb9-5f67-00000000265d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:33.477522 | 0.99s 2025-10-06 07:31:15.220834 | fa163ea7-07d0-ebb9-5f67-00000000265e | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 07:31:15.718676 | fa163ea7-07d0-ebb9-5f67-00000000265e | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 07:31:15.719972 | fa163ea7-07d0-ebb9-5f67-00000000265e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:10:34.004591 | 0.50s 2025-10-06 07:31:15.747698 | fa163ea7-07d0-ebb9-5f67-00000000265f | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 07:31:16.249920 | fa163ea7-07d0-ebb9-5f67-00000000265f | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 07:31:16.251227 | fa163ea7-07d0-ebb9-5f67-00000000265f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:10:34.535847 | 0.50s 2025-10-06 07:31:16.279489 | fa163ea7-07d0-ebb9-5f67-000000002660 | TASK | Enable and start tripleo-container-shutdown 2025-10-06 07:31:17.254674 | fa163ea7-07d0-ebb9-5f67-000000002660 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-06 07:31:17.256856 | fa163ea7-07d0-ebb9-5f67-000000002660 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:10:35.541469 | 0.98s 2025-10-06 07:31:17.288502 | fa163ea7-07d0-ebb9-5f67-000000002661 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 07:31:17.793949 | fa163ea7-07d0-ebb9-5f67-000000002661 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 07:31:17.795367 | fa163ea7-07d0-ebb9-5f67-000000002661 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:10:36.079988 | 0.51s 2025-10-06 07:31:17.823411 | fa163ea7-07d0-ebb9-5f67-000000002662 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 07:31:18.322071 | fa163ea7-07d0-ebb9-5f67-000000002662 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 07:31:18.323584 | fa163ea7-07d0-ebb9-5f67-000000002662 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:10:36.608204 | 0.50s 2025-10-06 07:31:18.352171 | fa163ea7-07d0-ebb9-5f67-000000002663 | TASK | Enable and start netns-placeholder 2025-10-06 07:31:19.277788 | fa163ea7-07d0-ebb9-5f67-000000002663 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 07:31:19.279856 | fa163ea7-07d0-ebb9-5f67-000000002663 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:10:37.564475 | 0.93s 2025-10-06 07:31:19.309945 | fa163ea7-07d0-ebb9-5f67-000000002629 | TASK | Update container configs with new config hashes 2025-10-06 07:31:19.365827 | fa163ea7-07d0-ebb9-5f67-000000002629 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:37.650440 | 0.05s 2025-10-06 07:31:19.386339 | c772b4ac-ec9d-4f7b-aeae-a5f583614e53 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 07:31:19.419258 | fa163ea7-07d0-ebb9-5f67-00000000268b | TASK | Update config hashes for container startup configs 2025-10-06 07:31:19.726204 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-06 07:31:19.727370 | | WARNING | Config change detected for mysql_bootstrap, new hash: 987ea7a49c2cf9c33d3c2be31f75a320 2025-10-06 07:31:19.727913 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 4dcc7b2bcc559eff5ac53c6cce5d68b7 2025-10-06 07:31:19.728522 | | WARNING | Config change detected for clustercheck, new hash: d973e09a47e2742dc92918b21ca31662 2025-10-06 07:31:19.729057 | | WARNING | Config change detected for horizon_fix_perms, new hash: 6833bbbcc526d433ef5c9550e90a8919 2025-10-06 07:31:19.729543 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 987ea7a49c2cf9c33d3c2be31f75a320 2025-10-06 07:31:19.730062 | | WARNING | Config change detected for barbican_api, new hash: 611857a2491a11eafd4cc2deab6a5785 2025-10-06 07:31:19.730537 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 611857a2491a11eafd4cc2deab6a5785 2025-10-06 07:31:19.731052 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 611857a2491a11eafd4cc2deab6a5785 2025-10-06 07:31:19.731592 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 611857a2491a11eafd4cc2deab6a5785 2025-10-06 07:31:19.732198 | | WARNING | Config change detected for barbican_worker, new hash: 611857a2491a11eafd4cc2deab6a5785 2025-10-06 07:31:19.732663 | | WARNING | Config change detected for cinder_api_db_sync, new hash: b08733aff91a6a5d6a2cc352f8ea8eb5 2025-10-06 07:31:19.733174 | | WARNING | Config change detected for glance_api_db_sync, new hash: a988b3b51b2974a6da6d35ab3e8ef8ee-be90ae7bcde626595e8c9830151fffc1 2025-10-06 07:31:19.733674 | | WARNING | Config change detected for heat_engine_db_sync, new hash: ced4898c533fc07aa464fb9836f8b262 2025-10-06 07:31:19.734183 | | WARNING | Config change detected for horizon, new hash: 6833bbbcc526d433ef5c9550e90a8919 2025-10-06 07:31:19.734671 | | WARNING | Config change detected for iscsid, new hash: be90ae7bcde626595e8c9830151fffc1 2025-10-06 07:31:19.735202 | | WARNING | Config change detected for keystone, new hash: 8ebcca97a6002315b036470e41305826 2025-10-06 07:31:19.735760 | | WARNING | Config change detected for keystone_cron, new hash: 8ebcca97a6002315b036470e41305826 2025-10-06 07:31:19.736316 | | WARNING | Config change detected for keystone_db_sync, new hash: 8ebcca97a6002315b036470e41305826 2025-10-06 07:31:19.736845 | | WARNING | Config change detected for manila_api_db_sync, new hash: 13ebe8c36aeb826371b404bf44432ae3 2025-10-06 07:31:19.737350 | | WARNING | Config change detected for neutron_db_sync, new hash: 888b1f495d1b9ca4b24781f4220048e3 2025-10-06 07:31:19.737896 | | WARNING | Config change detected for nova_api_db_sync, new hash: 71d04d24c769127a88164265ea2438d8 2025-10-06 07:31:19.738423 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 71d04d24c769127a88164265ea2438d8 2025-10-06 07:31:19.738941 | | WARNING | Config change detected for nova_db_sync, new hash: 71d04d24c769127a88164265ea2438d8 2025-10-06 07:31:19.739419 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: ea1c6ca1c211804d3d5669dd27347f46 2025-10-06 07:31:19.739966 | | WARNING | Config change detected for nova_virtnodedevd, new hash: ea1c6ca1c211804d3d5669dd27347f46 2025-10-06 07:31:19.740443 | | WARNING | Config change detected for nova_virtproxyd, new hash: ea1c6ca1c211804d3d5669dd27347f46 2025-10-06 07:31:19.740989 | | WARNING | Config change detected for nova_virtqemud, new hash: ea1c6ca1c211804d3d5669dd27347f46 2025-10-06 07:31:19.741472 | | WARNING | Config change detected for nova_virtsecretd, new hash: ea1c6ca1c211804d3d5669dd27347f46 2025-10-06 07:31:19.741977 | | WARNING | Config change detected for nova_virtstoraged, new hash: ea1c6ca1c211804d3d5669dd27347f46 2025-10-06 07:31:19.742503 | | WARNING | Config change detected for placement_api_db_sync, new hash: 1e58afe846a36759fbbe99c18ee8dea4 2025-10-06 07:31:19.743015 | | WARNING | Config change detected for swift_copy_rings, new hash: 3a59f116afbd495b38672f83692d503e-51540fa57486840606c11be1e9efa59b 2025-10-06 07:31:19.743556 | | WARNING | Config change detected for cinder_api, new hash: b08733aff91a6a5d6a2cc352f8ea8eb5 2025-10-06 07:31:19.744116 | | WARNING | Config change detected for cinder_api_cron, new hash: b08733aff91a6a5d6a2cc352f8ea8eb5 2025-10-06 07:31:19.744649 | | WARNING | Config change detected for cinder_scheduler, new hash: b08733aff91a6a5d6a2cc352f8ea8eb5 2025-10-06 07:31:19.745186 | | WARNING | Config change detected for glance_api, new hash: a988b3b51b2974a6da6d35ab3e8ef8ee-be90ae7bcde626595e8c9830151fffc1 2025-10-06 07:31:19.745786 | | WARNING | Config change detected for glance_api_cron, new hash: a988b3b51b2974a6da6d35ab3e8ef8ee 2025-10-06 07:31:19.746306 | | WARNING | Config change detected for glance_api_internal, new hash: 82904cf308b6fa9e8619fe000d237b3c-be90ae7bcde626595e8c9830151fffc1 2025-10-06 07:31:19.746852 | | WARNING | Config change detected for heat_api, new hash: 406098d91d10d18b0000f8ccedd38580 2025-10-06 07:31:19.747343 | | WARNING | Config change detected for heat_api_cfn, new hash: ebdfc7bf0e6d46a0355c9625c4e23c61 2025-10-06 07:31:19.748162 | | WARNING | Config change detected for heat_api_cron, new hash: 406098d91d10d18b0000f8ccedd38580 2025-10-06 07:31:19.748705 | | WARNING | Config change detected for heat_engine, new hash: ced4898c533fc07aa464fb9836f8b262 2025-10-06 07:31:19.749280 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-06 07:31:19.749813 | | WARNING | Config change detected for manila_api, new hash: 13ebe8c36aeb826371b404bf44432ae3 2025-10-06 07:31:19.750334 | | WARNING | Config change detected for manila_api_cron, new hash: 13ebe8c36aeb826371b404bf44432ae3 2025-10-06 07:31:19.750876 | | WARNING | Config change detected for manila_scheduler, new hash: 13ebe8c36aeb826371b404bf44432ae3 2025-10-06 07:31:19.751407 | | WARNING | Config change detected for neutron_api, new hash: 888b1f495d1b9ca4b24781f4220048e3 2025-10-06 07:31:19.752008 | | WARNING | Config change detected for neutron_dhcp, new hash: 888b1f495d1b9ca4b24781f4220048e3 2025-10-06 07:31:19.752523 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 888b1f495d1b9ca4b24781f4220048e3 2025-10-06 07:31:19.753098 | | WARNING | Config change detected for nova_api, new hash: 71d04d24c769127a88164265ea2438d8 2025-10-06 07:31:19.753603 | | WARNING | Config change detected for nova_api_cron, new hash: 71d04d24c769127a88164265ea2438d8 2025-10-06 07:31:19.754176 | | WARNING | Config change detected for nova_conductor, new hash: 71d04d24c769127a88164265ea2438d8 2025-10-06 07:31:19.754685 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: ea1c6ca1c211804d3d5669dd27347f46 2025-10-06 07:31:19.755248 | | WARNING | Config change detected for nova_metadata, new hash: e312939a86eff0a951e6be739e0d5839 2025-10-06 07:31:19.755827 | | WARNING | Config change detected for nova_migration_target, new hash: ea1c6ca1c211804d3d5669dd27347f46 2025-10-06 07:31:19.756364 | | WARNING | Config change detected for nova_scheduler, new hash: 71d04d24c769127a88164265ea2438d8 2025-10-06 07:31:19.756905 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 71d04d24c769127a88164265ea2438d8 2025-10-06 07:31:19.757412 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 71d04d24c769127a88164265ea2438d8 2025-10-06 07:31:19.757959 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 888b1f495d1b9ca4b24781f4220048e3 2025-10-06 07:31:19.758472 | | WARNING | Config change detected for placement_api, new hash: 1e58afe846a36759fbbe99c18ee8dea4 2025-10-06 07:31:19.759054 | | WARNING | Config change detected for placement_wait_for_service, new hash: 1e58afe846a36759fbbe99c18ee8dea4 2025-10-06 07:31:19.759574 | | WARNING | Config change detected for swift_account_reaper, new hash: 3a59f116afbd495b38672f83692d503e 2025-10-06 07:31:19.760155 | | WARNING | Config change detected for swift_account_server, new hash: 3a59f116afbd495b38672f83692d503e 2025-10-06 07:31:19.760717 | | WARNING | Config change detected for swift_container_server, new hash: 3a59f116afbd495b38672f83692d503e 2025-10-06 07:31:19.761258 | | WARNING | Config change detected for swift_container_updater, new hash: 3a59f116afbd495b38672f83692d503e 2025-10-06 07:31:19.761804 | | WARNING | Config change detected for swift_object_expirer, new hash: 3a59f116afbd495b38672f83692d503e 2025-10-06 07:31:19.762372 | | WARNING | Config change detected for swift_object_server, new hash: 3a59f116afbd495b38672f83692d503e 2025-10-06 07:31:19.763021 | | WARNING | Config change detected for swift_object_updater, new hash: 3a59f116afbd495b38672f83692d503e 2025-10-06 07:31:19.763660 | | WARNING | Config change detected for swift_proxy, new hash: 3a59f116afbd495b38672f83692d503e 2025-10-06 07:31:19.764302 | | WARNING | Config change detected for nova_compute, new hash: be90ae7bcde626595e8c9830151fffc1-ea1c6ca1c211804d3d5669dd27347f46 2025-10-06 07:31:19.764886 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: ea1c6ca1c211804d3d5669dd27347f46 2025-10-06 07:31:19.765456 | fa163ea7-07d0-ebb9-5f67-00000000268b | CHANGED | Update config hashes for container startup configs | standalone 2025-10-06 07:31:19.766306 | fa163ea7-07d0-ebb9-5f67-00000000268b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:10:38.050923 | 0.35s 2025-10-06 07:31:19.790922 | fa163ea7-07d0-ebb9-5f67-00000000262a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 07:31:19.842060 | fa163ea7-07d0-ebb9-5f67-00000000262a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:38.126673 | 0.05s 2025-10-06 07:31:19.864461 | b3a9da10-3c9a-497b-8ba5-bfed4a55b1e8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 07:31:19.895253 | fa163ea7-07d0-ebb9-5f67-0000000026aa | TASK | Gather podman infos 2025-10-06 07:31:20.732433 | fa163ea7-07d0-ebb9-5f67-0000000026aa | OK | Gather podman infos | standalone 2025-10-06 07:31:20.733635 | fa163ea7-07d0-ebb9-5f67-0000000026aa | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:39.018255 | 0.84s 2025-10-06 07:31:20.797290 | fa163ea7-07d0-ebb9-5f67-0000000026ab | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 07:31:20.865154 | fa163ea7-07d0-ebb9-5f67-0000000026ab | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:39.149766 | 0.07s 2025-10-06 07:31:20.989709 | fa163ea7-07d0-ebb9-5f67-0000000026f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:10:39.274315 | 0.06s 2025-10-06 07:31:21.047370 | fa163ea7-07d0-ebb9-5f67-00000000262b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 07:31:21.099884 | fa163ea7-07d0-ebb9-5f67-00000000262b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:39.384492 | 0.05s 2025-10-06 07:31:21.121432 | 3cc1d764-7a12-483d-b2fe-d7a2188ae992 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 07:31:21.156926 | fa163ea7-07d0-ebb9-5f67-00000000271a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 07:31:28.983848 | fa163ea7-07d0-ebb9-5f67-00000000271a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-06 07:31:28.985346 | fa163ea7-07d0-ebb9-5f67-00000000271a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:47.269966 | 7.83s 2025-10-06 07:31:29.015826 | fa163ea7-07d0-ebb9-5f67-00000000271b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 07:31:31.820225 | fa163ea7-07d0-ebb9-5f67-00000000271b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-06 07:31:31.822028 | fa163ea7-07d0-ebb9-5f67-00000000271b | 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:10:50.106648 | 2.80s 2025-10-06 07:31:31.895478 | fa163ea7-07d0-ebb9-5f67-000000002434 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-06 07:31:32.137892 | fa163ea7-07d0-ebb9-5f67-000000002434 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-06 07:31:32.139649 | fa163ea7-07d0-ebb9-5f67-000000002434 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:10:50.424265 | 0.24s 2025-10-06 07:31:32.187083 | fa163ea7-07d0-ebb9-5f67-000000002435 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-06 07:31:32.237458 | fa163ea7-07d0-ebb9-5f67-000000002435 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:10:50.522065 | 0.05s 2025-10-06 07:31:32.267069 | fa163ea7-07d0-ebb9-5f67-000000002436 | TASK | Include container-puppet tasks for step 1 2025-10-06 07:31:32.310290 | fa163ea7-07d0-ebb9-5f67-000000002436 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:10:50.594893 | 0.04s 2025-10-06 07:31:32.336484 | 3f4201bc-5b45-488f-9edb-062839f81ebf | INCLUDED | /root/standalone-ansible-y07zx0qr/host-container-puppet-tasks.yaml | standalone 2025-10-06 07:31:32.387079 | fa163ea7-07d0-ebb9-5f67-000000002766 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-06 07:31:32.916590 | fa163ea7-07d0-ebb9-5f67-000000002766 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-06 07:31:32.917909 | fa163ea7-07d0-ebb9-5f67-000000002766 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:10:51.202524 | 0.53s 2025-10-06 07:31:32.948693 | fa163ea7-07d0-ebb9-5f67-000000002768 | TASK | Generate container puppet configs for step 1 2025-10-06 07:31:33.235540 | fa163ea7-07d0-ebb9-5f67-000000002768 | OK | Generate container puppet configs for step 1 | standalone 2025-10-06 07:31:33.236904 | fa163ea7-07d0-ebb9-5f67-000000002768 | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:51.521523 | 0.29s 2025-10-06 07:31:33.267860 | fa163ea7-07d0-ebb9-5f67-000000002769 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-06 07:31:33.298232 | fa163ea7-07d0-ebb9-5f67-000000002769 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:10:51.582840 | 0.03s 2025-10-06 07:31:33.365136 | fa163ea7-07d0-ebb9-5f67-000000002554 | TASK | Gather variables for each operating system 2025-10-06 07:31:33.483352 | fa163ea7-07d0-ebb9-5f67-000000002554 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:51.767965 | 0.12s 2025-10-06 07:31:33.511920 | fa163ea7-07d0-ebb9-5f67-000000002555 | TASK | Create container logs path 2025-10-06 07:31:33.753965 | fa163ea7-07d0-ebb9-5f67-000000002555 | OK | Create container logs path | standalone 2025-10-06 07:31:33.755176 | fa163ea7-07d0-ebb9-5f67-000000002555 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:52.039799 | 0.24s 2025-10-06 07:31:33.786022 | fa163ea7-07d0-ebb9-5f67-000000002557 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 07:31:34.049423 | fa163ea7-07d0-ebb9-5f67-000000002557 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 07:31:34.050556 | fa163ea7-07d0-ebb9-5f67-000000002557 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:52.335176 | 0.26s 2025-10-06 07:31:34.081794 | fa163ea7-07d0-ebb9-5f67-000000002558 | TASK | Finalise hashes for all containers 2025-10-06 07:31:34.126583 | fa163ea7-07d0-ebb9-5f67-000000002558 | OK | Finalise hashes for all containers | standalone 2025-10-06 07:31:34.127706 | fa163ea7-07d0-ebb9-5f67-000000002558 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:52.412327 | 0.04s 2025-10-06 07:31:34.156261 | fa163ea7-07d0-ebb9-5f67-00000000255a | TASK | Manage systemd shutdown files 2025-10-06 07:31:34.196461 | fa163ea7-07d0-ebb9-5f67-00000000255a | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 07:31:34.197587 | fa163ea7-07d0-ebb9-5f67-00000000255a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:52.482208 | 0.04s 2025-10-06 07:31:34.225684 | fa163ea7-07d0-ebb9-5f67-00000000255c | TASK | Update container configs with new config hashes 2025-10-06 07:31:34.266215 | fa163ea7-07d0-ebb9-5f67-00000000255c | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 07:31:34.268157 | fa163ea7-07d0-ebb9-5f67-00000000255c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:52.552768 | 0.04s 2025-10-06 07:31:34.302925 | fa163ea7-07d0-ebb9-5f67-00000000255d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 07:31:34.358013 | fa163ea7-07d0-ebb9-5f67-00000000255d | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 07:31:34.359867 | fa163ea7-07d0-ebb9-5f67-00000000255d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:52.644479 | 0.05s 2025-10-06 07:31:34.393743 | fa163ea7-07d0-ebb9-5f67-00000000255e | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 07:31:34.448898 | fa163ea7-07d0-ebb9-5f67-00000000255e | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 07:31:34.450814 | fa163ea7-07d0-ebb9-5f67-00000000255e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:52.735427 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-06 07:31:34.635860 | fa163ea7-07d0-ebb9-5f67-0000000000c6 | TASK | External deployment step 2 2025-10-06 07:31:34.670030 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000c6') missing from stats 2025-10-06 07:31:34.732832 | fa163ea7-07d0-ebb9-5f67-0000000000c7 | TIMING | include_tasks | undercloud | 0:10:53.017424 | 0.04s 2025-10-06 07:31:34.768626 | d8e846d0-d6b8-4504-adef-45dcda0aa415 | INCLUDED | /root/standalone-ansible-y07zx0qr/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-06 07:31:34.788674 | fa163ea7-07d0-ebb9-5f67-0000000027e3 | TASK | create cephadm working directory and related files 2025-10-06 07:31:34.840863 | fa163ea7-07d0-ebb9-5f67-0000000027e3 | TIMING | create cephadm working directory and related files | undercloud | 0:10:53.125471 | 0.05s 2025-10-06 07:31:34.901041 | fa163ea7-07d0-ebb9-5f67-00000000280b | TASK | create cephadm workdir 2025-10-06 07:31:35.177716 | fa163ea7-07d0-ebb9-5f67-00000000280b | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-y07zx0qr/cephadm 2025-10-06 07:31:35.180065 | fa163ea7-07d0-ebb9-5f67-00000000280b | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:53.464678 | 0.28s 2025-10-06 07:31:35.190558 | fa163ea7-07d0-ebb9-5f67-00000000280b | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:53.475161 | 0.29s 2025-10-06 07:31:35.210014 | fa163ea7-07d0-ebb9-5f67-00000000280c | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-06 07:31:35.478818 | fa163ea7-07d0-ebb9-5f67-00000000280c | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-06 07:31:35.480766 | fa163ea7-07d0-ebb9-5f67-00000000280c | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:10:53.765348 | 0.27s 2025-10-06 07:31:35.499497 | fa163ea7-07d0-ebb9-5f67-00000000280d | TASK | get the list of enabled services on the overcloud 2025-10-06 07:31:35.574648 | fa163ea7-07d0-ebb9-5f67-00000000280d | OK | get the list of enabled services on the overcloud | undercloud 2025-10-06 07:31:35.576016 | fa163ea7-07d0-ebb9-5f67-00000000280d | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:10:53.860636 | 0.07s 2025-10-06 07:31:35.598310 | fa163ea7-07d0-ebb9-5f67-00000000280e | TASK | Set grafana_vip: 192.168.122.99 2025-10-06 07:31:35.652163 | fa163ea7-07d0-ebb9-5f67-00000000280e | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-06 07:31:35.653926 | fa163ea7-07d0-ebb9-5f67-00000000280e | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:10:53.938538 | 0.05s 2025-10-06 07:31:35.727106 | fa163ea7-07d0-ebb9-5f67-00000000280f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:54.011711 | 0.05s 2025-10-06 07:31:35.814857 | fa163ea7-07d0-ebb9-5f67-000000002893 | TASK | set basic user fact 2025-10-06 07:31:35.890654 | fa163ea7-07d0-ebb9-5f67-000000002893 | SKIPPED | set basic user fact | undercloud 2025-10-06 07:31:35.892390 | fa163ea7-07d0-ebb9-5f67-000000002893 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:10:54.177002 | 0.08s 2025-10-06 07:31:35.911144 | fa163ea7-07d0-ebb9-5f67-000000002894 | TASK | set basic home fact 2025-10-06 07:31:35.989756 | fa163ea7-07d0-ebb9-5f67-000000002894 | OK | set basic home fact | undercloud 2025-10-06 07:31:35.991336 | fa163ea7-07d0-ebb9-5f67-000000002894 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:10:54.275953 | 0.08s 2025-10-06 07:31:36.010212 | fa163ea7-07d0-ebb9-5f67-000000002895 | TASK | set calling_ansible_environment_variables fact 2025-10-06 07:31:36.097312 | fa163ea7-07d0-ebb9-5f67-000000002895 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-06 07:31:36.098949 | fa163ea7-07d0-ebb9-5f67-000000002895 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:10:54.383564 | 0.09s 2025-10-06 07:31:36.122822 | fa163ea7-07d0-ebb9-5f67-000000002897 | TASK | get all ansible environment variables 2025-10-06 07:31:36.205954 | fa163ea7-07d0-ebb9-5f67-000000002897 | SKIPPED | get all ansible environment variables | undercloud 2025-10-06 07:31:36.207365 | fa163ea7-07d0-ebb9-5f67-000000002897 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:10:54.491981 | 0.08s 2025-10-06 07:31:36.225881 | fa163ea7-07d0-ebb9-5f67-000000002898 | TASK | set calling_ansible_environment_variables 2025-10-06 07:31:36.300242 | fa163ea7-07d0-ebb9-5f67-000000002898 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-06 07:31:36.301427 | fa163ea7-07d0-ebb9-5f67-000000002898 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:10:54.586046 | 0.07s 2025-10-06 07:31:36.319647 | fa163ea7-07d0-ebb9-5f67-00000000289a | TASK | Set common fact 2025-10-06 07:31:36.381456 | fa163ea7-07d0-ebb9-5f67-00000000289a | OK | Set common fact | undercloud 2025-10-06 07:31:36.382589 | fa163ea7-07d0-ebb9-5f67-00000000289a | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:10:54.667211 | 0.06s 2025-10-06 07:31:36.401137 | fa163ea7-07d0-ebb9-5f67-00000000289b | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-06 07:31:36.433334 | fa163ea7-07d0-ebb9-5f67-00000000289b | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-06 07:31:36.434137 | fa163ea7-07d0-ebb9-5f67-00000000289b | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:10:54.718764 | 0.03s 2025-10-06 07:31:36.461934 | fa163ea7-07d0-ebb9-5f67-00000000289d | TASK | build filter list 2025-10-06 07:31:36.487979 | fa163ea7-07d0-ebb9-5f67-00000000289d | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:10:54.772592 | 0.03s 2025-10-06 07:31:36.504259 | fa163ea7-07d0-ebb9-5f67-00000000289e | TASK | add images pool 2025-10-06 07:31:36.565530 | fa163ea7-07d0-ebb9-5f67-00000000289e | OK | add images pool | undercloud 2025-10-06 07:31:36.566758 | fa163ea7-07d0-ebb9-5f67-00000000289e | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:10:54.851352 | 0.06s 2025-10-06 07:31:36.585124 | fa163ea7-07d0-ebb9-5f67-00000000289f | TASK | add volumes pool 2025-10-06 07:31:36.671327 | fa163ea7-07d0-ebb9-5f67-00000000289f | OK | add volumes pool | undercloud 2025-10-06 07:31:36.672512 | fa163ea7-07d0-ebb9-5f67-00000000289f | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:10:54.957134 | 0.09s 2025-10-06 07:31:36.691257 | fa163ea7-07d0-ebb9-5f67-0000000028a0 | TASK | add vms pool 2025-10-06 07:31:36.764082 | fa163ea7-07d0-ebb9-5f67-0000000028a0 | OK | add vms pool | undercloud 2025-10-06 07:31:36.765315 | fa163ea7-07d0-ebb9-5f67-0000000028a0 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:10:55.049936 | 0.07s 2025-10-06 07:31:36.783673 | fa163ea7-07d0-ebb9-5f67-0000000028a1 | TASK | add gnocchi pool 2025-10-06 07:31:36.824548 | fa163ea7-07d0-ebb9-5f67-0000000028a1 | SKIPPED | add gnocchi pool | undercloud 2025-10-06 07:31:36.826050 | fa163ea7-07d0-ebb9-5f67-0000000028a1 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:10:55.110664 | 0.04s 2025-10-06 07:31:36.844173 | fa163ea7-07d0-ebb9-5f67-0000000028a2 | TASK | add cinder backup pool 2025-10-06 07:31:36.909023 | fa163ea7-07d0-ebb9-5f67-0000000028a2 | OK | add cinder backup pool | undercloud 2025-10-06 07:31:36.910194 | fa163ea7-07d0-ebb9-5f67-0000000028a2 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:10:55.194815 | 0.06s 2025-10-06 07:31:36.928324 | fa163ea7-07d0-ebb9-5f67-0000000028a3 | TASK | add cinder extra pools 2025-10-06 07:31:36.957214 | fa163ea7-07d0-ebb9-5f67-0000000028a3 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:10:55.241829 | 0.03s 2025-10-06 07:31:36.975550 | fa163ea7-07d0-ebb9-5f67-0000000028a4 | TASK | build resulting pool list 2025-10-06 07:31:37.145466 | fa163ea7-07d0-ebb9-5f67-0000000028a4 | OK | build resulting pool list | undercloud 2025-10-06 07:31:37.146984 | fa163ea7-07d0-ebb9-5f67-0000000028a4 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:10:55.431603 | 0.17s 2025-10-06 07:31:37.166445 | fa163ea7-07d0-ebb9-5f67-0000000028a6 | TASK | add manila data pool 2025-10-06 07:31:37.240301 | fa163ea7-07d0-ebb9-5f67-0000000028a6 | OK | add manila data pool | undercloud 2025-10-06 07:31:37.241583 | fa163ea7-07d0-ebb9-5f67-0000000028a6 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:10:55.526205 | 0.07s 2025-10-06 07:31:37.260481 | fa163ea7-07d0-ebb9-5f67-0000000028a7 | TASK | add manila metadata pool 2025-10-06 07:31:37.324634 | fa163ea7-07d0-ebb9-5f67-0000000028a7 | OK | add manila metadata pool | undercloud 2025-10-06 07:31:37.326128 | fa163ea7-07d0-ebb9-5f67-0000000028a7 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:10:55.610748 | 0.06s 2025-10-06 07:31:37.414501 | fa163ea7-07d0-ebb9-5f67-000000002810 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:55.699116 | 0.05s 2025-10-06 07:31:37.546228 | fa163ea7-07d0-ebb9-5f67-000000002a39 | TASK | reset profiles string to avoid complex string manipulation 2025-10-06 07:31:37.604028 | fa163ea7-07d0-ebb9-5f67-000000002a39 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-06 07:31:37.605125 | fa163ea7-07d0-ebb9-5f67-000000002a39 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:10:55.889745 | 0.06s 2025-10-06 07:31:37.623960 | fa163ea7-07d0-ebb9-5f67-000000002a3b | TASK | build openstack client profiles per pool 2025-10-06 07:31:37.706415 | fa163ea7-07d0-ebb9-5f67-000000002a3b | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-06 07:31:37.708828 | fa163ea7-07d0-ebb9-5f67-000000002a3b | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:55.993442 | 0.08s 2025-10-06 07:31:37.735329 | fa163ea7-07d0-ebb9-5f67-000000002a3b | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-06 07:31:37.736146 | fa163ea7-07d0-ebb9-5f67-000000002a3b | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:56.020771 | 0.11s 2025-10-06 07:31:37.762354 | fa163ea7-07d0-ebb9-5f67-000000002a3b | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-06 07:31:37.763875 | fa163ea7-07d0-ebb9-5f67-000000002a3b | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:56.048499 | 0.14s 2025-10-06 07:31:37.780807 | fa163ea7-07d0-ebb9-5f67-000000002a3b | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-06 07:31:37.781495 | fa163ea7-07d0-ebb9-5f67-000000002a3b | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:56.066120 | 0.16s 2025-10-06 07:31:37.787713 | fa163ea7-07d0-ebb9-5f67-000000002a3b | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:56.072328 | 0.16s 2025-10-06 07:31:37.806440 | fa163ea7-07d0-ebb9-5f67-000000002a3c | TASK | set openstack client caps 2025-10-06 07:31:37.869004 | fa163ea7-07d0-ebb9-5f67-000000002a3c | OK | set openstack client caps | undercloud 2025-10-06 07:31:37.870303 | fa163ea7-07d0-ebb9-5f67-000000002a3c | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:10:56.154923 | 0.06s 2025-10-06 07:31:37.890963 | fa163ea7-07d0-ebb9-5f67-000000002a3d | TASK | set openstack client osd(s) caps 2025-10-06 07:31:37.956321 | fa163ea7-07d0-ebb9-5f67-000000002a3d | OK | set openstack client osd(s) caps | undercloud 2025-10-06 07:31:37.957467 | fa163ea7-07d0-ebb9-5f67-000000002a3d | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:10:56.242088 | 0.07s 2025-10-06 07:31:37.975747 | fa163ea7-07d0-ebb9-5f67-000000002a3e | TASK | Combine caps 2025-10-06 07:31:38.041403 | fa163ea7-07d0-ebb9-5f67-000000002a3e | OK | Combine caps | undercloud 2025-10-06 07:31:38.042542 | fa163ea7-07d0-ebb9-5f67-000000002a3e | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:10:56.327164 | 0.07s 2025-10-06 07:31:38.061005 | fa163ea7-07d0-ebb9-5f67-000000002a3f | TASK | set openstack client key 2025-10-06 07:31:38.123827 | fa163ea7-07d0-ebb9-5f67-000000002a3f | OK | set openstack client key | undercloud 2025-10-06 07:31:38.125053 | fa163ea7-07d0-ebb9-5f67-000000002a3f | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:10:56.409673 | 0.06s 2025-10-06 07:31:38.143044 | fa163ea7-07d0-ebb9-5f67-000000002a41 | TASK | build manila key for openstack 2025-10-06 07:31:38.209712 | fa163ea7-07d0-ebb9-5f67-000000002a41 | OK | build manila key for openstack | undercloud 2025-10-06 07:31:38.210990 | fa163ea7-07d0-ebb9-5f67-000000002a41 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:10:56.495612 | 0.07s 2025-10-06 07:31:38.230399 | fa163ea7-07d0-ebb9-5f67-000000002a42 | TASK | build radosgw key for openstack 2025-10-06 07:31:38.285536 | fa163ea7-07d0-ebb9-5f67-000000002a42 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-06 07:31:38.286641 | fa163ea7-07d0-ebb9-5f67-000000002a42 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:10:56.571262 | 0.05s 2025-10-06 07:31:38.305106 | fa163ea7-07d0-ebb9-5f67-000000002a43 | TASK | build the resulting keys 2025-10-06 07:31:38.479406 | fa163ea7-07d0-ebb9-5f67-000000002a43 | OK | build the resulting keys | undercloud 2025-10-06 07:31:38.481003 | fa163ea7-07d0-ebb9-5f67-000000002a43 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:10:56.765621 | 0.17s 2025-10-06 07:31:38.569001 | fa163ea7-07d0-ebb9-5f67-000000002811 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:56.853613 | 0.05s 2025-10-06 07:31:38.728943 | fa163ea7-07d0-ebb9-5f67-000000002d5e | TASK | build ceph orphan set 2025-10-06 07:31:38.810527 | fa163ea7-07d0-ebb9-5f67-000000002d5e | OK | build ceph orphan set | undercloud 2025-10-06 07:31:38.813141 | fa163ea7-07d0-ebb9-5f67-000000002d5e | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:10:57.097753 | 0.08s 2025-10-06 07:31:38.834229 | fa163ea7-07d0-ebb9-5f67-000000002d5f | TASK | clean ceph_config_overrides list 2025-10-06 07:31:38.883590 | fa163ea7-07d0-ebb9-5f67-000000002d5f | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:10:57.168188 | 0.05s 2025-10-06 07:31:38.903291 | fa163ea7-07d0-ebb9-5f67-000000002d60 | TASK | ceph_config_overrides w/o orphans 2025-10-06 07:31:38.972381 | fa163ea7-07d0-ebb9-5f67-000000002d60 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-06 07:31:38.973946 | fa163ea7-07d0-ebb9-5f67-000000002d60 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:10:57.258562 | 0.07s 2025-10-06 07:31:38.992764 | fa163ea7-07d0-ebb9-5f67-000000002d61 | TASK | build ceph config overrides 2025-10-06 07:31:39.103609 | fa163ea7-07d0-ebb9-5f67-000000002d61 | OK | build ceph config overrides | undercloud 2025-10-06 07:31:39.105049 | fa163ea7-07d0-ebb9-5f67-000000002d61 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:10:57.389668 | 0.11s 2025-10-06 07:31:39.140387 | fa163ea7-07d0-ebb9-5f67-000000002812 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-06 07:31:39.850885 | fa163ea7-07d0-ebb9-5f67-000000002812 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-06 07:31:39.852302 | fa163ea7-07d0-ebb9-5f67-000000002812 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:10:58.136921 | 0.71s 2025-10-06 07:31:39.870939 | fa163ea7-07d0-ebb9-5f67-000000002814 | 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 07:31:39.996006 | fa163ea7-07d0-ebb9-5f67-000000002814 | OK | Set bootstrap host | undercloud 2025-10-06 07:31:39.996927 | fa163ea7-07d0-ebb9-5f67-000000002814 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:10:58.281550 | 0.12s 2025-10-06 07:31:40.014643 | fa163ea7-07d0-ebb9-5f67-000000002815 | 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 07:31:40.160805 | fa163ea7-07d0-ebb9-5f67-000000002815 | OK | Set first monitor IP | undercloud 2025-10-06 07:31:40.161697 | fa163ea7-07d0-ebb9-5f67-000000002815 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:10:58.446318 | 0.15s 2025-10-06 07:31:40.179612 | fa163ea7-07d0-ebb9-5f67-000000002816 | 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 07:31:40.245250 | fa163ea7-07d0-ebb9-5f67-000000002816 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-06 07:31:40.246137 | fa163ea7-07d0-ebb9-5f67-000000002816 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:10:58.530758 | 0.06s 2025-10-06 07:31:40.263876 | fa163ea7-07d0-ebb9-5f67-000000002818 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-06 07:31:40.815670 | fa163ea7-07d0-ebb9-5f67-000000002818 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-06 07:31:40.817068 | fa163ea7-07d0-ebb9-5f67-000000002818 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:10:59.101688 | 0.55s 2025-10-06 07:31:40.851071 | fa163ea7-07d0-ebb9-5f67-0000000027e4 | TASK | Prepare cephadm user and keys 2025-10-06 07:31:41.366157 | fa163ea7-07d0-ebb9-5f67-0000000027e4 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-06 07:31:41.367469 | fa163ea7-07d0-ebb9-5f67-0000000027e4 | TIMING | Prepare cephadm user and keys | undercloud | 0:10:59.652083 | 0.52s 2025-10-06 07:31:41.385103 | fa163ea7-07d0-ebb9-5f67-0000000027e5 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-06 07:31:41.510626 | fa163ea7-07d0-ebb9-5f67-0000000027e5 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:10:59.795239 | 0.12s 2025-10-06 07:31:41.591474 | fa163ea7-07d0-ebb9-5f67-000000002fda | TASK | set cephadm playbook 2025-10-06 07:31:41.660882 | fa163ea7-07d0-ebb9-5f67-000000002fda | OK | set cephadm playbook | undercloud 2025-10-06 07:31:41.662094 | fa163ea7-07d0-ebb9-5f67-000000002fda | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:10:59.946714 | 0.07s 2025-10-06 07:31:41.679881 | fa163ea7-07d0-ebb9-5f67-000000002fdb | TASK | Setup the log path 2025-10-06 07:31:41.738958 | fa163ea7-07d0-ebb9-5f67-000000002fdb | OK | Setup the log path | undercloud 2025-10-06 07:31:41.740028 | fa163ea7-07d0-ebb9-5f67-000000002fdb | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:00.024649 | 0.06s 2025-10-06 07:31:41.757616 | fa163ea7-07d0-ebb9-5f67-000000002fdc | TASK | Setup the cephadm playbook command 2025-10-06 07:31:41.821521 | fa163ea7-07d0-ebb9-5f67-000000002fdc | OK | Setup the cephadm playbook command | undercloud 2025-10-06 07:31:41.822650 | fa163ea7-07d0-ebb9-5f67-000000002fdc | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:00.107268 | 0.06s 2025-10-06 07:31:41.840154 | fa163ea7-07d0-ebb9-5f67-000000002fdd | TASK | rotate cephadm_command.log 2025-10-06 07:31:42.102331 | fa163ea7-07d0-ebb9-5f67-000000002fdd | CHANGED | rotate cephadm_command.log | undercloud 2025-10-06 07:31:42.103692 | fa163ea7-07d0-ebb9-5f67-000000002fdd | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:00.388313 | 0.26s 2025-10-06 07:31:42.122009 | fa163ea7-07d0-ebb9-5f67-000000002fde | TASK | save cephadm playbook command to shell script 2025-10-06 07:31:42.622810 | fa163ea7-07d0-ebb9-5f67-000000002fde | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-06 07:31:42.624296 | fa163ea7-07d0-ebb9-5f67-000000002fde | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:00.908911 | 0.50s 2025-10-06 07:31:42.643053 | fa163ea7-07d0-ebb9-5f67-000000002fdf | TASK | Notify user about upcoming cephadm execution(s) 2025-10-06 07:31:42.718553 | fa163ea7-07d0-ebb9-5f67-000000002fdf | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-y07zx0qr/cephadm/cephadm_command.log)" } 2025-10-06 07:31:42.719571 | fa163ea7-07d0-ebb9-5f67-000000002fdf | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:01.004194 | 0.08s 2025-10-06 07:31:42.735488 | fa163ea7-07d0-ebb9-5f67-000000002fe0 | TASK | run cephadm playbook 2025-10-06 07:32:40.855351 | fa163ea7-07d0-ebb9-5f67-000000002fe0 | CHANGED | run cephadm playbook | undercloud 2025-10-06 07:32:40.859474 | fa163ea7-07d0-ebb9-5f67-000000002fe0 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:11:59.144084 | 58.12s 2025-10-06 07:32:40.881095 | fa163ea7-07d0-ebb9-5f67-000000002fe1 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-06 07:32:40.946845 | fa163ea7-07d0-ebb9-5f67-000000002fe1 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-06 07:32:40.948032 | fa163ea7-07d0-ebb9-5f67-000000002fe1 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:11:59.232651 | 0.07s 2025-10-06 07:32:40.965637 | fa163ea7-07d0-ebb9-5f67-000000002fe2 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-06 07:32:41.020264 | fa163ea7-07d0-ebb9-5f67-000000002fe2 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-06 07:32:41.021321 | fa163ea7-07d0-ebb9-5f67-000000002fe2 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:11:59.305941 | 0.05s 2025-10-06 07:32:41.055487 | fa163ea7-07d0-ebb9-5f67-0000000027e7 | TASK | Check if the input variable file exists 2025-10-06 07:32:41.317813 | fa163ea7-07d0-ebb9-5f67-0000000027e7 | OK | Check if the input variable file exists | undercloud 2025-10-06 07:32:41.319119 | fa163ea7-07d0-ebb9-5f67-0000000027e7 | TIMING | Check if the input variable file exists | undercloud | 0:11:59.603741 | 0.26s 2025-10-06 07:32:41.336662 | fa163ea7-07d0-ebb9-5f67-0000000027e8 | TASK | Populate CephClientConfigVars from THT 2025-10-06 07:32:41.386544 | fa163ea7-07d0-ebb9-5f67-0000000027e8 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-06 07:32:41.387606 | fa163ea7-07d0-ebb9-5f67-0000000027e8 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:11:59.672226 | 0.05s 2025-10-06 07:32:41.405463 | fa163ea7-07d0-ebb9-5f67-0000000027e9 | TASK | configure ceph clients 2025-10-06 07:32:41.456019 | fa163ea7-07d0-ebb9-5f67-0000000027e9 | TIMING | configure ceph clients | undercloud | 0:11:59.740636 | 0.05s 2025-10-06 07:32:41.519956 | fa163ea7-07d0-ebb9-5f67-0000000030a4 | TASK | get the list of enabled services on the overcloud 2025-10-06 07:32:41.589366 | fa163ea7-07d0-ebb9-5f67-0000000030a4 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-06 07:32:41.590642 | fa163ea7-07d0-ebb9-5f67-0000000030a4 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:11:59.875263 | 0.07s 2025-10-06 07:32:41.609620 | fa163ea7-07d0-ebb9-5f67-0000000030a5 | TASK | Create ceph_client_fetch_dir 2025-10-06 07:32:41.660531 | fa163ea7-07d0-ebb9-5f67-0000000030a5 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:11:59.945148 | 0.05s 2025-10-06 07:32:41.673693 | 0e48437c-4d6d-4057-8b9b-79a4887a474b | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-06 07:32:41.705636 | fa163ea7-07d0-ebb9-5f67-0000000030e8 | TASK | Clean any old fetch directory path 2025-10-06 07:32:41.970690 | fa163ea7-07d0-ebb9-5f67-0000000030e8 | OK | Clean any old fetch directory path | undercloud 2025-10-06 07:32:41.972132 | fa163ea7-07d0-ebb9-5f67-0000000030e8 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:00.256752 | 0.27s 2025-10-06 07:32:41.990569 | fa163ea7-07d0-ebb9-5f67-0000000030e9 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-06 07:32:42.247058 | fa163ea7-07d0-ebb9-5f67-0000000030e9 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-06 07:32:42.248566 | fa163ea7-07d0-ebb9-5f67-0000000030e9 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:00.533186 | 0.26s 2025-10-06 07:32:42.266956 | fa163ea7-07d0-ebb9-5f67-0000000030a6 | TASK | Check if the input variables exist 2025-10-06 07:32:42.528142 | fa163ea7-07d0-ebb9-5f67-0000000030a6 | OK | Check if the input variables exist | undercloud 2025-10-06 07:32:42.529498 | fa163ea7-07d0-ebb9-5f67-0000000030a6 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:12:00.814120 | 0.26s 2025-10-06 07:32:42.547636 | fa163ea7-07d0-ebb9-5f67-0000000030a7 | TASK | Load variables produced by the cephadm provisioning process 2025-10-06 07:32:42.618803 | fa163ea7-07d0-ebb9-5f67-0000000030a7 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-06 07:32:42.620449 | fa163ea7-07d0-ebb9-5f67-0000000030a7 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:12:00.905071 | 0.07s 2025-10-06 07:32:42.638498 | fa163ea7-07d0-ebb9-5f67-0000000030a8 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-06 07:32:42.701143 | fa163ea7-07d0-ebb9-5f67-0000000030a8 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-06 07:32:42.702362 | fa163ea7-07d0-ebb9-5f67-0000000030a8 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:12:00.986980 | 0.06s 2025-10-06 07:32:42.720661 | fa163ea7-07d0-ebb9-5f67-0000000030a9 | TASK | Configure multiple external ceph clusters 2025-10-06 07:32:42.801195 | fa163ea7-07d0-ebb9-5f67-0000000030a9 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-06 07:32:42.802251 | fa163ea7-07d0-ebb9-5f67-0000000030a9 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:12:01.086872 | 0.08s 2025-10-06 07:32:42.820654 | fa163ea7-07d0-ebb9-5f67-0000000030aa | TASK | Render keys provided for the Ceph cluster 2025-10-06 07:32:42.891866 | fa163ea7-07d0-ebb9-5f67-0000000030aa | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:12:01.176473 | 0.07s 2025-10-06 07:32:42.902369 | 051e2a2e-977c-4825-a8e6-363ed9c66f25 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-06 07:32:42.938908 | fa163ea7-07d0-ebb9-5f67-00000000313c | TASK | create cephx key(s) 2025-10-06 07:32:43.471940 | fa163ea7-07d0-ebb9-5f67-00000000313c | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQBKbONoAAAAABAAgVcqj7oT1xNVlIZMtrSCww==', '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 07:32:43.474948 | fa163ea7-07d0-ebb9-5f67-00000000313c | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:01.759558 | 0.53s 2025-10-06 07:32:43.902270 | fa163ea7-07d0-ebb9-5f67-00000000313c | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQBKbONoAAAAABAAhYRjg7uWbjvJHpRcuue5MQ==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-06 07:32:43.904631 | fa163ea7-07d0-ebb9-5f67-00000000313c | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:02.189186 | 0.96s 2025-10-06 07:32:43.915168 | fa163ea7-07d0-ebb9-5f67-00000000313c | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:02.199783 | 0.97s 2025-10-06 07:32:43.934139 | fa163ea7-07d0-ebb9-5f67-0000000030ab | TASK | Render ceph config for the Ceph Clients 2025-10-06 07:32:43.985251 | fa163ea7-07d0-ebb9-5f67-0000000030ab | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:12:02.269862 | 0.05s 2025-10-06 07:32:43.995721 | a7ded304-a0d2-4aa9-951c-0c8790b10418 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-06 07:32:44.033880 | fa163ea7-07d0-ebb9-5f67-0000000031a0 | TASK | create ceph.conf 2025-10-06 07:32:44.622911 | fa163ea7-07d0-ebb9-5f67-0000000031a0 | CHANGED | create ceph.conf | undercloud 2025-10-06 07:32:44.624227 | fa163ea7-07d0-ebb9-5f67-0000000031a0 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:12:02.908846 | 0.59s 2025-10-06 07:32:44.642909 | fa163ea7-07d0-ebb9-5f67-0000000030ac | TASK | Configure Ceph Clients 2025-10-06 07:32:44.681249 | fa163ea7-07d0-ebb9-5f67-0000000030ac | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:12:02.965860 | 0.04s 2025-10-06 07:32:44.701625 | ac60a992-c028-41e9-ab12-14b038d61d66 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-06 07:32:44.741179 | fa163ea7-07d0-ebb9-5f67-00000000320f | TASK | set effective ceph_clients without limit 2025-10-06 07:32:44.863316 | fa163ea7-07d0-ebb9-5f67-00000000320f | OK | set effective ceph_clients without limit | undercloud 2025-10-06 07:32:44.864414 | fa163ea7-07d0-ebb9-5f67-00000000320f | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:12:03.149035 | 0.12s 2025-10-06 07:32:44.882780 | fa163ea7-07d0-ebb9-5f67-000000003210 | TASK | set effective ceph_clients with limit 2025-10-06 07:32:44.965205 | fa163ea7-07d0-ebb9-5f67-000000003210 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-06 07:32:44.966693 | fa163ea7-07d0-ebb9-5f67-000000003210 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:12:03.251304 | 0.08s 2025-10-06 07:32:44.985826 | fa163ea7-07d0-ebb9-5f67-000000003211 | TASK | set distribution list from cross product of files and effective clients 2025-10-06 07:32:45.089521 | fa163ea7-07d0-ebb9-5f67-000000003211 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-06 07:32:45.090680 | fa163ea7-07d0-ebb9-5f67-000000003211 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:12:03.375301 | 0.10s 2025-10-06 07:32:45.132065 | fa163ea7-07d0-ebb9-5f67-000000003212 | TASK | Ensure /etc/ceph exists on all clients 2025-10-06 07:32:45.399159 | fa163ea7-07d0-ebb9-5f67-000000003212 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-y07zx0qr/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ea7-07d0-ebb9-5f67-000000003212') missing from stats 2025-10-06 07:32:45.630098 | fa163ea7-07d0-ebb9-5f67-000000003212 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-y07zx0qr/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-06 07:32:45.823281 | fa163ea7-07d0-ebb9-5f67-000000003212 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-y07zx0qr/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-06 07:32:45.836078 | fa163ea7-07d0-ebb9-5f67-000000003212 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:12:04.120687 | 0.70s 2025-10-06 07:32:45.875005 | fa163ea7-07d0-ebb9-5f67-000000003213 | TASK | push files to the other nodes of cluster 2025-10-06 07:32:46.390798 | fa163ea7-07d0-ebb9-5f67-000000003213 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-y07zx0qr/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ea7-07d0-ebb9-5f67-000000003213') missing from stats 2025-10-06 07:32:46.879495 | fa163ea7-07d0-ebb9-5f67-000000003213 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-y07zx0qr/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-06 07:32:47.315501 | fa163ea7-07d0-ebb9-5f67-000000003213 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-y07zx0qr/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-06 07:32:47.328198 | fa163ea7-07d0-ebb9-5f67-000000003213 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:12:05.612809 | 1.45s 2025-10-06 07:32:47.347410 | fa163ea7-07d0-ebb9-5f67-0000000030ad | TASK | Clean ceph_client_fetch_dir 2025-10-06 07:32:47.399634 | fa163ea7-07d0-ebb9-5f67-0000000030ad | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:12:05.684249 | 0.05s 2025-10-06 07:32:47.410913 | eed310f1-8229-4569-92f2-2a7c567bdccb | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-06 07:32:47.456896 | fa163ea7-07d0-ebb9-5f67-0000000032a7 | TASK | Clean any old fetch directory path 2025-10-06 07:32:47.717979 | fa163ea7-07d0-ebb9-5f67-0000000032a7 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-06 07:32:47.718895 | fa163ea7-07d0-ebb9-5f67-0000000032a7 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:06.003519 | 0.26s 2025-10-06 07:32:47.734364 | fa163ea7-07d0-ebb9-5f67-0000000032a8 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-06 07:32:47.763895 | fa163ea7-07d0-ebb9-5f67-0000000032a8 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-06 07:32:47.765060 | fa163ea7-07d0-ebb9-5f67-0000000032a8 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:06.049678 | 0.03s 2025-10-06 07:32:47.799990 | fa163ea7-07d0-ebb9-5f67-0000000027ea | TASK | tripleo client role 2025-10-06 07:32:47.829779 | fa163ea7-07d0-ebb9-5f67-0000000027ea | TIMING | tripleo client role | undercloud | 0:12:06.114393 | 0.03s 2025-10-06 07:32:47.847432 | fa163ea7-07d0-ebb9-5f67-0000000027eb | TASK | Load variables for standalone ganesha 2025-10-06 07:32:47.929570 | fa163ea7-07d0-ebb9-5f67-0000000027eb | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-06 07:32:47.930629 | fa163ea7-07d0-ebb9-5f67-0000000027eb | TIMING | Load variables for standalone ganesha | undercloud | 0:12:06.215249 | 0.08s 2025-10-06 07:32:47.948315 | fa163ea7-07d0-ebb9-5f67-0000000027ec | TASK | Config Standalone Ganesha 2025-10-06 07:32:48.044197 | fa163ea7-07d0-ebb9-5f67-0000000027ec | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-06 07:32:48.045385 | fa163ea7-07d0-ebb9-5f67-0000000027ec | TIMING | Config Standalone Ganesha | undercloud | 0:12:06.330005 | 0.10s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-06 07:32:48.181297 | fa163ea7-07d0-ebb9-5f67-0000000000ca | TASK | Deploy step tasks for 2 2025-10-06 07:32:48.210978 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000ca') missing from stats 2025-10-06 07:32:48.232361 | fa163ea7-07d0-ebb9-5f67-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-06 07:32:48.731623 | fa163ea7-07d0-ebb9-5f67-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-06 07:32:48.733239 | fa163ea7-07d0-ebb9-5f67-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:12:07.017857 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 07:32:48.811514 | fa163ea7-07d0-ebb9-5f67-0000000000cc | TIMING | include_tasks | standalone | 0:12:07.096127 | 0.05s 2025-10-06 07:32:48.895403 | 5d31efb7-ce33-4831-9a04-d598e1d38309 | INCLUDED | /root/standalone-ansible-y07zx0qr/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-06 07:32:48.927389 | fa163ea7-07d0-ebb9-5f67-00000000336e | TASK | Push script 2025-10-06 07:32:49.454653 | fa163ea7-07d0-ebb9-5f67-00000000336e | CHANGED | Push script | standalone 2025-10-06 07:32:49.456305 | fa163ea7-07d0-ebb9-5f67-00000000336e | TIMING | Push script | standalone | 0:12:07.740923 | 0.53s 2025-10-06 07:32:49.484787 | fa163ea7-07d0-ebb9-5f67-00000000336f | TASK | Insert cronjob in root crontab 2025-10-06 07:32:49.920968 | fa163ea7-07d0-ebb9-5f67-00000000336f | CHANGED | Insert cronjob in root crontab | standalone 2025-10-06 07:32:49.922398 | fa163ea7-07d0-ebb9-5f67-00000000336f | TIMING | Insert cronjob in root crontab | standalone | 0:12:08.207018 | 0.44s 2025-10-06 07:32:49.950650 | fa163ea7-07d0-ebb9-5f67-000000003376 | TASK | Gather variables for each operating system 2025-10-06 07:32:50.068018 | fa163ea7-07d0-ebb9-5f67-000000003376 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:12:08.352623 | 0.12s 2025-10-06 07:32:50.098249 | fa163ea7-07d0-ebb9-5f67-000000003377 | TASK | Detect if resource is being created or already exists 2025-10-06 07:32:50.906051 | fa163ea7-07d0-ebb9-5f67-000000003377 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 07:32:50.907539 | fa163ea7-07d0-ebb9-5f67-000000003377 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:12:09.192157 | 0.81s 2025-10-06 07:32:50.940393 | fa163ea7-07d0-ebb9-5f67-000000003378 | TASK | Run init bundle puppet on the host for haproxy 2025-10-06 07:34:37.411545 | fa163ea7-07d0-ebb9-5f67-000000003378 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-06 07:34:37.413406 | fa163ea7-07d0-ebb9-5f67-000000003378 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:13:55.698024 | 106.47s 2025-10-06 07:34:37.444587 | fa163ea7-07d0-ebb9-5f67-000000003379 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-06 07:34:37.719083 | fa163ea7-07d0-ebb9-5f67-000000003379 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-06 07:34:37.720431 | fa163ea7-07d0-ebb9-5f67-000000003379 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:13:56.005050 | 0.27s 2025-10-06 07:34:37.750368 | fa163ea7-07d0-ebb9-5f67-00000000337a | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 07:34:38.380156 | fa163ea7-07d0-ebb9-5f67-00000000337a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 07:34:38.381844 | fa163ea7-07d0-ebb9-5f67-00000000337a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:13:56.666460 | 0.63s 2025-10-06 07:34:38.412801 | fa163ea7-07d0-ebb9-5f67-00000000337b | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-06 07:34:38.667528 | fa163ea7-07d0-ebb9-5f67-00000000337b | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-06 07:34:38.668906 | fa163ea7-07d0-ebb9-5f67-00000000337b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:13:56.953524 | 0.25s 2025-10-06 07:34:38.699827 | fa163ea7-07d0-ebb9-5f67-00000000337d | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-06 07:34:38.739053 | fa163ea7-07d0-ebb9-5f67-00000000337d | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-06 07:34:38.740131 | fa163ea7-07d0-ebb9-5f67-00000000337d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:13:57.024751 | 0.04s 2025-10-06 07:34:38.770823 | fa163ea7-07d0-ebb9-5f67-00000000337e | TASK | Get container image tag from bundle haproxy-bundle 2025-10-06 07:34:38.821406 | fa163ea7-07d0-ebb9-5f67-00000000337e | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-06 07:34:38.822665 | fa163ea7-07d0-ebb9-5f67-00000000337e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:13:57.107283 | 0.05s 2025-10-06 07:34:38.853458 | fa163ea7-07d0-ebb9-5f67-00000000337f | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-06 07:34:38.904684 | fa163ea7-07d0-ebb9-5f67-00000000337f | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-06 07:34:38.905864 | fa163ea7-07d0-ebb9-5f67-00000000337f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:13:57.190483 | 0.05s 2025-10-06 07:34:38.937537 | fa163ea7-07d0-ebb9-5f67-000000003380 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 07:34:39.000457 | fa163ea7-07d0-ebb9-5f67-000000003380 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 07:34:39.001909 | fa163ea7-07d0-ebb9-5f67-000000003380 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:13:57.286525 | 0.06s 2025-10-06 07:34:39.033407 | fa163ea7-07d0-ebb9-5f67-000000003381 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-06 07:34:39.088037 | fa163ea7-07d0-ebb9-5f67-000000003381 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-06 07:34:39.089166 | fa163ea7-07d0-ebb9-5f67-000000003381 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:13:57.373783 | 0.05s 2025-10-06 07:34:39.144164 | fa163ea7-07d0-ebb9-5f67-0000000033a2 | TASK | Gather variables for each operating system 2025-10-06 07:34:39.260546 | fa163ea7-07d0-ebb9-5f67-0000000033a2 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:57.545157 | 0.11s 2025-10-06 07:34:39.289927 | fa163ea7-07d0-ebb9-5f67-0000000033a3 | TASK | Detect if resource is being created or already exists 2025-10-06 07:34:40.050619 | fa163ea7-07d0-ebb9-5f67-0000000033a3 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 07:34:40.052403 | fa163ea7-07d0-ebb9-5f67-0000000033a3 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:58.337018 | 0.76s 2025-10-06 07:34:40.083411 | fa163ea7-07d0-ebb9-5f67-0000000033a4 | TASK | Run init bundle puppet on the host for mysql 2025-10-06 07:35:06.571392 | fa163ea7-07d0-ebb9-5f67-0000000033a4 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-06 07:35:06.572585 | fa163ea7-07d0-ebb9-5f67-0000000033a4 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:14:24.857209 | 26.49s 2025-10-06 07:35:06.596378 | fa163ea7-07d0-ebb9-5f67-0000000033a5 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-06 07:35:06.837233 | fa163ea7-07d0-ebb9-5f67-0000000033a5 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-06 07:35:06.838645 | fa163ea7-07d0-ebb9-5f67-0000000033a5 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:14:25.123265 | 0.24s 2025-10-06 07:35:06.867219 | fa163ea7-07d0-ebb9-5f67-0000000033a6 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 07:35:07.336294 | fa163ea7-07d0-ebb9-5f67-0000000033a6 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 07:35:07.337255 | fa163ea7-07d0-ebb9-5f67-0000000033a6 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:25.621882 | 0.47s 2025-10-06 07:35:07.360411 | fa163ea7-07d0-ebb9-5f67-0000000033a7 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-06 07:35:07.601468 | fa163ea7-07d0-ebb9-5f67-0000000033a7 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-06 07:35:07.602857 | fa163ea7-07d0-ebb9-5f67-0000000033a7 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:14:25.887476 | 0.24s 2025-10-06 07:35:07.633582 | fa163ea7-07d0-ebb9-5f67-0000000033a9 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-06 07:35:07.694358 | fa163ea7-07d0-ebb9-5f67-0000000033a9 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-06 07:35:07.695585 | fa163ea7-07d0-ebb9-5f67-0000000033a9 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:14:25.980205 | 0.06s 2025-10-06 07:35:07.725655 | fa163ea7-07d0-ebb9-5f67-0000000033aa | TASK | Get container image tag from bundle galera-bundle 2025-10-06 07:35:07.755499 | fa163ea7-07d0-ebb9-5f67-0000000033aa | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-06 07:35:07.756811 | fa163ea7-07d0-ebb9-5f67-0000000033aa | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:14:26.041416 | 0.03s 2025-10-06 07:35:07.786240 | fa163ea7-07d0-ebb9-5f67-0000000033ab | TASK | Compare tags between marker and bundle galera-bundle 2025-10-06 07:35:07.838457 | fa163ea7-07d0-ebb9-5f67-0000000033ab | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-06 07:35:07.839539 | fa163ea7-07d0-ebb9-5f67-0000000033ab | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:14:26.124158 | 0.05s 2025-10-06 07:35:07.870578 | fa163ea7-07d0-ebb9-5f67-0000000033ac | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 07:35:07.925379 | fa163ea7-07d0-ebb9-5f67-0000000033ac | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 07:35:07.926537 | fa163ea7-07d0-ebb9-5f67-0000000033ac | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:26.211157 | 0.05s 2025-10-06 07:35:07.958848 | fa163ea7-07d0-ebb9-5f67-0000000033ad | TASK | Remove update marker for bundle galera-bundle 2025-10-06 07:35:08.012050 | fa163ea7-07d0-ebb9-5f67-0000000033ad | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-06 07:35:08.013273 | fa163ea7-07d0-ebb9-5f67-0000000033ad | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:14:26.297892 | 0.05s 2025-10-06 07:35:08.067310 | fa163ea7-07d0-ebb9-5f67-0000000033ce | TASK | Gather variables for each operating system 2025-10-06 07:35:08.181260 | fa163ea7-07d0-ebb9-5f67-0000000033ce | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:26.465870 | 0.11s 2025-10-06 07:35:08.210247 | fa163ea7-07d0-ebb9-5f67-0000000033cf | TASK | Detect if resource is being created or already exists 2025-10-06 07:35:09.023174 | fa163ea7-07d0-ebb9-5f67-0000000033cf | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 07:35:09.024492 | fa163ea7-07d0-ebb9-5f67-0000000033cf | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:27.309114 | 0.81s 2025-10-06 07:35:09.054948 | fa163ea7-07d0-ebb9-5f67-0000000033d0 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-06 07:35:34.539273 | fa163ea7-07d0-ebb9-5f67-0000000033d0 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-06 07:35:34.540896 | fa163ea7-07d0-ebb9-5f67-0000000033d0 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:14:52.825516 | 25.48s 2025-10-06 07:35:34.579119 | fa163ea7-07d0-ebb9-5f67-0000000033d1 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-06 07:35:34.842144 | fa163ea7-07d0-ebb9-5f67-0000000033d1 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-06 07:35:34.843642 | fa163ea7-07d0-ebb9-5f67-0000000033d1 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:14:53.128261 | 0.26s 2025-10-06 07:35:34.872785 | fa163ea7-07d0-ebb9-5f67-0000000033d2 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 07:35:35.339258 | fa163ea7-07d0-ebb9-5f67-0000000033d2 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 07:35:35.340565 | fa163ea7-07d0-ebb9-5f67-0000000033d2 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:53.625184 | 0.47s 2025-10-06 07:35:35.370467 | fa163ea7-07d0-ebb9-5f67-0000000033d3 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-06 07:35:35.605904 | fa163ea7-07d0-ebb9-5f67-0000000033d3 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-06 07:35:35.607324 | fa163ea7-07d0-ebb9-5f67-0000000033d3 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:14:53.891944 | 0.24s 2025-10-06 07:35:35.637421 | fa163ea7-07d0-ebb9-5f67-0000000033d5 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-06 07:35:35.691886 | fa163ea7-07d0-ebb9-5f67-0000000033d5 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-06 07:35:35.693008 | fa163ea7-07d0-ebb9-5f67-0000000033d5 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:14:53.977628 | 0.05s 2025-10-06 07:35:35.722526 | fa163ea7-07d0-ebb9-5f67-0000000033d6 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-06 07:35:35.778196 | fa163ea7-07d0-ebb9-5f67-0000000033d6 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-06 07:35:35.779332 | fa163ea7-07d0-ebb9-5f67-0000000033d6 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:14:54.063950 | 0.06s 2025-10-06 07:35:35.808821 | fa163ea7-07d0-ebb9-5f67-0000000033d7 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-06 07:35:35.859145 | fa163ea7-07d0-ebb9-5f67-0000000033d7 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-06 07:35:35.860221 | fa163ea7-07d0-ebb9-5f67-0000000033d7 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:14:54.144841 | 0.05s 2025-10-06 07:35:35.891010 | fa163ea7-07d0-ebb9-5f67-0000000033d8 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 07:35:35.953544 | fa163ea7-07d0-ebb9-5f67-0000000033d8 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 07:35:35.954935 | fa163ea7-07d0-ebb9-5f67-0000000033d8 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:54.239552 | 0.06s 2025-10-06 07:35:35.986035 | fa163ea7-07d0-ebb9-5f67-0000000033d9 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-06 07:35:36.035316 | fa163ea7-07d0-ebb9-5f67-0000000033d9 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-06 07:35:36.036126 | fa163ea7-07d0-ebb9-5f67-0000000033d9 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:14:54.320750 | 0.05s 2025-10-06 07:35:36.090791 | fa163ea7-07d0-ebb9-5f67-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-06 07:35:36.317789 | fa163ea7-07d0-ebb9-5f67-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-06 07:35:36.319158 | fa163ea7-07d0-ebb9-5f67-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:14:54.603778 | 0.23s 2025-10-06 07:35:36.432710 | fa163ea7-07d0-ebb9-5f67-0000000000cf | TIMING | include_tasks | standalone | 0:14:54.717321 | 0.08s 2025-10-06 07:35:36.471249 | bc733508-10d0-4158-93b8-755f2dda3731 | INCLUDED | /root/standalone-ansible-y07zx0qr/common_deploy_steps_tasks.yaml | standalone 2025-10-06 07:35:36.498314 | fa163ea7-07d0-ebb9-5f67-000000003454 | TASK | Write the config_step hieradata 2025-10-06 07:35:37.007366 | fa163ea7-07d0-ebb9-5f67-000000003454 | OK | Write the config_step hieradata | standalone 2025-10-06 07:35:37.008155 | fa163ea7-07d0-ebb9-5f67-000000003454 | TIMING | Write the config_step hieradata | standalone | 0:14:55.292783 | 0.51s 2025-10-06 07:35:37.039395 | fa163ea7-07d0-ebb9-5f67-000000003455 | TASK | Run puppet host configuration for step 2 2025-10-06 07:35:37.322516 | fa163ea7-07d0-ebb9-5f67-000000003455 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-06 07:35:37.323719 | fa163ea7-07d0-ebb9-5f67-000000003455 | TIMING | Run puppet host configuration for step 2 | standalone | 0:14:55.608338 | 0.28s 2025-10-06 07:35:37.354611 | fa163ea7-07d0-ebb9-5f67-000000003456 | TASK | Wait for puppet host configuration to finish 2025-10-06 07:35:37.628042 | fa163ea7-07d0-ebb9-5f67-000000003456 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 07:35:47.823652 | fa163ea7-07d0-ebb9-5f67-000000003456 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 07:35:58.046393 | fa163ea7-07d0-ebb9-5f67-000000003456 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 07:35:58.048899 | fa163ea7-07d0-ebb9-5f67-000000003456 | TIMING | Wait for puppet host configuration to finish | standalone | 0:15:16.333516 | 20.69s 2025-10-06 07:35:58.075559 | fa163ea7-07d0-ebb9-5f67-000000003457 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-06 07:35:58.164082 | fa163ea7-07d0-ebb9-5f67-000000003457 | 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 07:35:37 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 07:35:41 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 07:35:41 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 07:35:41 puppet-user: (file & line not available)", "<13>Oct 6 07:35:41 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 07:35:41 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 07:35:42 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 07:35:42 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.48 seconds", "<13>Oct 6 07:35:47 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 07:35:50 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 07:35:52 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 07:35:52 puppet-user: Notice: Applied catalog in 9.84 seconds", "<13>Oct 6 07:35:52 puppet-user: Application:", "<13>Oct 6 07:35:52 puppet-user: Initial environment: production", "<13>Oct 6 07:35:52 puppet-user: Converged environment: production", "<13>Oct 6 07:35:52 puppet-user: Run mode: user", "<13>Oct 6 07:35:52 puppet-user: Changes:", "<13>Oct 6 07:35:52 puppet-user: Total: 2", "<13>Oct 6 07:35:52 puppet-user: Events:", "<13>Oct 6 07:35:52 puppet-user: Success: 2", "<13>Oct 6 07:35:52 puppet-user: Resources:", "<13>Oct 6 07:35:52 puppet-user: Changed: 2", "<13>Oct 6 07:35:52 puppet-user: Out of sync: 2", "<13>Oct 6 07:35:52 puppet-user: Total: 28", "<13>Oct 6 07:35:52 puppet-user: Time:", "<13>Oct 6 07:35:52 puppet-user: Filebucket: 0.00", "<13>Oct 6 07:35:52 puppet-user: File line: 0.00", "<13>Oct 6 07:35:52 puppet-user: Schedule: 0.00", "<13>Oct 6 07:35:52 puppet-user: Package: 0.00", "<13>Oct 6 07:35:52 puppet-user: File: 0.00", "<13>Oct 6 07:35:52 puppet-user: User: 0.01", "<13>Oct 6 07:35:52 puppet-user: Augeas: 0.01", "<13>Oct 6 07:35:52 puppet-user: Service: 0.06", "<13>Oct 6 07:35:52 puppet-user: Config retrieval: 0.53", "<13>Oct 6 07:35:52 puppet-user: Pcmk property: 1.49", "<13>Oct 6 07:35:52 puppet-user: Exec: 1.93", "<13>Oct 6 07:35:52 puppet-user: Last run: 1759736152", "<13>Oct 6 07:35:52 puppet-user: Pcmk resource op default: 2.98", "<13>Oct 6 07:35:52 puppet-user: Pcmk resource default: 3.10", "<13>Oct 6 07:35:52 puppet-user: Transaction evaluation: 9.82", "<13>Oct 6 07:35:52 puppet-user: Catalog application: 9.84", "<13>Oct 6 07:35:52 puppet-user: Total: 9.85", "<13>Oct 6 07:35:52 puppet-user: Version:", "<13>Oct 6 07:35:52 puppet-user: Config: 1759736141", "<13>Oct 6 07:35:52 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 07:35:58.165021 | fa163ea7-07d0-ebb9-5f67-000000003457 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:15:16.449647 | 0.09s 2025-10-06 07:35:58.192444 | fa163ea7-07d0-ebb9-5f67-000000003458 | TASK | Pre-cache facts for puppet containers 2025-10-06 07:35:58.221491 | fa163ea7-07d0-ebb9-5f67-000000003458 | TIMING | Pre-cache facts for puppet containers | standalone | 0:15:16.506106 | 0.03s 2025-10-06 07:35:58.288066 | fa163ea7-07d0-ebb9-5f67-000000003497 | TASK | Gather variables for each operating system 2025-10-06 07:35:58.411116 | fa163ea7-07d0-ebb9-5f67-000000003497 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:15:16.695724 | 0.12s 2025-10-06 07:35:58.439721 | fa163ea7-07d0-ebb9-5f67-000000003498 | TASK | Create puppet caching structures 2025-10-06 07:35:58.707028 | fa163ea7-07d0-ebb9-5f67-000000003498 | CHANGED | Create puppet caching structures | standalone 2025-10-06 07:35:58.708425 | fa163ea7-07d0-ebb9-5f67-000000003498 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:15:16.993044 | 0.27s 2025-10-06 07:35:58.736769 | fa163ea7-07d0-ebb9-5f67-000000003499 | TASK | Check for facter.conf 2025-10-06 07:35:58.996487 | fa163ea7-07d0-ebb9-5f67-000000003499 | OK | Check for facter.conf | standalone 2025-10-06 07:35:58.998371 | fa163ea7-07d0-ebb9-5f67-000000003499 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:15:17.282892 | 0.26s 2025-10-06 07:35:59.029692 | fa163ea7-07d0-ebb9-5f67-00000000349a | TASK | Remove facter.conf if directory 2025-10-06 07:35:59.085463 | fa163ea7-07d0-ebb9-5f67-00000000349a | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 07:35:59.086995 | fa163ea7-07d0-ebb9-5f67-00000000349a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:15:17.371612 | 0.05s 2025-10-06 07:35:59.116550 | fa163ea7-07d0-ebb9-5f67-00000000349b | TASK | Write facter cache config 2025-10-06 07:35:59.575654 | fa163ea7-07d0-ebb9-5f67-00000000349b | CHANGED | Write facter cache config | standalone 2025-10-06 07:35:59.577355 | fa163ea7-07d0-ebb9-5f67-00000000349b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:15:17.861973 | 0.46s 2025-10-06 07:35:59.606520 | fa163ea7-07d0-ebb9-5f67-00000000349c | TASK | Cleanup facter cache if exists 2025-10-06 07:35:59.831035 | fa163ea7-07d0-ebb9-5f67-00000000349c | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 07:35:59.832418 | fa163ea7-07d0-ebb9-5f67-00000000349c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:15:18.117038 | 0.22s 2025-10-06 07:35:59.861979 | fa163ea7-07d0-ebb9-5f67-00000000349d | TASK | Pre-cache facts 2025-10-06 07:36:00.455133 | fa163ea7-07d0-ebb9-5f67-00000000349d | CHANGED | Pre-cache facts | standalone 2025-10-06 07:36:00.456471 | fa163ea7-07d0-ebb9-5f67-00000000349d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:15:18.741091 | 0.59s 2025-10-06 07:36:00.487440 | fa163ea7-07d0-ebb9-5f67-00000000349e | TASK | Failed deployment if facter fails 2025-10-06 07:36:00.520958 | fa163ea7-07d0-ebb9-5f67-00000000349e | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 07:36:00.522065 | fa163ea7-07d0-ebb9-5f67-00000000349e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:15:18.806685 | 0.03s 2025-10-06 07:36:00.566262 | fa163ea7-07d0-ebb9-5f67-00000000349f | TASK | Sync cached facts 2025-10-06 07:36:00.880856 | fa163ea7-07d0-ebb9-5f67-00000000349f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea7-07d0-ebb9-5f67-00000000349f') missing from stats 2025-10-06 07:36:00.935966 | fa163ea7-07d0-ebb9-5f67-000000003459 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 07:36:00.987380 | fa163ea7-07d0-ebb9-5f67-000000003459 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 07:36:00.988498 | fa163ea7-07d0-ebb9-5f67-000000003459 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:15:19.273117 | 0.05s 2025-10-06 07:36:01.017619 | fa163ea7-07d0-ebb9-5f67-00000000345b | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-06 07:36:01.046766 | fa163ea7-07d0-ebb9-5f67-00000000345b | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:15:19.331332 | 0.03s 2025-10-06 07:36:01.126783 | fa163ea7-07d0-ebb9-5f67-0000000034f6 | TASK | Gather variables for each operating system 2025-10-06 07:36:01.252455 | fa163ea7-07d0-ebb9-5f67-0000000034f6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:19.537067 | 0.12s 2025-10-06 07:36:01.280535 | fa163ea7-07d0-ebb9-5f67-0000000034f7 | TASK | Create container logs path 2025-10-06 07:36:01.511948 | fa163ea7-07d0-ebb9-5f67-0000000034f7 | OK | Create container logs path | standalone 2025-10-06 07:36:01.513255 | fa163ea7-07d0-ebb9-5f67-0000000034f7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:19.797876 | 0.23s 2025-10-06 07:36:01.544052 | fa163ea7-07d0-ebb9-5f67-0000000034f9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 07:36:01.821773 | fa163ea7-07d0-ebb9-5f67-0000000034f9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-06 07:36:01.823126 | fa163ea7-07d0-ebb9-5f67-0000000034f9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:20.107744 | 0.28s 2025-10-06 07:36:01.855531 | fa163ea7-07d0-ebb9-5f67-0000000034fa | TASK | Finalise hashes for all containers 2025-10-06 07:36:01.918650 | fa163ea7-07d0-ebb9-5f67-0000000034fa | OK | Finalise hashes for all containers | standalone 2025-10-06 07:36:01.920012 | fa163ea7-07d0-ebb9-5f67-0000000034fa | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:20.204633 | 0.06s 2025-10-06 07:36:01.949445 | fa163ea7-07d0-ebb9-5f67-0000000034fc | TASK | Manage systemd shutdown files 2025-10-06 07:36:01.978814 | fa163ea7-07d0-ebb9-5f67-0000000034fc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:20.263423 | 0.03s 2025-10-06 07:36:02.010395 | a7eda069-7c23-44a6-8e62-42ae9ac82b85 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 07:36:02.038760 | fa163ea7-07d0-ebb9-5f67-00000000352f | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 07:36:02.289034 | fa163ea7-07d0-ebb9-5f67-00000000352f | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 07:36:02.290460 | fa163ea7-07d0-ebb9-5f67-00000000352f | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:20.575079 | 0.25s 2025-10-06 07:36:02.319437 | fa163ea7-07d0-ebb9-5f67-000000003530 | TASK | Set podman_drop_in fact 2025-10-06 07:36:02.374805 | fa163ea7-07d0-ebb9-5f67-000000003530 | OK | Set podman_drop_in fact | standalone 2025-10-06 07:36:02.376007 | fa163ea7-07d0-ebb9-5f67-000000003530 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:20.660626 | 0.05s 2025-10-06 07:36:02.404657 | fa163ea7-07d0-ebb9-5f67-000000003532 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 07:36:02.912206 | fa163ea7-07d0-ebb9-5f67-000000003532 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 07:36:02.913150 | fa163ea7-07d0-ebb9-5f67-000000003532 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:21.197776 | 0.51s 2025-10-06 07:36:03.396567 | fa163ea7-07d0-ebb9-5f67-000000003532 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 07:36:03.398423 | fa163ea7-07d0-ebb9-5f67-000000003532 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:21.683042 | 0.99s 2025-10-06 07:36:03.409140 | fa163ea7-07d0-ebb9-5f67-000000003532 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:21.693756 | 1.00s 2025-10-06 07:36:03.438922 | fa163ea7-07d0-ebb9-5f67-000000003533 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 07:36:03.951075 | fa163ea7-07d0-ebb9-5f67-000000003533 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 07:36:03.952431 | fa163ea7-07d0-ebb9-5f67-000000003533 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:22.237060 | 0.51s 2025-10-06 07:36:03.971364 | fa163ea7-07d0-ebb9-5f67-000000003534 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 07:36:04.480418 | fa163ea7-07d0-ebb9-5f67-000000003534 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 07:36:04.481828 | fa163ea7-07d0-ebb9-5f67-000000003534 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:22.766455 | 0.51s 2025-10-06 07:36:04.502170 | fa163ea7-07d0-ebb9-5f67-000000003535 | TASK | Enable and start tripleo-container-shutdown 2025-10-06 07:36:05.190984 | fa163ea7-07d0-ebb9-5f67-000000003535 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 07:36:05.192017 | fa163ea7-07d0-ebb9-5f67-000000003535 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:23.476645 | 0.69s 2025-10-06 07:36:05.211436 | fa163ea7-07d0-ebb9-5f67-000000003536 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 07:36:05.704343 | fa163ea7-07d0-ebb9-5f67-000000003536 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 07:36:05.705984 | fa163ea7-07d0-ebb9-5f67-000000003536 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:23.990603 | 0.49s 2025-10-06 07:36:05.734551 | fa163ea7-07d0-ebb9-5f67-000000003537 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 07:36:06.202232 | fa163ea7-07d0-ebb9-5f67-000000003537 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 07:36:06.203552 | fa163ea7-07d0-ebb9-5f67-000000003537 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:24.488172 | 0.47s 2025-10-06 07:36:06.231865 | fa163ea7-07d0-ebb9-5f67-000000003538 | TASK | Enable and start netns-placeholder 2025-10-06 07:36:06.977012 | fa163ea7-07d0-ebb9-5f67-000000003538 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 07:36:06.979160 | fa163ea7-07d0-ebb9-5f67-000000003538 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:25.263774 | 0.75s 2025-10-06 07:36:07.011182 | fa163ea7-07d0-ebb9-5f67-0000000034fe | TASK | Update container configs with new config hashes 2025-10-06 07:36:07.072538 | fa163ea7-07d0-ebb9-5f67-0000000034fe | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:25.357150 | 0.06s 2025-10-06 07:36:07.092070 | 94c16d82-e6fb-499f-ae75-334f85b04b44 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 07:36:07.125043 | fa163ea7-07d0-ebb9-5f67-000000003560 | TASK | Update config hashes for container startup configs 2025-10-06 07:36:07.486084 | fa163ea7-07d0-ebb9-5f67-000000003560 | OK | Update config hashes for container startup configs | standalone 2025-10-06 07:36:07.487414 | fa163ea7-07d0-ebb9-5f67-000000003560 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:25.772034 | 0.36s 2025-10-06 07:36:07.518193 | fa163ea7-07d0-ebb9-5f67-0000000034ff | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 07:36:07.573918 | fa163ea7-07d0-ebb9-5f67-0000000034ff | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:25.858530 | 0.05s 2025-10-06 07:36:07.597117 | 5eeb97b0-f721-4dcb-87d6-10ebcec496ed | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 07:36:07.633827 | fa163ea7-07d0-ebb9-5f67-00000000357f | TASK | Gather podman infos 2025-10-06 07:36:08.510455 | fa163ea7-07d0-ebb9-5f67-00000000357f | OK | Gather podman infos | standalone 2025-10-06 07:36:08.511888 | fa163ea7-07d0-ebb9-5f67-00000000357f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:26.796504 | 0.88s 2025-10-06 07:36:08.586981 | fa163ea7-07d0-ebb9-5f67-000000003580 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 07:36:08.654208 | fa163ea7-07d0-ebb9-5f67-000000003580 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:26.938816 | 0.06s 2025-10-06 07:36:08.783964 | fa163ea7-07d0-ebb9-5f67-0000000035c9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:27.068564 | 0.07s 2025-10-06 07:36:08.841562 | fa163ea7-07d0-ebb9-5f67-000000003500 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 07:36:08.895910 | fa163ea7-07d0-ebb9-5f67-000000003500 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:27.180521 | 0.05s 2025-10-06 07:36:08.918631 | 1f711924-fc5b-4c91-a7c9-36d7a9466d65 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 07:36:08.956331 | fa163ea7-07d0-ebb9-5f67-0000000035ef | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 07:36:24.769032 | fa163ea7-07d0-ebb9-5f67-0000000035ef | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-06 07:36:24.770836 | fa163ea7-07d0-ebb9-5f67-0000000035ef | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:43.055450 | 15.81s 2025-10-06 07:36:24.803855 | fa163ea7-07d0-ebb9-5f67-0000000035f0 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 07:36:27.669926 | fa163ea7-07d0-ebb9-5f67-0000000035f0 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-06 07:36:27.671531 | fa163ea7-07d0-ebb9-5f67-0000000035f0 | 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:15:45.956149 | 2.87s 2025-10-06 07:36:27.741537 | fa163ea7-07d0-ebb9-5f67-00000000345d | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-06 07:36:27.946701 | fa163ea7-07d0-ebb9-5f67-00000000345d | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-06 07:36:27.947476 | fa163ea7-07d0-ebb9-5f67-00000000345d | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:15:46.232103 | 0.20s 2025-10-06 07:36:27.976051 | fa163ea7-07d0-ebb9-5f67-00000000345e | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-06 07:36:28.026435 | fa163ea7-07d0-ebb9-5f67-00000000345e | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:15:46.311036 | 0.05s 2025-10-06 07:36:28.058019 | fa163ea7-07d0-ebb9-5f67-00000000345f | TASK | Include container-puppet tasks for step 2 2025-10-06 07:36:28.100563 | fa163ea7-07d0-ebb9-5f67-00000000345f | TIMING | Include container-puppet tasks for step 2 | standalone | 0:15:46.385169 | 0.04s 2025-10-06 07:36:28.126694 | f5c2a668-5513-4056-ad3a-d662353f80aa | INCLUDED | /root/standalone-ansible-y07zx0qr/host-container-puppet-tasks.yaml | standalone 2025-10-06 07:36:28.166219 | fa163ea7-07d0-ebb9-5f67-00000000363b | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-06 07:36:28.663397 | fa163ea7-07d0-ebb9-5f67-00000000363b | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-06 07:36:28.664712 | fa163ea7-07d0-ebb9-5f67-00000000363b | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:15:46.949329 | 0.50s 2025-10-06 07:36:28.694569 | fa163ea7-07d0-ebb9-5f67-00000000363d | TASK | Generate container puppet configs for step 2 2025-10-06 07:36:28.995041 | fa163ea7-07d0-ebb9-5f67-00000000363d | OK | Generate container puppet configs for step 2 | standalone 2025-10-06 07:36:28.996341 | fa163ea7-07d0-ebb9-5f67-00000000363d | TIMING | Generate container puppet configs for step 2 | standalone | 0:15:47.280962 | 0.30s 2025-10-06 07:36:29.026142 | fa163ea7-07d0-ebb9-5f67-00000000363e | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-06 07:36:29.055477 | fa163ea7-07d0-ebb9-5f67-00000000363e | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:15:47.340086 | 0.03s 2025-10-06 07:36:29.124703 | fa163ea7-07d0-ebb9-5f67-00000000366d | TASK | Gather variables for each operating system 2025-10-06 07:36:29.227027 | fa163ea7-07d0-ebb9-5f67-00000000366d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:47.511644 | 0.10s 2025-10-06 07:36:29.246269 | fa163ea7-07d0-ebb9-5f67-00000000366e | TASK | Create container logs path 2025-10-06 07:36:29.478112 | fa163ea7-07d0-ebb9-5f67-00000000366e | OK | Create container logs path | standalone 2025-10-06 07:36:29.479456 | fa163ea7-07d0-ebb9-5f67-00000000366e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:47.764076 | 0.23s 2025-10-06 07:36:29.511012 | fa163ea7-07d0-ebb9-5f67-000000003670 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-06 07:36:29.800874 | fa163ea7-07d0-ebb9-5f67-000000003670 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-06 07:36:29.801605 | fa163ea7-07d0-ebb9-5f67-000000003670 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:48.086232 | 0.29s 2025-10-06 07:36:29.820287 | fa163ea7-07d0-ebb9-5f67-000000003671 | TASK | Finalise hashes for all containers 2025-10-06 07:36:29.851653 | fa163ea7-07d0-ebb9-5f67-000000003671 | OK | Finalise hashes for all containers | standalone 2025-10-06 07:36:29.853047 | fa163ea7-07d0-ebb9-5f67-000000003671 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:48.137666 | 0.03s 2025-10-06 07:36:29.882850 | fa163ea7-07d0-ebb9-5f67-000000003673 | TASK | Manage systemd shutdown files 2025-10-06 07:36:29.915395 | fa163ea7-07d0-ebb9-5f67-000000003673 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 07:36:29.916632 | fa163ea7-07d0-ebb9-5f67-000000003673 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:48.201250 | 0.03s 2025-10-06 07:36:29.945378 | fa163ea7-07d0-ebb9-5f67-000000003675 | TASK | Update container configs with new config hashes 2025-10-06 07:36:29.994599 | fa163ea7-07d0-ebb9-5f67-000000003675 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 07:36:29.995721 | fa163ea7-07d0-ebb9-5f67-000000003675 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:48.280341 | 0.05s 2025-10-06 07:36:30.027365 | fa163ea7-07d0-ebb9-5f67-000000003676 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-06 07:36:30.078857 | fa163ea7-07d0-ebb9-5f67-000000003676 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-06 07:36:30.080166 | fa163ea7-07d0-ebb9-5f67-000000003676 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:48.364784 | 0.05s 2025-10-06 07:36:30.179254 | fa163ea7-07d0-ebb9-5f67-000000003677 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-06 07:36:30.227478 | fa163ea7-07d0-ebb9-5f67-000000003677 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-06 07:36:30.228662 | fa163ea7-07d0-ebb9-5f67-000000003677 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:48.513279 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-06 07:36:30.388516 | fa163ea7-07d0-ebb9-5f67-0000000000d2 | TASK | External deployment step 3 2025-10-06 07:36:30.416432 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000d2') missing from stats 2025-10-06 07:36:30.467607 | fa163ea7-07d0-ebb9-5f67-0000000000d3 | TIMING | include_tasks | undercloud | 0:15:48.752214 | 0.04s 2025-10-06 07:36:30.477974 | e81a2de9-74eb-4a21-9192-93387178dfde | INCLUDED | /root/standalone-ansible-y07zx0qr/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-06 07:36:30.497531 | fa163ea7-07d0-ebb9-5f67-0000000036c6 | TASK | Pause cephadm 2025-10-06 07:36:30.546891 | fa163ea7-07d0-ebb9-5f67-0000000036c6 | SKIPPED | Pause cephadm | undercloud 2025-10-06 07:36:30.547943 | fa163ea7-07d0-ebb9-5f67-0000000036c6 | TIMING | Pause cephadm | undercloud | 0:15:48.832562 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-06 07:36:30.686775 | fa163ea7-07d0-ebb9-5f67-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-06 07:36:30.715041 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000d6') missing from stats 2025-10-06 07:36:30.736847 | fa163ea7-07d0-ebb9-5f67-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-06 07:36:31.188480 | fa163ea7-07d0-ebb9-5f67-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-06 07:36:31.189911 | fa163ea7-07d0-ebb9-5f67-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:15:49.474529 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 07:36:31.284367 | fa163ea7-07d0-ebb9-5f67-0000000000d8 | TIMING | include_tasks | standalone | 0:15:49.568977 | 0.07s 2025-10-06 07:36:31.311983 | 3d356afd-73c1-4fd7-b819-9deb52c8f826 | INCLUDED | /root/standalone-ansible-y07zx0qr/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-06 07:36:31.342908 | fa163ea7-07d0-ebb9-5f67-0000000036e5 | TASK | Start OVN container 2025-10-06 07:36:31.421573 | fa163ea7-07d0-ebb9-5f67-0000000036e5 | TIMING | Start OVN container | standalone | 0:15:49.706175 | 0.08s 2025-10-06 07:36:31.452018 | fa163ea7-07d0-ebb9-5f67-0000000036e5 | TIMING | Start OVN container | standalone | 0:15:49.736640 | 0.11s 2025-10-06 07:36:31.476567 | fa163ea7-07d0-ebb9-5f67-0000000036e5 | TIMING | Start OVN container | standalone | 0:15:49.761191 | 0.13s 2025-10-06 07:36:31.483129 | fa163ea7-07d0-ebb9-5f67-0000000036e5 | TIMING | Start OVN container | standalone | 0:15:49.767739 | 0.14s 2025-10-06 07:36:31.591491 | fa163ea7-07d0-ebb9-5f67-00000000371d | TASK | Gather variables for each operating system 2025-10-06 07:36:31.746484 | fa163ea7-07d0-ebb9-5f67-00000000371d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:50.031091 | 0.15s 2025-10-06 07:36:31.777593 | fa163ea7-07d0-ebb9-5f67-00000000371e | TASK | Create container logs path 2025-10-06 07:36:32.014790 | fa163ea7-07d0-ebb9-5f67-00000000371e | OK | Create container logs path | standalone 2025-10-06 07:36:32.016140 | fa163ea7-07d0-ebb9-5f67-00000000371e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:50.300760 | 0.24s 2025-10-06 07:36:32.046923 | fa163ea7-07d0-ebb9-5f67-000000003720 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:32.358331 | fa163ea7-07d0-ebb9-5f67-000000003720 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 07:36:32.359537 | fa163ea7-07d0-ebb9-5f67-000000003720 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:50.644157 | 0.31s 2025-10-06 07:36:32.389995 | fa163ea7-07d0-ebb9-5f67-000000003721 | TASK | Finalise hashes for all containers 2025-10-06 07:36:32.495356 | fa163ea7-07d0-ebb9-5f67-000000003721 | OK | Finalise hashes for all containers | standalone 2025-10-06 07:36:32.497305 | fa163ea7-07d0-ebb9-5f67-000000003721 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:50.781924 | 0.10s 2025-10-06 07:36:32.526875 | fa163ea7-07d0-ebb9-5f67-000000003723 | TASK | Manage systemd shutdown files 2025-10-06 07:36:32.589882 | fa163ea7-07d0-ebb9-5f67-000000003723 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 07:36:32.591933 | fa163ea7-07d0-ebb9-5f67-000000003723 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:50.876550 | 0.06s 2025-10-06 07:36:32.622207 | fa163ea7-07d0-ebb9-5f67-000000003725 | TASK | Update container configs with new config hashes 2025-10-06 07:36:32.695932 | fa163ea7-07d0-ebb9-5f67-000000003725 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 07:36:32.697165 | fa163ea7-07d0-ebb9-5f67-000000003725 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:50.981785 | 0.07s 2025-10-06 07:36:32.727604 | fa163ea7-07d0-ebb9-5f67-000000003726 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:32.793110 | fa163ea7-07d0-ebb9-5f67-000000003726 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:51.077720 | 0.06s 2025-10-06 07:36:32.815923 | eee2c58f-19b8-413e-bcbc-f3c23449cb7c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 07:36:32.849927 | fa163ea7-07d0-ebb9-5f67-0000000037b2 | TASK | Gather podman infos 2025-10-06 07:36:33.925695 | fa163ea7-07d0-ebb9-5f67-0000000037b2 | OK | Gather podman infos | standalone 2025-10-06 07:36:33.926998 | fa163ea7-07d0-ebb9-5f67-0000000037b2 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:52.211618 | 1.08s 2025-10-06 07:36:34.005670 | fa163ea7-07d0-ebb9-5f67-0000000037b3 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:34.084966 | fa163ea7-07d0-ebb9-5f67-0000000037b3 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:52.369577 | 0.07s 2025-10-06 07:36:34.224202 | fa163ea7-07d0-ebb9-5f67-0000000037f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:52.508812 | 0.08s 2025-10-06 07:36:34.280778 | fa163ea7-07d0-ebb9-5f67-000000003727 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:34.347171 | fa163ea7-07d0-ebb9-5f67-000000003727 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:52.631782 | 0.06s 2025-10-06 07:36:34.369306 | e391f4da-8074-45a7-b825-7ee07eac128c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 07:36:34.410877 | fa163ea7-07d0-ebb9-5f67-00000000381d | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:35.309176 | fa163ea7-07d0-ebb9-5f67-00000000381d | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 07:36:35.312033 | fa163ea7-07d0-ebb9-5f67-00000000381d | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:53.596632 | 0.90s 2025-10-06 07:36:35.340317 | fa163ea7-07d0-ebb9-5f67-00000000381e | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:38.106989 | fa163ea7-07d0-ebb9-5f67-00000000381e | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 07:36:38.108473 | fa163ea7-07d0-ebb9-5f67-00000000381e | 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:15:56.393092 | 2.77s 2025-10-06 07:36:38.165607 | fa163ea7-07d0-ebb9-5f67-000000003748 | TASK | Gather variables for each operating system 2025-10-06 07:36:38.292899 | fa163ea7-07d0-ebb9-5f67-000000003748 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:56.577506 | 0.12s 2025-10-06 07:36:38.322917 | fa163ea7-07d0-ebb9-5f67-000000003749 | TASK | Create container logs path 2025-10-06 07:36:38.591141 | fa163ea7-07d0-ebb9-5f67-000000003749 | OK | Create container logs path | standalone 2025-10-06 07:36:38.593565 | fa163ea7-07d0-ebb9-5f67-000000003749 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:56.878185 | 0.27s 2025-10-06 07:36:38.624601 | fa163ea7-07d0-ebb9-5f67-00000000374b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:38.924663 | fa163ea7-07d0-ebb9-5f67-00000000374b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 07:36:38.926901 | fa163ea7-07d0-ebb9-5f67-00000000374b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:57.211519 | 0.30s 2025-10-06 07:36:38.955473 | fa163ea7-07d0-ebb9-5f67-00000000374c | TASK | Finalise hashes for all containers 2025-10-06 07:36:39.039753 | fa163ea7-07d0-ebb9-5f67-00000000374c | OK | Finalise hashes for all containers | standalone 2025-10-06 07:36:39.040463 | fa163ea7-07d0-ebb9-5f67-00000000374c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:57.325092 | 0.08s 2025-10-06 07:36:39.059399 | fa163ea7-07d0-ebb9-5f67-00000000374e | TASK | Manage systemd shutdown files 2025-10-06 07:36:39.114837 | fa163ea7-07d0-ebb9-5f67-00000000374e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 07:36:39.115556 | fa163ea7-07d0-ebb9-5f67-00000000374e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:57.400182 | 0.06s 2025-10-06 07:36:39.137440 | fa163ea7-07d0-ebb9-5f67-000000003750 | TASK | Update container configs with new config hashes 2025-10-06 07:36:39.187936 | fa163ea7-07d0-ebb9-5f67-000000003750 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 07:36:39.189033 | fa163ea7-07d0-ebb9-5f67-000000003750 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:57.473653 | 0.05s 2025-10-06 07:36:39.219273 | fa163ea7-07d0-ebb9-5f67-000000003751 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:39.292519 | fa163ea7-07d0-ebb9-5f67-000000003751 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:57.577131 | 0.07s 2025-10-06 07:36:39.315943 | 2c9b590d-1e92-45e5-af13-7465217ef0f3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 07:36:39.350834 | fa163ea7-07d0-ebb9-5f67-000000003869 | TASK | Gather podman infos 2025-10-06 07:36:40.462861 | fa163ea7-07d0-ebb9-5f67-000000003869 | OK | Gather podman infos | standalone 2025-10-06 07:36:40.464309 | fa163ea7-07d0-ebb9-5f67-000000003869 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:58.748928 | 1.11s 2025-10-06 07:36:40.560065 | fa163ea7-07d0-ebb9-5f67-00000000386a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:40.652097 | fa163ea7-07d0-ebb9-5f67-00000000386a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:58.936713 | 0.08s 2025-10-06 07:36:40.756712 | fa163ea7-07d0-ebb9-5f67-0000000037f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:59.041326 | 0.06s 2025-10-06 07:36:40.799953 | fa163ea7-07d0-ebb9-5f67-000000003752 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:40.853110 | fa163ea7-07d0-ebb9-5f67-000000003752 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:59.137724 | 0.05s 2025-10-06 07:36:40.870108 | 2159d331-a333-4392-bbdf-b9b92c21f5a1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 07:36:40.903376 | fa163ea7-07d0-ebb9-5f67-0000000038cf | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:41.832882 | fa163ea7-07d0-ebb9-5f67-0000000038cf | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 07:36:41.834425 | fa163ea7-07d0-ebb9-5f67-0000000038cf | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:00.119042 | 0.93s 2025-10-06 07:36:41.864545 | fa163ea7-07d0-ebb9-5f67-0000000038d0 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:44.605158 | fa163ea7-07d0-ebb9-5f67-0000000038d0 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 07:36:44.607179 | fa163ea7-07d0-ebb9-5f67-0000000038d0 | 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:16:02.891798 | 2.74s 2025-10-06 07:36:44.660163 | fa163ea7-07d0-ebb9-5f67-000000003773 | TASK | Gather variables for each operating system 2025-10-06 07:36:44.803712 | fa163ea7-07d0-ebb9-5f67-000000003773 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:03.088321 | 0.14s 2025-10-06 07:36:44.832973 | fa163ea7-07d0-ebb9-5f67-000000003774 | TASK | Create container logs path 2025-10-06 07:36:45.108269 | fa163ea7-07d0-ebb9-5f67-000000003774 | OK | Create container logs path | standalone 2025-10-06 07:36:45.109603 | fa163ea7-07d0-ebb9-5f67-000000003774 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:03.394222 | 0.27s 2025-10-06 07:36:45.140171 | fa163ea7-07d0-ebb9-5f67-000000003776 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:45.439460 | fa163ea7-07d0-ebb9-5f67-000000003776 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 07:36:45.440580 | fa163ea7-07d0-ebb9-5f67-000000003776 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:03.725199 | 0.30s 2025-10-06 07:36:45.468993 | fa163ea7-07d0-ebb9-5f67-000000003777 | TASK | Finalise hashes for all containers 2025-10-06 07:36:45.573818 | fa163ea7-07d0-ebb9-5f67-000000003777 | OK | Finalise hashes for all containers | standalone 2025-10-06 07:36:45.575101 | fa163ea7-07d0-ebb9-5f67-000000003777 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:03.859720 | 0.10s 2025-10-06 07:36:45.605898 | fa163ea7-07d0-ebb9-5f67-000000003779 | TASK | Manage systemd shutdown files 2025-10-06 07:36:45.671891 | fa163ea7-07d0-ebb9-5f67-000000003779 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 07:36:45.673221 | fa163ea7-07d0-ebb9-5f67-000000003779 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:03.957839 | 0.07s 2025-10-06 07:36:45.701271 | fa163ea7-07d0-ebb9-5f67-00000000377b | TASK | Update container configs with new config hashes 2025-10-06 07:36:45.763928 | fa163ea7-07d0-ebb9-5f67-00000000377b | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 07:36:45.765143 | fa163ea7-07d0-ebb9-5f67-00000000377b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:04.049760 | 0.06s 2025-10-06 07:36:45.790128 | fa163ea7-07d0-ebb9-5f67-00000000377c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:45.869007 | fa163ea7-07d0-ebb9-5f67-00000000377c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:04.153612 | 0.08s 2025-10-06 07:36:45.892706 | bca29856-b487-4ab1-83e4-1cfb238fd518 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 07:36:45.927483 | fa163ea7-07d0-ebb9-5f67-00000000391b | TASK | Gather podman infos 2025-10-06 07:36:47.057531 | fa163ea7-07d0-ebb9-5f67-00000000391b | OK | Gather podman infos | standalone 2025-10-06 07:36:47.058666 | fa163ea7-07d0-ebb9-5f67-00000000391b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:05.343286 | 1.13s 2025-10-06 07:36:47.143085 | fa163ea7-07d0-ebb9-5f67-00000000391c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:47.234133 | fa163ea7-07d0-ebb9-5f67-00000000391c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:05.518743 | 0.09s 2025-10-06 07:36:47.377173 | fa163ea7-07d0-ebb9-5f67-0000000037f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:05.661779 | 0.08s 2025-10-06 07:36:47.432830 | fa163ea7-07d0-ebb9-5f67-00000000377d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:47.518523 | fa163ea7-07d0-ebb9-5f67-00000000377d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:05.803132 | 0.08s 2025-10-06 07:36:47.540680 | 0a38dbfe-2041-4127-9744-d1ddec1808e7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 07:36:47.584638 | fa163ea7-07d0-ebb9-5f67-000000003981 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:48.592384 | fa163ea7-07d0-ebb9-5f67-000000003981 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 07:36:48.593856 | fa163ea7-07d0-ebb9-5f67-000000003981 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:06.878474 | 1.01s 2025-10-06 07:36:48.624052 | fa163ea7-07d0-ebb9-5f67-000000003982 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 07:36:51.381914 | fa163ea7-07d0-ebb9-5f67-000000003982 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 07:36:51.383466 | fa163ea7-07d0-ebb9-5f67-000000003982 | 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:16:09.668084 | 2.76s 2025-10-06 07:36:51.438395 | fa163ea7-07d0-ebb9-5f67-0000000036e7 | TASK | Set NB connection 2025-10-06 07:36:51.843434 | fa163ea7-07d0-ebb9-5f67-0000000036e7 | CHANGED | Set NB connection | standalone 2025-10-06 07:36:51.845141 | fa163ea7-07d0-ebb9-5f67-0000000036e7 | TIMING | Set NB connection | standalone | 0:16:10.129761 | 0.40s 2025-10-06 07:36:51.873558 | fa163ea7-07d0-ebb9-5f67-0000000036e8 | TASK | Set SB connection 2025-10-06 07:36:52.297576 | fa163ea7-07d0-ebb9-5f67-0000000036e8 | CHANGED | Set SB connection | standalone 2025-10-06 07:36:52.298911 | fa163ea7-07d0-ebb9-5f67-0000000036e8 | TIMING | Set SB connection | standalone | 0:16:10.583532 | 0.42s 2025-10-06 07:36:52.326123 | fa163ea7-07d0-ebb9-5f67-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-06 07:36:52.562383 | fa163ea7-07d0-ebb9-5f67-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-06 07:36:52.563560 | fa163ea7-07d0-ebb9-5f67-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:16:10.848186 | 0.24s 2025-10-06 07:36:52.665629 | fa163ea7-07d0-ebb9-5f67-0000000000db | TIMING | include_tasks | standalone | 0:16:10.950244 | 0.08s 2025-10-06 07:36:52.689533 | 6ce5e9d5-42d0-44f2-b8e7-4722e71cf02c | INCLUDED | /root/standalone-ansible-y07zx0qr/common_deploy_steps_tasks.yaml | standalone 2025-10-06 07:36:52.711123 | fa163ea7-07d0-ebb9-5f67-0000000039c7 | TASK | Write the config_step hieradata 2025-10-06 07:36:53.197227 | fa163ea7-07d0-ebb9-5f67-0000000039c7 | OK | Write the config_step hieradata | standalone 2025-10-06 07:36:53.199844 | fa163ea7-07d0-ebb9-5f67-0000000039c7 | TIMING | Write the config_step hieradata | standalone | 0:16:11.484462 | 0.49s 2025-10-06 07:36:53.230893 | fa163ea7-07d0-ebb9-5f67-0000000039c8 | TASK | Run puppet host configuration for step 3 2025-10-06 07:36:53.558330 | fa163ea7-07d0-ebb9-5f67-0000000039c8 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-06 07:36:53.559127 | fa163ea7-07d0-ebb9-5f67-0000000039c8 | TIMING | Run puppet host configuration for step 3 | standalone | 0:16:11.843755 | 0.33s 2025-10-06 07:36:53.577496 | fa163ea7-07d0-ebb9-5f67-0000000039c9 | TASK | Wait for puppet host configuration to finish 2025-10-06 07:36:53.796854 | fa163ea7-07d0-ebb9-5f67-0000000039c9 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 07:37:04.011006 | fa163ea7-07d0-ebb9-5f67-0000000039c9 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 07:37:14.239980 | fa163ea7-07d0-ebb9-5f67-0000000039c9 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 07:37:14.241651 | fa163ea7-07d0-ebb9-5f67-0000000039c9 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:32.526266 | 20.66s 2025-10-06 07:37:14.271079 | fa163ea7-07d0-ebb9-5f67-0000000039ca | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-06 07:37:14.354668 | fa163ea7-07d0-ebb9-5f67-0000000039ca | 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 07:36: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 07:36:57 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 07:36:57 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 07:36:57 puppet-user: (file & line not available)", "<13>Oct 6 07:36: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 07:36: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 07:36:58 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 07:36:58 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Oct 6 07:37:02 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 07:37:04 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 07:37:05 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 07:37:06 puppet-user: Notice: Applied catalog in 7.91 seconds", "<13>Oct 6 07:37:06 puppet-user: Application:", "<13>Oct 6 07:37:06 puppet-user: Initial environment: production", "<13>Oct 6 07:37:06 puppet-user: Converged environment: production", "<13>Oct 6 07:37:06 puppet-user: Run mode: user", "<13>Oct 6 07:37:06 puppet-user: Changes:", "<13>Oct 6 07:37:06 puppet-user: Total: 2", "<13>Oct 6 07:37:06 puppet-user: Events:", "<13>Oct 6 07:37:06 puppet-user: Success: 2", "<13>Oct 6 07:37:06 puppet-user: Resources:", "<13>Oct 6 07:37:06 puppet-user: Changed: 2", "<13>Oct 6 07:37:06 puppet-user: Out of sync: 2", "<13>Oct 6 07:37:06 puppet-user: Total: 28", "<13>Oct 6 07:37:06 puppet-user: Time:", "<13>Oct 6 07:37:06 puppet-user: Schedule: 0.00", "<13>Oct 6 07:37:06 puppet-user: File line: 0.00", "<13>Oct 6 07:37:06 puppet-user: Package: 0.00", "<13>Oct 6 07:37:06 puppet-user: File: 0.00", "<13>Oct 6 07:37:06 puppet-user: Augeas: 0.01", "<13>Oct 6 07:37:06 puppet-user: User: 0.01", "<13>Oct 6 07:37:06 puppet-user: Service: 0.07", "<13>Oct 6 07:37:06 puppet-user: Config retrieval: 0.47", "<13>Oct 6 07:37:06 puppet-user: Pcmk property: 1.52", "<13>Oct 6 07:37:06 puppet-user: Exec: 1.99", "<13>Oct 6 07:37:06 puppet-user: Last run: 1759736226", "<13>Oct 6 07:37:06 puppet-user: Pcmk resource op default: 2.06", "<13>Oct 6 07:37:06 puppet-user: Pcmk resource default: 2.07", "<13>Oct 6 07:37:06 puppet-user: Filebucket: 0.00", "<13>Oct 6 07:37:06 puppet-user: Transaction evaluation: 7.90", "<13>Oct 6 07:37:06 puppet-user: Catalog application: 7.91", "<13>Oct 6 07:37:06 puppet-user: Total: 7.92", "<13>Oct 6 07:37:06 puppet-user: Version:", "<13>Oct 6 07:37:06 puppet-user: Config: 1759736217", "<13>Oct 6 07:37:06 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 07:37:14.356124 | fa163ea7-07d0-ebb9-5f67-0000000039ca | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:16:32.640745 | 0.08s 2025-10-06 07:37:14.385110 | fa163ea7-07d0-ebb9-5f67-0000000039cb | TASK | Pre-cache facts for puppet containers 2025-10-06 07:37:14.414507 | fa163ea7-07d0-ebb9-5f67-0000000039cb | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:32.699123 | 0.03s 2025-10-06 07:37:14.475150 | fa163ea7-07d0-ebb9-5f67-000000003a0a | TASK | Gather variables for each operating system 2025-10-06 07:37:14.594395 | fa163ea7-07d0-ebb9-5f67-000000003a0a | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:32.879000 | 0.12s 2025-10-06 07:37:14.623572 | fa163ea7-07d0-ebb9-5f67-000000003a0b | TASK | Create puppet caching structures 2025-10-06 07:37:14.871311 | fa163ea7-07d0-ebb9-5f67-000000003a0b | CHANGED | Create puppet caching structures | standalone 2025-10-06 07:37:14.872771 | fa163ea7-07d0-ebb9-5f67-000000003a0b | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:33.157391 | 0.25s 2025-10-06 07:37:14.901023 | fa163ea7-07d0-ebb9-5f67-000000003a0c | TASK | Check for facter.conf 2025-10-06 07:37:15.149998 | fa163ea7-07d0-ebb9-5f67-000000003a0c | OK | Check for facter.conf | standalone 2025-10-06 07:37:15.152748 | fa163ea7-07d0-ebb9-5f67-000000003a0c | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:33.437347 | 0.25s 2025-10-06 07:37:15.183904 | fa163ea7-07d0-ebb9-5f67-000000003a0d | TASK | Remove facter.conf if directory 2025-10-06 07:37:15.236051 | fa163ea7-07d0-ebb9-5f67-000000003a0d | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 07:37:15.236840 | fa163ea7-07d0-ebb9-5f67-000000003a0d | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:33.521467 | 0.05s 2025-10-06 07:37:15.255578 | fa163ea7-07d0-ebb9-5f67-000000003a0e | TASK | Write facter cache config 2025-10-06 07:37:15.759559 | fa163ea7-07d0-ebb9-5f67-000000003a0e | CHANGED | Write facter cache config | standalone 2025-10-06 07:37:15.761239 | fa163ea7-07d0-ebb9-5f67-000000003a0e | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:34.045856 | 0.50s 2025-10-06 07:37:15.785999 | fa163ea7-07d0-ebb9-5f67-000000003a0f | TASK | Cleanup facter cache if exists 2025-10-06 07:37:16.007531 | fa163ea7-07d0-ebb9-5f67-000000003a0f | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 07:37:16.009133 | fa163ea7-07d0-ebb9-5f67-000000003a0f | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:34.293751 | 0.22s 2025-10-06 07:37:16.037470 | fa163ea7-07d0-ebb9-5f67-000000003a10 | TASK | Pre-cache facts 2025-10-06 07:37:16.622617 | fa163ea7-07d0-ebb9-5f67-000000003a10 | CHANGED | Pre-cache facts | standalone 2025-10-06 07:37:16.624031 | fa163ea7-07d0-ebb9-5f67-000000003a10 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:34.908649 | 0.58s 2025-10-06 07:37:16.654637 | fa163ea7-07d0-ebb9-5f67-000000003a11 | TASK | Failed deployment if facter fails 2025-10-06 07:37:16.688303 | fa163ea7-07d0-ebb9-5f67-000000003a11 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 07:37:16.689640 | fa163ea7-07d0-ebb9-5f67-000000003a11 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:34.974259 | 0.03s 2025-10-06 07:37:16.732491 | fa163ea7-07d0-ebb9-5f67-000000003a12 | TASK | Sync cached facts 2025-10-06 07:37:17.035982 | fa163ea7-07d0-ebb9-5f67-000000003a12 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea7-07d0-ebb9-5f67-000000003a12') missing from stats 2025-10-06 07:37:17.145998 | fa163ea7-07d0-ebb9-5f67-0000000039cc | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 07:37:17.192320 | fa163ea7-07d0-ebb9-5f67-0000000039cc | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 07:37:17.192945 | fa163ea7-07d0-ebb9-5f67-0000000039cc | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:35.477572 | 0.05s 2025-10-06 07:37:17.211997 | fa163ea7-07d0-ebb9-5f67-0000000039ce | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-06 07:37:17.237883 | fa163ea7-07d0-ebb9-5f67-0000000039ce | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:16:35.522510 | 0.03s 2025-10-06 07:37:17.278220 | fa163ea7-07d0-ebb9-5f67-000000003a69 | TASK | Gather variables for each operating system 2025-10-06 07:37:17.387929 | fa163ea7-07d0-ebb9-5f67-000000003a69 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:35.672550 | 0.11s 2025-10-06 07:37:17.407376 | fa163ea7-07d0-ebb9-5f67-000000003a6a | TASK | Create container logs path 2025-10-06 07:37:17.674128 | fa163ea7-07d0-ebb9-5f67-000000003a6a | OK | Create container logs path | standalone 2025-10-06 07:37:17.675472 | fa163ea7-07d0-ebb9-5f67-000000003a6a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:35.960093 | 0.27s 2025-10-06 07:37:17.706308 | fa163ea7-07d0-ebb9-5f67-000000003a6c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 07:37:17.991074 | fa163ea7-07d0-ebb9-5f67-000000003a6c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-06 07:37:17.992308 | fa163ea7-07d0-ebb9-5f67-000000003a6c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:36.276927 | 0.28s 2025-10-06 07:37:18.022489 | fa163ea7-07d0-ebb9-5f67-000000003a6d | TASK | Finalise hashes for all containers 2025-10-06 07:37:18.106489 | fa163ea7-07d0-ebb9-5f67-000000003a6d | OK | Finalise hashes for all containers | standalone 2025-10-06 07:37:18.107789 | fa163ea7-07d0-ebb9-5f67-000000003a6d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:36.392404 | 0.08s 2025-10-06 07:37:18.135793 | fa163ea7-07d0-ebb9-5f67-000000003a6f | TASK | Manage systemd shutdown files 2025-10-06 07:37:18.168431 | fa163ea7-07d0-ebb9-5f67-000000003a6f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:36.453047 | 0.03s 2025-10-06 07:37:18.200783 | 199889bb-dea1-440a-b38e-7d3e827de61d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 07:37:18.229073 | fa163ea7-07d0-ebb9-5f67-000000003aa2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 07:37:18.467318 | fa163ea7-07d0-ebb9-5f67-000000003aa2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 07:37:18.468272 | fa163ea7-07d0-ebb9-5f67-000000003aa2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:36.752892 | 0.24s 2025-10-06 07:37:18.487068 | fa163ea7-07d0-ebb9-5f67-000000003aa3 | TASK | Set podman_drop_in fact 2025-10-06 07:37:18.544890 | fa163ea7-07d0-ebb9-5f67-000000003aa3 | OK | Set podman_drop_in fact | standalone 2025-10-06 07:37:18.546031 | fa163ea7-07d0-ebb9-5f67-000000003aa3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:36.830652 | 0.06s 2025-10-06 07:37:18.574385 | fa163ea7-07d0-ebb9-5f67-000000003aa5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 07:37:18.999798 | fa163ea7-07d0-ebb9-5f67-000000003aa5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 07:37:19.002148 | fa163ea7-07d0-ebb9-5f67-000000003aa5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:37.286760 | 0.43s 2025-10-06 07:37:19.514250 | fa163ea7-07d0-ebb9-5f67-000000003aa5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 07:37:19.515912 | fa163ea7-07d0-ebb9-5f67-000000003aa5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:37.800531 | 0.94s 2025-10-06 07:37:19.526570 | fa163ea7-07d0-ebb9-5f67-000000003aa5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:37.811185 | 0.95s 2025-10-06 07:37:19.555220 | fa163ea7-07d0-ebb9-5f67-000000003aa6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 07:37:20.054878 | fa163ea7-07d0-ebb9-5f67-000000003aa6 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 07:37:20.056239 | fa163ea7-07d0-ebb9-5f67-000000003aa6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:38.340860 | 0.50s 2025-10-06 07:37:20.084133 | fa163ea7-07d0-ebb9-5f67-000000003aa7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 07:37:20.583549 | fa163ea7-07d0-ebb9-5f67-000000003aa7 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 07:37:20.586247 | fa163ea7-07d0-ebb9-5f67-000000003aa7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:38.870860 | 0.50s 2025-10-06 07:37:20.617012 | fa163ea7-07d0-ebb9-5f67-000000003aa8 | TASK | Enable and start tripleo-container-shutdown 2025-10-06 07:37:21.330607 | fa163ea7-07d0-ebb9-5f67-000000003aa8 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 07:37:21.332562 | fa163ea7-07d0-ebb9-5f67-000000003aa8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:39.617182 | 0.71s 2025-10-06 07:37:21.361710 | fa163ea7-07d0-ebb9-5f67-000000003aa9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 07:37:21.878752 | fa163ea7-07d0-ebb9-5f67-000000003aa9 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 07:37:21.879948 | fa163ea7-07d0-ebb9-5f67-000000003aa9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:40.164567 | 0.52s 2025-10-06 07:37:21.907667 | fa163ea7-07d0-ebb9-5f67-000000003aaa | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 07:37:22.408246 | fa163ea7-07d0-ebb9-5f67-000000003aaa | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 07:37:22.409578 | fa163ea7-07d0-ebb9-5f67-000000003aaa | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:40.694197 | 0.50s 2025-10-06 07:37:22.437641 | fa163ea7-07d0-ebb9-5f67-000000003aab | TASK | Enable and start netns-placeholder 2025-10-06 07:37:23.283112 | fa163ea7-07d0-ebb9-5f67-000000003aab | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 07:37:23.285797 | fa163ea7-07d0-ebb9-5f67-000000003aab | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:41.570410 | 0.85s 2025-10-06 07:37:23.316271 | fa163ea7-07d0-ebb9-5f67-000000003a71 | TASK | Update container configs with new config hashes 2025-10-06 07:37:23.378969 | fa163ea7-07d0-ebb9-5f67-000000003a71 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:41.663585 | 0.06s 2025-10-06 07:37:23.398858 | 36f05dc1-eba8-48d5-93bb-4c07ed5126b1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 07:37:23.432841 | fa163ea7-07d0-ebb9-5f67-000000003ad3 | TASK | Update config hashes for container startup configs 2025-10-06 07:37:23.721147 | fa163ea7-07d0-ebb9-5f67-000000003ad3 | OK | Update config hashes for container startup configs | standalone 2025-10-06 07:37:23.722614 | fa163ea7-07d0-ebb9-5f67-000000003ad3 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:42.007204 | 0.29s 2025-10-06 07:37:23.752776 | fa163ea7-07d0-ebb9-5f67-000000003a72 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 07:37:23.806689 | fa163ea7-07d0-ebb9-5f67-000000003a72 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:42.091296 | 0.05s 2025-10-06 07:37:23.829670 | 14784866-8cf4-4f6a-8d70-4fac9ca7f1f3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 07:37:23.865653 | fa163ea7-07d0-ebb9-5f67-000000003af2 | TASK | Gather podman infos 2025-10-06 07:37:24.958638 | fa163ea7-07d0-ebb9-5f67-000000003af2 | OK | Gather podman infos | standalone 2025-10-06 07:37:24.960176 | fa163ea7-07d0-ebb9-5f67-000000003af2 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:43.244796 | 1.09s 2025-10-06 07:37:25.099475 | fa163ea7-07d0-ebb9-5f67-000000003af3 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 07:37:25.176382 | fa163ea7-07d0-ebb9-5f67-000000003af3 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:43.460993 | 0.07s 2025-10-06 07:37:25.319346 | fa163ea7-07d0-ebb9-5f67-0000000037f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:43.603954 | 0.08s 2025-10-06 07:37:25.378945 | fa163ea7-07d0-ebb9-5f67-000000003a73 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 07:37:25.432557 | fa163ea7-07d0-ebb9-5f67-000000003a73 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:43.717167 | 0.05s 2025-10-06 07:37:25.455276 | 4109b813-898b-471d-9fb8-f99c22624df3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 07:37:25.493331 | fa163ea7-07d0-ebb9-5f67-000000003b5d | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 07:38:16.916297 | fa163ea7-07d0-ebb9-5f67-000000003b5d | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-06 07:38:16.918098 | fa163ea7-07d0-ebb9-5f67-000000003b5d | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:35.202717 | 51.42s 2025-10-06 07:38:16.949095 | fa163ea7-07d0-ebb9-5f67-000000003b5e | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 07:38:51.768003 | fa163ea7-07d0-ebb9-5f67-000000003b5e | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-06 07:38:51.770517 | fa163ea7-07d0-ebb9-5f67-000000003b5e | 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:18:10.055127 | 34.82s 2025-10-06 07:38:51.839243 | fa163ea7-07d0-ebb9-5f67-0000000039d0 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-06 07:38:52.058867 | fa163ea7-07d0-ebb9-5f67-0000000039d0 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-06 07:38:52.060165 | fa163ea7-07d0-ebb9-5f67-0000000039d0 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:18:10.344790 | 0.22s 2025-10-06 07:38:52.093534 | fa163ea7-07d0-ebb9-5f67-0000000039d1 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-06 07:38:52.144679 | fa163ea7-07d0-ebb9-5f67-0000000039d1 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:18:10.429290 | 0.05s 2025-10-06 07:38:52.173901 | fa163ea7-07d0-ebb9-5f67-0000000039d2 | TASK | Include container-puppet tasks for step 3 2025-10-06 07:38:52.225347 | fa163ea7-07d0-ebb9-5f67-0000000039d2 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:18:10.509933 | 0.05s 2025-10-06 07:38:52.251591 | 3dfacfa4-d344-4f3f-b1d3-f6d03bb78bf4 | INCLUDED | /root/standalone-ansible-y07zx0qr/host-container-puppet-tasks.yaml | standalone 2025-10-06 07:38:52.296250 | fa163ea7-07d0-ebb9-5f67-000000003ba9 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-06 07:38:52.829143 | fa163ea7-07d0-ebb9-5f67-000000003ba9 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-06 07:38:52.830460 | fa163ea7-07d0-ebb9-5f67-000000003ba9 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:18:11.115079 | 0.53s 2025-10-06 07:38:52.860306 | fa163ea7-07d0-ebb9-5f67-000000003bab | TASK | Generate container puppet configs for step 3 2025-10-06 07:38:53.133266 | fa163ea7-07d0-ebb9-5f67-000000003bab | OK | Generate container puppet configs for step 3 | standalone 2025-10-06 07:38:53.134601 | fa163ea7-07d0-ebb9-5f67-000000003bab | TIMING | Generate container puppet configs for step 3 | standalone | 0:18:11.419220 | 0.27s 2025-10-06 07:38:53.163837 | fa163ea7-07d0-ebb9-5f67-000000003bac | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-06 07:38:53.194123 | fa163ea7-07d0-ebb9-5f67-000000003bac | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:18:11.478708 | 0.03s 2025-10-06 07:38:53.262004 | fa163ea7-07d0-ebb9-5f67-000000003bdb | TASK | Gather variables for each operating system 2025-10-06 07:38:53.378774 | fa163ea7-07d0-ebb9-5f67-000000003bdb | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:11.663343 | 0.12s 2025-10-06 07:38:53.407398 | fa163ea7-07d0-ebb9-5f67-000000003bdc | TASK | Create container logs path 2025-10-06 07:38:53.645434 | fa163ea7-07d0-ebb9-5f67-000000003bdc | OK | Create container logs path | standalone 2025-10-06 07:38:53.646705 | fa163ea7-07d0-ebb9-5f67-000000003bdc | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:11.931325 | 0.24s 2025-10-06 07:38:53.677393 | fa163ea7-07d0-ebb9-5f67-000000003bde | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-06 07:38:53.935768 | fa163ea7-07d0-ebb9-5f67-000000003bde | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-06 07:38:53.937016 | fa163ea7-07d0-ebb9-5f67-000000003bde | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:18:12.221635 | 0.26s 2025-10-06 07:38:53.967176 | fa163ea7-07d0-ebb9-5f67-000000003bdf | TASK | Finalise hashes for all containers 2025-10-06 07:38:54.002288 | fa163ea7-07d0-ebb9-5f67-000000003bdf | OK | Finalise hashes for all containers | standalone 2025-10-06 07:38:54.003366 | fa163ea7-07d0-ebb9-5f67-000000003bdf | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:12.287987 | 0.03s 2025-10-06 07:38:54.030827 | fa163ea7-07d0-ebb9-5f67-000000003be1 | TASK | Manage systemd shutdown files 2025-10-06 07:38:54.070688 | fa163ea7-07d0-ebb9-5f67-000000003be1 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 07:38:54.071782 | fa163ea7-07d0-ebb9-5f67-000000003be1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:12.356402 | 0.04s 2025-10-06 07:38:54.104590 | fa163ea7-07d0-ebb9-5f67-000000003be3 | TASK | Update container configs with new config hashes 2025-10-06 07:38:54.161059 | fa163ea7-07d0-ebb9-5f67-000000003be3 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 07:38:54.162038 | fa163ea7-07d0-ebb9-5f67-000000003be3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:12.446663 | 0.06s 2025-10-06 07:38:54.184456 | fa163ea7-07d0-ebb9-5f67-000000003be4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-06 07:38:54.225957 | fa163ea7-07d0-ebb9-5f67-000000003be4 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-06 07:38:54.227054 | fa163ea7-07d0-ebb9-5f67-000000003be4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:18:12.511675 | 0.04s 2025-10-06 07:38:54.250283 | fa163ea7-07d0-ebb9-5f67-000000003be5 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-06 07:38:54.302320 | fa163ea7-07d0-ebb9-5f67-000000003be5 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-06 07:38:54.303957 | fa163ea7-07d0-ebb9-5f67-000000003be5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:18:12.588571 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-06 07:38:54.484427 | fa163ea7-07d0-ebb9-5f67-0000000000de | TASK | External deployment step 4 2025-10-06 07:38:54.516410 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000de') missing from stats 2025-10-06 07:38:54.575901 | fa163ea7-07d0-ebb9-5f67-0000000000df | TIMING | include_tasks | undercloud | 0:18:12.860490 | 0.04s 2025-10-06 07:38:54.616175 | 694b5dfa-93bb-44a1-be08-6504e1310e00 | INCLUDED | /root/standalone-ansible-y07zx0qr/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-06 07:38:54.638575 | fa163ea7-07d0-ebb9-5f67-000000003c34 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-06 07:38:56.212704 | fa163ea7-07d0-ebb9-5f67-000000003c34 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-06 07:38:56.213886 | fa163ea7-07d0-ebb9-5f67-000000003c34 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:18:14.498507 | 1.57s 2025-10-06 07:38:57.365817 | fa163ea7-07d0-ebb9-5f67-000000003c34 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-06 07:38:57.367020 | fa163ea7-07d0-ebb9-5f67-000000003c34 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:18:15.651637 | 2.73s 2025-10-06 07:38:57.373521 | fa163ea7-07d0-ebb9-5f67-000000003c34 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:18:15.658133 | 2.73s 2025-10-06 07:38:57.392680 | fa163ea7-07d0-ebb9-5f67-000000003c37 | TASK | Manage Keystone resources for OpenStack services 2025-10-06 07:38:57.444714 | fa163ea7-07d0-ebb9-5f67-000000003c37 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:18:15.729329 | 0.05s 2025-10-06 07:38:57.508094 | fa163ea7-07d0-ebb9-5f67-000000003c63 | TASK | Create Keystone Admin resources 2025-10-06 07:38:57.560139 | fa163ea7-07d0-ebb9-5f67-000000003c63 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:18:15.844753 | 0.05s 2025-10-06 07:38:57.588525 | c36d2f2e-ec6c-4d15-a8a9-4cfe0e3f1d73 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-06 07:38:57.616264 | fa163ea7-07d0-ebb9-5f67-000000003ca4 | TASK | Create admin and service projects 2025-10-06 07:38:57.667130 | fa163ea7-07d0-ebb9-5f67-000000003ca4 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:18:15.951745 | 0.05s 2025-10-06 07:38:57.681583 | b5b6afa8-1b16-41c2-bb7b-94d0e5d6c4af | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-06 07:38:57.714549 | fa163ea7-07d0-ebb9-5f67-000000003cf5 | TASK | Async creation of Keystone project 2025-10-06 07:38:58.145649 | fa163ea7-07d0-ebb9-5f67-000000003cf5 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-06 07:38:58.147467 | fa163ea7-07d0-ebb9-5f67-000000003cf5 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:16.432075 | 0.43s 2025-10-06 07:38:58.449226 | fa163ea7-07d0-ebb9-5f67-000000003cf5 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-06 07:38:58.451091 | fa163ea7-07d0-ebb9-5f67-000000003cf5 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:16.735713 | 0.74s 2025-10-06 07:38:58.461395 | fa163ea7-07d0-ebb9-5f67-000000003cf5 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:16.746010 | 0.75s 2025-10-06 07:38:58.480990 | fa163ea7-07d0-ebb9-5f67-000000003cf7 | TASK | Check Keystone project status 2025-10-06 07:38:58.757574 | fa163ea7-07d0-ebb9-5f67-000000003cf7 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-06 07:39:03.974957 | fa163ea7-07d0-ebb9-5f67-000000003cf7 | OK | Check Keystone project status | undercloud | item=admin 2025-10-06 07:39:03.976530 | fa163ea7-07d0-ebb9-5f67-000000003cf7 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:22.261154 | 5.49s 2025-10-06 07:39:04.234003 | fa163ea7-07d0-ebb9-5f67-000000003cf7 | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-06 07:39:04.235831 | fa163ea7-07d0-ebb9-5f67-000000003cf7 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:22.520450 | 5.75s 2025-10-06 07:39:04.246713 | fa163ea7-07d0-ebb9-5f67-000000003cf7 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:22.531329 | 5.76s 2025-10-06 07:39:04.267194 | fa163ea7-07d0-ebb9-5f67-000000003ca5 | TASK | Create admin role 2025-10-06 07:39:05.521276 | fa163ea7-07d0-ebb9-5f67-000000003ca5 | OK | Create admin role | undercloud 2025-10-06 07:39:05.522114 | fa163ea7-07d0-ebb9-5f67-000000003ca5 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:18:23.806743 | 1.25s 2025-10-06 07:39:05.536530 | fa163ea7-07d0-ebb9-5f67-000000003ca6 | TASK | Create _member_ role 2025-10-06 07:39:05.600485 | fa163ea7-07d0-ebb9-5f67-000000003ca6 | SKIPPED | Create _member_ role | undercloud 2025-10-06 07:39:05.601653 | fa163ea7-07d0-ebb9-5f67-000000003ca6 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:18:23.886271 | 0.06s 2025-10-06 07:39:05.620936 | fa163ea7-07d0-ebb9-5f67-000000003ca7 | TASK | Check admin password 2025-10-06 07:39:06.957777 | fa163ea7-07d0-ebb9-5f67-000000003ca7 | OK | Check admin password | undercloud 2025-10-06 07:39:06.960316 | fa163ea7-07d0-ebb9-5f67-000000003ca7 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:18:25.244935 | 1.34s 2025-10-06 07:39:06.975320 | fa163ea7-07d0-ebb9-5f67-000000003ca8 | TASK | Create admin user 2025-10-06 07:39:08.614285 | fa163ea7-07d0-ebb9-5f67-000000003ca8 | CHANGED | Create admin user | undercloud 2025-10-06 07:39:08.615612 | fa163ea7-07d0-ebb9-5f67-000000003ca8 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:18:26.900230 | 1.64s 2025-10-06 07:39:08.635237 | fa163ea7-07d0-ebb9-5f67-000000003ca9 | TASK | Assign admin role to admin project for admin user 2025-10-06 07:39:10.256779 | fa163ea7-07d0-ebb9-5f67-000000003ca9 | OK | Assign admin role to admin project for admin user | undercloud 2025-10-06 07:39:10.258175 | fa163ea7-07d0-ebb9-5f67-000000003ca9 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:18:28.542794 | 1.62s 2025-10-06 07:39:10.277174 | fa163ea7-07d0-ebb9-5f67-000000003caa | TASK | Assign _member_ role to admin project for admin user 2025-10-06 07:39:10.341848 | fa163ea7-07d0-ebb9-5f67-000000003caa | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-06 07:39:10.342647 | fa163ea7-07d0-ebb9-5f67-000000003caa | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:18:28.627272 | 0.06s 2025-10-06 07:39:10.358481 | fa163ea7-07d0-ebb9-5f67-000000003cab | TASK | Create identity service 2025-10-06 07:39:11.444449 | fa163ea7-07d0-ebb9-5f67-000000003cab | OK | Create identity service | undercloud 2025-10-06 07:39:11.446245 | fa163ea7-07d0-ebb9-5f67-000000003cab | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:18:29.730859 | 1.09s 2025-10-06 07:39:11.466399 | fa163ea7-07d0-ebb9-5f67-000000003cac | TASK | Create identity public endpoint 2025-10-06 07:39:12.809655 | fa163ea7-07d0-ebb9-5f67-000000003cac | OK | Create identity public endpoint | undercloud 2025-10-06 07:39:12.811017 | fa163ea7-07d0-ebb9-5f67-000000003cac | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:18:31.095637 | 1.34s 2025-10-06 07:39:12.829935 | fa163ea7-07d0-ebb9-5f67-000000003cad | TASK | Create identity internal endpoint 2025-10-06 07:39:14.018195 | fa163ea7-07d0-ebb9-5f67-000000003cad | OK | Create identity internal endpoint | undercloud 2025-10-06 07:39:14.019716 | fa163ea7-07d0-ebb9-5f67-000000003cad | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:18:32.304335 | 1.19s 2025-10-06 07:39:14.039534 | fa163ea7-07d0-ebb9-5f67-000000003cae | TASK | Create identity admin endpoint 2025-10-06 07:39:15.305489 | fa163ea7-07d0-ebb9-5f67-000000003cae | OK | Create identity admin endpoint | undercloud 2025-10-06 07:39:15.307786 | fa163ea7-07d0-ebb9-5f67-000000003cae | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:18:33.592404 | 1.27s 2025-10-06 07:39:15.329671 | fa163ea7-07d0-ebb9-5f67-000000003c64 | TASK | Create Keystone Projects 2025-10-06 07:39:15.424341 | fa163ea7-07d0-ebb9-5f67-000000003c64 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:18:33.708944 | 0.09s 2025-10-06 07:39:15.436282 | fa163ea7-07d0-ebb9-5f67-000000003c64 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:18:33.720894 | 0.11s 2025-10-06 07:39:15.450320 | 84d1c353-88dc-46cc-853c-573abf123956 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-06 07:39:15.497490 | fa163ea7-07d0-ebb9-5f67-000000003d81 | TASK | Async creation of Keystone project 2025-10-06 07:39:15.785324 | fa163ea7-07d0-ebb9-5f67-000000003d81 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-06 07:39:15.786224 | fa163ea7-07d0-ebb9-5f67-000000003d81 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:34.070848 | 0.29s 2025-10-06 07:39:15.792572 | fa163ea7-07d0-ebb9-5f67-000000003d81 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:34.077191 | 0.29s 2025-10-06 07:39:15.808785 | fa163ea7-07d0-ebb9-5f67-000000003d83 | TASK | Check Keystone project status 2025-10-06 07:39:16.098933 | fa163ea7-07d0-ebb9-5f67-000000003d83 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-06 07:39:21.380532 | fa163ea7-07d0-ebb9-5f67-000000003d83 | OK | Check Keystone project status | undercloud | item=service 2025-10-06 07:39:21.383240 | fa163ea7-07d0-ebb9-5f67-000000003d83 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:39.667847 | 5.57s 2025-10-06 07:39:21.391678 | fa163ea7-07d0-ebb9-5f67-000000003d83 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:39.676304 | 5.58s 2025-10-06 07:39:21.406108 | fa163ea7-07d0-ebb9-5f67-000000003c66 | TASK | Create Keystone Domains 2025-10-06 07:39:21.502408 | fa163ea7-07d0-ebb9-5f67-000000003c66 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:18:39.787010 | 0.10s 2025-10-06 07:39:21.512381 | fa163ea7-07d0-ebb9-5f67-000000003c66 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:18:39.796997 | 0.11s 2025-10-06 07:39:21.526623 | bcd9e7c6-e595-4768-8f17-44d0313fbefd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-06 07:39:21.576996 | fa163ea7-07d0-ebb9-5f67-000000003e36 | TASK | Async creation of Keystone domains 2025-10-06 07:39:22.000582 | fa163ea7-07d0-ebb9-5f67-000000003e36 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-06 07:39:22.001792 | fa163ea7-07d0-ebb9-5f67-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:18:40.286410 | 0.42s 2025-10-06 07:39:22.013528 | fa163ea7-07d0-ebb9-5f67-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:18:40.298140 | 0.44s 2025-10-06 07:39:22.031941 | fa163ea7-07d0-ebb9-5f67-000000003e38 | TASK | Check Keystone domain status 2025-10-06 07:39:22.320294 | fa163ea7-07d0-ebb9-5f67-000000003e38 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-06 07:39:27.542462 | fa163ea7-07d0-ebb9-5f67-000000003e38 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-06 07:39:27.543313 | fa163ea7-07d0-ebb9-5f67-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:18:45.827936 | 5.51s 2025-10-06 07:39:27.547571 | fa163ea7-07d0-ebb9-5f67-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:18:45.832181 | 5.51s 2025-10-06 07:39:27.564362 | fa163ea7-07d0-ebb9-5f67-000000003c68 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-06 07:39:27.612970 | fa163ea7-07d0-ebb9-5f67-000000003c68 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:18:45.897589 | 0.05s 2025-10-06 07:39:27.622007 | 51ad1cfd-0297-4e8b-909c-b4437f759537 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-06 07:39:27.663520 | fa163ea7-07d0-ebb9-5f67-000000003f00 | TASK | Collect OpenStack Keystone domains infos 2025-10-06 07:39:29.070830 | fa163ea7-07d0-ebb9-5f67-000000003f00 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-06 07:39:29.072561 | fa163ea7-07d0-ebb9-5f67-000000003f00 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:18:47.357178 | 1.41s 2025-10-06 07:39:29.092037 | fa163ea7-07d0-ebb9-5f67-000000003f01 | TASK | Set openstack_domains fact 2025-10-06 07:39:29.153955 | fa163ea7-07d0-ebb9-5f67-000000003f01 | OK | Set openstack_domains fact | undercloud 2025-10-06 07:39:29.155475 | fa163ea7-07d0-ebb9-5f67-000000003f01 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:18:47.440089 | 0.06s 2025-10-06 07:39:29.176261 | fa163ea7-07d0-ebb9-5f67-000000003c69 | TASK | Create Keystone Services 2025-10-06 07:39:29.282504 | fa163ea7-07d0-ebb9-5f67-000000003c69 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:47.567084 | 0.10s 2025-10-06 07:39:29.299619 | fa163ea7-07d0-ebb9-5f67-000000003c69 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:47.584237 | 0.12s 2025-10-06 07:39:29.312870 | fa163ea7-07d0-ebb9-5f67-000000003c69 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:47.597486 | 0.14s 2025-10-06 07:39:29.331402 | dec710b9-3204-4bba-9e50-80398eebaaad | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-06 07:39:29.340113 | e2e20a34-7002-49df-8b6c-1eca2af55a40 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-06 07:39:29.384703 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TASK | Async creation of Keystone service 2025-10-06 07:39:29.731187 | fa163ea7-07d0-ebb9-5f67-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-06 07:39:29.732097 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:48.016721 | 0.35s 2025-10-06 07:39:30.041249 | fa163ea7-07d0-ebb9-5f67-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-06 07:39:30.042098 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:48.326726 | 0.66s 2025-10-06 07:39:30.364092 | fa163ea7-07d0-ebb9-5f67-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-06 07:39:30.366008 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:48.650626 | 0.98s 2025-10-06 07:39:30.646168 | fa163ea7-07d0-ebb9-5f67-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-06 07:39:30.647323 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:48.931942 | 1.26s 2025-10-06 07:39:30.938931 | fa163ea7-07d0-ebb9-5f67-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-06 07:39:30.939953 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:49.224573 | 1.55s 2025-10-06 07:39:31.288365 | fa163ea7-07d0-ebb9-5f67-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-06 07:39:31.290574 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:49.575202 | 1.90s 2025-10-06 07:39:31.553980 | fa163ea7-07d0-ebb9-5f67-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-06 07:39:31.554582 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:49.839210 | 2.17s 2025-10-06 07:39:31.870232 | fa163ea7-07d0-ebb9-5f67-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-06 07:39:31.870954 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:50.155580 | 2.49s 2025-10-06 07:39:32.171296 | fa163ea7-07d0-ebb9-5f67-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-06 07:39:32.172258 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:50.456887 | 2.79s 2025-10-06 07:39:32.523507 | fa163ea7-07d0-ebb9-5f67-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-06 07:39:32.524587 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:50.809209 | 3.14s 2025-10-06 07:39:32.539612 | fa163ea7-07d0-ebb9-5f67-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:50.824229 | 3.15s 2025-10-06 07:39:32.560884 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TASK | Check Keystone service status 2025-10-06 07:39:32.834642 | fa163ea7-07d0-ebb9-5f67-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-06 07:39:32.836716 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:51.121331 | 0.27s 2025-10-06 07:39:33.076456 | fa163ea7-07d0-ebb9-5f67-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-06 07:39:33.077626 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:51.362248 | 0.52s 2025-10-06 07:39:33.342638 | fa163ea7-07d0-ebb9-5f67-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-06 07:39:33.343448 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:51.628075 | 0.78s 2025-10-06 07:39:33.591485 | fa163ea7-07d0-ebb9-5f67-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-06 07:39:33.593347 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:51.877970 | 1.03s 2025-10-06 07:39:33.833224 | fa163ea7-07d0-ebb9-5f67-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-06 07:39:33.834351 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:52.118972 | 1.27s 2025-10-06 07:39:34.107912 | fa163ea7-07d0-ebb9-5f67-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-06 07:39:34.109568 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:52.394190 | 1.55s 2025-10-06 07:39:34.368228 | fa163ea7-07d0-ebb9-5f67-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-06 07:39:34.370092 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:52.654712 | 1.81s 2025-10-06 07:39:34.622184 | fa163ea7-07d0-ebb9-5f67-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-06 07:39:34.623264 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:52.907885 | 2.06s 2025-10-06 07:39:34.875082 | fa163ea7-07d0-ebb9-5f67-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-06 07:39:34.877164 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:53.161784 | 2.31s 2025-10-06 07:39:35.143943 | fa163ea7-07d0-ebb9-5f67-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-06 07:39:35.145571 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:53.430199 | 2.58s 2025-10-06 07:39:35.160246 | fa163ea7-07d0-ebb9-5f67-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:53.444861 | 2.60s 2025-10-06 07:39:35.185940 | fa163ea7-07d0-ebb9-5f67-000000003fe4 | TASK | Async creation of Keystone service 2025-10-06 07:39:35.549644 | fa163ea7-07d0-ebb9-5f67-000000003fe4 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-06 07:39:35.551702 | fa163ea7-07d0-ebb9-5f67-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:53.836317 | 0.36s 2025-10-06 07:39:35.562151 | fa163ea7-07d0-ebb9-5f67-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:53.846764 | 0.37s 2025-10-06 07:39:35.581169 | fa163ea7-07d0-ebb9-5f67-000000003fe6 | TASK | Check Keystone service status 2025-10-06 07:39:35.878786 | fa163ea7-07d0-ebb9-5f67-000000003fe6 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-06 07:39:41.092907 | fa163ea7-07d0-ebb9-5f67-000000003fe6 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-06 07:39:41.094868 | fa163ea7-07d0-ebb9-5f67-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:59.379486 | 5.51s 2025-10-06 07:39:41.104920 | fa163ea7-07d0-ebb9-5f67-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:59.389542 | 5.52s 2025-10-06 07:39:41.123821 | fa163ea7-07d0-ebb9-5f67-000000003c6b | TASK | Create Keystone Endpoints 2025-10-06 07:39:41.188119 | fa163ea7-07d0-ebb9-5f67-000000003c6b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:59.472722 | 0.06s 2025-10-06 07:39:41.216143 | fa163ea7-07d0-ebb9-5f67-000000003c6b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:59.500765 | 0.09s 2025-10-06 07:39:41.236293 | fa163ea7-07d0-ebb9-5f67-000000003c6b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:59.520912 | 0.11s 2025-10-06 07:39:41.249021 | fa163ea7-07d0-ebb9-5f67-000000003c6b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:59.533634 | 0.12s 2025-10-06 07:39:41.261851 | 056b2455-1919-4be3-ac85-51253cfee413 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-06 07:39:41.268605 | 45e5b9dc-631e-41de-a73f-13a51ffcb7c3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-06 07:39:41.274241 | 62b54544-bbf9-4f3d-ba58-f14d4b9161a0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-06 07:39:41.330794 | fa163ea7-07d0-ebb9-5f67-00000000410e | TASK | Create Keystone public endpoints 2025-10-06 07:39:41.441865 | fa163ea7-07d0-ebb9-5f67-00000000410e | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:59.726475 | 0.11s 2025-10-06 07:39:41.458502 | fa163ea7-07d0-ebb9-5f67-00000000410e | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:59.743133 | 0.13s 2025-10-06 07:39:41.469098 | fa163ea7-07d0-ebb9-5f67-00000000410e | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:59.753706 | 0.14s 2025-10-06 07:39:41.488073 | ddcbbfad-9ee7-439d-9d2a-f3fcb4520533 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 07:39:41.498394 | b2aba11f-ef2f-4ae2-ae5e-440cd06e8cfb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 07:39:41.523670 | fa163ea7-07d0-ebb9-5f67-000000004236 | TASK | Async creation of Keystone public endpoint 2025-10-06 07:39:41.904448 | fa163ea7-07d0-ebb9-5f67-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-06 07:39:41.908040 | fa163ea7-07d0-ebb9-5f67-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:00.192650 | 0.38s 2025-10-06 07:39:42.201990 | fa163ea7-07d0-ebb9-5f67-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-06 07:39:42.202646 | fa163ea7-07d0-ebb9-5f67-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:00.487274 | 0.68s 2025-10-06 07:39:42.510410 | fa163ea7-07d0-ebb9-5f67-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-06 07:39:42.511070 | fa163ea7-07d0-ebb9-5f67-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:00.795697 | 0.99s 2025-10-06 07:39:42.829890 | fa163ea7-07d0-ebb9-5f67-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-06 07:39:42.831038 | fa163ea7-07d0-ebb9-5f67-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:01.115657 | 1.31s 2025-10-06 07:39:43.136150 | fa163ea7-07d0-ebb9-5f67-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-06 07:39:43.136822 | fa163ea7-07d0-ebb9-5f67-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:01.421449 | 1.61s 2025-10-06 07:39:43.451716 | fa163ea7-07d0-ebb9-5f67-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-06 07:39:43.452859 | fa163ea7-07d0-ebb9-5f67-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:01.737477 | 1.93s 2025-10-06 07:39:43.731126 | fa163ea7-07d0-ebb9-5f67-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-06 07:39:43.732163 | fa163ea7-07d0-ebb9-5f67-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:02.016782 | 2.21s 2025-10-06 07:39:44.032439 | fa163ea7-07d0-ebb9-5f67-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-06 07:39:44.033149 | fa163ea7-07d0-ebb9-5f67-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:02.317776 | 2.51s 2025-10-06 07:39:44.300188 | fa163ea7-07d0-ebb9-5f67-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-06 07:39:44.301160 | fa163ea7-07d0-ebb9-5f67-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:02.585782 | 2.78s 2025-10-06 07:39:44.555072 | fa163ea7-07d0-ebb9-5f67-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-06 07:39:44.556822 | fa163ea7-07d0-ebb9-5f67-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:02.841444 | 3.03s 2025-10-06 07:39:44.569279 | fa163ea7-07d0-ebb9-5f67-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:02.853900 | 3.04s 2025-10-06 07:39:44.592150 | fa163ea7-07d0-ebb9-5f67-000000004238 | TASK | Check Keystone public endpoint status 2025-10-06 07:39:44.845668 | fa163ea7-07d0-ebb9-5f67-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-06 07:39:44.847605 | fa163ea7-07d0-ebb9-5f67-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:03.132229 | 0.25s 2025-10-06 07:39:45.095270 | fa163ea7-07d0-ebb9-5f67-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-06 07:39:45.097610 | fa163ea7-07d0-ebb9-5f67-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:03.382229 | 0.50s 2025-10-06 07:39:45.331803 | fa163ea7-07d0-ebb9-5f67-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-06 07:39:45.333670 | fa163ea7-07d0-ebb9-5f67-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:03.618284 | 0.74s 2025-10-06 07:39:45.637366 | fa163ea7-07d0-ebb9-5f67-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-06 07:39:45.639602 | fa163ea7-07d0-ebb9-5f67-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:03.924222 | 1.05s 2025-10-06 07:39:45.898118 | fa163ea7-07d0-ebb9-5f67-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-06 07:39:45.900036 | fa163ea7-07d0-ebb9-5f67-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:04.184655 | 1.31s 2025-10-06 07:39:46.108324 | fa163ea7-07d0-ebb9-5f67-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-06 07:39:46.109367 | fa163ea7-07d0-ebb9-5f67-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:04.393989 | 1.52s 2025-10-06 07:39:46.367549 | fa163ea7-07d0-ebb9-5f67-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-06 07:39:46.368692 | fa163ea7-07d0-ebb9-5f67-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:04.653307 | 1.78s 2025-10-06 07:39:46.631368 | fa163ea7-07d0-ebb9-5f67-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-06 07:39:46.633589 | fa163ea7-07d0-ebb9-5f67-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:04.918203 | 2.04s 2025-10-06 07:39:46.861584 | fa163ea7-07d0-ebb9-5f67-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-06 07:39:46.862710 | fa163ea7-07d0-ebb9-5f67-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:05.147329 | 2.27s 2025-10-06 07:39:47.111369 | fa163ea7-07d0-ebb9-5f67-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-06 07:39:47.112475 | fa163ea7-07d0-ebb9-5f67-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:05.397094 | 2.52s 2025-10-06 07:39:47.129439 | fa163ea7-07d0-ebb9-5f67-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:05.414054 | 2.54s 2025-10-06 07:39:47.156601 | fa163ea7-07d0-ebb9-5f67-00000000423d | TASK | Async creation of Keystone public endpoint 2025-10-06 07:39:47.506200 | fa163ea7-07d0-ebb9-5f67-00000000423d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-06 07:39:47.507040 | fa163ea7-07d0-ebb9-5f67-00000000423d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:05.791665 | 0.35s 2025-10-06 07:39:47.510254 | fa163ea7-07d0-ebb9-5f67-00000000423d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:05.794871 | 0.35s 2025-10-06 07:39:47.531771 | fa163ea7-07d0-ebb9-5f67-00000000423f | TASK | Check Keystone public endpoint status 2025-10-06 07:39:47.804130 | fa163ea7-07d0-ebb9-5f67-00000000423f | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-06 07:39:53.021029 | fa163ea7-07d0-ebb9-5f67-00000000423f | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-06 07:39:53.024021 | fa163ea7-07d0-ebb9-5f67-00000000423f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:11.308643 | 5.49s 2025-10-06 07:39:53.033939 | fa163ea7-07d0-ebb9-5f67-00000000423f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:11.318552 | 5.50s 2025-10-06 07:39:53.055984 | fa163ea7-07d0-ebb9-5f67-000000004113 | TASK | Create Keystone admin endpoints 2025-10-06 07:39:53.140876 | fa163ea7-07d0-ebb9-5f67-000000004113 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:19:11.425476 | 0.08s 2025-10-06 07:39:53.156628 | fa163ea7-07d0-ebb9-5f67-000000004113 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:19:11.441249 | 0.10s 2025-10-06 07:39:53.171036 | fa163ea7-07d0-ebb9-5f67-000000004113 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:19:11.455646 | 0.11s 2025-10-06 07:39:53.188506 | 6cd2f692-acce-4d9b-826b-3a7ec03def32 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 07:39:53.198538 | e543d359-5b75-4036-87eb-0cdce6e3d160 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 07:39:53.223633 | fa163ea7-07d0-ebb9-5f67-00000000428f | TASK | Async creation of Keystone admin endpoint 2025-10-06 07:39:53.618280 | fa163ea7-07d0-ebb9-5f67-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-06 07:39:53.621274 | fa163ea7-07d0-ebb9-5f67-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:11.905882 | 0.40s 2025-10-06 07:39:53.956865 | fa163ea7-07d0-ebb9-5f67-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-06 07:39:53.959853 | fa163ea7-07d0-ebb9-5f67-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:12.244469 | 0.73s 2025-10-06 07:39:54.251637 | fa163ea7-07d0-ebb9-5f67-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-06 07:39:54.254721 | fa163ea7-07d0-ebb9-5f67-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:12.539342 | 1.03s 2025-10-06 07:39:54.501690 | fa163ea7-07d0-ebb9-5f67-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-06 07:39:54.502520 | fa163ea7-07d0-ebb9-5f67-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:12.787148 | 1.28s 2025-10-06 07:39:54.730281 | fa163ea7-07d0-ebb9-5f67-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-06 07:39:54.731360 | fa163ea7-07d0-ebb9-5f67-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:13.015985 | 1.51s 2025-10-06 07:39:54.980333 | fa163ea7-07d0-ebb9-5f67-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-06 07:39:54.983159 | fa163ea7-07d0-ebb9-5f67-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:13.267776 | 1.76s 2025-10-06 07:39:55.262226 | fa163ea7-07d0-ebb9-5f67-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-06 07:39:55.263196 | fa163ea7-07d0-ebb9-5f67-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:13.547823 | 2.04s 2025-10-06 07:39:55.602079 | fa163ea7-07d0-ebb9-5f67-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-06 07:39:55.603808 | fa163ea7-07d0-ebb9-5f67-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:13.888431 | 2.38s 2025-10-06 07:39:55.898270 | fa163ea7-07d0-ebb9-5f67-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-06 07:39:55.902306 | fa163ea7-07d0-ebb9-5f67-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:14.186922 | 2.68s 2025-10-06 07:39:56.183788 | fa163ea7-07d0-ebb9-5f67-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-06 07:39:56.186927 | fa163ea7-07d0-ebb9-5f67-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:14.471545 | 2.96s 2025-10-06 07:39:56.197319 | fa163ea7-07d0-ebb9-5f67-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:14.481931 | 2.97s 2025-10-06 07:39:56.217580 | fa163ea7-07d0-ebb9-5f67-000000004291 | TASK | Check Keystone admin endpoint status 2025-10-06 07:39:56.523939 | fa163ea7-07d0-ebb9-5f67-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-06 07:39:56.525657 | fa163ea7-07d0-ebb9-5f67-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:14.810279 | 0.31s 2025-10-06 07:39:56.811236 | fa163ea7-07d0-ebb9-5f67-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-06 07:39:56.815302 | fa163ea7-07d0-ebb9-5f67-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:15.099917 | 0.60s 2025-10-06 07:39:57.055474 | fa163ea7-07d0-ebb9-5f67-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-06 07:39:57.058064 | fa163ea7-07d0-ebb9-5f67-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:15.342679 | 0.84s 2025-10-06 07:39:57.314271 | fa163ea7-07d0-ebb9-5f67-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-06 07:39:57.318083 | fa163ea7-07d0-ebb9-5f67-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:15.602700 | 1.10s 2025-10-06 07:39:57.646880 | fa163ea7-07d0-ebb9-5f67-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-06 07:39:57.649326 | fa163ea7-07d0-ebb9-5f67-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:15.933944 | 1.43s 2025-10-06 07:39:57.894449 | fa163ea7-07d0-ebb9-5f67-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-06 07:39:57.895646 | fa163ea7-07d0-ebb9-5f67-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:16.180265 | 1.68s 2025-10-06 07:39:58.130642 | fa163ea7-07d0-ebb9-5f67-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-06 07:39:58.131955 | fa163ea7-07d0-ebb9-5f67-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:16.416572 | 1.91s 2025-10-06 07:39:58.405278 | fa163ea7-07d0-ebb9-5f67-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-06 07:39:58.407157 | fa163ea7-07d0-ebb9-5f67-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:16.691775 | 2.19s 2025-10-06 07:39:58.637128 | fa163ea7-07d0-ebb9-5f67-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-06 07:39:58.638478 | fa163ea7-07d0-ebb9-5f67-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:16.923096 | 2.42s 2025-10-06 07:39:58.894754 | fa163ea7-07d0-ebb9-5f67-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-06 07:39:58.896013 | fa163ea7-07d0-ebb9-5f67-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:17.180631 | 2.68s 2025-10-06 07:39:58.908360 | fa163ea7-07d0-ebb9-5f67-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:17.192973 | 2.69s 2025-10-06 07:39:58.933236 | fa163ea7-07d0-ebb9-5f67-000000004296 | TASK | Async creation of Keystone admin endpoint 2025-10-06 07:39:59.289719 | fa163ea7-07d0-ebb9-5f67-000000004296 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-06 07:39:59.291164 | fa163ea7-07d0-ebb9-5f67-000000004296 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:17.575782 | 0.36s 2025-10-06 07:39:59.296983 | fa163ea7-07d0-ebb9-5f67-000000004296 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:17.581606 | 0.36s 2025-10-06 07:39:59.317943 | fa163ea7-07d0-ebb9-5f67-000000004298 | TASK | Check Keystone admin endpoint status 2025-10-06 07:39:59.570576 | fa163ea7-07d0-ebb9-5f67-000000004298 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-06 07:40:04.774409 | fa163ea7-07d0-ebb9-5f67-000000004298 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-06 07:40:04.776047 | fa163ea7-07d0-ebb9-5f67-000000004298 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:23.060661 | 5.46s 2025-10-06 07:40:04.783337 | fa163ea7-07d0-ebb9-5f67-000000004298 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:23.067958 | 5.46s 2025-10-06 07:40:04.805265 | fa163ea7-07d0-ebb9-5f67-000000004118 | TASK | Create Keystone internal endpoints 2025-10-06 07:40:04.890755 | fa163ea7-07d0-ebb9-5f67-000000004118 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:23.175332 | 0.08s 2025-10-06 07:40:04.907266 | fa163ea7-07d0-ebb9-5f67-000000004118 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:23.191886 | 0.10s 2025-10-06 07:40:04.921330 | fa163ea7-07d0-ebb9-5f67-000000004118 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:23.205952 | 0.11s 2025-10-06 07:40:04.938604 | 57360616-a2ce-46a5-8552-011c1e3ee110 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 07:40:04.949423 | be78a438-d480-4e1c-9b02-b68bd90dfab9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 07:40:04.975560 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TASK | Async creation of Keystone internal endpoint 2025-10-06 07:40:05.311395 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-06 07:40:05.312877 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:23.597476 | 0.34s 2025-10-06 07:40:05.651179 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-06 07:40:05.651825 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:23.936453 | 0.67s 2025-10-06 07:40:05.941131 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-06 07:40:05.941791 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:24.226418 | 0.96s 2025-10-06 07:40:06.220054 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-06 07:40:06.223618 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:24.508233 | 1.25s 2025-10-06 07:40:06.547278 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-06 07:40:06.548273 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:24.832894 | 1.57s 2025-10-06 07:40:06.812392 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-06 07:40:06.813091 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:25.097719 | 1.84s 2025-10-06 07:40:07.076610 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-06 07:40:07.077180 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:25.361810 | 2.10s 2025-10-06 07:40:07.329029 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-06 07:40:07.329652 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:25.614281 | 2.35s 2025-10-06 07:40:07.585290 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-06 07:40:07.585939 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:25.870569 | 2.61s 2025-10-06 07:40:07.818988 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-06 07:40:07.822686 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:26.107309 | 2.85s 2025-10-06 07:40:07.833490 | fa163ea7-07d0-ebb9-5f67-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:26.118122 | 2.86s 2025-10-06 07:40:07.849485 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TASK | Check Keystone internal endpoint status 2025-10-06 07:40:08.073415 | fa163ea7-07d0-ebb9-5f67-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-06 07:40:08.077065 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:26.361651 | 0.23s 2025-10-06 07:40:08.263531 | fa163ea7-07d0-ebb9-5f67-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-06 07:40:08.265927 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:26.550545 | 0.42s 2025-10-06 07:40:08.528600 | fa163ea7-07d0-ebb9-5f67-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-06 07:40:08.530918 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:26.815538 | 0.68s 2025-10-06 07:40:08.889053 | fa163ea7-07d0-ebb9-5f67-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-06 07:40:08.891413 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:27.176034 | 1.04s 2025-10-06 07:40:09.125199 | fa163ea7-07d0-ebb9-5f67-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-06 07:40:09.128223 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:27.412841 | 1.28s 2025-10-06 07:40:09.383687 | fa163ea7-07d0-ebb9-5f67-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-06 07:40:09.386873 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:27.671492 | 1.54s 2025-10-06 07:40:09.618751 | fa163ea7-07d0-ebb9-5f67-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-06 07:40:09.621901 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:27.906518 | 1.77s 2025-10-06 07:40:09.842301 | fa163ea7-07d0-ebb9-5f67-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-06 07:40:09.844934 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:28.129551 | 1.99s 2025-10-06 07:40:10.098717 | fa163ea7-07d0-ebb9-5f67-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-06 07:40:10.101101 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:28.385719 | 2.25s 2025-10-06 07:40:10.354939 | fa163ea7-07d0-ebb9-5f67-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-06 07:40:10.357225 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:28.641844 | 2.51s 2025-10-06 07:40:10.375163 | fa163ea7-07d0-ebb9-5f67-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:28.659777 | 2.52s 2025-10-06 07:40:10.403223 | fa163ea7-07d0-ebb9-5f67-0000000042ef | TASK | Async creation of Keystone internal endpoint 2025-10-06 07:40:10.720823 | fa163ea7-07d0-ebb9-5f67-0000000042ef | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-06 07:40:10.724100 | fa163ea7-07d0-ebb9-5f67-0000000042ef | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:29.008714 | 0.32s 2025-10-06 07:40:10.733009 | fa163ea7-07d0-ebb9-5f67-0000000042ef | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:29.017623 | 0.33s 2025-10-06 07:40:10.753795 | fa163ea7-07d0-ebb9-5f67-0000000042f1 | TASK | Check Keystone internal endpoint status 2025-10-06 07:40:10.961266 | fa163ea7-07d0-ebb9-5f67-0000000042f1 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-06 07:40:16.171702 | fa163ea7-07d0-ebb9-5f67-0000000042f1 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-06 07:40:16.175261 | fa163ea7-07d0-ebb9-5f67-0000000042f1 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:34.459834 | 5.42s 2025-10-06 07:40:16.184093 | fa163ea7-07d0-ebb9-5f67-0000000042f1 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:34.468708 | 5.43s 2025-10-06 07:40:16.203420 | fa163ea7-07d0-ebb9-5f67-000000003c6d | TASK | Run cleanup tasks 2025-10-06 07:40:16.242114 | fa163ea7-07d0-ebb9-5f67-000000003c6d | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:19:34.526731 | 0.04s 2025-10-06 07:40:16.257350 | a15a0d3b-14f9-4382-af57-86bebbbdcebd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-06 07:40:16.348386 | fa163ea7-07d0-ebb9-5f67-00000000433d | TASK | Get list of enabled services 2025-10-06 07:40:18.829544 | fa163ea7-07d0-ebb9-5f67-00000000433d | CHANGED | Get list of enabled services | undercloud 2025-10-06 07:40:18.831182 | fa163ea7-07d0-ebb9-5f67-00000000433d | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:19:37.115801 | 2.48s 2025-10-06 07:40:18.850021 | fa163ea7-07d0-ebb9-5f67-00000000433e | TASK | List services to be disabled 2025-10-06 07:40:18.930515 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-06 07:40:18.966116 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-06 07:40:18.996966 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-06 07:40:19.022704 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-06 07:40:19.049230 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-06 07:40:19.078825 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-06 07:40:19.113583 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-06 07:40:19.141049 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-06 07:40:19.171957 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-06 07:40:19.196338 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-06 07:40:19.222007 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-06 07:40:19.252194 | fa163ea7-07d0-ebb9-5f67-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-06 07:40:19.259960 | fa163ea7-07d0-ebb9-5f67-00000000433e | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:19:37.544526 | 0.41s 2025-10-06 07:40:19.281010 | fa163ea7-07d0-ebb9-5f67-00000000433f | TASK | Delete keystone services not enabled 2025-10-06 07:40:19.311299 | fa163ea7-07d0-ebb9-5f67-00000000433f | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:19:37.595908 | 0.03s 2025-10-06 07:40:19.332158 | fa163ea7-07d0-ebb9-5f67-000000003c6e | TASK | Create Keystone Roles 2025-10-06 07:40:19.425246 | fa163ea7-07d0-ebb9-5f67-000000003c6e | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:19:37.709860 | 0.09s 2025-10-06 07:40:19.437486 | fa163ea7-07d0-ebb9-5f67-000000003c6e | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:19:37.722102 | 0.10s 2025-10-06 07:40:19.450193 | 86fb54f7-24fb-49f1-b51f-cc36d1f5f7e9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-06 07:40:19.502601 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | TASK | Async creation of Keystone role 2025-10-06 07:40:19.819474 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-06 07:40:19.820928 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:38.105551 | 0.32s 2025-10-06 07:40:20.071875 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-06 07:40:20.072469 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:38.357098 | 0.57s 2025-10-06 07:40:20.311477 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-06 07:40:20.312071 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:38.596699 | 0.81s 2025-10-06 07:40:20.569927 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-06 07:40:20.570534 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:38.855161 | 1.07s 2025-10-06 07:40:20.834311 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-06 07:40:20.835107 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:39.119731 | 1.33s 2025-10-06 07:40:21.101483 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-06 07:40:21.102473 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:39.387094 | 1.60s 2025-10-06 07:40:21.404951 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-06 07:40:21.406058 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:39.690676 | 1.90s 2025-10-06 07:40:21.657320 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-06 07:40:21.657908 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:39.942536 | 2.15s 2025-10-06 07:40:21.666079 | fa163ea7-07d0-ebb9-5f67-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:39.950697 | 2.16s 2025-10-06 07:40:21.685331 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | TASK | Check Keystone role status 2025-10-06 07:40:22.000546 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-06 07:40:22.002355 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:40.286969 | 0.32s 2025-10-06 07:40:22.246523 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-06 07:40:22.248426 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:40.533044 | 0.56s 2025-10-06 07:40:22.504711 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-06 07:40:22.506343 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:40.790962 | 0.82s 2025-10-06 07:40:22.758283 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-06 07:40:22.759426 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:41.044046 | 1.07s 2025-10-06 07:40:23.015683 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-06 07:40:23.016871 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:41.301489 | 1.33s 2025-10-06 07:40:23.272235 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-06 07:40:23.272904 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:41.557532 | 1.59s 2025-10-06 07:40:23.506783 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-06 07:40:23.508810 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:41.793422 | 1.82s 2025-10-06 07:40:23.767615 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-06 07:40:23.769437 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:42.054056 | 2.08s 2025-10-06 07:40:23.782307 | fa163ea7-07d0-ebb9-5f67-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:42.066918 | 2.10s 2025-10-06 07:40:23.804866 | fa163ea7-07d0-ebb9-5f67-000000003c70 | TASK | Create Keystone Users 2025-10-06 07:40:23.896970 | fa163ea7-07d0-ebb9-5f67-000000003c70 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:19:42.181567 | 0.09s 2025-10-06 07:40:23.915424 | fa163ea7-07d0-ebb9-5f67-000000003c70 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:19:42.200046 | 0.11s 2025-10-06 07:40:23.922608 | fa163ea7-07d0-ebb9-5f67-000000003c70 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:19:42.207217 | 0.12s 2025-10-06 07:40:23.946350 | 25e9308a-dd39-43f3-bc82-b2a54dc2d099 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-06 07:40:23.966048 | 62374c13-3040-4aa4-907c-2a5210446200 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-06 07:40:24.023756 | fa163ea7-07d0-ebb9-5f67-000000004635 | TASK | Check password of Keystone user 2025-10-06 07:40:24.940590 | fa163ea7-07d0-ebb9-5f67-000000004635 | 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 07:40:24.941608 | fa163ea7-07d0-ebb9-5f67-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:43.226233 | 0.92s 2025-10-06 07:40:25.842097 | fa163ea7-07d0-ebb9-5f67-000000004635 | 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 07:40:25.844209 | fa163ea7-07d0-ebb9-5f67-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:44.128824 | 1.82s 2025-10-06 07:40:26.756405 | fa163ea7-07d0-ebb9-5f67-000000004635 | 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 07:40:26.757518 | fa163ea7-07d0-ebb9-5f67-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:45.042134 | 2.73s 2025-10-06 07:40:27.663172 | fa163ea7-07d0-ebb9-5f67-000000004635 | 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 07:40:27.665177 | fa163ea7-07d0-ebb9-5f67-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:45.949796 | 3.64s 2025-10-06 07:40:28.569752 | fa163ea7-07d0-ebb9-5f67-000000004635 | 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 07:40:28.570583 | fa163ea7-07d0-ebb9-5f67-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:46.855206 | 4.55s 2025-10-06 07:40:29.477590 | fa163ea7-07d0-ebb9-5f67-000000004635 | 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 07:40:29.479151 | fa163ea7-07d0-ebb9-5f67-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:47.763770 | 5.45s 2025-10-06 07:40:30.363893 | fa163ea7-07d0-ebb9-5f67-000000004635 | 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 07:40:30.364841 | fa163ea7-07d0-ebb9-5f67-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:48.649462 | 6.34s 2025-10-06 07:40:31.272344 | fa163ea7-07d0-ebb9-5f67-000000004635 | 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 07:40:31.273494 | fa163ea7-07d0-ebb9-5f67-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:49.558114 | 7.25s 2025-10-06 07:40:32.166126 | fa163ea7-07d0-ebb9-5f67-000000004635 | 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 07:40:32.167096 | fa163ea7-07d0-ebb9-5f67-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:50.451721 | 8.14s 2025-10-06 07:40:33.029214 | fa163ea7-07d0-ebb9-5f67-000000004635 | 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 07:40:33.030122 | fa163ea7-07d0-ebb9-5f67-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:51.314741 | 9.01s 2025-10-06 07:40:33.036431 | fa163ea7-07d0-ebb9-5f67-000000004635 | 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 07:40:33.037583 | fa163ea7-07d0-ebb9-5f67-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:51.322203 | 9.01s 2025-10-06 07:40:33.057656 | fa163ea7-07d0-ebb9-5f67-000000004637 | TASK | Async creation of Keystone user 2025-10-06 07:40:33.429051 | fa163ea7-07d0-ebb9-5f67-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:33.433488 | fa163ea7-07d0-ebb9-5f67-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:51.718060 | 0.37s 2025-10-06 07:40:33.755020 | fa163ea7-07d0-ebb9-5f67-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:33.755576 | fa163ea7-07d0-ebb9-5f67-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:52.040204 | 0.70s 2025-10-06 07:40:34.082870 | fa163ea7-07d0-ebb9-5f67-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:34.083811 | fa163ea7-07d0-ebb9-5f67-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:52.368431 | 1.02s 2025-10-06 07:40:34.405355 | fa163ea7-07d0-ebb9-5f67-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:34.408418 | fa163ea7-07d0-ebb9-5f67-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:52.693036 | 1.35s 2025-10-06 07:40:34.715147 | fa163ea7-07d0-ebb9-5f67-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:34.715834 | fa163ea7-07d0-ebb9-5f67-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:53.000462 | 1.66s 2025-10-06 07:40:34.996872 | fa163ea7-07d0-ebb9-5f67-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:34.997819 | fa163ea7-07d0-ebb9-5f67-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:53.282438 | 1.94s 2025-10-06 07:40:35.315503 | fa163ea7-07d0-ebb9-5f67-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:35.317098 | fa163ea7-07d0-ebb9-5f67-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:53.601717 | 2.26s 2025-10-06 07:40:35.633453 | fa163ea7-07d0-ebb9-5f67-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:35.634505 | fa163ea7-07d0-ebb9-5f67-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:53.919133 | 2.58s 2025-10-06 07:40:35.956596 | fa163ea7-07d0-ebb9-5f67-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:35.957713 | fa163ea7-07d0-ebb9-5f67-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:54.242337 | 2.90s 2025-10-06 07:40:36.317940 | fa163ea7-07d0-ebb9-5f67-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:36.319447 | fa163ea7-07d0-ebb9-5f67-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:54.604071 | 3.26s 2025-10-06 07:40:36.329458 | fa163ea7-07d0-ebb9-5f67-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:36.330166 | fa163ea7-07d0-ebb9-5f67-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:54.614792 | 3.27s 2025-10-06 07:40:36.345825 | fa163ea7-07d0-ebb9-5f67-000000004639 | TASK | Check Keystone user status 2025-10-06 07:40:36.639203 | fa163ea7-07d0-ebb9-5f67-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:36.642327 | fa163ea7-07d0-ebb9-5f67-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:54.926935 | 0.30s 2025-10-06 07:40:36.894152 | fa163ea7-07d0-ebb9-5f67-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:36.896383 | fa163ea7-07d0-ebb9-5f67-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:55.181000 | 0.55s 2025-10-06 07:40:37.168908 | fa163ea7-07d0-ebb9-5f67-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:37.171181 | fa163ea7-07d0-ebb9-5f67-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:55.455798 | 0.82s 2025-10-06 07:40:37.418688 | fa163ea7-07d0-ebb9-5f67-000000004639 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-06 07:40:42.640828 | fa163ea7-07d0-ebb9-5f67-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:42.643818 | fa163ea7-07d0-ebb9-5f67-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:00.928432 | 6.30s 2025-10-06 07:40:42.921042 | fa163ea7-07d0-ebb9-5f67-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:42.924076 | fa163ea7-07d0-ebb9-5f67-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:01.208687 | 6.58s 2025-10-06 07:40:43.200080 | fa163ea7-07d0-ebb9-5f67-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:43.201969 | fa163ea7-07d0-ebb9-5f67-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:01.486590 | 6.86s 2025-10-06 07:40:43.455901 | fa163ea7-07d0-ebb9-5f67-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:43.457775 | fa163ea7-07d0-ebb9-5f67-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:01.741535 | 7.11s 2025-10-06 07:40:43.756562 | fa163ea7-07d0-ebb9-5f67-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:43.758549 | fa163ea7-07d0-ebb9-5f67-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:02.043150 | 7.41s 2025-10-06 07:40:44.026168 | fa163ea7-07d0-ebb9-5f67-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:44.027436 | fa163ea7-07d0-ebb9-5f67-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:02.312051 | 7.68s 2025-10-06 07:40:44.282451 | fa163ea7-07d0-ebb9-5f67-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:44.283508 | fa163ea7-07d0-ebb9-5f67-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:02.568126 | 7.94s 2025-10-06 07:40:44.290364 | fa163ea7-07d0-ebb9-5f67-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:44.291363 | fa163ea7-07d0-ebb9-5f67-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:02.575983 | 7.94s 2025-10-06 07:40:44.317468 | fa163ea7-07d0-ebb9-5f67-00000000463e | TASK | Check password of Keystone user 2025-10-06 07:40:45.259592 | fa163ea7-07d0-ebb9-5f67-00000000463e | 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 07:40:45.260494 | fa163ea7-07d0-ebb9-5f67-00000000463e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:03.545120 | 0.94s 2025-10-06 07:40:46.146672 | fa163ea7-07d0-ebb9-5f67-00000000463e | 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 07:40:46.148041 | fa163ea7-07d0-ebb9-5f67-00000000463e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:04.432670 | 1.83s 2025-10-06 07:40:46.985035 | fa163ea7-07d0-ebb9-5f67-00000000463e | 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 07:40:46.986037 | fa163ea7-07d0-ebb9-5f67-00000000463e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:05.270656 | 2.67s 2025-10-06 07:40:46.991958 | fa163ea7-07d0-ebb9-5f67-00000000463e | 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 07:40:46.992888 | fa163ea7-07d0-ebb9-5f67-00000000463e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:05.277507 | 2.67s 2025-10-06 07:40:47.012520 | fa163ea7-07d0-ebb9-5f67-000000004640 | TASK | Async creation of Keystone user 2025-10-06 07:40:47.380259 | fa163ea7-07d0-ebb9-5f67-000000004640 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:47.382310 | fa163ea7-07d0-ebb9-5f67-000000004640 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:05.666923 | 0.37s 2025-10-06 07:40:47.708217 | fa163ea7-07d0-ebb9-5f67-000000004640 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:47.709146 | fa163ea7-07d0-ebb9-5f67-000000004640 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:05.993765 | 0.70s 2025-10-06 07:40:48.052745 | fa163ea7-07d0-ebb9-5f67-000000004640 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:48.054432 | fa163ea7-07d0-ebb9-5f67-000000004640 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:06.339058 | 1.04s 2025-10-06 07:40:48.065012 | fa163ea7-07d0-ebb9-5f67-000000004640 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 07:40:48.065981 | fa163ea7-07d0-ebb9-5f67-000000004640 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:06.350603 | 1.05s 2025-10-06 07:40:48.085177 | fa163ea7-07d0-ebb9-5f67-000000004642 | TASK | Check Keystone user status 2025-10-06 07:40:48.389085 | fa163ea7-07d0-ebb9-5f67-000000004642 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-06 07:40:53.616056 | fa163ea7-07d0-ebb9-5f67-000000004642 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:53.616902 | fa163ea7-07d0-ebb9-5f67-000000004642 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:11.901526 | 5.53s 2025-10-06 07:40:53.897150 | fa163ea7-07d0-ebb9-5f67-000000004642 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:53.899265 | fa163ea7-07d0-ebb9-5f67-000000004642 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:12.183885 | 5.81s 2025-10-06 07:40:54.169503 | fa163ea7-07d0-ebb9-5f67-000000004642 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:54.170476 | fa163ea7-07d0-ebb9-5f67-000000004642 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:12.455097 | 6.08s 2025-10-06 07:40:54.177580 | fa163ea7-07d0-ebb9-5f67-000000004642 | CHANGED | Check Keystone user status | undercloud 2025-10-06 07:40:54.178041 | fa163ea7-07d0-ebb9-5f67-000000004642 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:12.462649 | 6.09s 2025-10-06 07:40:54.192880 | fa163ea7-07d0-ebb9-5f67-000000003c72 | TASK | Assign Keystone Users to Roles 2025-10-06 07:40:54.272543 | fa163ea7-07d0-ebb9-5f67-000000003c72 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:20:12.557107 | 0.08s 2025-10-06 07:40:54.291608 | fa163ea7-07d0-ebb9-5f67-000000003c72 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:20:12.576230 | 0.10s 2025-10-06 07:40:54.299528 | fa163ea7-07d0-ebb9-5f67-000000003c72 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:20:12.584136 | 0.11s 2025-10-06 07:40:54.312698 | 550cf60c-1be6-4228-a4e1-b1085c142070 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-06 07:40:54.319850 | 5598cc0c-1e80-473b-9ae4-67b429b11a03 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-06 07:40:54.391476 | fa163ea7-07d0-ebb9-5f67-000000004821 | TASK | Async assignment of Keystone user per role 2025-10-06 07:40:54.484937 | fa163ea7-07d0-ebb9-5f67-000000004821 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:20:12.769536 | 0.09s 2025-10-06 07:40:54.503692 | fa163ea7-07d0-ebb9-5f67-000000004821 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:20:12.788314 | 0.11s 2025-10-06 07:40:54.510804 | fa163ea7-07d0-ebb9-5f67-000000004821 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:20:12.795420 | 0.12s 2025-10-06 07:40:54.526905 | 718310aa-5606-497b-9600-30369f8f9574 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-06 07:40:54.536278 | 771017ee-54b2-4a10-8408-0eb1bee13a53 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-06 07:40:54.562189 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TASK | Async assignment of Keystone user to roles 2025-10-06 07:40:54.930618 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-06 07:40:54.932115 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:13.216728 | 0.37s 2025-10-06 07:40:55.240368 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-06 07:40:55.241205 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:13.525830 | 0.68s 2025-10-06 07:40:55.568096 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-06 07:40:55.569574 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:13.854202 | 1.01s 2025-10-06 07:40:55.894701 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-06 07:40:55.895967 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:14.180596 | 1.33s 2025-10-06 07:40:56.198467 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-06 07:40:56.199322 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:14.483949 | 1.64s 2025-10-06 07:40:56.458021 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-06 07:40:56.459364 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:14.743983 | 1.90s 2025-10-06 07:40:56.755562 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-06 07:40:56.756499 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:15.041118 | 2.19s 2025-10-06 07:40:57.095114 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-06 07:40:57.096704 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:15.381324 | 2.53s 2025-10-06 07:40:57.429462 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-06 07:40:57.430818 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:15.715439 | 2.87s 2025-10-06 07:40:57.711675 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-06 07:40:57.713155 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:15.997774 | 3.15s 2025-10-06 07:40:57.726629 | fa163ea7-07d0-ebb9-5f67-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:16.011251 | 3.16s 2025-10-06 07:40:57.742690 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TASK | Check Keystone user assignment to roles status 2025-10-06 07:40:57.967022 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-06 07:41:03.190563 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-06 07:41:03.191914 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:21.476529 | 5.45s 2025-10-06 07:41:03.464222 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-06 07:41:03.465974 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:21.750596 | 5.72s 2025-10-06 07:41:03.729413 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-06 07:41:03.730202 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:22.014827 | 5.99s 2025-10-06 07:41:03.989477 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-06 07:41:03.990568 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:22.275189 | 6.25s 2025-10-06 07:41:04.202305 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-06 07:41:04.203895 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:22.488510 | 6.46s 2025-10-06 07:41:04.402971 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-06 07:41:04.404050 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:22.688670 | 6.66s 2025-10-06 07:41:04.658165 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-06 07:41:04.659210 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:22.943831 | 6.92s 2025-10-06 07:41:04.869858 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-06 07:41:04.871683 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:23.156301 | 7.13s 2025-10-06 07:41:05.107342 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-06 07:41:05.108719 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:23.393347 | 7.37s 2025-10-06 07:41:05.355995 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-06 07:41:05.357307 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:23.641935 | 7.61s 2025-10-06 07:41:05.370619 | fa163ea7-07d0-ebb9-5f67-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:23.655232 | 7.63s 2025-10-06 07:41:05.396130 | fa163ea7-07d0-ebb9-5f67-0000000049ec | TASK | Async assignment of Keystone user to roles 2025-10-06 07:41:05.777165 | fa163ea7-07d0-ebb9-5f67-0000000049ec | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-06 07:41:05.778874 | fa163ea7-07d0-ebb9-5f67-0000000049ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:24.063444 | 0.38s 2025-10-06 07:41:06.109040 | fa163ea7-07d0-ebb9-5f67-0000000049ec | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-06 07:41:06.110802 | fa163ea7-07d0-ebb9-5f67-0000000049ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:24.395419 | 0.71s 2025-10-06 07:41:06.445529 | fa163ea7-07d0-ebb9-5f67-0000000049ec | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-06 07:41:06.447673 | fa163ea7-07d0-ebb9-5f67-0000000049ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:24.732288 | 1.05s 2025-10-06 07:41:06.458083 | fa163ea7-07d0-ebb9-5f67-0000000049ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:24.742695 | 1.06s 2025-10-06 07:41:06.477270 | fa163ea7-07d0-ebb9-5f67-0000000049ee | TASK | Check Keystone user assignment to roles status 2025-10-06 07:41:06.746621 | fa163ea7-07d0-ebb9-5f67-0000000049ee | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-06 07:41:11.928054 | fa163ea7-07d0-ebb9-5f67-0000000049ee | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-06 07:41:11.929310 | fa163ea7-07d0-ebb9-5f67-0000000049ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:30.213926 | 5.45s 2025-10-06 07:41:12.171866 | fa163ea7-07d0-ebb9-5f67-0000000049ee | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-06 07:41:12.172645 | fa163ea7-07d0-ebb9-5f67-0000000049ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:30.457272 | 5.69s 2025-10-06 07:41:12.460579 | fa163ea7-07d0-ebb9-5f67-0000000049ee | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-06 07:41:12.461639 | fa163ea7-07d0-ebb9-5f67-0000000049ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:30.746260 | 5.98s 2025-10-06 07:41:12.469181 | fa163ea7-07d0-ebb9-5f67-0000000049ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:30.753803 | 5.99s 2025-10-06 07:41:12.489617 | fa163ea7-07d0-ebb9-5f67-000000004826 | TASK | Async assignment of Keystone user per role 2025-10-06 07:41:12.578915 | fa163ea7-07d0-ebb9-5f67-000000004826 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:20:30.863526 | 0.09s 2025-10-06 07:41:12.585876 | fa163ea7-07d0-ebb9-5f67-000000004826 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:20:30.870499 | 0.09s 2025-10-06 07:41:12.599219 | 8f0946d7-4aaf-40fc-932a-e9485850aa81 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-06 07:41:12.623632 | fa163ea7-07d0-ebb9-5f67-000000004a46 | TASK | Async assignment of Keystone user to roles 2025-10-06 07:41:12.969061 | fa163ea7-07d0-ebb9-5f67-000000004a46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-06 07:41:12.970437 | fa163ea7-07d0-ebb9-5f67-000000004a46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:31.255054 | 0.35s 2025-10-06 07:41:13.291390 | fa163ea7-07d0-ebb9-5f67-000000004a46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-06 07:41:13.292329 | fa163ea7-07d0-ebb9-5f67-000000004a46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:31.576950 | 0.67s 2025-10-06 07:41:13.624066 | fa163ea7-07d0-ebb9-5f67-000000004a46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-06 07:41:13.626085 | fa163ea7-07d0-ebb9-5f67-000000004a46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:31.910705 | 1.00s 2025-10-06 07:41:13.636525 | fa163ea7-07d0-ebb9-5f67-000000004a46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:31.921137 | 1.01s 2025-10-06 07:41:13.656011 | fa163ea7-07d0-ebb9-5f67-000000004a48 | TASK | Check Keystone user assignment to roles status 2025-10-06 07:41:13.890172 | fa163ea7-07d0-ebb9-5f67-000000004a48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-06 07:41:19.110877 | fa163ea7-07d0-ebb9-5f67-000000004a48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-06 07:41:19.113268 | fa163ea7-07d0-ebb9-5f67-000000004a48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:37.397880 | 5.46s 2025-10-06 07:41:19.363768 | fa163ea7-07d0-ebb9-5f67-000000004a48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-06 07:41:19.364690 | fa163ea7-07d0-ebb9-5f67-000000004a48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:37.649311 | 5.71s 2025-10-06 07:41:19.605668 | fa163ea7-07d0-ebb9-5f67-000000004a48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-06 07:41:19.606866 | fa163ea7-07d0-ebb9-5f67-000000004a48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:37.891483 | 5.95s 2025-10-06 07:41:19.620068 | fa163ea7-07d0-ebb9-5f67-000000004a48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:37.904681 | 5.96s 2025-10-06 07:41:19.648674 | fa163ea7-07d0-ebb9-5f67-000000003c38 | TASK | is Keystone LDAP enabled 2025-10-06 07:41:19.704365 | fa163ea7-07d0-ebb9-5f67-000000003c38 | OK | is Keystone LDAP enabled | undercloud 2025-10-06 07:41:19.704992 | fa163ea7-07d0-ebb9-5f67-000000003c38 | TIMING | is Keystone LDAP enabled | undercloud | 0:20:37.989621 | 0.06s 2025-10-06 07:41:19.721621 | fa163ea7-07d0-ebb9-5f67-000000003c39 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-06 07:41:19.773267 | fa163ea7-07d0-ebb9-5f67-000000003c39 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-06 07:41:19.774319 | fa163ea7-07d0-ebb9-5f67-000000003c39 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:20:38.058939 | 0.05s 2025-10-06 07:41:19.791860 | fa163ea7-07d0-ebb9-5f67-000000003c3a | TASK | Manage Keystone domains from LDAP config 2025-10-06 07:41:19.846472 | fa163ea7-07d0-ebb9-5f67-000000003c3a | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-06 07:41:19.847615 | fa163ea7-07d0-ebb9-5f67-000000003c3a | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:20:38.132234 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-06 07:41:19.980754 | fa163ea7-07d0-ebb9-5f67-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-06 07:41:20.009147 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000e2') missing from stats 2025-10-06 07:41:20.037509 | fa163ea7-07d0-ebb9-5f67-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-06 07:41:20.539984 | fa163ea7-07d0-ebb9-5f67-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-06 07:41:20.541457 | fa163ea7-07d0-ebb9-5f67-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:20:38.826075 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 07:41:20.609089 | fa163ea7-07d0-ebb9-5f67-0000000000e4 | TIMING | include_tasks | standalone | 0:20:38.893693 | 0.04s 2025-10-06 07:41:20.652421 | 5afeb82e-37e4-43ff-8c47-09a09ae77b52 | INCLUDED | /root/standalone-ansible-y07zx0qr/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-06 07:41:20.677884 | fa163ea7-07d0-ebb9-5f67-000000004a8a | TASK | Create virtqemud recovery script 2025-10-06 07:41:21.174439 | fa163ea7-07d0-ebb9-5f67-000000004a8a | CHANGED | Create virtqemud recovery script | standalone 2025-10-06 07:41:21.175838 | fa163ea7-07d0-ebb9-5f67-000000004a8a | TIMING | Create virtqemud recovery script | standalone | 0:20:39.460454 | 0.50s 2025-10-06 07:41:21.209652 | fa163ea7-07d0-ebb9-5f67-000000004a8b | TASK | Create virtqemud recovery trigger service 2025-10-06 07:41:21.748248 | fa163ea7-07d0-ebb9-5f67-000000004a8b | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-06 07:41:21.749966 | fa163ea7-07d0-ebb9-5f67-000000004a8b | TIMING | Create virtqemud recovery trigger service | standalone | 0:20:40.034580 | 0.54s 2025-10-06 07:41:21.778538 | fa163ea7-07d0-ebb9-5f67-000000004a8c | TASK | Create virtqemud recovery trigger timer 2025-10-06 07:41:22.349706 | fa163ea7-07d0-ebb9-5f67-000000004a8c | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-06 07:41:22.351443 | fa163ea7-07d0-ebb9-5f67-000000004a8c | TIMING | Create virtqemud recovery trigger timer | standalone | 0:20:40.636057 | 0.57s 2025-10-06 07:41:22.380800 | fa163ea7-07d0-ebb9-5f67-000000004a8d | TASK | Enable virtqemud recovery trigger service 2025-10-06 07:41:23.503692 | fa163ea7-07d0-ebb9-5f67-000000004a8d | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-06 07:41:23.504948 | fa163ea7-07d0-ebb9-5f67-000000004a8d | TIMING | Enable virtqemud recovery trigger service | standalone | 0:20:41.789575 | 1.12s 2025-10-06 07:41:23.524255 | fa163ea7-07d0-ebb9-5f67-000000004a8e | TASK | Enable virtqemud recovery trigger timer 2025-10-06 07:41:24.657877 | fa163ea7-07d0-ebb9-5f67-000000004a8e | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-06 07:41:24.659552 | fa163ea7-07d0-ebb9-5f67-000000004a8e | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:20:42.944170 | 1.13s 2025-10-06 07:41:24.688052 | fa163ea7-07d0-ebb9-5f67-000000004a8f | TASK | Really enable virtqemud recovery trigger timer 2025-10-06 07:41:25.346789 | fa163ea7-07d0-ebb9-5f67-000000004a8f | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-06 07:41:25.348200 | fa163ea7-07d0-ebb9-5f67-000000004a8f | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:20:43.632819 | 0.66s 2025-10-06 07:41:25.377560 | fa163ea7-07d0-ebb9-5f67-000000004a91 | TASK | Create systemd file 2025-10-06 07:41:25.975346 | fa163ea7-07d0-ebb9-5f67-000000004a91 | CHANGED | Create systemd file | standalone 2025-10-06 07:41:25.977901 | fa163ea7-07d0-ebb9-5f67-000000004a91 | TIMING | Create systemd file | standalone | 0:20:44.261834 | 0.60s 2025-10-06 07:41:26.007857 | fa163ea7-07d0-ebb9-5f67-000000004a92 | TASK | Reload systemd 2025-10-06 07:41:26.828262 | fa163ea7-07d0-ebb9-5f67-000000004a92 | CHANGED | Reload systemd | standalone 2025-10-06 07:41:26.830533 | fa163ea7-07d0-ebb9-5f67-000000004a92 | TIMING | Reload systemd | standalone | 0:20:45.115147 | 0.82s 2025-10-06 07:41:26.860593 | fa163ea7-07d0-ebb9-5f67-000000004a95 | TASK | Start OVN container 2025-10-06 07:41:26.924069 | fa163ea7-07d0-ebb9-5f67-000000004a95 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-06 07:41:26.942095 | fa163ea7-07d0-ebb9-5f67-000000004a95 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-06 07:41:26.956657 | fa163ea7-07d0-ebb9-5f67-000000004a95 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-06 07:41:26.969915 | fa163ea7-07d0-ebb9-5f67-000000004a95 | TIMING | Start OVN container | standalone | 0:20:45.254510 | 0.11s 2025-10-06 07:41:27.000325 | fa163ea7-07d0-ebb9-5f67-000000004a97 | TASK | Set NB connection 2025-10-06 07:41:27.056327 | fa163ea7-07d0-ebb9-5f67-000000004a97 | SKIPPED | Set NB connection | standalone 2025-10-06 07:41:27.058066 | fa163ea7-07d0-ebb9-5f67-000000004a97 | TIMING | Set NB connection | standalone | 0:20:45.342680 | 0.06s 2025-10-06 07:41:27.101099 | fa163ea7-07d0-ebb9-5f67-000000004a98 | TASK | Set SB connection 2025-10-06 07:41:27.157054 | fa163ea7-07d0-ebb9-5f67-000000004a98 | SKIPPED | Set SB connection | standalone 2025-10-06 07:41:27.158880 | fa163ea7-07d0-ebb9-5f67-000000004a98 | TIMING | Set SB connection | standalone | 0:20:45.443499 | 0.05s 2025-10-06 07:41:27.184221 | fa163ea7-07d0-ebb9-5f67-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-06 07:41:27.424619 | fa163ea7-07d0-ebb9-5f67-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-06 07:41:27.426583 | fa163ea7-07d0-ebb9-5f67-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:20:45.711196 | 0.24s 2025-10-06 07:41:27.545580 | fa163ea7-07d0-ebb9-5f67-0000000000e7 | TIMING | include_tasks | standalone | 0:20:45.830176 | 0.09s 2025-10-06 07:41:27.586894 | 594c577d-0462-4140-b06c-8966cef3ac85 | INCLUDED | /root/standalone-ansible-y07zx0qr/common_deploy_steps_tasks.yaml | standalone 2025-10-06 07:41:27.614286 | fa163ea7-07d0-ebb9-5f67-000000004ac7 | TASK | Write the config_step hieradata 2025-10-06 07:41:28.110368 | fa163ea7-07d0-ebb9-5f67-000000004ac7 | OK | Write the config_step hieradata | standalone 2025-10-06 07:41:28.111758 | fa163ea7-07d0-ebb9-5f67-000000004ac7 | TIMING | Write the config_step hieradata | standalone | 0:20:46.396346 | 0.50s 2025-10-06 07:41:28.141519 | fa163ea7-07d0-ebb9-5f67-000000004ac8 | TASK | Run puppet host configuration for step 4 2025-10-06 07:41:28.481408 | fa163ea7-07d0-ebb9-5f67-000000004ac8 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-06 07:41:28.482871 | fa163ea7-07d0-ebb9-5f67-000000004ac8 | TIMING | Run puppet host configuration for step 4 | standalone | 0:20:46.767485 | 0.34s 2025-10-06 07:41:28.510597 | fa163ea7-07d0-ebb9-5f67-000000004ac9 | TASK | Wait for puppet host configuration to finish 2025-10-06 07:41:28.768519 | fa163ea7-07d0-ebb9-5f67-000000004ac9 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 07:41:39.006989 | fa163ea7-07d0-ebb9-5f67-000000004ac9 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 07:41:49.216379 | fa163ea7-07d0-ebb9-5f67-000000004ac9 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-06 07:41:59.451299 | fa163ea7-07d0-ebb9-5f67-000000004ac9 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 07:41:59.452812 | fa163ea7-07d0-ebb9-5f67-000000004ac9 | TIMING | Wait for puppet host configuration to finish | standalone | 0:21:17.737430 | 30.94s 2025-10-06 07:41:59.482614 | fa163ea7-07d0-ebb9-5f67-000000004aca | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-06 07:41:59.565776 | fa163ea7-07d0-ebb9-5f67-000000004aca | 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 07:41:28 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 07:41:33 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 07:41:33 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 07:41:33 puppet-user: (file & line not available)", "<13>Oct 6 07:41:33 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 07:41:33 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 07:41:33 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 07:41:33 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 6 07:41:33 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 6 07:41:33 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 07:41:33 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 07:41:33 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 07:41:33 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 07:41:33 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 07:41:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 07:41:33 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.51 seconds", "<13>Oct 6 07:41:38 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 07:41:40 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 07:41:45 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 6 07:41:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}13d0499b5e23539761eb13deca2e0572820a83f7b731434d12b14d9e038c6818'", "<13>Oct 6 07:41:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 6 07:41:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 6 07:41:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 6 07:41:45 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 6 07:41:47 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 07:41:52 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 07:41:53 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 6 07:41:53 puppet-user: Notice: Applied catalog in 19.85 seconds", "<13>Oct 6 07:41:53 puppet-user: Application:", "<13>Oct 6 07:41:53 puppet-user: Initial environment: production", "<13>Oct 6 07:41:53 puppet-user: Converged environment: production", "<13>Oct 6 07:41:53 puppet-user: Run mode: user", "<13>Oct 6 07:41:53 puppet-user: Changes:", "<13>Oct 6 07:41:53 puppet-user: Total: 10", "<13>Oct 6 07:41:53 puppet-user: Events:", "<13>Oct 6 07:41:53 puppet-user: Success: 10", "<13>Oct 6 07:41:53 puppet-user: Resources:", "<13>Oct 6 07:41:53 puppet-user: Restarted: 1", "<13>Oct 6 07:41:53 puppet-user: Changed: 10", "<13>Oct 6 07:41:53 puppet-user: Out of sync: 10", "<13>Oct 6 07:41:53 puppet-user: Total: 37", "<13>Oct 6 07:41:53 puppet-user: Time:", "<13>Oct 6 07:41:53 puppet-user: Schedule: 0.00", "<13>Oct 6 07:41:53 puppet-user: File line: 0.00", "<13>Oct 6 07:41:53 puppet-user: Augeas: 0.01", "<13>Oct 6 07:41:53 puppet-user: User: 0.01", "<13>Oct 6 07:41:53 puppet-user: File: 0.05", "<13>Oct 6 07:41:53 puppet-user: Config retrieval: 0.58", "<13>Oct 6 07:41:53 puppet-user: Pcmk property: 1.45", "<13>Oct 6 07:41:53 puppet-user: Service: 1.46", "<13>Oct 6 07:41:53 puppet-user: Last run: 1759736513", "<13>Oct 6 07:41:53 puppet-user: Transaction evaluation: 19.83", "<13>Oct 6 07:41:53 puppet-user: Catalog application: 19.85", "<13>Oct 6 07:41:53 puppet-user: Pcmk resource default: 2.09", "<13>Oct 6 07:41:53 puppet-user: Pcmk resource op default: 2.23", "<13>Oct 6 07:41:53 puppet-user: Package: 5.27", "<13>Oct 6 07:41:53 puppet-user: Exec: 7.05", "<13>Oct 6 07:41:53 puppet-user: Filebucket: 0.00", "<13>Oct 6 07:41:53 puppet-user: Total: 19.85", "<13>Oct 6 07:41:53 puppet-user: Version:", "<13>Oct 6 07:41:53 puppet-user: Config: 1759736493", "<13>Oct 6 07:41:53 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 07:41:59.567172 | fa163ea7-07d0-ebb9-5f67-000000004aca | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:21:17.851790 | 0.08s 2025-10-06 07:41:59.595454 | fa163ea7-07d0-ebb9-5f67-000000004acb | TASK | Pre-cache facts for puppet containers 2025-10-06 07:41:59.625174 | fa163ea7-07d0-ebb9-5f67-000000004acb | TIMING | Pre-cache facts for puppet containers | standalone | 0:21:17.909787 | 0.03s 2025-10-06 07:41:59.691558 | fa163ea7-07d0-ebb9-5f67-000000004b0c | TASK | Gather variables for each operating system 2025-10-06 07:41:59.806887 | fa163ea7-07d0-ebb9-5f67-000000004b0c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:21:18.091492 | 0.11s 2025-10-06 07:41:59.835905 | fa163ea7-07d0-ebb9-5f67-000000004b0d | TASK | Create puppet caching structures 2025-10-06 07:42:00.078917 | fa163ea7-07d0-ebb9-5f67-000000004b0d | CHANGED | Create puppet caching structures | standalone 2025-10-06 07:42:00.080591 | fa163ea7-07d0-ebb9-5f67-000000004b0d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:21:18.365208 | 0.24s 2025-10-06 07:42:00.110081 | fa163ea7-07d0-ebb9-5f67-000000004b0e | TASK | Check for facter.conf 2025-10-06 07:42:00.379460 | fa163ea7-07d0-ebb9-5f67-000000004b0e | OK | Check for facter.conf | standalone 2025-10-06 07:42:00.380458 | fa163ea7-07d0-ebb9-5f67-000000004b0e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:21:18.665085 | 0.27s 2025-10-06 07:42:00.399744 | fa163ea7-07d0-ebb9-5f67-000000004b0f | TASK | Remove facter.conf if directory 2025-10-06 07:42:00.449056 | fa163ea7-07d0-ebb9-5f67-000000004b0f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 07:42:00.450187 | fa163ea7-07d0-ebb9-5f67-000000004b0f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:21:18.734805 | 0.05s 2025-10-06 07:42:00.477870 | fa163ea7-07d0-ebb9-5f67-000000004b10 | TASK | Write facter cache config 2025-10-06 07:42:00.980016 | fa163ea7-07d0-ebb9-5f67-000000004b10 | CHANGED | Write facter cache config | standalone 2025-10-06 07:42:00.981499 | fa163ea7-07d0-ebb9-5f67-000000004b10 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:21:19.266118 | 0.50s 2025-10-06 07:42:01.010899 | fa163ea7-07d0-ebb9-5f67-000000004b11 | TASK | Cleanup facter cache if exists 2025-10-06 07:42:01.242952 | fa163ea7-07d0-ebb9-5f67-000000004b11 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 07:42:01.244503 | fa163ea7-07d0-ebb9-5f67-000000004b11 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:21:19.529110 | 0.23s 2025-10-06 07:42:01.273429 | fa163ea7-07d0-ebb9-5f67-000000004b12 | TASK | Pre-cache facts 2025-10-06 07:42:01.920204 | fa163ea7-07d0-ebb9-5f67-000000004b12 | CHANGED | Pre-cache facts | standalone 2025-10-06 07:42:01.921139 | fa163ea7-07d0-ebb9-5f67-000000004b12 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:21:20.205763 | 0.65s 2025-10-06 07:42:01.945385 | fa163ea7-07d0-ebb9-5f67-000000004b13 | TASK | Failed deployment if facter fails 2025-10-06 07:42:01.973387 | fa163ea7-07d0-ebb9-5f67-000000004b13 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 07:42:01.974407 | fa163ea7-07d0-ebb9-5f67-000000004b13 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:21:20.259029 | 0.03s 2025-10-06 07:42:02.007025 | fa163ea7-07d0-ebb9-5f67-000000004b14 | TASK | Sync cached facts 2025-10-06 07:42:02.311403 | fa163ea7-07d0-ebb9-5f67-000000004b14 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea7-07d0-ebb9-5f67-000000004b14') missing from stats 2025-10-06 07:42:02.372342 | fa163ea7-07d0-ebb9-5f67-000000004acc | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 07:42:02.427008 | fa163ea7-07d0-ebb9-5f67-000000004acc | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 07:42:02.428522 | fa163ea7-07d0-ebb9-5f67-000000004acc | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:21:20.713137 | 0.05s 2025-10-06 07:42:02.458926 | fa163ea7-07d0-ebb9-5f67-000000004ace | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-06 07:42:02.488619 | fa163ea7-07d0-ebb9-5f67-000000004ace | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:21:20.773228 | 0.03s 2025-10-06 07:42:02.551363 | fa163ea7-07d0-ebb9-5f67-000000004b6b | TASK | Gather variables for each operating system 2025-10-06 07:42:02.651948 | fa163ea7-07d0-ebb9-5f67-000000004b6b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:20.936566 | 0.10s 2025-10-06 07:42:02.674095 | fa163ea7-07d0-ebb9-5f67-000000004b6c | TASK | Create container logs path 2025-10-06 07:42:02.915976 | fa163ea7-07d0-ebb9-5f67-000000004b6c | OK | Create container logs path | standalone 2025-10-06 07:42:02.917437 | fa163ea7-07d0-ebb9-5f67-000000004b6c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:21.202055 | 0.24s 2025-10-06 07:42:02.947702 | fa163ea7-07d0-ebb9-5f67-000000004b6e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 07:42:03.233434 | fa163ea7-07d0-ebb9-5f67-000000004b6e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-06 07:42:03.234663 | fa163ea7-07d0-ebb9-5f67-000000004b6e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:21.519279 | 0.29s 2025-10-06 07:42:03.265258 | fa163ea7-07d0-ebb9-5f67-000000004b6f | TASK | Finalise hashes for all containers 2025-10-06 07:42:03.353365 | fa163ea7-07d0-ebb9-5f67-000000004b6f | OK | Finalise hashes for all containers | standalone 2025-10-06 07:42:03.354851 | fa163ea7-07d0-ebb9-5f67-000000004b6f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:21.639469 | 0.09s 2025-10-06 07:42:03.378052 | fa163ea7-07d0-ebb9-5f67-000000004b71 | TASK | Manage systemd shutdown files 2025-10-06 07:42:03.416438 | fa163ea7-07d0-ebb9-5f67-000000004b71 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:21.701056 | 0.04s 2025-10-06 07:42:03.438410 | ceabdff9-317b-4830-b61c-3712e3e6e979 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 07:42:03.466882 | fa163ea7-07d0-ebb9-5f67-000000004ba4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 07:42:03.725801 | fa163ea7-07d0-ebb9-5f67-000000004ba4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 07:42:03.726835 | fa163ea7-07d0-ebb9-5f67-000000004ba4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:21:22.011460 | 0.26s 2025-10-06 07:42:03.754260 | fa163ea7-07d0-ebb9-5f67-000000004ba5 | TASK | Set podman_drop_in fact 2025-10-06 07:42:03.813931 | fa163ea7-07d0-ebb9-5f67-000000004ba5 | OK | Set podman_drop_in fact | standalone 2025-10-06 07:42:03.815248 | fa163ea7-07d0-ebb9-5f67-000000004ba5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:21:22.099865 | 0.06s 2025-10-06 07:42:03.844805 | fa163ea7-07d0-ebb9-5f67-000000004ba7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 07:42:04.321075 | fa163ea7-07d0-ebb9-5f67-000000004ba7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 07:42:04.323078 | fa163ea7-07d0-ebb9-5f67-000000004ba7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:22.607699 | 0.48s 2025-10-06 07:42:04.793544 | fa163ea7-07d0-ebb9-5f67-000000004ba7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 07:42:04.795471 | fa163ea7-07d0-ebb9-5f67-000000004ba7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:23.080090 | 0.95s 2025-10-06 07:42:04.805952 | fa163ea7-07d0-ebb9-5f67-000000004ba7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:23.090571 | 0.96s 2025-10-06 07:42:04.835504 | fa163ea7-07d0-ebb9-5f67-000000004ba8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 07:42:05.356837 | fa163ea7-07d0-ebb9-5f67-000000004ba8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 07:42:05.358399 | fa163ea7-07d0-ebb9-5f67-000000004ba8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:21:23.643018 | 0.52s 2025-10-06 07:42:05.386886 | fa163ea7-07d0-ebb9-5f67-000000004ba9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 07:42:05.858203 | fa163ea7-07d0-ebb9-5f67-000000004ba9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 07:42:05.860117 | fa163ea7-07d0-ebb9-5f67-000000004ba9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:21:24.144730 | 0.47s 2025-10-06 07:42:05.890275 | fa163ea7-07d0-ebb9-5f67-000000004baa | TASK | Enable and start tripleo-container-shutdown 2025-10-06 07:42:06.704771 | fa163ea7-07d0-ebb9-5f67-000000004baa | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 07:42:06.707952 | fa163ea7-07d0-ebb9-5f67-000000004baa | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:21:24.992567 | 0.82s 2025-10-06 07:42:06.737512 | fa163ea7-07d0-ebb9-5f67-000000004bab | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 07:42:07.296966 | fa163ea7-07d0-ebb9-5f67-000000004bab | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 07:42:07.298201 | fa163ea7-07d0-ebb9-5f67-000000004bab | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:21:25.582824 | 0.56s 2025-10-06 07:42:07.327586 | fa163ea7-07d0-ebb9-5f67-000000004bac | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 07:42:07.857422 | fa163ea7-07d0-ebb9-5f67-000000004bac | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 07:42:07.859307 | fa163ea7-07d0-ebb9-5f67-000000004bac | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:21:26.143925 | 0.53s 2025-10-06 07:42:07.891520 | fa163ea7-07d0-ebb9-5f67-000000004bad | TASK | Enable and start netns-placeholder 2025-10-06 07:42:08.725446 | fa163ea7-07d0-ebb9-5f67-000000004bad | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 07:42:08.727475 | fa163ea7-07d0-ebb9-5f67-000000004bad | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:21:27.012092 | 0.83s 2025-10-06 07:42:08.756977 | fa163ea7-07d0-ebb9-5f67-000000004b73 | TASK | Update container configs with new config hashes 2025-10-06 07:42:08.811653 | fa163ea7-07d0-ebb9-5f67-000000004b73 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:27.096256 | 0.05s 2025-10-06 07:42:08.834097 | 1cbc5ee1-09b9-4b3c-8f49-8100c5247da3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 07:42:08.867306 | fa163ea7-07d0-ebb9-5f67-000000004bd5 | TASK | Update config hashes for container startup configs 2025-10-06 07:42:09.163026 | fa163ea7-07d0-ebb9-5f67-000000004bd5 | OK | Update config hashes for container startup configs | standalone 2025-10-06 07:42:09.164298 | fa163ea7-07d0-ebb9-5f67-000000004bd5 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:21:27.448917 | 0.30s 2025-10-06 07:42:09.195163 | fa163ea7-07d0-ebb9-5f67-000000004b74 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 07:42:09.256072 | fa163ea7-07d0-ebb9-5f67-000000004b74 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:27.540686 | 0.06s 2025-10-06 07:42:09.278444 | a2fb9cc1-ee3c-420b-ba70-4ab99bdaf335 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 07:42:09.314466 | fa163ea7-07d0-ebb9-5f67-000000004bf4 | TASK | Gather podman infos 2025-10-06 07:42:10.979869 | fa163ea7-07d0-ebb9-5f67-000000004bf4 | OK | Gather podman infos | standalone 2025-10-06 07:42:10.981012 | fa163ea7-07d0-ebb9-5f67-000000004bf4 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:21:29.265632 | 1.66s 2025-10-06 07:42:11.087506 | fa163ea7-07d0-ebb9-5f67-000000004bf5 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 07:42:11.166709 | fa163ea7-07d0-ebb9-5f67-000000004bf5 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:29.451320 | 0.07s 2025-10-06 07:42:11.336765 | fa163ea7-07d0-ebb9-5f67-000000004c3e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:21:29.621336 | 0.11s 2025-10-06 07:42:11.394232 | fa163ea7-07d0-ebb9-5f67-000000004b75 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 07:42:11.448762 | fa163ea7-07d0-ebb9-5f67-000000004b75 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:29.733332 | 0.05s 2025-10-06 07:42:11.467235 | 7a8e5399-30b2-426b-9b77-c73bf569c1fc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 07:42:11.506187 | fa163ea7-07d0-ebb9-5f67-000000004c64 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 07:42:28.476656 | fa163ea7-07d0-ebb9-5f67-000000004c64 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-06 07:42:28.478489 | fa163ea7-07d0-ebb9-5f67-000000004c64 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:46.763107 | 16.97s 2025-10-06 07:42:28.509264 | fa163ea7-07d0-ebb9-5f67-000000004c65 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 07:43:55.408787 | fa163ea7-07d0-ebb9-5f67-000000004c65 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-06 07:43:55.410887 | fa163ea7-07d0-ebb9-5f67-000000004c65 | 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:23:13.695502 | 86.90s 2025-10-06 07:43:55.485219 | fa163ea7-07d0-ebb9-5f67-000000004ad0 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-06 07:43:55.696942 | fa163ea7-07d0-ebb9-5f67-000000004ad0 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-06 07:43:55.698496 | fa163ea7-07d0-ebb9-5f67-000000004ad0 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:23:13.983113 | 0.21s 2025-10-06 07:43:55.745876 | fa163ea7-07d0-ebb9-5f67-000000004ad1 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-06 07:43:55.813065 | fa163ea7-07d0-ebb9-5f67-000000004ad1 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:23:14.097664 | 0.07s 2025-10-06 07:43:55.843510 | fa163ea7-07d0-ebb9-5f67-000000004ad2 | TASK | Include container-puppet tasks for step 4 2025-10-06 07:43:55.895453 | fa163ea7-07d0-ebb9-5f67-000000004ad2 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:23:14.180055 | 0.05s 2025-10-06 07:43:55.920610 | f4255dfb-d13b-4cd5-85da-8d4b02a237a9 | INCLUDED | /root/standalone-ansible-y07zx0qr/host-container-puppet-tasks.yaml | standalone 2025-10-06 07:43:55.970379 | fa163ea7-07d0-ebb9-5f67-000000004cb0 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-06 07:43:56.562483 | fa163ea7-07d0-ebb9-5f67-000000004cb0 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-06 07:43:56.564257 | fa163ea7-07d0-ebb9-5f67-000000004cb0 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:23:14.848872 | 0.59s 2025-10-06 07:43:56.595587 | fa163ea7-07d0-ebb9-5f67-000000004cb2 | TASK | Generate container puppet configs for step 4 2025-10-06 07:43:56.883544 | fa163ea7-07d0-ebb9-5f67-000000004cb2 | OK | Generate container puppet configs for step 4 | standalone 2025-10-06 07:43:56.885145 | fa163ea7-07d0-ebb9-5f67-000000004cb2 | TIMING | Generate container puppet configs for step 4 | standalone | 0:23:15.169759 | 0.29s 2025-10-06 07:43:56.915964 | fa163ea7-07d0-ebb9-5f67-000000004cb3 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-06 07:43:56.947300 | fa163ea7-07d0-ebb9-5f67-000000004cb3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:23:15.231909 | 0.03s 2025-10-06 07:43:57.014998 | fa163ea7-07d0-ebb9-5f67-000000004ce2 | TASK | Gather variables for each operating system 2025-10-06 07:43:57.149345 | fa163ea7-07d0-ebb9-5f67-000000004ce2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:15.433941 | 0.13s 2025-10-06 07:43:57.184596 | fa163ea7-07d0-ebb9-5f67-000000004ce3 | TASK | Create container logs path 2025-10-06 07:43:57.441255 | fa163ea7-07d0-ebb9-5f67-000000004ce3 | OK | Create container logs path | standalone 2025-10-06 07:43:57.442774 | fa163ea7-07d0-ebb9-5f67-000000004ce3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:15.727391 | 0.26s 2025-10-06 07:43:57.474495 | fa163ea7-07d0-ebb9-5f67-000000004ce5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-06 07:43:57.734958 | fa163ea7-07d0-ebb9-5f67-000000004ce5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-06 07:43:57.736318 | fa163ea7-07d0-ebb9-5f67-000000004ce5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:23:16.020934 | 0.26s 2025-10-06 07:43:57.765635 | fa163ea7-07d0-ebb9-5f67-000000004ce6 | TASK | Finalise hashes for all containers 2025-10-06 07:43:57.819694 | fa163ea7-07d0-ebb9-5f67-000000004ce6 | OK | Finalise hashes for all containers | standalone 2025-10-06 07:43:57.821220 | fa163ea7-07d0-ebb9-5f67-000000004ce6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:16.105839 | 0.05s 2025-10-06 07:43:57.850794 | fa163ea7-07d0-ebb9-5f67-000000004ce8 | TASK | Manage systemd shutdown files 2025-10-06 07:43:57.894506 | fa163ea7-07d0-ebb9-5f67-000000004ce8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 07:43:57.895598 | fa163ea7-07d0-ebb9-5f67-000000004ce8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:16.180218 | 0.04s 2025-10-06 07:43:57.924099 | fa163ea7-07d0-ebb9-5f67-000000004cea | TASK | Update container configs with new config hashes 2025-10-06 07:43:57.975407 | fa163ea7-07d0-ebb9-5f67-000000004cea | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 07:43:57.976566 | fa163ea7-07d0-ebb9-5f67-000000004cea | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:16.261186 | 0.05s 2025-10-06 07:43:58.007286 | fa163ea7-07d0-ebb9-5f67-000000004ceb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-06 07:43:58.069675 | fa163ea7-07d0-ebb9-5f67-000000004ceb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-06 07:43:58.070786 | fa163ea7-07d0-ebb9-5f67-000000004ceb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:23:16.355404 | 0.06s 2025-10-06 07:43:58.101508 | fa163ea7-07d0-ebb9-5f67-000000004cec | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-06 07:43:58.144471 | fa163ea7-07d0-ebb9-5f67-000000004cec | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-06 07:43:58.145942 | fa163ea7-07d0-ebb9-5f67-000000004cec | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:23:16.430559 | 0.04s PLAY [External deployment step 5] ********************************************** 2025-10-06 07:43:58.328933 | fa163ea7-07d0-ebb9-5f67-0000000000ea | TASK | External deployment step 5 2025-10-06 07:43:58.362537 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000ea') missing from stats 2025-10-06 07:43:58.424187 | fa163ea7-07d0-ebb9-5f67-0000000000eb | TIMING | include_tasks | undercloud | 0:23:16.708791 | 0.04s 2025-10-06 07:43:58.437589 | eb22fb8c-6292-41ce-a6e8-6e0156d4d324 | INCLUDED | /root/standalone-ansible-y07zx0qr/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-06 07:43:58.456932 | fa163ea7-07d0-ebb9-5f67-000000004d3b | TASK | Manage Cinder's default volume type 2025-10-06 07:44:11.167015 | fa163ea7-07d0-ebb9-5f67-000000004d3b | OK | Manage Cinder's default volume type | undercloud 2025-10-06 07:44:11.168860 | fa163ea7-07d0-ebb9-5f67-000000004d3b | TIMING | Manage Cinder's default volume type | undercloud | 0:23:29.453464 | 12.71s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-06 07:44:11.309653 | fa163ea7-07d0-ebb9-5f67-0000000000ee | TASK | Deploy step tasks for 5 2025-10-06 07:44:11.340504 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000ee') missing from stats 2025-10-06 07:44:11.364404 | fa163ea7-07d0-ebb9-5f67-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-06 07:44:11.871296 | fa163ea7-07d0-ebb9-5f67-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-06 07:44:11.872614 | fa163ea7-07d0-ebb9-5f67-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:23:30.157236 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 07:44:11.933572 | fa163ea7-07d0-ebb9-5f67-0000000000f0 | TIMING | include_tasks | standalone | 0:23:30.218188 | 0.04s 2025-10-06 07:44:12.010367 | 15fa16d7-0424-44d6-a469-9abc12c4f7a0 | INCLUDED | /root/standalone-ansible-y07zx0qr/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-06 07:44:12.044547 | fa163ea7-07d0-ebb9-5f67-000000004d5e | TASK | Gather variables for each operating system 2025-10-06 07:44:12.156016 | fa163ea7-07d0-ebb9-5f67-000000004d5e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:23:30.440626 | 0.11s 2025-10-06 07:44:12.177331 | fa163ea7-07d0-ebb9-5f67-000000004d5f | TASK | Detect if resource is being created or already exists 2025-10-06 07:44:13.102945 | fa163ea7-07d0-ebb9-5f67-000000004d5f | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 07:44:13.103667 | fa163ea7-07d0-ebb9-5f67-000000004d5f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:23:31.388295 | 0.93s 2025-10-06 07:44:13.123215 | fa163ea7-07d0-ebb9-5f67-000000004d60 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-06 07:44:35.343716 | fa163ea7-07d0-ebb9-5f67-000000004d60 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-06 07:44:35.345525 | fa163ea7-07d0-ebb9-5f67-000000004d60 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:23:53.630143 | 22.22s 2025-10-06 07:44:35.381926 | fa163ea7-07d0-ebb9-5f67-000000004d61 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-06 07:44:35.652235 | fa163ea7-07d0-ebb9-5f67-000000004d61 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-06 07:44:35.653452 | fa163ea7-07d0-ebb9-5f67-000000004d61 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:23:53.938076 | 0.27s 2025-10-06 07:44:35.675489 | fa163ea7-07d0-ebb9-5f67-000000004d62 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 07:44:36.173173 | fa163ea7-07d0-ebb9-5f67-000000004d62 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 07:44:36.175393 | fa163ea7-07d0-ebb9-5f67-000000004d62 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:23:54.460003 | 0.50s 2025-10-06 07:44:36.207991 | fa163ea7-07d0-ebb9-5f67-000000004d63 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-06 07:44:36.450759 | fa163ea7-07d0-ebb9-5f67-000000004d63 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-06 07:44:36.451534 | fa163ea7-07d0-ebb9-5f67-000000004d63 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:23:54.736158 | 0.24s 2025-10-06 07:44:36.472563 | fa163ea7-07d0-ebb9-5f67-000000004d65 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-06 07:44:36.511031 | fa163ea7-07d0-ebb9-5f67-000000004d65 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-06 07:44:36.511908 | fa163ea7-07d0-ebb9-5f67-000000004d65 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:23:54.796532 | 0.04s 2025-10-06 07:44:36.532585 | fa163ea7-07d0-ebb9-5f67-000000004d66 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-06 07:44:36.569951 | fa163ea7-07d0-ebb9-5f67-000000004d66 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-06 07:44:36.570872 | fa163ea7-07d0-ebb9-5f67-000000004d66 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:23:54.855496 | 0.04s 2025-10-06 07:44:36.596103 | fa163ea7-07d0-ebb9-5f67-000000004d67 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-06 07:44:36.636641 | fa163ea7-07d0-ebb9-5f67-000000004d67 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-06 07:44:36.637593 | fa163ea7-07d0-ebb9-5f67-000000004d67 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:23:54.922219 | 0.04s 2025-10-06 07:44:36.669234 | fa163ea7-07d0-ebb9-5f67-000000004d68 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 07:44:36.729887 | fa163ea7-07d0-ebb9-5f67-000000004d68 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 07:44:36.731316 | fa163ea7-07d0-ebb9-5f67-000000004d68 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:23:55.015938 | 0.06s 2025-10-06 07:44:36.755380 | fa163ea7-07d0-ebb9-5f67-000000004d69 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-06 07:44:36.800947 | fa163ea7-07d0-ebb9-5f67-000000004d69 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-06 07:44:36.801963 | fa163ea7-07d0-ebb9-5f67-000000004d69 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:23:55.086584 | 0.05s 2025-10-06 07:44:36.846511 | fa163ea7-07d0-ebb9-5f67-000000004d8a | TASK | Gather variables for each operating system 2025-10-06 07:44:36.936941 | fa163ea7-07d0-ebb9-5f67-000000004d8a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:23:55.221550 | 0.09s 2025-10-06 07:44:36.961036 | fa163ea7-07d0-ebb9-5f67-000000004d8b | TASK | Detect if resource is being created or already exists 2025-10-06 07:44:37.672142 | fa163ea7-07d0-ebb9-5f67-000000004d8b | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 07:44:37.674024 | fa163ea7-07d0-ebb9-5f67-000000004d8b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:23:55.958641 | 0.71s 2025-10-06 07:44:37.705007 | fa163ea7-07d0-ebb9-5f67-000000004d8c | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-06 07:44:59.853385 | fa163ea7-07d0-ebb9-5f67-000000004d8c | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-06 07:44:59.855174 | fa163ea7-07d0-ebb9-5f67-000000004d8c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:24:18.139791 | 22.15s 2025-10-06 07:44:59.879991 | fa163ea7-07d0-ebb9-5f67-000000004d8d | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-06 07:45:00.135993 | fa163ea7-07d0-ebb9-5f67-000000004d8d | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-06 07:45:00.137658 | fa163ea7-07d0-ebb9-5f67-000000004d8d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:24:18.422276 | 0.26s 2025-10-06 07:45:00.167041 | fa163ea7-07d0-ebb9-5f67-000000004d8e | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 07:45:00.618646 | fa163ea7-07d0-ebb9-5f67-000000004d8e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 07:45:00.620126 | fa163ea7-07d0-ebb9-5f67-000000004d8e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:24:18.904721 | 0.45s 2025-10-06 07:45:00.651088 | fa163ea7-07d0-ebb9-5f67-000000004d8f | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-06 07:45:00.923636 | fa163ea7-07d0-ebb9-5f67-000000004d8f | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-06 07:45:00.925002 | fa163ea7-07d0-ebb9-5f67-000000004d8f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:24:19.209620 | 0.27s 2025-10-06 07:45:00.956275 | fa163ea7-07d0-ebb9-5f67-000000004d91 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-06 07:45:01.007770 | fa163ea7-07d0-ebb9-5f67-000000004d91 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-06 07:45:01.008884 | fa163ea7-07d0-ebb9-5f67-000000004d91 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:24:19.293503 | 0.05s 2025-10-06 07:45:01.039321 | fa163ea7-07d0-ebb9-5f67-000000004d92 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-06 07:45:01.092536 | fa163ea7-07d0-ebb9-5f67-000000004d92 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-06 07:45:01.093854 | fa163ea7-07d0-ebb9-5f67-000000004d92 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:24:19.378471 | 0.05s 2025-10-06 07:45:01.124420 | fa163ea7-07d0-ebb9-5f67-000000004d93 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-06 07:45:01.167321 | fa163ea7-07d0-ebb9-5f67-000000004d93 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-06 07:45:01.168545 | fa163ea7-07d0-ebb9-5f67-000000004d93 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:24:19.453163 | 0.04s 2025-10-06 07:45:01.200613 | fa163ea7-07d0-ebb9-5f67-000000004d94 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 07:45:01.242511 | fa163ea7-07d0-ebb9-5f67-000000004d94 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 07:45:01.243591 | fa163ea7-07d0-ebb9-5f67-000000004d94 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:24:19.528210 | 0.04s 2025-10-06 07:45:01.274008 | fa163ea7-07d0-ebb9-5f67-000000004d95 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-06 07:45:01.318916 | fa163ea7-07d0-ebb9-5f67-000000004d95 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-06 07:45:01.320347 | fa163ea7-07d0-ebb9-5f67-000000004d95 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:24:19.604964 | 0.04s 2025-10-06 07:45:01.378990 | fa163ea7-07d0-ebb9-5f67-000000004db6 | TASK | Gather variables for each operating system 2025-10-06 07:45:01.520185 | fa163ea7-07d0-ebb9-5f67-000000004db6 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:24:19.804789 | 0.14s 2025-10-06 07:45:01.544414 | fa163ea7-07d0-ebb9-5f67-000000004db7 | TASK | Detect if resource is being created or already exists 2025-10-06 07:45:02.284566 | fa163ea7-07d0-ebb9-5f67-000000004db7 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 07:45:02.286117 | fa163ea7-07d0-ebb9-5f67-000000004db7 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:24:20.570735 | 0.74s 2025-10-06 07:45:02.318249 | fa163ea7-07d0-ebb9-5f67-000000004db8 | TASK | Run init bundle puppet on the host for manila_share 2025-10-06 07:45:24.167658 | fa163ea7-07d0-ebb9-5f67-000000004db8 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-06 07:45:24.169377 | fa163ea7-07d0-ebb9-5f67-000000004db8 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:24:42.453995 | 21.85s 2025-10-06 07:45:24.205280 | fa163ea7-07d0-ebb9-5f67-000000004db9 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-06 07:45:24.465348 | fa163ea7-07d0-ebb9-5f67-000000004db9 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-06 07:45:24.468429 | fa163ea7-07d0-ebb9-5f67-000000004db9 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:24:42.753041 | 0.26s 2025-10-06 07:45:24.500497 | fa163ea7-07d0-ebb9-5f67-000000004dba | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 07:45:24.931825 | fa163ea7-07d0-ebb9-5f67-000000004dba | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 07:45:24.932775 | fa163ea7-07d0-ebb9-5f67-000000004dba | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:24:43.217399 | 0.43s 2025-10-06 07:45:24.956239 | fa163ea7-07d0-ebb9-5f67-000000004dbb | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-06 07:45:25.202113 | fa163ea7-07d0-ebb9-5f67-000000004dbb | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-06 07:45:25.203655 | fa163ea7-07d0-ebb9-5f67-000000004dbb | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:24:43.488273 | 0.25s 2025-10-06 07:45:25.234220 | fa163ea7-07d0-ebb9-5f67-000000004dbd | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-06 07:45:25.288046 | fa163ea7-07d0-ebb9-5f67-000000004dbd | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-06 07:45:25.289035 | fa163ea7-07d0-ebb9-5f67-000000004dbd | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:24:43.573658 | 0.05s 2025-10-06 07:45:25.312500 | fa163ea7-07d0-ebb9-5f67-000000004dbe | TASK | Get container image tag from bundle openstack-manila-share 2025-10-06 07:45:25.350198 | fa163ea7-07d0-ebb9-5f67-000000004dbe | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-06 07:45:25.350926 | fa163ea7-07d0-ebb9-5f67-000000004dbe | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:24:43.635553 | 0.04s 2025-10-06 07:45:25.380554 | fa163ea7-07d0-ebb9-5f67-000000004dbf | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-06 07:45:25.433625 | fa163ea7-07d0-ebb9-5f67-000000004dbf | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-06 07:45:25.434812 | fa163ea7-07d0-ebb9-5f67-000000004dbf | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:24:43.719435 | 0.05s 2025-10-06 07:45:25.459141 | fa163ea7-07d0-ebb9-5f67-000000004dc0 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 07:45:25.511176 | fa163ea7-07d0-ebb9-5f67-000000004dc0 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 07:45:25.512128 | fa163ea7-07d0-ebb9-5f67-000000004dc0 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:24:43.796751 | 0.05s 2025-10-06 07:45:25.535757 | fa163ea7-07d0-ebb9-5f67-000000004dc1 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-06 07:45:25.586584 | fa163ea7-07d0-ebb9-5f67-000000004dc1 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-06 07:45:25.587573 | fa163ea7-07d0-ebb9-5f67-000000004dc1 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:24:43.872196 | 0.05s 2025-10-06 07:45:25.629327 | fa163ea7-07d0-ebb9-5f67-000000004de2 | TASK | Run kolla_set_configs to copy ring files 2025-10-06 07:45:26.387951 | fa163ea7-07d0-ebb9-5f67-000000004de2 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-06 07:45:26.389823 | fa163ea7-07d0-ebb9-5f67-000000004de2 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:44.674445 | 0.76s 2025-10-06 07:45:26.400207 | fa163ea7-07d0-ebb9-5f67-000000004de2 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:44.684818 | 0.77s 2025-10-06 07:45:26.428909 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TASK | Run kolla_set_configs to copy ring files 2025-10-06 07:45:26.755282 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-06 07:45:26.757465 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:45.042075 | 0.33s 2025-10-06 07:45:27.214679 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-06 07:45:27.216964 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:45.501581 | 0.79s 2025-10-06 07:45:27.553120 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-06 07:45:27.554278 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:45.838896 | 1.12s 2025-10-06 07:45:28.015316 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-06 07:45:28.017190 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:46.301808 | 1.59s 2025-10-06 07:45:28.322784 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-06 07:45:28.323859 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:46.608480 | 1.89s 2025-10-06 07:45:28.582742 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-06 07:45:28.583689 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:46.868311 | 2.15s 2025-10-06 07:45:29.022449 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-06 07:45:29.024097 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:47.308716 | 2.59s 2025-10-06 07:45:29.432235 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-06 07:45:29.433482 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:47.718103 | 3.00s 2025-10-06 07:45:29.752304 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-06 07:45:29.753554 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:48.038172 | 3.32s 2025-10-06 07:45:30.223876 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-06 07:45:30.225202 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:48.509823 | 3.79s 2025-10-06 07:45:30.522576 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-06 07:45:30.523861 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:48.808480 | 4.09s 2025-10-06 07:45:30.924138 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-06 07:45:30.925551 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:49.210165 | 4.50s 2025-10-06 07:45:31.373280 | fa163ea7-07d0-ebb9-5f67-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-06 07:45:31.374846 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:49.659458 | 4.94s 2025-10-06 07:45:31.387620 | fa163ea7-07d0-ebb9-5f67-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:49.672225 | 4.96s 2025-10-06 07:45:31.423003 | fa163ea7-07d0-ebb9-5f67-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-06 07:45:31.666484 | fa163ea7-07d0-ebb9-5f67-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-06 07:45:31.668519 | fa163ea7-07d0-ebb9-5f67-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:24:49.953135 | 0.24s 2025-10-06 07:45:31.791214 | fa163ea7-07d0-ebb9-5f67-0000000000f3 | TIMING | include_tasks | standalone | 0:24:50.075811 | 0.09s 2025-10-06 07:45:31.831150 | 79abe431-78cd-4f99-a89e-f3661da620a5 | INCLUDED | /root/standalone-ansible-y07zx0qr/common_deploy_steps_tasks.yaml | standalone 2025-10-06 07:45:31.858914 | fa163ea7-07d0-ebb9-5f67-000000004e60 | TASK | Write the config_step hieradata 2025-10-06 07:45:32.366279 | fa163ea7-07d0-ebb9-5f67-000000004e60 | OK | Write the config_step hieradata | standalone 2025-10-06 07:45:32.367475 | fa163ea7-07d0-ebb9-5f67-000000004e60 | TIMING | Write the config_step hieradata | standalone | 0:24:50.652097 | 0.51s 2025-10-06 07:45:32.387679 | fa163ea7-07d0-ebb9-5f67-000000004e61 | TASK | Run puppet host configuration for step 5 2025-10-06 07:45:32.752432 | fa163ea7-07d0-ebb9-5f67-000000004e61 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-06 07:45:32.753862 | fa163ea7-07d0-ebb9-5f67-000000004e61 | TIMING | Run puppet host configuration for step 5 | standalone | 0:24:51.038478 | 0.37s 2025-10-06 07:45:32.782754 | fa163ea7-07d0-ebb9-5f67-000000004e62 | TASK | Wait for puppet host configuration to finish 2025-10-06 07:45:33.054420 | fa163ea7-07d0-ebb9-5f67-000000004e62 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 07:45:43.234637 | fa163ea7-07d0-ebb9-5f67-000000004e62 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 07:45:53.480417 | fa163ea7-07d0-ebb9-5f67-000000004e62 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 07:45:53.481342 | fa163ea7-07d0-ebb9-5f67-000000004e62 | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:11.765939 | 20.70s 2025-10-06 07:45:53.501449 | fa163ea7-07d0-ebb9-5f67-000000004e63 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-06 07:45:53.572827 | fa163ea7-07d0-ebb9-5f67-000000004e63 | 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 07:45:32 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 07:45:37 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 07:45:37 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 07:45:37 puppet-user: (file & line not available)", "<13>Oct 6 07:45:37 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 6 07:45:37 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 6 07:45:38 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 6 07:45:38 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 6 07:45:38 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 6 07:45:38 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 6 07:45:38 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 6 07:45:38 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 6 07:45:38 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 6 07:45:38 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 6 07:45:38 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 07:45:38 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Oct 6 07:45:42 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 07:45:44 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 07:45:46 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 07:45:46 puppet-user: Notice: Applied catalog in 8.28 seconds", "<13>Oct 6 07:45:46 puppet-user: Application:", "<13>Oct 6 07:45:46 puppet-user: Initial environment: production", "<13>Oct 6 07:45:46 puppet-user: Converged environment: production", "<13>Oct 6 07:45:46 puppet-user: Run mode: user", "<13>Oct 6 07:45:46 puppet-user: Changes:", "<13>Oct 6 07:45:46 puppet-user: Total: 2", "<13>Oct 6 07:45:46 puppet-user: Events:", "<13>Oct 6 07:45:46 puppet-user: Success: 2", "<13>Oct 6 07:45:46 puppet-user: Resources:", "<13>Oct 6 07:45:46 puppet-user: Changed: 2", "<13>Oct 6 07:45:46 puppet-user: Out of sync: 2", "<13>Oct 6 07:45:46 puppet-user: Total: 37", "<13>Oct 6 07:45:46 puppet-user: Time:", "<13>Oct 6 07:45:46 puppet-user: Filebucket: 0.00", "<13>Oct 6 07:45:46 puppet-user: Schedule: 0.00", "<13>Oct 6 07:45:46 puppet-user: File line: 0.00", "<13>Oct 6 07:45:46 puppet-user: Package: 0.00", "<13>Oct 6 07:45:46 puppet-user: Augeas: 0.01", "<13>Oct 6 07:45:46 puppet-user: User: 0.01", "<13>Oct 6 07:45:46 puppet-user: File: 0.09", "<13>Oct 6 07:45:46 puppet-user: Service: 0.20", "<13>Oct 6 07:45:46 puppet-user: Config retrieval: 0.70", "<13>Oct 6 07:45:46 puppet-user: Pcmk property: 1.54", "<13>Oct 6 07:45:46 puppet-user: Exec: 1.91", "<13>Oct 6 07:45:46 puppet-user: Last run: 1759736746", "<13>Oct 6 07:45:46 puppet-user: Pcmk resource op default: 2.15", "<13>Oct 6 07:45:46 puppet-user: Pcmk resource default: 2.19", "<13>Oct 6 07:45:46 puppet-user: Transaction evaluation: 8.26", "<13>Oct 6 07:45:46 puppet-user: Catalog application: 8.28", "<13>Oct 6 07:45:46 puppet-user: Total: 8.29", "<13>Oct 6 07:45:46 puppet-user: Version:", "<13>Oct 6 07:45:46 puppet-user: Config: 1759736737", "<13>Oct 6 07:45:46 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 07:45:53.574422 | fa163ea7-07d0-ebb9-5f67-000000004e63 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:25:11.859039 | 0.07s 2025-10-06 07:45:53.604695 | fa163ea7-07d0-ebb9-5f67-000000004e64 | TASK | Pre-cache facts for puppet containers 2025-10-06 07:45:53.635572 | fa163ea7-07d0-ebb9-5f67-000000004e64 | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:11.920181 | 0.03s 2025-10-06 07:45:53.706045 | fa163ea7-07d0-ebb9-5f67-000000004ea3 | TASK | Gather variables for each operating system 2025-10-06 07:45:53.818413 | fa163ea7-07d0-ebb9-5f67-000000004ea3 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:12.103025 | 0.11s 2025-10-06 07:45:53.837893 | fa163ea7-07d0-ebb9-5f67-000000004ea4 | TASK | Create puppet caching structures 2025-10-06 07:45:54.102176 | fa163ea7-07d0-ebb9-5f67-000000004ea4 | CHANGED | Create puppet caching structures | standalone 2025-10-06 07:45:54.104677 | fa163ea7-07d0-ebb9-5f67-000000004ea4 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:12.389294 | 0.27s 2025-10-06 07:45:54.133853 | fa163ea7-07d0-ebb9-5f67-000000004ea5 | TASK | Check for facter.conf 2025-10-06 07:45:54.389454 | fa163ea7-07d0-ebb9-5f67-000000004ea5 | OK | Check for facter.conf | standalone 2025-10-06 07:45:54.391960 | fa163ea7-07d0-ebb9-5f67-000000004ea5 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:12.676578 | 0.26s 2025-10-06 07:45:54.421171 | fa163ea7-07d0-ebb9-5f67-000000004ea6 | TASK | Remove facter.conf if directory 2025-10-06 07:45:54.474275 | fa163ea7-07d0-ebb9-5f67-000000004ea6 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 07:45:54.476610 | fa163ea7-07d0-ebb9-5f67-000000004ea6 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:12.761135 | 0.05s 2025-10-06 07:45:54.507069 | fa163ea7-07d0-ebb9-5f67-000000004ea7 | TASK | Write facter cache config 2025-10-06 07:45:55.025442 | fa163ea7-07d0-ebb9-5f67-000000004ea7 | CHANGED | Write facter cache config | standalone 2025-10-06 07:45:55.028387 | fa163ea7-07d0-ebb9-5f67-000000004ea7 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:13.313004 | 0.52s 2025-10-06 07:45:55.060428 | fa163ea7-07d0-ebb9-5f67-000000004ea8 | TASK | Cleanup facter cache if exists 2025-10-06 07:45:55.294616 | fa163ea7-07d0-ebb9-5f67-000000004ea8 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 07:45:55.298274 | fa163ea7-07d0-ebb9-5f67-000000004ea8 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:13.582892 | 0.24s 2025-10-06 07:45:55.323346 | fa163ea7-07d0-ebb9-5f67-000000004ea9 | TASK | Pre-cache facts 2025-10-06 07:45:55.958972 | fa163ea7-07d0-ebb9-5f67-000000004ea9 | CHANGED | Pre-cache facts | standalone 2025-10-06 07:45:55.960436 | fa163ea7-07d0-ebb9-5f67-000000004ea9 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:14.245036 | 0.63s 2025-10-06 07:45:55.995140 | fa163ea7-07d0-ebb9-5f67-000000004eaa | TASK | Failed deployment if facter fails 2025-10-06 07:45:56.028868 | fa163ea7-07d0-ebb9-5f67-000000004eaa | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 07:45:56.030215 | fa163ea7-07d0-ebb9-5f67-000000004eaa | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:14.314832 | 0.03s 2025-10-06 07:45:56.072162 | fa163ea7-07d0-ebb9-5f67-000000004eab | TASK | Sync cached facts 2025-10-06 07:45:56.381636 | fa163ea7-07d0-ebb9-5f67-000000004eab | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea7-07d0-ebb9-5f67-000000004eab') missing from stats 2025-10-06 07:45:56.436238 | fa163ea7-07d0-ebb9-5f67-000000004e65 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 07:45:56.488891 | fa163ea7-07d0-ebb9-5f67-000000004e65 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 07:45:56.490113 | fa163ea7-07d0-ebb9-5f67-000000004e65 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:14.774730 | 0.05s 2025-10-06 07:45:56.519877 | fa163ea7-07d0-ebb9-5f67-000000004e67 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-06 07:45:56.551012 | fa163ea7-07d0-ebb9-5f67-000000004e67 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:25:14.835622 | 0.03s 2025-10-06 07:45:56.619235 | fa163ea7-07d0-ebb9-5f67-000000004f02 | TASK | Gather variables for each operating system 2025-10-06 07:45:56.754583 | fa163ea7-07d0-ebb9-5f67-000000004f02 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:15.039185 | 0.13s 2025-10-06 07:45:56.784840 | fa163ea7-07d0-ebb9-5f67-000000004f03 | TASK | Create container logs path 2025-10-06 07:45:57.030831 | fa163ea7-07d0-ebb9-5f67-000000004f03 | OK | Create container logs path | standalone 2025-10-06 07:45:57.032433 | fa163ea7-07d0-ebb9-5f67-000000004f03 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:15.317050 | 0.25s 2025-10-06 07:45:57.064835 | fa163ea7-07d0-ebb9-5f67-000000004f05 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 07:45:57.333230 | fa163ea7-07d0-ebb9-5f67-000000004f05 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-06 07:45:57.334109 | fa163ea7-07d0-ebb9-5f67-000000004f05 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:15.618735 | 0.27s 2025-10-06 07:45:57.353238 | fa163ea7-07d0-ebb9-5f67-000000004f06 | TASK | Finalise hashes for all containers 2025-10-06 07:45:57.401515 | fa163ea7-07d0-ebb9-5f67-000000004f06 | OK | Finalise hashes for all containers | standalone 2025-10-06 07:45:57.402432 | fa163ea7-07d0-ebb9-5f67-000000004f06 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:15.687059 | 0.05s 2025-10-06 07:45:57.421819 | fa163ea7-07d0-ebb9-5f67-000000004f08 | TASK | Manage systemd shutdown files 2025-10-06 07:45:57.449794 | fa163ea7-07d0-ebb9-5f67-000000004f08 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:15.734411 | 0.03s 2025-10-06 07:45:57.467354 | c2e554b6-4b18-444c-9eb5-3893bfcf5249 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 07:45:57.492564 | fa163ea7-07d0-ebb9-5f67-000000004f3b | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 07:45:57.722887 | fa163ea7-07d0-ebb9-5f67-000000004f3b | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 07:45:57.723808 | fa163ea7-07d0-ebb9-5f67-000000004f3b | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:16.008435 | 0.23s 2025-10-06 07:45:57.743593 | fa163ea7-07d0-ebb9-5f67-000000004f3c | TASK | Set podman_drop_in fact 2025-10-06 07:45:57.781318 | fa163ea7-07d0-ebb9-5f67-000000004f3c | OK | Set podman_drop_in fact | standalone 2025-10-06 07:45:57.782061 | fa163ea7-07d0-ebb9-5f67-000000004f3c | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:16.066689 | 0.04s 2025-10-06 07:45:57.801075 | fa163ea7-07d0-ebb9-5f67-000000004f3e | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 07:45:58.274581 | fa163ea7-07d0-ebb9-5f67-000000004f3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 07:45:58.276851 | fa163ea7-07d0-ebb9-5f67-000000004f3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:16.561464 | 0.47s 2025-10-06 07:45:58.712762 | fa163ea7-07d0-ebb9-5f67-000000004f3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 07:45:58.714100 | fa163ea7-07d0-ebb9-5f67-000000004f3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:16.998718 | 0.91s 2025-10-06 07:45:58.720652 | fa163ea7-07d0-ebb9-5f67-000000004f3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:17.005261 | 0.92s 2025-10-06 07:45:58.750439 | fa163ea7-07d0-ebb9-5f67-000000004f3f | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 07:45:59.289766 | fa163ea7-07d0-ebb9-5f67-000000004f3f | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 07:45:59.291293 | fa163ea7-07d0-ebb9-5f67-000000004f3f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:17.575910 | 0.54s 2025-10-06 07:45:59.321943 | fa163ea7-07d0-ebb9-5f67-000000004f40 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 07:45:59.815835 | fa163ea7-07d0-ebb9-5f67-000000004f40 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 07:45:59.817340 | fa163ea7-07d0-ebb9-5f67-000000004f40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:18.101958 | 0.49s 2025-10-06 07:45:59.847194 | fa163ea7-07d0-ebb9-5f67-000000004f41 | TASK | Enable and start tripleo-container-shutdown 2025-10-06 07:46:00.797508 | fa163ea7-07d0-ebb9-5f67-000000004f41 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 07:46:00.799609 | fa163ea7-07d0-ebb9-5f67-000000004f41 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:19.084226 | 0.95s 2025-10-06 07:46:00.832563 | fa163ea7-07d0-ebb9-5f67-000000004f42 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 07:46:01.359970 | fa163ea7-07d0-ebb9-5f67-000000004f42 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 07:46:01.361437 | fa163ea7-07d0-ebb9-5f67-000000004f42 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:19.646055 | 0.53s 2025-10-06 07:46:01.390467 | fa163ea7-07d0-ebb9-5f67-000000004f43 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 07:46:01.903661 | fa163ea7-07d0-ebb9-5f67-000000004f43 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 07:46:01.905114 | fa163ea7-07d0-ebb9-5f67-000000004f43 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:20.189733 | 0.51s 2025-10-06 07:46:01.934766 | fa163ea7-07d0-ebb9-5f67-000000004f44 | TASK | Enable and start netns-placeholder 2025-10-06 07:46:02.937451 | fa163ea7-07d0-ebb9-5f67-000000004f44 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 07:46:02.940167 | fa163ea7-07d0-ebb9-5f67-000000004f44 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:21.224782 | 1.00s 2025-10-06 07:46:02.970758 | fa163ea7-07d0-ebb9-5f67-000000004f0a | TASK | Update container configs with new config hashes 2025-10-06 07:46:03.014002 | fa163ea7-07d0-ebb9-5f67-000000004f0a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:21.298621 | 0.04s 2025-10-06 07:46:03.027140 | 4ce687b4-94ea-471c-957d-2580aa4689e1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 07:46:03.052385 | fa163ea7-07d0-ebb9-5f67-000000004f6c | TASK | Update config hashes for container startup configs 2025-10-06 07:46:03.358042 | fa163ea7-07d0-ebb9-5f67-000000004f6c | OK | Update config hashes for container startup configs | standalone 2025-10-06 07:46:03.359369 | fa163ea7-07d0-ebb9-5f67-000000004f6c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:21.643989 | 0.31s 2025-10-06 07:46:03.393220 | fa163ea7-07d0-ebb9-5f67-000000004f0b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 07:46:03.446496 | fa163ea7-07d0-ebb9-5f67-000000004f0b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:21.731101 | 0.05s 2025-10-06 07:46:03.472147 | b48a7388-37a9-400d-ae5e-7978d95862be | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 07:46:03.515177 | fa163ea7-07d0-ebb9-5f67-000000004f8b | TASK | Gather podman infos 2025-10-06 07:46:05.596440 | fa163ea7-07d0-ebb9-5f67-000000004f8b | OK | Gather podman infos | standalone 2025-10-06 07:46:05.597472 | fa163ea7-07d0-ebb9-5f67-000000004f8b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:23.882097 | 2.08s 2025-10-06 07:46:05.713676 | fa163ea7-07d0-ebb9-5f67-000000004f8c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 07:46:05.798134 | fa163ea7-07d0-ebb9-5f67-000000004f8c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:24.082746 | 0.08s 2025-10-06 07:46:05.987234 | fa163ea7-07d0-ebb9-5f67-000000004fd5 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:24.271835 | 0.14s 2025-10-06 07:46:06.050643 | fa163ea7-07d0-ebb9-5f67-000000004f0c | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 07:46:06.114714 | fa163ea7-07d0-ebb9-5f67-000000004f0c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:24.399320 | 0.06s 2025-10-06 07:46:06.137909 | b0107f2a-cf11-47d8-ae88-4839c4649f89 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 07:46:06.182307 | fa163ea7-07d0-ebb9-5f67-000000004ffb | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 07:46:19.009575 | fa163ea7-07d0-ebb9-5f67-000000004ffb | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-06 07:46:19.011345 | fa163ea7-07d0-ebb9-5f67-000000004ffb | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:37.295962 | 12.83s 2025-10-06 07:46:19.045098 | fa163ea7-07d0-ebb9-5f67-000000004ffc | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 07:46:23.555543 | fa163ea7-07d0-ebb9-5f67-000000004ffc | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-06 07:46:23.557307 | fa163ea7-07d0-ebb9-5f67-000000004ffc | 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:25:41.841923 | 4.51s 2025-10-06 07:46:23.634327 | fa163ea7-07d0-ebb9-5f67-000000004e69 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-06 07:46:23.911797 | fa163ea7-07d0-ebb9-5f67-000000004e69 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-06 07:46:23.913415 | fa163ea7-07d0-ebb9-5f67-000000004e69 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:25:42.198033 | 0.28s 2025-10-06 07:46:23.964284 | fa163ea7-07d0-ebb9-5f67-000000004e6a | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-06 07:46:24.018324 | fa163ea7-07d0-ebb9-5f67-000000004e6a | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:25:42.302920 | 0.05s 2025-10-06 07:46:24.052112 | fa163ea7-07d0-ebb9-5f67-000000004e6b | TASK | Include container-puppet tasks for step 5 2025-10-06 07:46:24.105334 | fa163ea7-07d0-ebb9-5f67-000000004e6b | TIMING | Include container-puppet tasks for step 5 | standalone | 0:25:42.389947 | 0.05s 2025-10-06 07:46:24.121779 | f42796b7-dae4-4062-ad9b-9b4a2a0cff21 | INCLUDED | /root/standalone-ansible-y07zx0qr/host-container-puppet-tasks.yaml | standalone 2025-10-06 07:46:24.158074 | fa163ea7-07d0-ebb9-5f67-000000005047 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-06 07:46:24.603757 | fa163ea7-07d0-ebb9-5f67-000000005047 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-06 07:46:24.604997 | fa163ea7-07d0-ebb9-5f67-000000005047 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:25:42.889622 | 0.45s 2025-10-06 07:46:24.627797 | fa163ea7-07d0-ebb9-5f67-000000005049 | TASK | Generate container puppet configs for step 5 2025-10-06 07:46:24.906073 | fa163ea7-07d0-ebb9-5f67-000000005049 | OK | Generate container puppet configs for step 5 | standalone 2025-10-06 07:46:24.907560 | fa163ea7-07d0-ebb9-5f67-000000005049 | TIMING | Generate container puppet configs for step 5 | standalone | 0:25:43.192174 | 0.28s 2025-10-06 07:46:24.941703 | fa163ea7-07d0-ebb9-5f67-00000000504a | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-06 07:46:24.974841 | fa163ea7-07d0-ebb9-5f67-00000000504a | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:25:43.259439 | 0.03s 2025-10-06 07:46:25.048767 | fa163ea7-07d0-ebb9-5f67-000000005079 | TASK | Gather variables for each operating system 2025-10-06 07:46:25.168173 | fa163ea7-07d0-ebb9-5f67-000000005079 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:43.452771 | 0.12s 2025-10-06 07:46:25.199918 | fa163ea7-07d0-ebb9-5f67-00000000507a | TASK | Create container logs path 2025-10-06 07:46:25.471124 | fa163ea7-07d0-ebb9-5f67-00000000507a | OK | Create container logs path | standalone 2025-10-06 07:46:25.472600 | fa163ea7-07d0-ebb9-5f67-00000000507a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:43.757219 | 0.27s 2025-10-06 07:46:25.505791 | fa163ea7-07d0-ebb9-5f67-00000000507c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-06 07:46:25.745590 | fa163ea7-07d0-ebb9-5f67-00000000507c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-06 07:46:25.747616 | fa163ea7-07d0-ebb9-5f67-00000000507c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:44.032228 | 0.24s 2025-10-06 07:46:25.780752 | fa163ea7-07d0-ebb9-5f67-00000000507d | TASK | Finalise hashes for all containers 2025-10-06 07:46:25.829667 | fa163ea7-07d0-ebb9-5f67-00000000507d | OK | Finalise hashes for all containers | standalone 2025-10-06 07:46:25.830951 | fa163ea7-07d0-ebb9-5f67-00000000507d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:44.115573 | 0.05s 2025-10-06 07:46:25.854225 | fa163ea7-07d0-ebb9-5f67-00000000507f | TASK | Manage systemd shutdown files 2025-10-06 07:46:25.892690 | fa163ea7-07d0-ebb9-5f67-00000000507f | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 07:46:25.893503 | fa163ea7-07d0-ebb9-5f67-00000000507f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:44.178128 | 0.04s 2025-10-06 07:46:25.915908 | fa163ea7-07d0-ebb9-5f67-000000005081 | TASK | Update container configs with new config hashes 2025-10-06 07:46:25.970448 | fa163ea7-07d0-ebb9-5f67-000000005081 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 07:46:25.971405 | fa163ea7-07d0-ebb9-5f67-000000005081 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:44.256031 | 0.05s 2025-10-06 07:46:26.005659 | fa163ea7-07d0-ebb9-5f67-000000005082 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-06 07:46:26.063404 | fa163ea7-07d0-ebb9-5f67-000000005082 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-06 07:46:26.064819 | fa163ea7-07d0-ebb9-5f67-000000005082 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:44.349435 | 0.06s 2025-10-06 07:46:26.097118 | fa163ea7-07d0-ebb9-5f67-000000005083 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-06 07:46:26.155066 | fa163ea7-07d0-ebb9-5f67-000000005083 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-06 07:46:26.156551 | fa163ea7-07d0-ebb9-5f67-000000005083 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:44.441164 | 0.06s PLAY [Server Post Deployments] ************************************************* 2025-10-06 07:46:26.330037 | fa163ea7-07d0-ebb9-5f67-0000000000f7 | TASK | Server Post Deployments 2025-10-06 07:46:26.362309 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000f7') missing from stats 2025-10-06 07:46:26.442242 | fa163ea7-07d0-ebb9-5f67-0000000000f8 | TIMING | include_tasks | standalone | 0:25:44.726836 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-06 07:46:26.608271 | fa163ea7-07d0-ebb9-5f67-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-06 07:46:26.640554 | fa163ea7-07d0-ebb9-5f67-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', 'fa163ea7-07d0-ebb9-5f67-0000000000fc') missing from stats 2025-10-06 07:46:26.660063 | fa163ea7-07d0-ebb9-5f67-000000000100 | TASK | is additonal Cell? 2025-10-06 07:46:26.700174 | fa163ea7-07d0-ebb9-5f67-000000000100 | OK | is additonal Cell? | undercloud 2025-10-06 07:46:26.701425 | fa163ea7-07d0-ebb9-5f67-000000000100 | TIMING | is additonal Cell? | undercloud | 0:25:44.986041 | 0.04s 2025-10-06 07:46:26.719410 | fa163ea7-07d0-ebb9-5f67-000000000102 | TASK | discover via nova_manager? 2025-10-06 07:46:26.770869 | fa163ea7-07d0-ebb9-5f67-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-06 07:46:26.772141 | fa163ea7-07d0-ebb9-5f67-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:25:45.056758 | 0.05s 2025-10-06 07:46:26.789921 | fa163ea7-07d0-ebb9-5f67-000000000103 | TASK | discover via nova_api? 2025-10-06 07:46:26.861093 | fa163ea7-07d0-ebb9-5f67-000000000103 | OK | discover via nova_api? | undercloud 2025-10-06 07:46:26.862828 | fa163ea7-07d0-ebb9-5f67-000000000103 | TIMING | discover via nova_api? | undercloud | 0:25:45.147339 | 0.07s 2025-10-06 07:46:26.880894 | fa163ea7-07d0-ebb9-5f67-000000000104 | TASK | Warn if no discovery host available 2025-10-06 07:46:26.922927 | fa163ea7-07d0-ebb9-5f67-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-06 07:46:26.924303 | fa163ea7-07d0-ebb9-5f67-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:25:45.208917 | 0.04s 2025-10-06 07:46:26.961307 | fa163ea7-07d0-ebb9-5f67-000000000105 | TASK | Discovering nova hosts 2025-10-06 07:46:29.634957 | fa163ea7-07d0-ebb9-5f67-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ea7-07d0-ebb9-5f67-000000000105') missing from stats 2025-10-06 07:46:29.724228 | fa163ea7-07d0-ebb9-5f67-000000000106 | OK | set_fact | undercloud 2025-10-06 07:46:29.725830 | fa163ea7-07d0-ebb9-5f67-000000000106 | TIMING | set_fact | undercloud | 0:25:48.010438 | 0.07s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=623 changed=299 unreachable=0 failed=0 skipped=319 rescued=0 ignored=1 undercloud : ok=164 changed=56 unreachable=0 failed=0 skipped=33 rescued=0 ignored=3 2025-10-06 07:46:29.797494 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:46:29.798110 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1169 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:46:29.798624 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:25:48.083249 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 07:46:29.799174 | UUID | Info | Host | Task Name | Run Time 2025-10-06 07:46:29.799953 | fa163ea7-07d0-ebb9-5f67-0000000021ce | SUMMARY | standalone | Pre-fetch all the containers | 240.54s 2025-10-06 07:46:29.800555 | fa163ea7-07d0-ebb9-5f67-000000003378 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.47s 2025-10-06 07:46:29.801225 | fa163ea7-07d0-ebb9-5f67-000000004c65 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 86.90s 2025-10-06 07:46:29.801767 | fa163ea7-07d0-ebb9-5f67-00000000242d | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.63s 2025-10-06 07:46:29.802272 | fa163ea7-07d0-ebb9-5f67-000000002fe0 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 58.12s 2025-10-06 07:46:29.802792 | fa163ea7-07d0-ebb9-5f67-000000003b5d | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 51.42s 2025-10-06 07:46:29.803284 | fa163ea7-07d0-ebb9-5f67-000000003b5e | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 34.82s 2025-10-06 07:46:29.803847 | fa163ea7-07d0-ebb9-5f67-000000004ac9 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.94s 2025-10-06 07:46:29.804365 | fa163ea7-07d0-ebb9-5f67-0000000025cb | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 27.98s 2025-10-06 07:46:29.804947 | fa163ea7-07d0-ebb9-5f67-0000000033a4 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.49s 2025-10-06 07:46:29.805448 | fa163ea7-07d0-ebb9-5f67-0000000033d0 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.48s 2025-10-06 07:46:29.806017 | fa163ea7-07d0-ebb9-5f67-000000004d60 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.22s 2025-10-06 07:46:29.806543 | fa163ea7-07d0-ebb9-5f67-000000004d8c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.15s 2025-10-06 07:46:29.807084 | fa163ea7-07d0-ebb9-5f67-000000004db8 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.85s 2025-10-06 07:46:29.807595 | fa163ea7-07d0-ebb9-5f67-000000004e62 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.70s 2025-10-06 07:46:29.808235 | fa163ea7-07d0-ebb9-5f67-000000003456 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2025-10-06 07:46:29.808778 | fa163ea7-07d0-ebb9-5f67-0000000039c9 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.66s 2025-10-06 07:46:29.809301 | fa163ea7-07d0-ebb9-5f67-000000002198 | SUMMARY | standalone | install systemd-container for a greenfield | 19.56s 2025-10-06 07:46:29.809992 | fa163ea7-07d0-ebb9-5f67-000000004c64 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 16.97s 2025-10-06 07:46:29.810509 | fa163ea7-07d0-ebb9-5f67-0000000035ef | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 15.81s 2025-10-06 07:46:29.811037 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-y07zx0qr Install artifact is located at /root/standalone-install-20251006074630.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.rbC1kNHjW7 + exit 0 ~/ci-framework-data/artifacts